NAME
    cgCreateSamplerStateAssignment - create a sampler state assignment

SYNOPSIS
      #include <Cg/cg.h>

      CGstateassignment cgCreateSamplerStateAssignment( CGparameter param,
                                                        CGstate state );

PARAMETERS
    param   *to-be-written*

    state   *to-be-written*

RETURN VALUES
    cgCreateSamplerStateAssignment returns the handle to the created sampler
    state assignment.

DESCRIPTION
    cgCreateSamplerStateAssignment does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgCreateSamplerStateAssignment was introduced in Cg 1.5.

SEE ALSO
    the cgCreateTechnique manpage, the cgCreateStateAssignment manpage

