Cg Direct3D8 Runtime API cgD3D8BindProgram(3)
NAME
cgD3D8BindProgram - activate a program with D3D
SYNOPSIS
#include
HRESULT cgD3D8BindProgram( CGprogram prog );
PARAMETERS
program A CGprogram handle, the program to activate with
D3D.
RETURN VALUES
cgD3D8BindProgram returns D3DOK 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
ERORS
None.
or
to-be-written
HISTORY
cgD3D8BindProgram was introduced in Cg 1.1.
SEE ALSO
cgD3D9BindProgram
Cg Toolkit 2.1 Last change: 1
|