SYNOPSIS
#include <agar/core.h> #include <agar/sg.h>
DESCRIPTION
The
SG_CgProgram object represents a vertex or pixel shader in the GPU programming
language Cg.
INHERITANCE HIERARCHY
AG_Object(3)-> SG_Program(3)-> SG_CgProgram.
INITIALIZATION
The SG_CgProgramNew() function allocates, initializes, and attaches a SG_CgProgram object.
STRUCTURE DATA
For the
SG_CgProgram object:
CGprogram *objs | List of compiled programs. |
Uint nObjs | Count of compiled programs. |
CGprogram instObj | Currently effective (installed) program. |
CGprofile instProf | Installed program profile. |
SEE ALSO
HISTORY
The
SG_CgProgram class first appeared in
Agar 1.6.0.