NAME

cgD3D8BindProgram - activate a program with D3D

SYNOPSIS

  #include <Cg/cgD3D8.h>

  HRESULT cgD3D8BindProgram( CGprogram prog );

PARAMETERS

program

A CGprogram handle, the program to activate with D3D.

RETURN VALUES

cgD3D8BindProgram returns D3D_OK if the function succeeds.

If the function fails due to a D3D call, that D3D failure code is returned.

DESCRIPTION

cgD3D8BindProgram does to-be-written

EXAMPLES

  // example code to-be-written
        

ERRORS

None.

    or

to-be-written

HISTORY

cgD3D8BindProgram was introduced in Cg 1.1.

SEE ALSO

cgD3D9BindProgram