|
| static CGcontext | cgCreateContext () |
| | Entry point (through function pointer) to C language function:
CGcontext cgCreateContext()
More...
|
| |
| static void | cgDestroyContext (CGcontext ctx) |
| | Entry point (through function pointer) to C language function:
void cgDestroyContext(CGcontext ctx)
More...
|
| |
| static boolean | cgIsContext (CGcontext ctx) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsContext(CGcontext ctx)
More...
|
| |
| static String | cgGetLastListing (CGcontext ctx) |
| | Entry point (through function pointer) to C language function:
const char * cgGetLastListing(CGcontext ctx)
More...
|
| |
| static void | cgSetLastListing (Buffer handle, String listing) |
| | Entry point (through function pointer) to C language function:
void cgSetLastListing(CGhandle handle, const char * listing)
More...
|
| |
| static void | cgSetAutoCompile (CGcontext ctx, int flag) |
| | Entry point (through function pointer) to C language function:
void cgSetAutoCompile(CGcontext ctx, CGenum flag)
More...
|
| |
| static int | cgGetAutoCompile (CGcontext ctx) |
| | Entry point (through function pointer) to C language function:
CGenum cgGetAutoCompile(CGcontext ctx)
More...
|
| |
| static CGprogram | cgCreateProgram (CGcontext ctx, int program_type, String program, int profile, String entry, String[] args) |
| | Entry point (through function pointer) to C language function:
CGprogram cgCreateProgram(CGcontext ctx, CGenum program_type, const char * program, CGprofile profile, const char * entry, const char * * args)
More...
|
| |
| static CGprogram | cgCreateProgramFromFile (CGcontext ctx, int program_type, String program_file, int profile, String entry, String[] args) |
| | Entry point (through function pointer) to C language function:
CGprogram cgCreateProgramFromFile(CGcontext ctx, CGenum program_type, const char * program_file, CGprofile profile, const char * entry, const char * * args)
More...
|
| |
| static CGprogram | cgCopyProgram (CGprogram program) |
| | Entry point (through function pointer) to C language function:
CGprogram cgCopyProgram(CGprogram program)
More...
|
| |
| static void | cgDestroyProgram (CGprogram program) |
| | Entry point (through function pointer) to C language function:
void cgDestroyProgram(CGprogram program)
More...
|
| |
| static CGprogram | cgGetFirstProgram (CGcontext ctx) |
| | Entry point (through function pointer) to C language function:
CGprogram cgGetFirstProgram(CGcontext ctx)
More...
|
| |
| static CGprogram | cgGetNextProgram (CGprogram current) |
| | Entry point (through function pointer) to C language function:
CGprogram cgGetNextProgram(CGprogram current)
More...
|
| |
| static CGcontext | cgGetProgramContext (CGprogram prog) |
| | Entry point (through function pointer) to C language function:
CGcontext cgGetProgramContext(CGprogram prog)
More...
|
| |
| static boolean | cgIsProgram (CGprogram program) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsProgram(CGprogram program)
More...
|
| |
| static void | cgCompileProgram (CGprogram program) |
| | Entry point (through function pointer) to C language function:
void cgCompileProgram(CGprogram program)
More...
|
| |
| static boolean | cgIsProgramCompiled (CGprogram program) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsProgramCompiled(CGprogram program)
More...
|
| |
| static String | cgGetProgramString (CGprogram prog, int pname) |
| | Entry point (through function pointer) to C language function:
const char * cgGetProgramString(CGprogram prog, CGenum pname)
More...
|
| |
| static int | cgGetProgramProfile (CGprogram prog) |
| | Entry point (through function pointer) to C language function:
CGprofile cgGetProgramProfile(CGprogram prog)
More...
|
| |
| static void | cgSetProgramProfile (CGprogram prog, int profile) |
| | Entry point (through function pointer) to C language function:
void cgSetProgramProfile(CGprogram prog, CGprofile profile)
More...
|
| |
| static void | cgSetPassProgramParameters (CGprogram arg0) |
| | Entry point (through function pointer) to C language function:
void cgSetPassProgramParameters(CGprogram)
More...
|
| |
| static CGparameter | cgCreateParameter (CGcontext ctx, int type) |
| | Entry point (through function pointer) to C language function:
CGparameter cgCreateParameter(CGcontext ctx, CGtype type)
More...
|
| |
| static CGparameter | cgCreateParameterArray (CGcontext ctx, int type, int length) |
| | Entry point (through function pointer) to C language function:
CGparameter cgCreateParameterArray(CGcontext ctx, CGtype type, int length)
More...
|
| |
| static CGparameter | cgCreateParameterMultiDimArray (CGcontext ctx, int type, int dim, IntBuffer lengths) |
| | Entry point (through function pointer) to C language function:
CGparameter cgCreateParameterMultiDimArray(CGcontext ctx, CGtype type, int dim, const int * lengths)
More...
|
| |
| static CGparameter | cgCreateParameterMultiDimArray (CGcontext ctx, int type, int dim, int[] lengths, int lengths_offset) |
| | Entry point (through function pointer) to C language function:
CGparameter cgCreateParameterMultiDimArray(CGcontext ctx, CGtype type, int dim, const int * lengths)
More...
|
| |
| static void | cgDestroyParameter (CGparameter param) |
| | Entry point (through function pointer) to C language function:
void cgDestroyParameter(CGparameter param)
More...
|
| |
| static void | cgConnectParameter (CGparameter from, CGparameter to) |
| | Entry point (through function pointer) to C language function:
void cgConnectParameter(CGparameter from, CGparameter to)
More...
|
| |
| static void | cgDisconnectParameter (CGparameter param) |
| | Entry point (through function pointer) to C language function:
void cgDisconnectParameter(CGparameter param)
More...
|
| |
| static CGparameter | cgGetConnectedParameter (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetConnectedParameter(CGparameter param)
More...
|
| |
| static int | cgGetNumConnectedToParameters (CGparameter param) |
| | Entry point (through function pointer) to C language function:
int cgGetNumConnectedToParameters(CGparameter param)
More...
|
| |
| static CGparameter | cgGetConnectedToParameter (CGparameter param, int index) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetConnectedToParameter(CGparameter param, int index)
More...
|
| |
| static CGparameter | cgGetNamedParameter (CGprogram prog, String name) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetNamedParameter(CGprogram prog, const char * name)
More...
|
| |
| static CGparameter | cgGetNamedProgramParameter (CGprogram prog, int name_space, String name) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetNamedProgramParameter(CGprogram prog, CGenum name_space, const char * name)
More...
|
| |
| static CGparameter | cgGetFirstParameter (CGprogram prog, int name_space) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetFirstParameter(CGprogram prog, CGenum name_space)
More...
|
| |
| static CGparameter | cgGetNextParameter (CGparameter current) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetNextParameter(CGparameter current)
More...
|
| |
| static CGparameter | cgGetFirstLeafParameter (CGprogram prog, int name_space) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetFirstLeafParameter(CGprogram prog, CGenum name_space)
More...
|
| |
| static CGparameter | cgGetNextLeafParameter (CGparameter current) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetNextLeafParameter(CGparameter current)
More...
|
| |
| static CGparameter | cgGetFirstStructParameter (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetFirstStructParameter(CGparameter param)
More...
|
| |
| static CGparameter | cgGetNamedStructParameter (CGparameter param, String name) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetNamedStructParameter(CGparameter param, const char * name)
More...
|
| |
| static CGparameter | cgGetFirstDependentParameter (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetFirstDependentParameter(CGparameter param)
More...
|
| |
| static CGparameter | cgGetArrayParameter (CGparameter aparam, int index) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetArrayParameter(CGparameter aparam, int index)
More...
|
| |
| static int | cgGetArrayDimension (CGparameter param) |
| | Entry point (through function pointer) to C language function:
int cgGetArrayDimension(CGparameter param)
More...
|
| |
| static int | cgGetArrayType (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetArrayType(CGparameter param)
More...
|
| |
| static int | cgGetArraySize (CGparameter param, int dimension) |
| | Entry point (through function pointer) to C language function:
int cgGetArraySize(CGparameter param, int dimension)
More...
|
| |
| static int | cgGetArrayTotalSize (CGparameter param) |
| | Entry point (through function pointer) to C language function:
int cgGetArrayTotalSize(CGparameter param)
More...
|
| |
| static void | cgSetArraySize (CGparameter param, int size) |
| | Entry point (through function pointer) to C language function:
void cgSetArraySize(CGparameter param, int size)
More...
|
| |
| static void | cgSetMultiDimArraySize (CGparameter param, IntBuffer sizes) |
| | Entry point (through function pointer) to C language function:
void cgSetMultiDimArraySize(CGparameter param, const int * sizes)
More...
|
| |
| static void | cgSetMultiDimArraySize (CGparameter param, int[] sizes, int sizes_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetMultiDimArraySize(CGparameter param, const int * sizes)
More...
|
| |
| static CGprogram | cgGetParameterProgram (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGprogram cgGetParameterProgram(CGparameter param)
More...
|
| |
| static CGcontext | cgGetParameterContext (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGcontext cgGetParameterContext(CGparameter param)
More...
|
| |
| static boolean | cgIsParameter (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsParameter(CGparameter param)
More...
|
| |
| static String | cgGetParameterName (CGparameter param) |
| | Entry point (through function pointer) to C language function:
const char * cgGetParameterName(CGparameter param)
More...
|
| |
| static int | cgGetParameterType (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetParameterType(CGparameter param)
More...
|
| |
| static int | cgGetParameterBaseType (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetParameterBaseType(CGparameter param)
More...
|
| |
| static int | cgGetParameterClass (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGparameterclass cgGetParameterClass(CGparameter param)
More...
|
| |
| static int | cgGetParameterRows (CGparameter param) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterRows(CGparameter param)
More...
|
| |
| static int | cgGetParameterColumns (CGparameter param) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterColumns(CGparameter param)
More...
|
| |
| static int | cgGetParameterNamedType (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetParameterNamedType(CGparameter param)
More...
|
| |
| static String | cgGetParameterSemantic (CGparameter param) |
| | Entry point (through function pointer) to C language function:
const char * cgGetParameterSemantic(CGparameter param)
More...
|
| |
| static int | cgGetParameterResource (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGresource cgGetParameterResource(CGparameter param)
More...
|
| |
| static int | cgGetParameterBaseResource (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGresource cgGetParameterBaseResource(CGparameter param)
More...
|
| |
| static long | cgGetParameterResourceIndex (CGparameter param) |
| | Entry point (through function pointer) to C language function:
unsigned long cgGetParameterResourceIndex(CGparameter param)
More...
|
| |
| static int | cgGetParameterVariability (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGenum cgGetParameterVariability(CGparameter param)
More...
|
| |
| static int | cgGetParameterDirection (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGenum cgGetParameterDirection(CGparameter param)
More...
|
| |
| static boolean | cgIsParameterReferenced (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsParameterReferenced(CGparameter param)
More...
|
| |
| static boolean | cgIsParameterUsed (CGparameter param, Buffer handle) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsParameterUsed(CGparameter param, CGhandle handle)
More...
|
| |
| static void | cgSetParameterValuedr (CGparameter param, int n, DoubleBuffer vals) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValuedr(CGparameter param, int n, const double * vals)
More...
|
| |
| static void | cgSetParameterValuedr (CGparameter param, int n, double[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValuedr(CGparameter param, int n, const double * vals)
More...
|
| |
| static void | cgSetParameterValuedc (CGparameter param, int n, DoubleBuffer vals) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValuedc(CGparameter param, int n, const double * vals)
More...
|
| |
| static void | cgSetParameterValuedc (CGparameter param, int n, double[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValuedc(CGparameter param, int n, const double * vals)
More...
|
| |
| static void | cgSetParameterValuefr (CGparameter param, int n, FloatBuffer vals) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValuefr(CGparameter param, int n, const float * vals)
More...
|
| |
| static void | cgSetParameterValuefr (CGparameter param, int n, float[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValuefr(CGparameter param, int n, const float * vals)
More...
|
| |
| static void | cgSetParameterValuefc (CGparameter param, int n, FloatBuffer vals) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValuefc(CGparameter param, int n, const float * vals)
More...
|
| |
| static void | cgSetParameterValuefc (CGparameter param, int n, float[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValuefc(CGparameter param, int n, const float * vals)
More...
|
| |
| static void | cgSetParameterValueir (CGparameter param, int n, IntBuffer vals) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValueir(CGparameter param, int n, const int * vals)
More...
|
| |
| static void | cgSetParameterValueir (CGparameter param, int n, int[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValueir(CGparameter param, int n, const int * vals)
More...
|
| |
| static void | cgSetParameterValueic (CGparameter param, int n, IntBuffer vals) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValueic(CGparameter param, int n, const int * vals)
More...
|
| |
| static void | cgSetParameterValueic (CGparameter param, int n, int[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterValueic(CGparameter param, int n, const int * vals)
More...
|
| |
| static int | cgGetParameterValuedr (CGparameter param, int n, DoubleBuffer vals) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValuedr(CGparameter param, int n, double * vals)
More...
|
| |
| static int | cgGetParameterValuedr (CGparameter param, int n, double[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValuedr(CGparameter param, int n, double * vals)
More...
|
| |
| static int | cgGetParameterValuedc (CGparameter param, int n, DoubleBuffer vals) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValuedc(CGparameter param, int n, double * vals)
More...
|
| |
| static int | cgGetParameterValuedc (CGparameter param, int n, double[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValuedc(CGparameter param, int n, double * vals)
More...
|
| |
| static int | cgGetParameterValuefr (CGparameter param, int n, FloatBuffer vals) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValuefr(CGparameter param, int n, float * vals)
More...
|
| |
| static int | cgGetParameterValuefr (CGparameter param, int n, float[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValuefr(CGparameter param, int n, float * vals)
More...
|
| |
| static int | cgGetParameterValuefc (CGparameter param, int n, FloatBuffer vals) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValuefc(CGparameter param, int n, float * vals)
More...
|
| |
| static int | cgGetParameterValuefc (CGparameter param, int n, float[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValuefc(CGparameter param, int n, float * vals)
More...
|
| |
| static int | cgGetParameterValueir (CGparameter param, int n, IntBuffer vals) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValueir(CGparameter param, int n, int * vals)
More...
|
| |
| static int | cgGetParameterValueir (CGparameter param, int n, int[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValueir(CGparameter param, int n, int * vals)
More...
|
| |
| static int | cgGetParameterValueic (CGparameter param, int n, IntBuffer vals) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValueic(CGparameter param, int n, int * vals)
More...
|
| |
| static int | cgGetParameterValueic (CGparameter param, int n, int[] vals, int vals_offset) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterValueic(CGparameter param, int n, int * vals)
More...
|
| |
| static String | cgGetStringParameterValue (CGparameter param) |
| | Entry point (through function pointer) to C language function:
const char * cgGetStringParameterValue(CGparameter param)
More...
|
| |
| static void | cgSetStringParameterValue (CGparameter param, String str) |
| | Entry point (through function pointer) to C language function:
void cgSetStringParameterValue(CGparameter param, const char * str)
More...
|
| |
| static int | cgGetParameterOrdinalNumber (CGparameter param) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterOrdinalNumber(CGparameter param)
More...
|
| |
| static boolean | cgIsParameterGlobal (CGparameter param) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsParameterGlobal(CGparameter param)
More...
|
| |
| static int | cgGetParameterIndex (CGparameter param) |
| | Entry point (through function pointer) to C language function:
int cgGetParameterIndex(CGparameter param)
More...
|
| |
| static void | cgSetParameterVariability (CGparameter param, int vary) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterVariability(CGparameter param, CGenum vary)
More...
|
| |
| static void | cgSetParameterSemantic (CGparameter param, String semantic) |
| | Entry point (through function pointer) to C language function:
void cgSetParameterSemantic(CGparameter param, const char * semantic)
More...
|
| |
| static void | cgSetParameter1f (CGparameter param, float x) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter1f(CGparameter param, float x)
More...
|
| |
| static void | cgSetParameter2f (CGparameter param, float x, float y) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter2f(CGparameter param, float x, float y)
More...
|
| |
| static void | cgSetParameter3f (CGparameter param, float x, float y, float z) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter3f(CGparameter param, float x, float y, float z)
More...
|
| |
| static void | cgSetParameter4f (CGparameter param, float x, float y, float z, float w) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter4f(CGparameter param, float x, float y, float z, float w)
More...
|
| |
| static void | cgSetParameter1d (CGparameter param, double x) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter1d(CGparameter param, double x)
More...
|
| |
| static void | cgSetParameter2d (CGparameter param, double x, double y) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter2d(CGparameter param, double x, double y)
More...
|
| |
| static void | cgSetParameter3d (CGparameter param, double x, double y, double z) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter3d(CGparameter param, double x, double y, double z)
More...
|
| |
| static void | cgSetParameter4d (CGparameter param, double x, double y, double z, double w) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter4d(CGparameter param, double x, double y, double z, double w)
More...
|
| |
| static void | cgSetParameter1i (CGparameter param, int x) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter1i(CGparameter param, int x)
More...
|
| |
| static void | cgSetParameter2i (CGparameter param, int x, int y) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter2i(CGparameter param, int x, int y)
More...
|
| |
| static void | cgSetParameter3i (CGparameter param, int x, int y, int z) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter3i(CGparameter param, int x, int y, int z)
More...
|
| |
| static void | cgSetParameter4i (CGparameter param, int x, int y, int z, int w) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter4i(CGparameter param, int x, int y, int z, int w)
More...
|
| |
| static void | cgSetParameter1iv (CGparameter param, IntBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter1iv(CGparameter param, const int * v)
More...
|
| |
| static void | cgSetParameter1iv (CGparameter param, int[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter1iv(CGparameter param, const int * v)
More...
|
| |
| static void | cgSetParameter2iv (CGparameter param, IntBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter2iv(CGparameter param, const int * v)
More...
|
| |
| static void | cgSetParameter2iv (CGparameter param, int[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter2iv(CGparameter param, const int * v)
More...
|
| |
| static void | cgSetParameter3iv (CGparameter param, IntBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter3iv(CGparameter param, const int * v)
More...
|
| |
| static void | cgSetParameter3iv (CGparameter param, int[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter3iv(CGparameter param, const int * v)
More...
|
| |
| static void | cgSetParameter4iv (CGparameter param, IntBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter4iv(CGparameter param, const int * v)
More...
|
| |
| static void | cgSetParameter4iv (CGparameter param, int[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter4iv(CGparameter param, const int * v)
More...
|
| |
| static void | cgSetParameter1fv (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter1fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgSetParameter1fv (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter1fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgSetParameter2fv (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter2fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgSetParameter2fv (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter2fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgSetParameter3fv (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter3fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgSetParameter3fv (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter3fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgSetParameter4fv (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter4fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgSetParameter4fv (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter4fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgSetParameter1dv (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter1dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgSetParameter1dv (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter1dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgSetParameter2dv (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter2dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgSetParameter2dv (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter2dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgSetParameter3dv (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter3dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgSetParameter3dv (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter3dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgSetParameter4dv (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter4dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgSetParameter4dv (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetParameter4dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgSetMatrixParameterir (CGparameter param, IntBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterir(CGparameter param, const int * matrix)
More...
|
| |
| static void | cgSetMatrixParameterir (CGparameter param, int[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterir(CGparameter param, const int * matrix)
More...
|
| |
| static void | cgSetMatrixParameterdr (CGparameter param, DoubleBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterdr(CGparameter param, const double * matrix)
More...
|
| |
| static void | cgSetMatrixParameterdr (CGparameter param, double[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterdr(CGparameter param, const double * matrix)
More...
|
| |
| static void | cgSetMatrixParameterfr (CGparameter param, FloatBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterfr(CGparameter param, const float * matrix)
More...
|
| |
| static void | cgSetMatrixParameterfr (CGparameter param, float[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterfr(CGparameter param, const float * matrix)
More...
|
| |
| static void | cgSetMatrixParameteric (CGparameter param, IntBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameteric(CGparameter param, const int * matrix)
More...
|
| |
| static void | cgSetMatrixParameteric (CGparameter param, int[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameteric(CGparameter param, const int * matrix)
More...
|
| |
| static void | cgSetMatrixParameterdc (CGparameter param, DoubleBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterdc(CGparameter param, const double * matrix)
More...
|
| |
| static void | cgSetMatrixParameterdc (CGparameter param, double[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterdc(CGparameter param, const double * matrix)
More...
|
| |
| static void | cgSetMatrixParameterfc (CGparameter param, FloatBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterfc(CGparameter param, const float * matrix)
More...
|
| |
| static void | cgSetMatrixParameterfc (CGparameter param, float[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgSetMatrixParameterfc(CGparameter param, const float * matrix)
More...
|
| |
| static void | cgGetMatrixParameterir (CGparameter param, IntBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterir(CGparameter param, int * matrix)
More...
|
| |
| static void | cgGetMatrixParameterir (CGparameter param, int[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterir(CGparameter param, int * matrix)
More...
|
| |
| static void | cgGetMatrixParameterdr (CGparameter param, DoubleBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterdr(CGparameter param, double * matrix)
More...
|
| |
| static void | cgGetMatrixParameterdr (CGparameter param, double[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterdr(CGparameter param, double * matrix)
More...
|
| |
| static void | cgGetMatrixParameterfr (CGparameter param, FloatBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterfr(CGparameter param, float * matrix)
More...
|
| |
| static void | cgGetMatrixParameterfr (CGparameter param, float[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterfr(CGparameter param, float * matrix)
More...
|
| |
| static void | cgGetMatrixParameteric (CGparameter param, IntBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameteric(CGparameter param, int * matrix)
More...
|
| |
| static void | cgGetMatrixParameteric (CGparameter param, int[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameteric(CGparameter param, int * matrix)
More...
|
| |
| static void | cgGetMatrixParameterdc (CGparameter param, DoubleBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterdc(CGparameter param, double * matrix)
More...
|
| |
| static void | cgGetMatrixParameterdc (CGparameter param, double[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterdc(CGparameter param, double * matrix)
More...
|
| |
| static void | cgGetMatrixParameterfc (CGparameter param, FloatBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterfc(CGparameter param, float * matrix)
More...
|
| |
| static void | cgGetMatrixParameterfc (CGparameter param, float[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGetMatrixParameterfc(CGparameter param, float * matrix)
More...
|
| |
| static String | cgGetTypeString (int type) |
| | Entry point (through function pointer) to C language function:
const char * cgGetTypeString(CGtype type)
More...
|
| |
| static int | cgGetType (String type_string) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetType(const char * type_string)
More...
|
| |
| static int | cgGetNamedUserType (Buffer handle, String name) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetNamedUserType(CGhandle handle, const char * name)
More...
|
| |
| static int | cgGetNumUserTypes (Buffer handle) |
| | Entry point (through function pointer) to C language function:
int cgGetNumUserTypes(CGhandle handle)
More...
|
| |
| static int | cgGetUserType (Buffer handle, int index) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetUserType(CGhandle handle, int index)
More...
|
| |
| static int | cgGetNumParentTypes (int type) |
| | Entry point (through function pointer) to C language function:
int cgGetNumParentTypes(CGtype type)
More...
|
| |
| static int | cgGetParentType (int type, int index) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetParentType(CGtype type, int index)
More...
|
| |
| static boolean | cgIsParentType (int parent, int child) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsParentType(CGtype parent, CGtype child)
More...
|
| |
| static boolean | cgIsInterfaceType (int type) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsInterfaceType(CGtype type)
More...
|
| |
| static String | cgGetResourceString (int resource) |
| | Entry point (through function pointer) to C language function:
const char * cgGetResourceString(CGresource resource)
More...
|
| |
| static int | cgGetResource (String resource_string) |
| | Entry point (through function pointer) to C language function:
CGresource cgGetResource(const char * resource_string)
More...
|
| |
| static String | cgGetEnumString (int en) |
| | Entry point (through function pointer) to C language function:
const char * cgGetEnumString(CGenum en)
More...
|
| |
| static int | cgGetEnum (String enum_string) |
| | Entry point (through function pointer) to C language function:
CGenum cgGetEnum(const char * enum_string)
More...
|
| |
| static String | cgGetProfileString (int profile) |
| | Entry point (through function pointer) to C language function:
const char * cgGetProfileString(CGprofile profile)
More...
|
| |
| static int | cgGetProfile (String profile_string) |
| | Entry point (through function pointer) to C language function:
CGprofile cgGetProfile(const char * profile_string)
More...
|
| |
| static int | cgGetError () |
| | Entry point (through function pointer) to C language function:
CGerror cgGetError()
More...
|
| |
| static int | cgGetFirstError () |
| | Entry point (through function pointer) to C language function:
CGerror cgGetFirstError()
More...
|
| |
| static String | cgGetErrorString (int error) |
| | Entry point (through function pointer) to C language function:
const char * cgGetErrorString(CGerror error)
More...
|
| |
| static String | cgGetLastErrorString (IntBuffer error) |
| | Entry point (through function pointer) to C language function:
const char * cgGetLastErrorString(CGerror * error)
More...
|
| |
| static String | cgGetLastErrorString (int[] error, int error_offset) |
| | Entry point (through function pointer) to C language function:
const char * cgGetLastErrorString(CGerror * error)
More...
|
| |
| static String | cgGetString (int sname) |
| | Entry point (through function pointer) to C language function:
const char * cgGetString(CGenum sname)
More...
|
| |
| static CGeffect | cgCreateEffect (CGcontext arg0, String code, String[] args) |
| | Entry point (through function pointer) to C language function:
CGeffect cgCreateEffect(CGcontext, const char * code, const char * * args)
More...
|
| |
| static CGeffect | cgCreateEffectFromFile (CGcontext arg0, String filename, String[] args) |
| | Entry point (through function pointer) to C language function:
CGeffect cgCreateEffectFromFile(CGcontext, const char * filename, const char * * args)
More...
|
| |
| static void | cgDestroyEffect (CGeffect arg0) |
| | Entry point (through function pointer) to C language function:
void cgDestroyEffect(CGeffect)
More...
|
| |
| static CGcontext | cgGetEffectContext (CGeffect arg0) |
| | Entry point (through function pointer) to C language function:
CGcontext cgGetEffectContext(CGeffect)
More...
|
| |
| static boolean | cgIsEffect (CGeffect effect) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsEffect(CGeffect effect)
More...
|
| |
| static CGeffect | cgGetFirstEffect (CGcontext arg0) |
| | Entry point (through function pointer) to C language function:
CGeffect cgGetFirstEffect(CGcontext)
More...
|
| |
| static CGeffect | cgGetNextEffect (CGeffect arg0) |
| | Entry point (through function pointer) to C language function:
CGeffect cgGetNextEffect(CGeffect)
More...
|
| |
| static CGprogram | cgCreateProgramFromEffect (CGeffect effect, int profile, String entry, String[] args) |
| | Entry point (through function pointer) to C language function:
CGprogram cgCreateProgramFromEffect(CGeffect effect, CGprofile profile, const char * entry, const char * * args)
More...
|
| |
| static CGtechnique | cgGetFirstTechnique (CGeffect arg0) |
| | Entry point (through function pointer) to C language function:
CGtechnique cgGetFirstTechnique(CGeffect)
More...
|
| |
| static CGtechnique | cgGetNextTechnique (CGtechnique arg0) |
| | Entry point (through function pointer) to C language function:
CGtechnique cgGetNextTechnique(CGtechnique)
More...
|
| |
| static CGtechnique | cgGetNamedTechnique (CGeffect arg0, String name) |
| | Entry point (through function pointer) to C language function:
CGtechnique cgGetNamedTechnique(CGeffect, const char * name)
More...
|
| |
| static String | cgGetTechniqueName (CGtechnique arg0) |
| | Entry point (through function pointer) to C language function:
const char * cgGetTechniqueName(CGtechnique)
More...
|
| |
| static boolean | cgIsTechnique (CGtechnique arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsTechnique(CGtechnique)
More...
|
| |
| static boolean | cgValidateTechnique (CGtechnique arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgValidateTechnique(CGtechnique)
More...
|
| |
| static boolean | cgIsTechniqueValidated (CGtechnique arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsTechniqueValidated(CGtechnique)
More...
|
| |
| static CGeffect | cgGetTechniqueEffect (CGtechnique arg0) |
| | Entry point (through function pointer) to C language function:
CGeffect cgGetTechniqueEffect(CGtechnique)
More...
|
| |
| static CGpass | cgGetFirstPass (CGtechnique arg0) |
| | Entry point (through function pointer) to C language function:
CGpass cgGetFirstPass(CGtechnique)
More...
|
| |
| static CGpass | cgGetNamedPass (CGtechnique arg0, String name) |
| | Entry point (through function pointer) to C language function:
CGpass cgGetNamedPass(CGtechnique, const char * name)
More...
|
| |
| static CGpass | cgGetNextPass (CGpass arg0) |
| | Entry point (through function pointer) to C language function:
CGpass cgGetNextPass(CGpass)
More...
|
| |
| static boolean | cgIsPass (CGpass arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsPass(CGpass)
More...
|
| |
| static String | cgGetPassName (CGpass arg0) |
| | Entry point (through function pointer) to C language function:
const char * cgGetPassName(CGpass)
More...
|
| |
| static CGtechnique | cgGetPassTechnique (CGpass arg0) |
| | Entry point (through function pointer) to C language function:
CGtechnique cgGetPassTechnique(CGpass)
More...
|
| |
| static void | cgSetPassState (CGpass arg0) |
| | Entry point (through function pointer) to C language function:
void cgSetPassState(CGpass)
More...
|
| |
| static void | cgResetPassState (CGpass arg0) |
| | Entry point (through function pointer) to C language function:
void cgResetPassState(CGpass)
More...
|
| |
| static CGstateassignment | cgGetFirstStateAssignment (CGpass arg0) |
| | Entry point (through function pointer) to C language function:
CGstateassignment cgGetFirstStateAssignment(CGpass)
More...
|
| |
| static CGstateassignment | cgGetNamedStateAssignment (CGpass arg0, String name) |
| | Entry point (through function pointer) to C language function:
CGstateassignment cgGetNamedStateAssignment(CGpass, const char * name)
More...
|
| |
| static CGstateassignment | cgGetNextStateAssignment (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGstateassignment cgGetNextStateAssignment(CGstateassignment)
More...
|
| |
| static boolean | cgIsStateAssignment (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsStateAssignment(CGstateassignment)
More...
|
| |
| static boolean | cgCallStateSetCallback (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgCallStateSetCallback(CGstateassignment)
More...
|
| |
| static boolean | cgCallStateValidateCallback (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgCallStateValidateCallback(CGstateassignment)
More...
|
| |
| static boolean | cgCallStateResetCallback (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgCallStateResetCallback(CGstateassignment)
More...
|
| |
| static CGpass | cgGetStateAssignmentPass (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGpass cgGetStateAssignmentPass(CGstateassignment)
More...
|
| |
| static CGparameter | cgGetSamplerStateAssignmentParameter (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetSamplerStateAssignmentParameter(CGstateassignment)
More...
|
| |
| static String | cgGetStringStateAssignmentValue (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
const char * cgGetStringStateAssignmentValue(CGstateassignment)
More...
|
| |
| static CGprogram | cgGetProgramStateAssignmentValue (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGprogram cgGetProgramStateAssignmentValue(CGstateassignment)
More...
|
| |
| static CGparameter | cgGetTextureStateAssignmentValue (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetTextureStateAssignmentValue(CGstateassignment)
More...
|
| |
| static CGparameter | cgGetSamplerStateAssignmentValue (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetSamplerStateAssignmentValue(CGstateassignment)
More...
|
| |
| static int | cgGetStateAssignmentIndex (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
int cgGetStateAssignmentIndex(CGstateassignment)
More...
|
| |
| static int | cgGetNumDependentStateAssignmentParameters (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
int cgGetNumDependentStateAssignmentParameters(CGstateassignment)
More...
|
| |
| static CGparameter | cgGetDependentStateAssignmentParameter (CGstateassignment arg0, int index) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetDependentStateAssignmentParameter(CGstateassignment, int index)
More...
|
| |
| static CGstate | cgGetStateAssignmentState (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGstate cgGetStateAssignmentState(CGstateassignment)
More...
|
| |
| static CGstate | cgGetSamplerStateAssignmentState (CGstateassignment arg0) |
| | Entry point (through function pointer) to C language function:
CGstate cgGetSamplerStateAssignmentState(CGstateassignment)
More...
|
| |
| static CGstate | cgCreateState (CGcontext arg0, String name, int arg2) |
| | Entry point (through function pointer) to C language function:
CGstate cgCreateState(CGcontext, const char * name, CGtype)
More...
|
| |
| static CGstate | cgCreateArrayState (CGcontext arg0, String name, int arg2, int nelems) |
| | Entry point (through function pointer) to C language function:
CGstate cgCreateArrayState(CGcontext, const char * name, CGtype, int nelems)
More...
|
| |
| static int | cgGetStateType (CGstate arg0) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetStateType(CGstate)
More...
|
| |
| static String | cgGetStateName (CGstate arg0) |
| | Entry point (through function pointer) to C language function:
const char * cgGetStateName(CGstate)
More...
|
| |
| static CGstate | cgGetNamedState (CGcontext arg0, String name) |
| | Entry point (through function pointer) to C language function:
CGstate cgGetNamedState(CGcontext, const char * name)
More...
|
| |
| static CGstate | cgGetFirstState (CGcontext arg0) |
| | Entry point (through function pointer) to C language function:
CGstate cgGetFirstState(CGcontext)
More...
|
| |
| static CGstate | cgGetNextState (CGstate arg0) |
| | Entry point (through function pointer) to C language function:
CGstate cgGetNextState(CGstate)
More...
|
| |
| static boolean | cgIsState (CGstate arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsState(CGstate)
More...
|
| |
| static void | cgAddStateEnumerant (CGstate arg0, String name, int value) |
| | Entry point (through function pointer) to C language function:
void cgAddStateEnumerant(CGstate, const char * name, int value)
More...
|
| |
| static CGstate | cgCreateSamplerState (CGcontext arg0, String name, int arg2) |
| | Entry point (through function pointer) to C language function:
CGstate cgCreateSamplerState(CGcontext, const char * name, CGtype)
More...
|
| |
| static CGstate | cgCreateArraySamplerState (CGcontext arg0, String name, int arg2, int nelems) |
| | Entry point (through function pointer) to C language function:
CGstate cgCreateArraySamplerState(CGcontext, const char * name, CGtype, int nelems)
More...
|
| |
| static CGstate | cgGetNamedSamplerState (CGcontext arg0, String name) |
| | Entry point (through function pointer) to C language function:
CGstate cgGetNamedSamplerState(CGcontext, const char * name)
More...
|
| |
| static CGstate | cgGetFirstSamplerState (CGcontext arg0) |
| | Entry point (through function pointer) to C language function:
CGstate cgGetFirstSamplerState(CGcontext)
More...
|
| |
| static CGstateassignment | cgGetFirstSamplerStateAssignment (CGparameter arg0) |
| | Entry point (through function pointer) to C language function:
CGstateassignment cgGetFirstSamplerStateAssignment(CGparameter)
More...
|
| |
| static CGstateassignment | cgGetNamedSamplerStateAssignment (CGparameter arg0, String arg1) |
| | Entry point (through function pointer) to C language function:
CGstateassignment cgGetNamedSamplerStateAssignment(CGparameter, const char * )
More...
|
| |
| static void | cgSetSamplerState (CGparameter arg0) |
| | Entry point (through function pointer) to C language function:
void cgSetSamplerState(CGparameter)
More...
|
| |
| static CGparameter | cgGetNamedEffectParameter (CGeffect arg0, String arg1) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetNamedEffectParameter(CGeffect, const char * )
More...
|
| |
| static CGparameter | cgGetFirstLeafEffectParameter (CGeffect arg0) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetFirstLeafEffectParameter(CGeffect)
More...
|
| |
| static CGparameter | cgGetFirstEffectParameter (CGeffect arg0) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetFirstEffectParameter(CGeffect)
More...
|
| |
| static CGparameter | cgGetEffectParameterBySemantic (CGeffect arg0, String arg1) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetEffectParameterBySemantic(CGeffect, const char * )
More...
|
| |
| static CGannotation | cgGetFirstTechniqueAnnotation (CGtechnique arg0) |
| | Entry point (through function pointer) to C language function:
CGannotation cgGetFirstTechniqueAnnotation(CGtechnique)
More...
|
| |
| static CGannotation | cgGetFirstPassAnnotation (CGpass arg0) |
| | Entry point (through function pointer) to C language function:
CGannotation cgGetFirstPassAnnotation(CGpass)
More...
|
| |
| static CGannotation | cgGetFirstParameterAnnotation (CGparameter arg0) |
| | Entry point (through function pointer) to C language function:
CGannotation cgGetFirstParameterAnnotation(CGparameter)
More...
|
| |
| static CGannotation | cgGetFirstProgramAnnotation (CGprogram arg0) |
| | Entry point (through function pointer) to C language function:
CGannotation cgGetFirstProgramAnnotation(CGprogram)
More...
|
| |
| static CGannotation | cgGetNextAnnotation (CGannotation arg0) |
| | Entry point (through function pointer) to C language function:
CGannotation cgGetNextAnnotation(CGannotation)
More...
|
| |
| static CGannotation | cgGetNamedTechniqueAnnotation (CGtechnique arg0, String arg1) |
| | Entry point (through function pointer) to C language function:
CGannotation cgGetNamedTechniqueAnnotation(CGtechnique, const char * )
More...
|
| |
| static CGannotation | cgGetNamedPassAnnotation (CGpass arg0, String arg1) |
| | Entry point (through function pointer) to C language function:
CGannotation cgGetNamedPassAnnotation(CGpass, const char * )
More...
|
| |
| static CGannotation | cgGetNamedParameterAnnotation (CGparameter arg0, String arg1) |
| | Entry point (through function pointer) to C language function:
CGannotation cgGetNamedParameterAnnotation(CGparameter, const char * )
More...
|
| |
| static CGannotation | cgGetNamedProgramAnnotation (CGprogram arg0, String arg1) |
| | Entry point (through function pointer) to C language function:
CGannotation cgGetNamedProgramAnnotation(CGprogram, const char * )
More...
|
| |
| static boolean | cgIsAnnotation (CGannotation arg0) |
| | Entry point (through function pointer) to C language function:
CGbool cgIsAnnotation(CGannotation)
More...
|
| |
| static String | cgGetAnnotationName (CGannotation arg0) |
| | Entry point (through function pointer) to C language function:
const char * cgGetAnnotationName(CGannotation)
More...
|
| |
| static int | cgGetAnnotationType (CGannotation arg0) |
| | Entry point (through function pointer) to C language function:
CGtype cgGetAnnotationType(CGannotation)
More...
|
| |
| static String | cgGetStringAnnotationValue (CGannotation arg0) |
| | Entry point (through function pointer) to C language function:
const char * cgGetStringAnnotationValue(CGannotation)
More...
|
| |
| static int | cgGetNumDependentAnnotationParameters (CGannotation arg0) |
| | Entry point (through function pointer) to C language function:
int cgGetNumDependentAnnotationParameters(CGannotation)
More...
|
| |
| static CGparameter | cgGetDependentAnnotationParameter (CGannotation arg0, int index) |
| | Entry point (through function pointer) to C language function:
CGparameter cgGetDependentAnnotationParameter(CGannotation, int index)
More...
|
| |
| static void | cgEvaluateProgram (CGprogram arg0, FloatBuffer arg1, int ncomps, int nx, int ny, int nz) |
| | Entry point (through function pointer) to C language function:
void cgEvaluateProgram(CGprogram, float * , int ncomps, int nx, int ny, int nz)
More...
|
| |
| static void | cgEvaluateProgram (CGprogram arg0, float[] arg1, int arg1_offset, int ncomps, int nx, int ny, int nz) |
| | Entry point (through function pointer) to C language function:
void cgEvaluateProgram(CGprogram, float * , int ncomps, int nx, int ny, int nz)
More...
|
| |
| static boolean | cgGLIsProfileSupported (int profile) |
| | Entry point (through function pointer) to C language function:
CGbool cgGLIsProfileSupported(CGprofile profile)
More...
|
| |
| static void | cgGLEnableProfile (int profile) |
| | Entry point (through function pointer) to C language function:
void cgGLEnableProfile(CGprofile profile)
More...
|
| |
| static void | cgGLDisableProfile (int profile) |
| | Entry point (through function pointer) to C language function:
void cgGLDisableProfile(CGprofile profile)
More...
|
| |
| static int | cgGLGetLatestProfile (int profile_type) |
| | Entry point (through function pointer) to C language function:
CGprofile cgGLGetLatestProfile(CGGLenum profile_type)
More...
|
| |
| static void | cgGLSetOptimalOptions (int profile) |
| | Entry point (through function pointer) to C language function:
void cgGLSetOptimalOptions(CGprofile profile)
More...
|
| |
| static void | cgGLLoadProgram (CGprogram program) |
| | Entry point (through function pointer) to C language function:
void cgGLLoadProgram(CGprogram program)
More...
|
| |
| static boolean | cgGLIsProgramLoaded (CGprogram program) |
| | Entry point (through function pointer) to C language function:
CGbool cgGLIsProgramLoaded(CGprogram program)
More...
|
| |
| static void | cgGLBindProgram (CGprogram program) |
| | Entry point (through function pointer) to C language function:
void cgGLBindProgram(CGprogram program)
More...
|
| |
| static void | cgGLUnbindProgram (int profile) |
| | Entry point (through function pointer) to C language function:
void cgGLUnbindProgram(CGprofile profile)
More...
|
| |
| static int | cgGLGetProgramID (CGprogram program) |
| | Entry point (through function pointer) to C language function:
GLuint cgGLGetProgramID(CGprogram program)
More...
|
| |
| static void | cgGLSetParameter1f (CGparameter param, float x) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter1f(CGparameter param, float x)
More...
|
| |
| static void | cgGLSetParameter2f (CGparameter param, float x, float y) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter2f(CGparameter param, float x, float y)
More...
|
| |
| static void | cgGLSetParameter3f (CGparameter param, float x, float y, float z) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter3f(CGparameter param, float x, float y, float z)
More...
|
| |
| static void | cgGLSetParameter4f (CGparameter param, float x, float y, float z, float w) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter4f(CGparameter param, float x, float y, float z, float w)
More...
|
| |
| static void | cgGLSetParameter1fv (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter1fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgGLSetParameter1fv (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter1fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgGLSetParameter2fv (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter2fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgGLSetParameter2fv (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter2fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgGLSetParameter3fv (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter3fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgGLSetParameter3fv (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter3fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgGLSetParameter4fv (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter4fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgGLSetParameter4fv (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter4fv(CGparameter param, const float * v)
More...
|
| |
| static void | cgGLSetParameter1d (CGparameter param, double x) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter1d(CGparameter param, double x)
More...
|
| |
| static void | cgGLSetParameter2d (CGparameter param, double x, double y) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter2d(CGparameter param, double x, double y)
More...
|
| |
| static void | cgGLSetParameter3d (CGparameter param, double x, double y, double z) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter3d(CGparameter param, double x, double y, double z)
More...
|
| |
| static void | cgGLSetParameter4d (CGparameter param, double x, double y, double z, double w) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter4d(CGparameter param, double x, double y, double z, double w)
More...
|
| |
| static void | cgGLSetParameter1dv (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter1dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgGLSetParameter1dv (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter1dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgGLSetParameter2dv (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter2dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgGLSetParameter2dv (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter2dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgGLSetParameter3dv (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter3dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgGLSetParameter3dv (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter3dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgGLSetParameter4dv (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter4dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgGLSetParameter4dv (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameter4dv(CGparameter param, const double * v)
More...
|
| |
| static void | cgGLGetParameter1f (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter1f(CGparameter param, float * v)
More...
|
| |
| static void | cgGLGetParameter1f (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter1f(CGparameter param, float * v)
More...
|
| |
| static void | cgGLGetParameter2f (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter2f(CGparameter param, float * v)
More...
|
| |
| static void | cgGLGetParameter2f (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter2f(CGparameter param, float * v)
More...
|
| |
| static void | cgGLGetParameter3f (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter3f(CGparameter param, float * v)
More...
|
| |
| static void | cgGLGetParameter3f (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter3f(CGparameter param, float * v)
More...
|
| |
| static void | cgGLGetParameter4f (CGparameter param, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter4f(CGparameter param, float * v)
More...
|
| |
| static void | cgGLGetParameter4f (CGparameter param, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter4f(CGparameter param, float * v)
More...
|
| |
| static void | cgGLGetParameter1d (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter1d(CGparameter param, double * v)
More...
|
| |
| static void | cgGLGetParameter1d (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter1d(CGparameter param, double * v)
More...
|
| |
| static void | cgGLGetParameter2d (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter2d(CGparameter param, double * v)
More...
|
| |
| static void | cgGLGetParameter2d (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter2d(CGparameter param, double * v)
More...
|
| |
| static void | cgGLGetParameter3d (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter3d(CGparameter param, double * v)
More...
|
| |
| static void | cgGLGetParameter3d (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter3d(CGparameter param, double * v)
More...
|
| |
| static void | cgGLGetParameter4d (CGparameter param, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter4d(CGparameter param, double * v)
More...
|
| |
| static void | cgGLGetParameter4d (CGparameter param, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameter4d(CGparameter param, double * v)
More...
|
| |
| static void | cgGLSetParameterArray1f (CGparameter param, long offset, long nelements, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray1f(CGparameter param, long offset, long nelements, const float * v)
More...
|
| |
| static void | cgGLSetParameterArray1f (CGparameter param, long offset, long nelements, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray1f(CGparameter param, long offset, long nelements, const float * v)
More...
|
| |
| static void | cgGLSetParameterArray2f (CGparameter param, long offset, long nelements, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray2f(CGparameter param, long offset, long nelements, const float * v)
More...
|
| |
| static void | cgGLSetParameterArray2f (CGparameter param, long offset, long nelements, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray2f(CGparameter param, long offset, long nelements, const float * v)
More...
|
| |
| static void | cgGLSetParameterArray3f (CGparameter param, long offset, long nelements, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray3f(CGparameter param, long offset, long nelements, const float * v)
More...
|
| |
| static void | cgGLSetParameterArray3f (CGparameter param, long offset, long nelements, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray3f(CGparameter param, long offset, long nelements, const float * v)
More...
|
| |
| static void | cgGLSetParameterArray4f (CGparameter param, long offset, long nelements, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray4f(CGparameter param, long offset, long nelements, const float * v)
More...
|
| |
| static void | cgGLSetParameterArray4f (CGparameter param, long offset, long nelements, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray4f(CGparameter param, long offset, long nelements, const float * v)
More...
|
| |
| static void | cgGLSetParameterArray1d (CGparameter param, long offset, long nelements, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray1d(CGparameter param, long offset, long nelements, const double * v)
More...
|
| |
| static void | cgGLSetParameterArray1d (CGparameter param, long offset, long nelements, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray1d(CGparameter param, long offset, long nelements, const double * v)
More...
|
| |
| static void | cgGLSetParameterArray2d (CGparameter param, long offset, long nelements, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray2d(CGparameter param, long offset, long nelements, const double * v)
More...
|
| |
| static void | cgGLSetParameterArray2d (CGparameter param, long offset, long nelements, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray2d(CGparameter param, long offset, long nelements, const double * v)
More...
|
| |
| static void | cgGLSetParameterArray3d (CGparameter param, long offset, long nelements, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray3d(CGparameter param, long offset, long nelements, const double * v)
More...
|
| |
| static void | cgGLSetParameterArray3d (CGparameter param, long offset, long nelements, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray3d(CGparameter param, long offset, long nelements, const double * v)
More...
|
| |
| static void | cgGLSetParameterArray4d (CGparameter param, long offset, long nelements, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray4d(CGparameter param, long offset, long nelements, const double * v)
More...
|
| |
| static void | cgGLSetParameterArray4d (CGparameter param, long offset, long nelements, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterArray4d(CGparameter param, long offset, long nelements, const double * v)
More...
|
| |
| static void | cgGLGetParameterArray1f (CGparameter param, long offset, long nelements, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray1f(CGparameter param, long offset, long nelements, float * v)
More...
|
| |
| static void | cgGLGetParameterArray1f (CGparameter param, long offset, long nelements, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray1f(CGparameter param, long offset, long nelements, float * v)
More...
|
| |
| static void | cgGLGetParameterArray2f (CGparameter param, long offset, long nelements, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray2f(CGparameter param, long offset, long nelements, float * v)
More...
|
| |
| static void | cgGLGetParameterArray2f (CGparameter param, long offset, long nelements, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray2f(CGparameter param, long offset, long nelements, float * v)
More...
|
| |
| static void | cgGLGetParameterArray3f (CGparameter param, long offset, long nelements, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray3f(CGparameter param, long offset, long nelements, float * v)
More...
|
| |
| static void | cgGLGetParameterArray3f (CGparameter param, long offset, long nelements, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray3f(CGparameter param, long offset, long nelements, float * v)
More...
|
| |
| static void | cgGLGetParameterArray4f (CGparameter param, long offset, long nelements, FloatBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray4f(CGparameter param, long offset, long nelements, float * v)
More...
|
| |
| static void | cgGLGetParameterArray4f (CGparameter param, long offset, long nelements, float[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray4f(CGparameter param, long offset, long nelements, float * v)
More...
|
| |
| static void | cgGLGetParameterArray1d (CGparameter param, long offset, long nelements, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray1d(CGparameter param, long offset, long nelements, double * v)
More...
|
| |
| static void | cgGLGetParameterArray1d (CGparameter param, long offset, long nelements, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray1d(CGparameter param, long offset, long nelements, double * v)
More...
|
| |
| static void | cgGLGetParameterArray2d (CGparameter param, long offset, long nelements, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray2d(CGparameter param, long offset, long nelements, double * v)
More...
|
| |
| static void | cgGLGetParameterArray2d (CGparameter param, long offset, long nelements, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray2d(CGparameter param, long offset, long nelements, double * v)
More...
|
| |
| static void | cgGLGetParameterArray3d (CGparameter param, long offset, long nelements, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray3d(CGparameter param, long offset, long nelements, double * v)
More...
|
| |
| static void | cgGLGetParameterArray3d (CGparameter param, long offset, long nelements, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray3d(CGparameter param, long offset, long nelements, double * v)
More...
|
| |
| static void | cgGLGetParameterArray4d (CGparameter param, long offset, long nelements, DoubleBuffer v) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray4d(CGparameter param, long offset, long nelements, double * v)
More...
|
| |
| static void | cgGLGetParameterArray4d (CGparameter param, long offset, long nelements, double[] v, int v_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetParameterArray4d(CGparameter param, long offset, long nelements, double * v)
More...
|
| |
| static void | cgGLSetParameterPointer (CGparameter param, int fsize, int type, int stride, Buffer pointer) |
| | Entry point (through function pointer) to C language function:
void cgGLSetParameterPointer(CGparameter param, GLint fsize, GLenum type, GLsizei stride, const GLvoid * pointer)
More...
|
| |
| static void | cgGLEnableClientState (CGparameter param) |
| | Entry point (through function pointer) to C language function:
void cgGLEnableClientState(CGparameter param)
More...
|
| |
| static void | cgGLDisableClientState (CGparameter param) |
| | Entry point (through function pointer) to C language function:
void cgGLDisableClientState(CGparameter param)
More...
|
| |
| static void | cgGLSetMatrixParameterdr (CGparameter param, DoubleBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterdr(CGparameter param, const double * matrix)
More...
|
| |
| static void | cgGLSetMatrixParameterdr (CGparameter param, double[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterdr(CGparameter param, const double * matrix)
More...
|
| |
| static void | cgGLSetMatrixParameterfr (CGparameter param, FloatBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterfr(CGparameter param, const float * matrix)
More...
|
| |
| static void | cgGLSetMatrixParameterfr (CGparameter param, float[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterfr(CGparameter param, const float * matrix)
More...
|
| |
| static void | cgGLSetMatrixParameterdc (CGparameter param, DoubleBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterdc(CGparameter param, const double * matrix)
More...
|
| |
| static void | cgGLSetMatrixParameterdc (CGparameter param, double[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterdc(CGparameter param, const double * matrix)
More...
|
| |
| static void | cgGLSetMatrixParameterfc (CGparameter param, FloatBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterfc(CGparameter param, const float * matrix)
More...
|
| |
| static void | cgGLSetMatrixParameterfc (CGparameter param, float[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterfc(CGparameter param, const float * matrix)
More...
|
| |
| static void | cgGLGetMatrixParameterdr (CGparameter param, DoubleBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterdr(CGparameter param, double * matrix)
More...
|
| |
| static void | cgGLGetMatrixParameterdr (CGparameter param, double[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterdr(CGparameter param, double * matrix)
More...
|
| |
| static void | cgGLGetMatrixParameterfr (CGparameter param, FloatBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterfr(CGparameter param, float * matrix)
More...
|
| |
| static void | cgGLGetMatrixParameterfr (CGparameter param, float[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterfr(CGparameter param, float * matrix)
More...
|
| |
| static void | cgGLGetMatrixParameterdc (CGparameter param, DoubleBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterdc(CGparameter param, double * matrix)
More...
|
| |
| static void | cgGLGetMatrixParameterdc (CGparameter param, double[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterdc(CGparameter param, double * matrix)
More...
|
| |
| static void | cgGLGetMatrixParameterfc (CGparameter param, FloatBuffer matrix) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterfc(CGparameter param, float * matrix)
More...
|
| |
| static void | cgGLGetMatrixParameterfc (CGparameter param, float[] matrix, int matrix_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterfc(CGparameter param, float * matrix)
More...
|
| |
| static void | cgGLSetStateMatrixParameter (CGparameter param, int matrix, int transform) |
| | Entry point (through function pointer) to C language function:
void cgGLSetStateMatrixParameter(CGparameter param, CGGLenum matrix, CGGLenum transform)
More...
|
| |
| static void | cgGLSetMatrixParameterArrayfc (CGparameter param, long offset, long nelements, FloatBuffer matrices) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArrayfc(CGparameter param, long offset, long nelements, const float * matrices)
More...
|
| |
| static void | cgGLSetMatrixParameterArrayfc (CGparameter param, long offset, long nelements, float[] matrices, int matrices_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArrayfc(CGparameter param, long offset, long nelements, const float * matrices)
More...
|
| |
| static void | cgGLSetMatrixParameterArrayfr (CGparameter param, long offset, long nelements, FloatBuffer matrices) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArrayfr(CGparameter param, long offset, long nelements, const float * matrices)
More...
|
| |
| static void | cgGLSetMatrixParameterArrayfr (CGparameter param, long offset, long nelements, float[] matrices, int matrices_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArrayfr(CGparameter param, long offset, long nelements, const float * matrices)
More...
|
| |
| static void | cgGLSetMatrixParameterArraydc (CGparameter param, long offset, long nelements, DoubleBuffer matrices) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArraydc(CGparameter param, long offset, long nelements, const double * matrices)
More...
|
| |
| static void | cgGLSetMatrixParameterArraydc (CGparameter param, long offset, long nelements, double[] matrices, int matrices_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArraydc(CGparameter param, long offset, long nelements, const double * matrices)
More...
|
| |
| static void | cgGLSetMatrixParameterArraydr (CGparameter param, long offset, long nelements, DoubleBuffer matrices) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArraydr(CGparameter param, long offset, long nelements, const double * matrices)
More...
|
| |
| static void | cgGLSetMatrixParameterArraydr (CGparameter param, long offset, long nelements, double[] matrices, int matrices_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLSetMatrixParameterArraydr(CGparameter param, long offset, long nelements, const double * matrices)
More...
|
| |
| static void | cgGLGetMatrixParameterArrayfc (CGparameter param, long offset, long nelements, FloatBuffer matrices) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArrayfc(CGparameter param, long offset, long nelements, float * matrices)
More...
|
| |
| static void | cgGLGetMatrixParameterArrayfc (CGparameter param, long offset, long nelements, float[] matrices, int matrices_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArrayfc(CGparameter param, long offset, long nelements, float * matrices)
More...
|
| |
| static void | cgGLGetMatrixParameterArrayfr (CGparameter param, long offset, long nelements, FloatBuffer matrices) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArrayfr(CGparameter param, long offset, long nelements, float * matrices)
More...
|
| |
| static void | cgGLGetMatrixParameterArrayfr (CGparameter param, long offset, long nelements, float[] matrices, int matrices_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArrayfr(CGparameter param, long offset, long nelements, float * matrices)
More...
|
| |
| static void | cgGLGetMatrixParameterArraydc (CGparameter param, long offset, long nelements, DoubleBuffer matrices) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArraydc(CGparameter param, long offset, long nelements, double * matrices)
More...
|
| |
| static void | cgGLGetMatrixParameterArraydc (CGparameter param, long offset, long nelements, double[] matrices, int matrices_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArraydc(CGparameter param, long offset, long nelements, double * matrices)
More...
|
| |
| static void | cgGLGetMatrixParameterArraydr (CGparameter param, long offset, long nelements, DoubleBuffer matrices) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArraydr(CGparameter param, long offset, long nelements, double * matrices)
More...
|
| |
| static void | cgGLGetMatrixParameterArraydr (CGparameter param, long offset, long nelements, double[] matrices, int matrices_offset) |
| | Entry point (through function pointer) to C language function:
void cgGLGetMatrixParameterArraydr(CGparameter param, long offset, long nelements, double * matrices)
More...
|
| |
| static void | cgGLSetTextureParameter (CGparameter param, int texobj) |
| | Entry point (through function pointer) to C language function:
void cgGLSetTextureParameter(CGparameter param, GLuint texobj)
More...
|
| |
| static int | cgGLGetTextureParameter (CGparameter param) |
| | Entry point (through function pointer) to C language function:
GLuint cgGLGetTextureParameter(CGparameter param)
More...
|
| |
| static void | cgGLEnableTextureParameter (CGparameter param) |
| | Entry point (through function pointer) to C language function:
void cgGLEnableTextureParameter(CGparameter param)
More...
|
| |
| static void | cgGLDisableTextureParameter (CGparameter param) |
| | Entry point (through function pointer) to C language function:
void cgGLDisableTextureParameter(CGparameter param)
More...
|
| |
| static int | cgGLGetTextureEnum (CGparameter param) |
| | Entry point (through function pointer) to C language function:
GLenum cgGLGetTextureEnum(CGparameter param)
More...
|
| |
| static void | cgGLSetManageTextureParameters (CGcontext ctx, boolean flag) |
| | Entry point (through function pointer) to C language function:
void cgGLSetManageTextureParameters(CGcontext ctx, CGbool flag)
More...
|
| |
| static boolean | cgGLGetManageTextureParameters (CGcontext ctx) |
| | Entry point (through function pointer) to C language function:
CGbool cgGLGetManageTextureParameters(CGcontext ctx)
More...
|
| |
| static void | cgGLSetupSampler (CGparameter param, int texobj) |
| | Entry point (through function pointer) to C language function:
void cgGLSetupSampler(CGparameter param, GLuint texobj)
More...
|
| |
| static void | cgGLRegisterStates (CGcontext arg0) |
| | Entry point (through function pointer) to C language function:
void cgGLRegisterStates(CGcontext)
More...
|
| |
| static CgProcAddressTable | getCgProcAddressTable () |
| |
| static CGprogram | cgCreateProgramFromStream (CGcontext ctx, int program_type, java.io.InputStream stream, int profile, java.lang.String entry, java.lang.String[] args) throws java.io.IOException |
| | A convenience method which reads all available data from the InputStream and then calls cgCreateProgram. More...
|
| |
|
| static final int | CG_NO_ERROR = 0x0 |
| | Defined as part of enum type "CGerror" with expression '0', CType: int. More...
|
| |
| static final int | CG_COMPILER_ERROR = 0x1 |
| | Defined as part of enum type "CGerror" with expression '1', CType: int. More...
|
| |
| static final int | CG_INVALID_PARAMETER_ERROR = 0x2 |
| | Defined as part of enum type "CGerror" with expression '2', CType: int. More...
|
| |
| static final int | CG_INVALID_PROFILE_ERROR = 0x3 |
| | Defined as part of enum type "CGerror" with expression '3', CType: int. More...
|
| |
| static final int | CG_PROGRAM_LOAD_ERROR = 0x4 |
| | Defined as part of enum type "CGerror" with expression '4', CType: int. More...
|
| |
| static final int | CG_PROGRAM_BIND_ERROR = 0x5 |
| | Defined as part of enum type "CGerror" with expression '5', CType: int. More...
|
| |
| static final int | CG_PROGRAM_NOT_LOADED_ERROR = 0x6 |
| | Defined as part of enum type "CGerror" with expression '6', CType: int. More...
|
| |
| static final int | CG_UNSUPPORTED_GL_EXTENSION_ERROR = 0x7 |
| | Defined as part of enum type "CGerror" with expression '7', CType: int. More...
|
| |
| static final int | CG_INVALID_VALUE_TYPE_ERROR = 0x8 |
| | Defined as part of enum type "CGerror" with expression '8', CType: int. More...
|
| |
| static final int | CG_NOT_MATRIX_PARAM_ERROR = 0x9 |
| | Defined as part of enum type "CGerror" with expression '9', CType: int. More...
|
| |
| static final int | CG_INVALID_ENUMERANT_ERROR = 0xa |
| | Defined as part of enum type "CGerror" with expression '10', CType: int. More...
|
| |
| static final int | CG_NOT_4x4_MATRIX_ERROR = 0xb |
| | Defined as part of enum type "CGerror" with expression '11', CType: int. More...
|
| |
| static final int | CG_FILE_READ_ERROR = 0xc |
| | Defined as part of enum type "CGerror" with expression '12', CType: int. More...
|
| |
| static final int | CG_FILE_WRITE_ERROR = 0xd |
| | Defined as part of enum type "CGerror" with expression '13', CType: int. More...
|
| |
| static final int | CG_NVPARSE_ERROR = 0xe |
| | Defined as part of enum type "CGerror" with expression '14', CType: int. More...
|
| |
| static final int | CG_MEMORY_ALLOC_ERROR = 0xf |
| | Defined as part of enum type "CGerror" with expression '15', CType: int. More...
|
| |
| static final int | CG_INVALID_CONTEXT_HANDLE_ERROR = 0x10 |
| | Defined as part of enum type "CGerror" with expression '16', CType: int. More...
|
| |
| static final int | CG_INVALID_PROGRAM_HANDLE_ERROR = 0x11 |
| | Defined as part of enum type "CGerror" with expression '17', CType: int. More...
|
| |
| static final int | CG_INVALID_PARAM_HANDLE_ERROR = 0x12 |
| | Defined as part of enum type "CGerror" with expression '18', CType: int. More...
|
| |
| static final int | CG_UNKNOWN_PROFILE_ERROR = 0x13 |
| | Defined as part of enum type "CGerror" with expression '19', CType: int. More...
|
| |
| static final int | CG_VAR_ARG_ERROR = 0x14 |
| | Defined as part of enum type "CGerror" with expression '20', CType: int. More...
|
| |
| static final int | CG_INVALID_DIMENSION_ERROR = 0x15 |
| | Defined as part of enum type "CGerror" with expression '21', CType: int. More...
|
| |
| static final int | CG_ARRAY_PARAM_ERROR = 0x16 |
| | Defined as part of enum type "CGerror" with expression '22', CType: int. More...
|
| |
| static final int | CG_OUT_OF_ARRAY_BOUNDS_ERROR = 0x17 |
| | Defined as part of enum type "CGerror" with expression '23', CType: int. More...
|
| |
| static final int | CG_CONFLICTING_TYPES_ERROR = 0x18 |
| | Defined as part of enum type "CGerror" with expression '24', CType: int. More...
|
| |
| static final int | CG_CONFLICTING_PARAMETER_TYPES_ERROR = 0x19 |
| | Defined as part of enum type "CGerror" with expression '25', CType: int. More...
|
| |
| static final int | CG_PARAMETER_IS_NOT_SHARED_ERROR = 0x1a |
| | Defined as part of enum type "CGerror" with expression '26', CType: int. More...
|
| |
| static final int | CG_INVALID_PARAMETER_VARIABILITY_ERROR = 0x1b |
| | Defined as part of enum type "CGerror" with expression '27', CType: int. More...
|
| |
| static final int | CG_CANNOT_DESTROY_PARAMETER_ERROR = 0x1c |
| | Defined as part of enum type "CGerror" with expression '28', CType: int. More...
|
| |
| static final int | CG_NOT_ROOT_PARAMETER_ERROR = 0x1d |
| | Defined as part of enum type "CGerror" with expression '29', CType: int. More...
|
| |
| static final int | CG_PARAMETERS_DO_NOT_MATCH_ERROR = 0x1e |
| | Defined as part of enum type "CGerror" with expression '30', CType: int. More...
|
| |
| static final int | CG_IS_NOT_PROGRAM_PARAMETER_ERROR = 0x1f |
| | Defined as part of enum type "CGerror" with expression '31', CType: int. More...
|
| |
| static final int | CG_INVALID_PARAMETER_TYPE_ERROR = 0x20 |
| | Defined as part of enum type "CGerror" with expression '32', CType: int. More...
|
| |
| static final int | CG_PARAMETER_IS_NOT_RESIZABLE_ARRAY_ERROR = 0x21 |
| | Defined as part of enum type "CGerror" with expression '33', CType: int. More...
|
| |
| static final int | CG_INVALID_SIZE_ERROR = 0x22 |
| | Defined as part of enum type "CGerror" with expression '34', CType: int. More...
|
| |
| static final int | CG_BIND_CREATES_CYCLE_ERROR = 0x23 |
| | Defined as part of enum type "CGerror" with expression '35', CType: int. More...
|
| |
| static final int | CG_ARRAY_TYPES_DO_NOT_MATCH_ERROR = 0x24 |
| | Defined as part of enum type "CGerror" with expression '36', CType: int. More...
|
| |
| static final int | CG_ARRAY_DIMENSIONS_DO_NOT_MATCH_ERROR = 0x25 |
| | Defined as part of enum type "CGerror" with expression '37', CType: int. More...
|
| |
| static final int | CG_ARRAY_HAS_WRONG_DIMENSION_ERROR = 0x26 |
| | Defined as part of enum type "CGerror" with expression '38', CType: int. More...
|
| |
| static final int | CG_TYPE_IS_NOT_DEFINED_IN_PROGRAM_ERROR = 0x27 |
| | Defined as part of enum type "CGerror" with expression '39', CType: int. More...
|
| |
| static final int | CG_INVALID_EFFECT_HANDLE_ERROR = 0x28 |
| | Defined as part of enum type "CGerror" with expression '40', CType: int. More...
|
| |
| static final int | CG_INVALID_STATE_HANDLE_ERROR = 0x29 |
| | Defined as part of enum type "CGerror" with expression '41', CType: int. More...
|
| |
| static final int | CG_INVALID_STATE_ASSIGNMENT_HANDLE_ERROR = 0x2a |
| | Defined as part of enum type "CGerror" with expression '42', CType: int. More...
|
| |
| static final int | CG_INVALID_PASS_HANDLE_ERROR = 0x2b |
| | Defined as part of enum type "CGerror" with expression '43', CType: int. More...
|
| |
| static final int | CG_INVALID_ANNOTATION_HANDLE_ERROR = 0x2c |
| | Defined as part of enum type "CGerror" with expression '44', CType: int. More...
|
| |
| static final int | CG_INVALID_TECHNIQUE_HANDLE_ERROR = 0x2d |
| | Defined as part of enum type "CGerror" with expression '45', CType: int. More...
|
| |
| static final int | CG_INVALID_PARAMETER_HANDLE_ERROR = 0x2e |
| | Defined as part of enum type "CGerror" with expression '46', CType: int. More...
|
| |
| static final int | CG_STATE_ASSIGNMENT_TYPE_MISMATCH_ERROR = 0x2f |
| | Defined as part of enum type "CGerror" with expression '47', CType: int. More...
|
| |
| static final int | CG_INVALID_FUNCTION_HANDLE_ERROR = 0x30 |
| | Defined as part of enum type "CGerror" with expression '48', CType: int. More...
|
| |
| static final int | CG_INVALID_TECHNIQUE_ERROR = 0x31 |
| | Defined as part of enum type "CGerror" with expression '49', CType: int. More...
|
| |
| static final int | CG_INVALID_POINTER_ERROR = 0x32 |
| | Defined as part of enum type "CGerror" with expression '50', CType: int. More...
|
| |
| static final int | CG_NOT_ENOUGH_DATA_ERROR = 0x33 |
| | Defined as part of enum type "CGerror" with expression '51', CType: int. More...
|
| |
| static final int | CG_NON_NUMERIC_PARAMETER_ERROR = 0x34 |
| | Defined as part of enum type "CGerror" with expression '52', CType: int. More...
|
| |
| static final int | CG_ARRAY_SIZE_MISMATCH_ERROR = 0x35 |
| | Defined as part of enum type "CGerror" with expression '53', CType: int. More...
|
| |
| static final int | CG_GL_MATRIX_IDENTITY = 0x0 |
| | Defined as part of enum type "CGGLenum" with expression '0', CType: int. More...
|
| |
| static final int | CG_GL_MATRIX_TRANSPOSE = 0x1 |
| | Defined as part of enum type "CGGLenum" with expression '1', CType: int. More...
|
| |
| static final int | CG_GL_MATRIX_INVERSE = 0x2 |
| | Defined as part of enum type "CGGLenum" with expression '2', CType: int. More...
|
| |
| static final int | CG_GL_MATRIX_INVERSE_TRANSPOSE = 0x3 |
| | Defined as part of enum type "CGGLenum" with expression '3', CType: int. More...
|
| |
| static final int | CG_GL_MODELVIEW_MATRIX = 0x4 |
| | Defined as part of enum type "CGGLenum" with expression '0x4', CType: int. More...
|
| |
| static final int | CG_GL_PROJECTION_MATRIX = 0x5 |
| | Defined as part of enum type "CGGLenum" with expression '0x5', CType: int. More...
|
| |
| static final int | CG_GL_TEXTURE_MATRIX = 0x6 |
| | Defined as part of enum type "CGGLenum" with expression '0x6', CType: int. More...
|
| |
| static final int | CG_GL_MODELVIEW_PROJECTION_MATRIX = 0x7 |
| | Defined as part of enum type "CGGLenum" with expression '0x7', CType: int. More...
|
| |
| static final int | CG_GL_VERTEX = 0x8 |
| | Defined as part of enum type "CGGLenum" with expression '0x8', CType: int. More...
|
| |
| static final int | CG_GL_FRAGMENT = 0x9 |
| | Defined as part of enum type "CGGLenum" with expression '0x9', CType: int. More...
|
| |
| static final int | CG_TEXUNIT0 = 0x800 |
| | Defined as part of enum type "CGresource" with expression '2048', CType: int. More...
|
| |
| static final int | CG_TEXUNIT1 = 0x801 |
| | Defined as part of enum type "CGresource" with expression '2049', CType: int. More...
|
| |
| static final int | CG_TEXUNIT2 = 0x802 |
| | Defined as part of enum type "CGresource" with expression '2050', CType: int. More...
|
| |
| static final int | CG_TEXUNIT3 = 0x803 |
| | Defined as part of enum type "CGresource" with expression '2051', CType: int. More...
|
| |
| static final int | CG_TEXUNIT4 = 0x804 |
| | Defined as part of enum type "CGresource" with expression '2052', CType: int. More...
|
| |
| static final int | CG_TEXUNIT5 = 0x805 |
| | Defined as part of enum type "CGresource" with expression '2053', CType: int. More...
|
| |
| static final int | CG_TEXUNIT6 = 0x806 |
| | Defined as part of enum type "CGresource" with expression '2054', CType: int. More...
|
| |
| static final int | CG_TEXUNIT7 = 0x807 |
| | Defined as part of enum type "CGresource" with expression '2055', CType: int. More...
|
| |
| static final int | CG_TEXUNIT8 = 0x808 |
| | Defined as part of enum type "CGresource" with expression '2056', CType: int. More...
|
| |
| static final int | CG_TEXUNIT9 = 0x809 |
| | Defined as part of enum type "CGresource" with expression '2057', CType: int. More...
|
| |
| static final int | CG_TEXUNIT10 = 0x80a |
| | Defined as part of enum type "CGresource" with expression '2058', CType: int. More...
|
| |
| static final int | CG_TEXUNIT11 = 0x80b |
| | Defined as part of enum type "CGresource" with expression '2059', CType: int. More...
|
| |
| static final int | CG_TEXUNIT12 = 0x80c |
| | Defined as part of enum type "CGresource" with expression '2060', CType: int. More...
|
| |
| static final int | CG_TEXUNIT13 = 0x80d |
| | Defined as part of enum type "CGresource" with expression '2061', CType: int. More...
|
| |
| static final int | CG_TEXUNIT14 = 0x80e |
| | Defined as part of enum type "CGresource" with expression '2062', CType: int. More...
|
| |
| static final int | CG_TEXUNIT15 = 0x80f |
| | Defined as part of enum type "CGresource" with expression '2063', CType: int. More...
|
| |
| static final int | CG_ATTR0 = 0x841 |
| | Defined as part of enum type "CGresource" with expression '2113', CType: int. More...
|
| |
| static final int | CG_ATTR1 = 0x842 |
| | Defined as part of enum type "CGresource" with expression '2114', CType: int. More...
|
| |
| static final int | CG_ATTR2 = 0x843 |
| | Defined as part of enum type "CGresource" with expression '2115', CType: int. More...
|
| |
| static final int | CG_ATTR3 = 0x844 |
| | Defined as part of enum type "CGresource" with expression '2116', CType: int. More...
|
| |
| static final int | CG_ATTR4 = 0x845 |
| | Defined as part of enum type "CGresource" with expression '2117', CType: int. More...
|
| |
| static final int | CG_ATTR5 = 0x846 |
| | Defined as part of enum type "CGresource" with expression '2118', CType: int. More...
|
| |
| static final int | CG_ATTR6 = 0x847 |
| | Defined as part of enum type "CGresource" with expression '2119', CType: int. More...
|
| |
| static final int | CG_ATTR7 = 0x848 |
| | Defined as part of enum type "CGresource" with expression '2120', CType: int. More...
|
| |
| static final int | CG_ATTR8 = 0x849 |
| | Defined as part of enum type "CGresource" with expression '2121', CType: int. More...
|
| |
| static final int | CG_ATTR9 = 0x84a |
| | Defined as part of enum type "CGresource" with expression '2122', CType: int. More...
|
| |
| static final int | CG_ATTR10 = 0x84b |
| | Defined as part of enum type "CGresource" with expression '2123', CType: int. More...
|
| |
| static final int | CG_ATTR11 = 0x84c |
| | Defined as part of enum type "CGresource" with expression '2124', CType: int. More...
|
| |
| static final int | CG_ATTR12 = 0x84d |
| | Defined as part of enum type "CGresource" with expression '2125', CType: int. More...
|
| |
| static final int | CG_ATTR13 = 0x84e |
| | Defined as part of enum type "CGresource" with expression '2126', CType: int. More...
|
| |
| static final int | CG_ATTR14 = 0x84f |
| | Defined as part of enum type "CGresource" with expression '2127', CType: int. More...
|
| |
| static final int | CG_ATTR15 = 0x850 |
| | Defined as part of enum type "CGresource" with expression '2128', CType: int. More...
|
| |
| static final int | CG_C = 0x882 |
| | Defined as part of enum type "CGresource" with expression '2178', CType: int. More...
|
| |
| static final int | CG_TEX0 = 0x883 |
| | Defined as part of enum type "CGresource" with expression '2179', CType: int. More...
|
| |
| static final int | CG_TEX1 = 0x884 |
| | Defined as part of enum type "CGresource" with expression '2180', CType: int. More...
|
| |
| static final int | CG_TEX2 = 0x885 |
| | Defined as part of enum type "CGresource" with expression '2181', CType: int. More...
|
| |
| static final int | CG_TEX3 = 0x890 |
| | Defined as part of enum type "CGresource" with expression '2192', CType: int. More...
|
| |
| static final int | CG_TEX4 = 0x891 |
| | Defined as part of enum type "CGresource" with expression '2193', CType: int. More...
|
| |
| static final int | CG_TEX5 = 0x892 |
| | Defined as part of enum type "CGresource" with expression '2194', CType: int. More...
|
| |
| static final int | CG_TEX6 = 0x893 |
| | Defined as part of enum type "CGresource" with expression '2195', CType: int. More...
|
| |
| static final int | CG_TEX7 = 0x894 |
| | Defined as part of enum type "CGresource" with expression '2196', CType: int. More...
|
| |
| static final int | CG_HPOS = 0x8c3 |
| | Defined as part of enum type "CGresource" with expression '2243', CType: int. More...
|
| |
| static final int | CG_COL0 = 0x8c5 |
| | Defined as part of enum type "CGresource" with expression '2245', CType: int. More...
|
| |
| static final int | CG_COL1 = 0x8c6 |
| | Defined as part of enum type "CGresource" with expression '2246', CType: int. More...
|
| |
| static final int | CG_COL2 = 0x8c7 |
| | Defined as part of enum type "CGresource" with expression '2247', CType: int. More...
|
| |
| static final int | CG_COL3 = 0x8c8 |
| | Defined as part of enum type "CGresource" with expression '2248', CType: int. More...
|
| |
| static final int | CG_PSIZ = 0x905 |
| | Defined as part of enum type "CGresource" with expression '2309', CType: int. More...
|
| |
| static final int | CG_WPOS = 0x945 |
| | Defined as part of enum type "CGresource" with expression '2373', CType: int. More...
|
| |
| static final int | CG_POSITION0 = 0x985 |
| | Defined as part of enum type "CGresource" with expression '2437', CType: int. More...
|
| |
| static final int | CG_POSITION1 = 0x986 |
| | Defined as part of enum type "CGresource" with expression '2438', CType: int. More...
|
| |
| static final int | CG_POSITION2 = 0x987 |
| | Defined as part of enum type "CGresource" with expression '2439', CType: int. More...
|
| |
| static final int | CG_POSITION3 = 0x988 |
| | Defined as part of enum type "CGresource" with expression '2440', CType: int. More...
|
| |
| static final int | CG_POSITION4 = 0x989 |
| | Defined as part of enum type "CGresource" with expression '2441', CType: int. More...
|
| |
| static final int | CG_POSITION5 = 0x98a |
| | Defined as part of enum type "CGresource" with expression '2442', CType: int. More...
|
| |
| static final int | CG_POSITION6 = 0x98b |
| | Defined as part of enum type "CGresource" with expression '2443', CType: int. More...
|
| |
| static final int | CG_POSITION7 = 0x98c |
| | Defined as part of enum type "CGresource" with expression '2444', CType: int. More...
|
| |
| static final int | CG_POSITION8 = 0x98d |
| | Defined as part of enum type "CGresource" with expression '2445', CType: int. More...
|
| |
| static final int | CG_POSITION9 = 0x98e |
| | Defined as part of enum type "CGresource" with expression '2446', CType: int. More...
|
| |
| static final int | CG_POSITION10 = 0x98f |
| | Defined as part of enum type "CGresource" with expression '2447', CType: int. More...
|
| |
| static final int | CG_POSITION11 = 0x990 |
| | Defined as part of enum type "CGresource" with expression '2448', CType: int. More...
|
| |
| static final int | CG_POSITION12 = 0x991 |
| | Defined as part of enum type "CGresource" with expression '2449', CType: int. More...
|
| |
| static final int | CG_POSITION13 = 0x992 |
| | Defined as part of enum type "CGresource" with expression '2450', CType: int. More...
|
| |
| static final int | CG_POSITION14 = 0x993 |
| | Defined as part of enum type "CGresource" with expression '2451', CType: int. More...
|
| |
| static final int | CG_POSITION15 = 0x994 |
| | Defined as part of enum type "CGresource" with expression '2452', CType: int. More...
|
| |
| static final int | CG_DIFFUSE0 = 0x9c5 |
| | Defined as part of enum type "CGresource" with expression '2501', CType: int. More...
|
| |
| static final int | CG_TANGENT0 = 0xa05 |
| | Defined as part of enum type "CGresource" with expression '2565', CType: int. More...
|
| |
| static final int | CG_TANGENT1 = 0xa06 |
| | Defined as part of enum type "CGresource" with expression '2566', CType: int. More...
|
| |
| static final int | CG_TANGENT2 = 0xa07 |
| | Defined as part of enum type "CGresource" with expression '2567', CType: int. More...
|
| |
| static final int | CG_TANGENT3 = 0xa08 |
| | Defined as part of enum type "CGresource" with expression '2568', CType: int. More...
|
| |
| static final int | CG_TANGENT4 = 0xa09 |
| | Defined as part of enum type "CGresource" with expression '2569', CType: int. More...
|
| |
| static final int | CG_TANGENT5 = 0xa0a |
| | Defined as part of enum type "CGresource" with expression '2570', CType: int. More...
|
| |
| static final int | CG_TANGENT6 = 0xa0b |
| | Defined as part of enum type "CGresource" with expression '2571', CType: int. More...
|
| |
| static final int | CG_TANGENT7 = 0xa0c |
| | Defined as part of enum type "CGresource" with expression '2572', CType: int. More...
|
| |
| static final int | CG_TANGENT8 = 0xa0d |
| | Defined as part of enum type "CGresource" with expression '2573', CType: int. More...
|
| |
| static final int | CG_TANGENT9 = 0xa0e |
| | Defined as part of enum type "CGresource" with expression '2574', CType: int. More...
|
| |
| static final int | CG_TANGENT10 = 0xa0f |
| | Defined as part of enum type "CGresource" with expression '2575', CType: int. More...
|
| |
| static final int | CG_TANGENT11 = 0xa10 |
| | Defined as part of enum type "CGresource" with expression '2576', CType: int. More...
|
| |
| static final int | CG_TANGENT12 = 0xa11 |
| | Defined as part of enum type "CGresource" with expression '2577', CType: int. More...
|
| |
| static final int | CG_TANGENT13 = 0xa12 |
| | Defined as part of enum type "CGresource" with expression '2578', CType: int. More...
|
| |
| static final int | CG_TANGENT14 = 0xa13 |
| | Defined as part of enum type "CGresource" with expression '2579', CType: int. More...
|
| |
| static final int | CG_TANGENT15 = 0xa14 |
| | Defined as part of enum type "CGresource" with expression '2580', CType: int. More...
|
| |
| static final int | CG_SPECULAR0 = 0xa45 |
| | Defined as part of enum type "CGresource" with expression '2629', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES0 = 0xa85 |
| | Defined as part of enum type "CGresource" with expression '2693', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES1 = 0xa86 |
| | Defined as part of enum type "CGresource" with expression '2694', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES2 = 0xa87 |
| | Defined as part of enum type "CGresource" with expression '2695', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES3 = 0xa88 |
| | Defined as part of enum type "CGresource" with expression '2696', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES4 = 0xa89 |
| | Defined as part of enum type "CGresource" with expression '2697', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES5 = 0xa8a |
| | Defined as part of enum type "CGresource" with expression '2698', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES6 = 0xa8b |
| | Defined as part of enum type "CGresource" with expression '2699', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES7 = 0xa8c |
| | Defined as part of enum type "CGresource" with expression '2700', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES8 = 0xa8d |
| | Defined as part of enum type "CGresource" with expression '2701', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES9 = 0xa8e |
| | Defined as part of enum type "CGresource" with expression '2702', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES10 = 0xa8f |
| | Defined as part of enum type "CGresource" with expression '2703', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES11 = 0xa90 |
| | Defined as part of enum type "CGresource" with expression '2704', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES12 = 0xa91 |
| | Defined as part of enum type "CGresource" with expression '2705', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES13 = 0xa92 |
| | Defined as part of enum type "CGresource" with expression '2706', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES14 = 0xa93 |
| | Defined as part of enum type "CGresource" with expression '2707', CType: int. More...
|
| |
| static final int | CG_BLENDINDICES15 = 0xa94 |
| | Defined as part of enum type "CGresource" with expression '2708', CType: int. More...
|
| |
| static final int | CG_COLOR0 = 0xac5 |
| | Defined as part of enum type "CGresource" with expression '2757', CType: int. More...
|
| |
| static final int | CG_COLOR1 = 0xac6 |
| | Defined as part of enum type "CGresource" with expression '2758', CType: int. More...
|
| |
| static final int | CG_COLOR2 = 0xac7 |
| | Defined as part of enum type "CGresource" with expression '2759', CType: int. More...
|
| |
| static final int | CG_COLOR3 = 0xac8 |
| | Defined as part of enum type "CGresource" with expression '2760', CType: int. More...
|
| |
| static final int | CG_COLOR4 = 0xac9 |
| | Defined as part of enum type "CGresource" with expression '2761', CType: int. More...
|
| |
| static final int | CG_COLOR5 = 0xaca |
| | Defined as part of enum type "CGresource" with expression '2762', CType: int. More...
|
| |
| static final int | CG_COLOR6 = 0xacb |
| | Defined as part of enum type "CGresource" with expression '2763', CType: int. More...
|
| |
| static final int | CG_COLOR7 = 0xacc |
| | Defined as part of enum type "CGresource" with expression '2764', CType: int. More...
|
| |
| static final int | CG_COLOR8 = 0xacd |
| | Defined as part of enum type "CGresource" with expression '2765', CType: int. More...
|
| |
| static final int | CG_COLOR9 = 0xace |
| | Defined as part of enum type "CGresource" with expression '2766', CType: int. More...
|
| |
| static final int | CG_COLOR10 = 0xacf |
| | Defined as part of enum type "CGresource" with expression '2767', CType: int. More...
|
| |
| static final int | CG_COLOR11 = 0xad0 |
| | Defined as part of enum type "CGresource" with expression '2768', CType: int. More...
|
| |
| static final int | CG_COLOR12 = 0xad1 |
| | Defined as part of enum type "CGresource" with expression '2769', CType: int. More...
|
| |
| static final int | CG_COLOR13 = 0xad2 |
| | Defined as part of enum type "CGresource" with expression '2770', CType: int. More...
|
| |
| static final int | CG_COLOR14 = 0xad3 |
| | Defined as part of enum type "CGresource" with expression '2771', CType: int. More...
|
| |
| static final int | CG_COLOR15 = 0xad4 |
| | Defined as part of enum type "CGresource" with expression '2772', CType: int. More...
|
| |
| static final int | CG_PSIZE0 = 0xb05 |
| | Defined as part of enum type "CGresource" with expression '2821', CType: int. More...
|
| |
| static final int | CG_PSIZE1 = 0xb06 |
| | Defined as part of enum type "CGresource" with expression '2822', CType: int. More...
|
| |
| static final int | CG_PSIZE2 = 0xb07 |
| | Defined as part of enum type "CGresource" with expression '2823', CType: int. More...
|
| |
| static final int | CG_PSIZE3 = 0xb08 |
| | Defined as part of enum type "CGresource" with expression '2824', CType: int. More...
|
| |
| static final int | CG_PSIZE4 = 0xb09 |
| | Defined as part of enum type "CGresource" with expression '2825', CType: int. More...
|
| |
| static final int | CG_PSIZE5 = 0xb0a |
| | Defined as part of enum type "CGresource" with expression '2826', CType: int. More...
|
| |
| static final int | CG_PSIZE6 = 0xb0b |
| | Defined as part of enum type "CGresource" with expression '2827', CType: int. More...
|
| |
| static final int | CG_PSIZE7 = 0xb0c |
| | Defined as part of enum type "CGresource" with expression '2828', CType: int. More...
|
| |
| static final int | CG_PSIZE8 = 0xb0d |
| | Defined as part of enum type "CGresource" with expression '2829', CType: int. More...
|
| |
| static final int | CG_PSIZE9 = 0xb0e |
| | Defined as part of enum type "CGresource" with expression '2830', CType: int. More...
|
| |
| static final int | CG_PSIZE10 = 0xb0f |
| | Defined as part of enum type "CGresource" with expression '2831', CType: int. More...
|
| |
| static final int | CG_PSIZE11 = 0xb10 |
| | Defined as part of enum type "CGresource" with expression '2832', CType: int. More...
|
| |
| static final int | CG_PSIZE12 = 0xb11 |
| | Defined as part of enum type "CGresource" with expression '2833', CType: int. More...
|
| |
| static final int | CG_PSIZE13 = 0xb12 |
| | Defined as part of enum type "CGresource" with expression '2834', CType: int. More...
|
| |
| static final int | CG_PSIZE14 = 0xb13 |
| | Defined as part of enum type "CGresource" with expression '2835', CType: int. More...
|
| |
| static final int | CG_PSIZE15 = 0xb14 |
| | Defined as part of enum type "CGresource" with expression '2836', CType: int. More...
|
| |
| static final int | CG_BINORMAL0 = 0xb45 |
| | Defined as part of enum type "CGresource" with expression '2885', CType: int. More...
|
| |
| static final int | CG_BINORMAL1 = 0xb46 |
| | Defined as part of enum type "CGresource" with expression '2886', CType: int. More...
|
| |
| static final int | CG_BINORMAL2 = 0xb47 |
| | Defined as part of enum type "CGresource" with expression '2887', CType: int. More...
|
| |
| static final int | CG_BINORMAL3 = 0xb48 |
| | Defined as part of enum type "CGresource" with expression '2888', CType: int. More...
|
| |
| static final int | CG_BINORMAL4 = 0xb49 |
| | Defined as part of enum type "CGresource" with expression '2889', CType: int. More...
|
| |
| static final int | CG_BINORMAL5 = 0xb4a |
| | Defined as part of enum type "CGresource" with expression '2890', CType: int. More...
|
| |
| static final int | CG_BINORMAL6 = 0xb4b |
| | Defined as part of enum type "CGresource" with expression '2891', CType: int. More...
|
| |
| static final int | CG_BINORMAL7 = 0xb4c |
| | Defined as part of enum type "CGresource" with expression '2892', CType: int. More...
|
| |
| static final int | CG_BINORMAL8 = 0xb4d |
| | Defined as part of enum type "CGresource" with expression '2893', CType: int. More...
|
| |
| static final int | CG_BINORMAL9 = 0xb4e |
| | Defined as part of enum type "CGresource" with expression '2894', CType: int. More...
|
| |
| static final int | CG_BINORMAL10 = 0xb4f |
| | Defined as part of enum type "CGresource" with expression '2895', CType: int. More...
|
| |
| static final int | CG_BINORMAL11 = 0xb50 |
| | Defined as part of enum type "CGresource" with expression '2896', CType: int. More...
|
| |
| static final int | CG_BINORMAL12 = 0xb51 |
| | Defined as part of enum type "CGresource" with expression '2897', CType: int. More...
|
| |
| static final int | CG_BINORMAL13 = 0xb52 |
| | Defined as part of enum type "CGresource" with expression '2898', CType: int. More...
|
| |
| static final int | CG_BINORMAL14 = 0xb53 |
| | Defined as part of enum type "CGresource" with expression '2899', CType: int. More...
|
| |
| static final int | CG_BINORMAL15 = 0xb54 |
| | Defined as part of enum type "CGresource" with expression '2900', CType: int. More...
|
| |
| static final int | CG_FOG0 = 0xb65 |
| | Defined as part of enum type "CGresource" with expression '2917', CType: int. More...
|
| |
| static final int | CG_FOG1 = 0xb66 |
| | Defined as part of enum type "CGresource" with expression '2918', CType: int. More...
|
| |
| static final int | CG_FOG2 = 0xb67 |
| | Defined as part of enum type "CGresource" with expression '2919', CType: int. More...
|
| |
| static final int | CG_FOG3 = 0xb68 |
| | Defined as part of enum type "CGresource" with expression '2920', CType: int. More...
|
| |
| static final int | CG_FOG4 = 0xb69 |
| | Defined as part of enum type "CGresource" with expression '2921', CType: int. More...
|
| |
| static final int | CG_FOG5 = 0xb6a |
| | Defined as part of enum type "CGresource" with expression '2922', CType: int. More...
|
| |
| static final int | CG_FOG6 = 0xb6b |
| | Defined as part of enum type "CGresource" with expression '2923', CType: int. More...
|
| |
| static final int | CG_FOG7 = 0xb6c |
| | Defined as part of enum type "CGresource" with expression '2924', CType: int. More...
|
| |
| static final int | CG_FOG8 = 0xb6d |
| | Defined as part of enum type "CGresource" with expression '2925', CType: int. More...
|
| |
| static final int | CG_FOG9 = 0xb6e |
| | Defined as part of enum type "CGresource" with expression '2926', CType: int. More...
|
| |
| static final int | CG_FOG10 = 0xb6f |
| | Defined as part of enum type "CGresource" with expression '2927', CType: int. More...
|
| |
| static final int | CG_FOG11 = 0xb70 |
| | Defined as part of enum type "CGresource" with expression '2928', CType: int. More...
|
| |
| static final int | CG_FOG12 = 0xb71 |
| | Defined as part of enum type "CGresource" with expression '2929', CType: int. More...
|
| |
| static final int | CG_FOG13 = 0xb72 |
| | Defined as part of enum type "CGresource" with expression '2930', CType: int. More...
|
| |
| static final int | CG_FOG14 = 0xb73 |
| | Defined as part of enum type "CGresource" with expression '2931', CType: int. More...
|
| |
| static final int | CG_FOG15 = 0xb74 |
| | Defined as part of enum type "CGresource" with expression '2932', CType: int. More...
|
| |
| static final int | CG_DEPTH0 = 0xb75 |
| | Defined as part of enum type "CGresource" with expression '2933', CType: int. More...
|
| |
| static final int | CG_DEPTH1 = 0xb76 |
| | Defined as part of enum type "CGresource" with expression '2934', CType: int. More...
|
| |
| static final int | CG_DEPTH2 = 0xb77 |
| | Defined as part of enum type "CGresource" with expression '2935', CType: int. More...
|
| |
| static final int | CG_DEPTH3 = 0xb78 |
| | Defined as part of enum type "CGresource" with expression '2936', CType: int. More...
|
| |
| static final int | CG_DEPTH4 = 0xb79 |
| | Defined as part of enum type "CGresource" with expression '2937', CType: int. More...
|
| |
| static final int | CG_DEPTH5 = 0xb7a |
| | Defined as part of enum type "CGresource" with expression '2938', CType: int. More...
|
| |
| static final int | CG_DEPTH6 = 0xb7b |
| | Defined as part of enum type "CGresource" with expression '2939', CType: int. More...
|
| |
| static final int | CG_DEPTH7 = 0xb7c |
| | Defined as part of enum type "CGresource" with expression '2940', CType: int. More...
|
| |
| static final int | CG_DEPTH8 = 0xb7d |
| | Defined as part of enum type "CGresource" with expression '2941', CType: int. More...
|
| |
| static final int | CG_DEPTH9 = 0x7366 |
| | Defined as part of enum type "CGresource" with expression '29542', CType: int. More...
|
| |
| static final int | CG_DEPTH10 = 0xb7f |
| | Defined as part of enum type "CGresource" with expression '2943', CType: int. More...
|
| |
| static final int | CG_DEPTH11 = 0xb80 |
| | Defined as part of enum type "CGresource" with expression '2944', CType: int. More...
|
| |
| static final int | CG_DEPTH12 = 0xb81 |
| | Defined as part of enum type "CGresource" with expression '2945', CType: int. More...
|
| |
| static final int | CG_DEPTH13 = 0xb82 |
| | Defined as part of enum type "CGresource" with expression '2946', CType: int. More...
|
| |
| static final int | CG_DEPTH14 = 0xb83 |
| | Defined as part of enum type "CGresource" with expression '2947', CType: int. More...
|
| |
| static final int | CG_DEPTH15 = 0xb84 |
| | Defined as part of enum type "CGresource" with expression '2948', CType: int. More...
|
| |
| static final int | CG_SAMPLE0 = 0xb85 |
| | Defined as part of enum type "CGresource" with expression '2949', CType: int. More...
|
| |
| static final int | CG_SAMPLE1 = 0xb86 |
| | Defined as part of enum type "CGresource" with expression '2950', CType: int. More...
|
| |
| static final int | CG_SAMPLE2 = 0xb87 |
| | Defined as part of enum type "CGresource" with expression '2951', CType: int. More...
|
| |
| static final int | CG_SAMPLE3 = 0xb88 |
| | Defined as part of enum type "CGresource" with expression '2952', CType: int. More...
|
| |
| static final int | CG_SAMPLE4 = 0xb89 |
| | Defined as part of enum type "CGresource" with expression '2953', CType: int. More...
|
| |
| static final int | CG_SAMPLE5 = 0xb8a |
| | Defined as part of enum type "CGresource" with expression '2954', CType: int. More...
|
| |
| static final int | CG_SAMPLE6 = 0xb8b |
| | Defined as part of enum type "CGresource" with expression '2955', CType: int. More...
|
| |
| static final int | CG_SAMPLE7 = 0xb8c |
| | Defined as part of enum type "CGresource" with expression '2956', CType: int. More...
|
| |
| static final int | CG_SAMPLE8 = 0xb8d |
| | Defined as part of enum type "CGresource" with expression '2957', CType: int. More...
|
| |
| static final int | CG_SAMPLE9 = 0xb8e |
| | Defined as part of enum type "CGresource" with expression '2958', CType: int. More...
|
| |
| static final int | CG_SAMPLE10 = 0xb8f |
| | Defined as part of enum type "CGresource" with expression '2959', CType: int. More...
|
| |
| static final int | CG_SAMPLE11 = 0xb90 |
| | Defined as part of enum type "CGresource" with expression '2960', CType: int. More...
|
| |
| static final int | CG_SAMPLE12 = 0xb91 |
| | Defined as part of enum type "CGresource" with expression '2961', CType: int. More...
|
| |
| static final int | CG_SAMPLE13 = 0xb92 |
| | Defined as part of enum type "CGresource" with expression '2962', CType: int. More...
|
| |
| static final int | CG_SAMPLE14 = 0xb93 |
| | Defined as part of enum type "CGresource" with expression '2963', CType: int. More...
|
| |
| static final int | CG_SAMPLE15 = 0xb94 |
| | Defined as part of enum type "CGresource" with expression '2964', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT0 = 0xbd4 |
| | Defined as part of enum type "CGresource" with expression '3028', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT1 = 0xbd5 |
| | Defined as part of enum type "CGresource" with expression '3029', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT2 = 0xbd6 |
| | Defined as part of enum type "CGresource" with expression '3030', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT3 = 0xbd7 |
| | Defined as part of enum type "CGresource" with expression '3031', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT4 = 0xbd8 |
| | Defined as part of enum type "CGresource" with expression '3032', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT5 = 0xbd9 |
| | Defined as part of enum type "CGresource" with expression '3033', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT6 = 0xbda |
| | Defined as part of enum type "CGresource" with expression '3034', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT7 = 0xbdb |
| | Defined as part of enum type "CGresource" with expression '3035', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT8 = 0xbdc |
| | Defined as part of enum type "CGresource" with expression '3036', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT9 = 0xbdd |
| | Defined as part of enum type "CGresource" with expression '3037', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT10 = 0xbde |
| | Defined as part of enum type "CGresource" with expression '3038', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT11 = 0xbdf |
| | Defined as part of enum type "CGresource" with expression '3039', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT12 = 0xbe0 |
| | Defined as part of enum type "CGresource" with expression '3040', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT13 = 0xbe1 |
| | Defined as part of enum type "CGresource" with expression '3041', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT14 = 0xbe2 |
| | Defined as part of enum type "CGresource" with expression '3042', CType: int. More...
|
| |
| static final int | CG_BLENDWEIGHT15 = 0xbe3 |
| | Defined as part of enum type "CGresource" with expression '3043', CType: int. More...
|
| |
| static final int | CG_NORMAL0 = 0xc14 |
| | Defined as part of enum type "CGresource" with expression '3092', CType: int. More...
|
| |
| static final int | CG_NORMAL1 = 0xc15 |
| | Defined as part of enum type "CGresource" with expression '3093', CType: int. More...
|
| |
| static final int | CG_NORMAL2 = 0xc16 |
| | Defined as part of enum type "CGresource" with expression '3094', CType: int. More...
|
| |
| static final int | CG_NORMAL3 = 0xc17 |
| | Defined as part of enum type "CGresource" with expression '3095', CType: int. More...
|
| |
| static final int | CG_NORMAL4 = 0xc18 |
| | Defined as part of enum type "CGresource" with expression '3096', CType: int. More...
|
| |
| static final int | CG_NORMAL5 = 0xc19 |
| | Defined as part of enum type "CGresource" with expression '3097', CType: int. More...
|
| |
| static final int | CG_NORMAL6 = 0xc1a |
| | Defined as part of enum type "CGresource" with expression '3098', CType: int. More...
|
| |
| static final int | CG_NORMAL7 = 0xc1b |
| | Defined as part of enum type "CGresource" with expression '3099', CType: int. More...
|
| |
| static final int | CG_NORMAL8 = 0xc1c |
| | Defined as part of enum type "CGresource" with expression '3100', CType: int. More...
|
| |
| static final int | CG_NORMAL9 = 0xc1d |
| | Defined as part of enum type "CGresource" with expression '3101', CType: int. More...
|
| |
| static final int | CG_NORMAL10 = 0xc1e |
| | Defined as part of enum type "CGresource" with expression '3102', CType: int. More...
|
| |
| static final int | CG_NORMAL11 = 0xc1f |
| | Defined as part of enum type "CGresource" with expression '3103', CType: int. More...
|
| |
| static final int | CG_NORMAL12 = 0xc20 |
| | Defined as part of enum type "CGresource" with expression '3104', CType: int. More...
|
| |
| static final int | CG_NORMAL13 = 0xc21 |
| | Defined as part of enum type "CGresource" with expression '3105', CType: int. More...
|
| |
| static final int | CG_NORMAL14 = 0xc22 |
| | Defined as part of enum type "CGresource" with expression '3106', CType: int. More...
|
| |
| static final int | CG_NORMAL15 = 0xc23 |
| | Defined as part of enum type "CGresource" with expression '3107', CType: int. More...
|
| |
| static final int | CG_FOGCOORD = 0xc54 |
| | Defined as part of enum type "CGresource" with expression '3156', CType: int. More...
|
| |
| static final int | CG_TEXCOORD0 = 0xc94 |
| | Defined as part of enum type "CGresource" with expression '3220', CType: int. More...
|
| |
| static final int | CG_TEXCOORD1 = 0xc95 |
| | Defined as part of enum type "CGresource" with expression '3221', CType: int. More...
|
| |
| static final int | CG_TEXCOORD2 = 0xc96 |
| | Defined as part of enum type "CGresource" with expression '3222', CType: int. More...
|
| |
| static final int | CG_TEXCOORD3 = 0xc97 |
| | Defined as part of enum type "CGresource" with expression '3223', CType: int. More...
|
| |
| static final int | CG_TEXCOORD4 = 0xc98 |
| | Defined as part of enum type "CGresource" with expression '3224', CType: int. More...
|
| |
| static final int | CG_TEXCOORD5 = 0xc99 |
| | Defined as part of enum type "CGresource" with expression '3225', CType: int. More...
|
| |
| static final int | CG_TEXCOORD6 = 0xc9a |
| | Defined as part of enum type "CGresource" with expression '3226', CType: int. More...
|
| |
| static final int | CG_TEXCOORD7 = 0xc9b |
| | Defined as part of enum type "CGresource" with expression '3227', CType: int. More...
|
| |
| static final int | CG_TEXCOORD8 = 0xc9c |
| | Defined as part of enum type "CGresource" with expression '3228', CType: int. More...
|
| |
| static final int | CG_TEXCOORD9 = 0xc9d |
| | Defined as part of enum type "CGresource" with expression '3229', CType: int. More...
|
| |
| static final int | CG_TEXCOORD10 = 0xc9e |
| | Defined as part of enum type "CGresource" with expression '3230', CType: int. More...
|
| |
| static final int | CG_TEXCOORD11 = 0xc9f |
| | Defined as part of enum type "CGresource" with expression '3231', CType: int. More...
|
| |
| static final int | CG_TEXCOORD12 = 0xca0 |
| | Defined as part of enum type "CGresource" with expression '3232', CType: int. More...
|
| |
| static final int | CG_TEXCOORD13 = 0xca1 |
| | Defined as part of enum type "CGresource" with expression '3233', CType: int. More...
|
| |
| static final int | CG_TEXCOORD14 = 0xca2 |
| | Defined as part of enum type "CGresource" with expression '3234', CType: int. More...
|
| |
| static final int | CG_TEXCOORD15 = 0xca3 |
| | Defined as part of enum type "CGresource" with expression '3235', CType: int. More...
|
| |
| static final int | CG_COMBINER_CONST0 = 0xcd4 |
| | Defined as part of enum type "CGresource" with expression '3284', CType: int. More...
|
| |
| static final int | CG_COMBINER_CONST1 = 0xcd5 |
| | Defined as part of enum type "CGresource" with expression '3285', CType: int. More...
|
| |
| static final int | CG_COMBINER_STAGE_CONST0 = 0xcd6 |
| | Defined as part of enum type "CGresource" with expression '3286', CType: int. More...
|
| |
| static final int | CG_COMBINER_STAGE_CONST1 = 0xcd7 |
| | Defined as part of enum type "CGresource" with expression '3287', CType: int. More...
|
| |
| static final int | CG_OFFSET_TEXTURE_MATRIX = 0xcd8 |
| | Defined as part of enum type "CGresource" with expression '3288', CType: int. More...
|
| |
| static final int | CG_OFFSET_TEXTURE_SCALE = 0xcd9 |
| | Defined as part of enum type "CGresource" with expression '3289', CType: int. More...
|
| |
| static final int | CG_OFFSET_TEXTURE_BIAS = 0xcda |
| | Defined as part of enum type "CGresource" with expression '3290', CType: int. More...
|
| |
| static final int | CG_CONST_EYE = 0xcdb |
| | Defined as part of enum type "CGresource" with expression '3291', CType: int. More...
|
| |
| static final int | CG_TESSFACTOR = 0xcb7 |
| | Defined as part of enum type "CGresource" with expression '3255', CType: int. More...
|
| |
| static final int | CG_UNDEFINED = 0xcb8 |
| | Defined as part of enum type "CGresource" with expression '0xcb8', CType: int. More...
|
| |
| static final long | CG_UNKNOWN_TYPE = 0x0L |
| | Defined as part of enum type "CGtype" with expression '0x0L', CType: long. More...
|
| |
| static final long | CG_STRUCT = 0x1L |
| | Defined as part of enum type "CGtype" with expression '0x1L', CType: long. More...
|
| |
| static final long | CG_ARRAY = 0x2L |
| | Defined as part of enum type "CGtype" with expression '0x2L', CType: long. More...
|
| |
| static final int | CG_TYPE_START_ENUM = 0x400 |
| | Defined as part of enum type "CGtype" with expression '1024', CType: int. More...
|
| |
| static final int | CG_HALF = 0x401 |
| | Defined as part of enum type "CGtype" with expression '0x401', CType: int. More...
|
| |
| static final int | CG_HALF2 = 0x402 |
| | Defined as part of enum type "CGtype" with expression '0x402', CType: int. More...
|
| |
| static final int | CG_HALF3 = 0x403 |
| | Defined as part of enum type "CGtype" with expression '0x403', CType: int. More...
|
| |
| static final int | CG_HALF4 = 0x404 |
| | Defined as part of enum type "CGtype" with expression '0x404', CType: int. More...
|
| |
| static final int | CG_HALF1x1 = 0x405 |
| | Defined as part of enum type "CGtype" with expression '0x405', CType: int. More...
|
| |
| static final int | CG_HALF1x2 = 0x406 |
| | Defined as part of enum type "CGtype" with expression '0x406', CType: int. More...
|
| |
| static final int | CG_HALF1x3 = 0x407 |
| | Defined as part of enum type "CGtype" with expression '0x407', CType: int. More...
|
| |
| static final int | CG_HALF1x4 = 0x408 |
| | Defined as part of enum type "CGtype" with expression '0x408', CType: int. More...
|
| |
| static final int | CG_HALF2x1 = 0x409 |
| | Defined as part of enum type "CGtype" with expression '0x409', CType: int. More...
|
| |
| static final int | CG_HALF2x2 = 0x40a |
| | Defined as part of enum type "CGtype" with expression '0x40a', CType: int. More...
|
| |
| static final int | CG_HALF2x3 = 0x40b |
| | Defined as part of enum type "CGtype" with expression '0x40b', CType: int. More...
|
| |
| static final int | CG_HALF2x4 = 0x40c |
| | Defined as part of enum type "CGtype" with expression '0x40c', CType: int. More...
|
| |
| static final int | CG_HALF3x1 = 0x40d |
| | Defined as part of enum type "CGtype" with expression '0x40d', CType: int. More...
|
| |
| static final int | CG_HALF3x2 = 0x40e |
| | Defined as part of enum type "CGtype" with expression '0x40e', CType: int. More...
|
| |
| static final int | CG_HALF3x3 = 0x40f |
| | Defined as part of enum type "CGtype" with expression '0x40f', CType: int. More...
|
| |
| static final int | CG_HALF3x4 = 0x410 |
| | Defined as part of enum type "CGtype" with expression '0x410', CType: int. More...
|
| |
| static final int | CG_HALF4x1 = 0x411 |
| | Defined as part of enum type "CGtype" with expression '0x411', CType: int. More...
|
| |
| static final int | CG_HALF4x2 = 0x412 |
| | Defined as part of enum type "CGtype" with expression '0x412', CType: int. More...
|
| |
| static final int | CG_HALF4x3 = 0x413 |
| | Defined as part of enum type "CGtype" with expression '0x413', CType: int. More...
|
| |
| static final int | CG_HALF4x4 = 0x414 |
| | Defined as part of enum type "CGtype" with expression '0x414', CType: int. More...
|
| |
| static final int | CG_FLOAT = 0x415 |
| | Defined as part of enum type "CGtype" with expression '0x415', CType: int. More...
|
| |
| static final int | CG_FLOAT2 = 0x416 |
| | Defined as part of enum type "CGtype" with expression '0x416', CType: int. More...
|
| |
| static final int | CG_FLOAT3 = 0x417 |
| | Defined as part of enum type "CGtype" with expression '0x417', CType: int. More...
|
| |
| static final int | CG_FLOAT4 = 0x418 |
| | Defined as part of enum type "CGtype" with expression '0x418', CType: int. More...
|
| |
| static final int | CG_FLOAT1x1 = 0x419 |
| | Defined as part of enum type "CGtype" with expression '0x419', CType: int. More...
|
| |
| static final int | CG_FLOAT1x2 = 0x41a |
| | Defined as part of enum type "CGtype" with expression '0x41a', CType: int. More...
|
| |
| static final int | CG_FLOAT1x3 = 0x41b |
| | Defined as part of enum type "CGtype" with expression '0x41b', CType: int. More...
|
| |
| static final int | CG_FLOAT1x4 = 0x41c |
| | Defined as part of enum type "CGtype" with expression '0x41c', CType: int. More...
|
| |
| static final int | CG_FLOAT2x1 = 0x41d |
| | Defined as part of enum type "CGtype" with expression '0x41d', CType: int. More...
|
| |
| static final int | CG_FLOAT2x2 = 0x41e |
| | Defined as part of enum type "CGtype" with expression '0x41e', CType: int. More...
|
| |
| static final int | CG_FLOAT2x3 = 0x41f |
| | Defined as part of enum type "CGtype" with expression '0x41f', CType: int. More...
|
| |
| static final int | CG_FLOAT2x4 = 0x420 |
| | Defined as part of enum type "CGtype" with expression '0x420', CType: int. More...
|
| |
| static final int | CG_FLOAT3x1 = 0x421 |
| | Defined as part of enum type "CGtype" with expression '0x421', CType: int. More...
|
| |
| static final int | CG_FLOAT3x2 = 0x422 |
| | Defined as part of enum type "CGtype" with expression '0x422', CType: int. More...
|
| |
| static final int | CG_FLOAT3x3 = 0x423 |
| | Defined as part of enum type "CGtype" with expression '0x423', CType: int. More...
|
| |
| static final int | CG_FLOAT3x4 = 0x424 |
| | Defined as part of enum type "CGtype" with expression '0x424', CType: int. More...
|
| |
| static final int | CG_FLOAT4x1 = 0x425 |
| | Defined as part of enum type "CGtype" with expression '0x425', CType: int. More...
|
| |
| static final int | CG_FLOAT4x2 = 0x426 |
| | Defined as part of enum type "CGtype" with expression '0x426', CType: int. More...
|
| |
| static final int | CG_FLOAT4x3 = 0x427 |
| | Defined as part of enum type "CGtype" with expression '0x427', CType: int. More...
|
| |
| static final int | CG_FLOAT4x4 = 0x428 |
| | Defined as part of enum type "CGtype" with expression '0x428', CType: int. More...
|
| |
| static final int | CG_SAMPLER1D = 0x429 |
| | Defined as part of enum type "CGtype" with expression '0x429', CType: int. More...
|
| |
| static final int | CG_SAMPLER2D = 0x42a |
| | Defined as part of enum type "CGtype" with expression '0x42a', CType: int. More...
|
| |
| static final int | CG_SAMPLER3D = 0x42b |
| | Defined as part of enum type "CGtype" with expression '0x42b', CType: int. More...
|
| |
| static final int | CG_SAMPLERRECT = 0x42c |
| | Defined as part of enum type "CGtype" with expression '0x42c', CType: int. More...
|
| |
| static final int | CG_SAMPLERCUBE = 0x42d |
| | Defined as part of enum type "CGtype" with expression '0x42d', CType: int. More...
|
| |
| static final int | CG_FIXED = 0x42e |
| | Defined as part of enum type "CGtype" with expression '0x42e', CType: int. More...
|
| |
| static final int | CG_FIXED2 = 0x42f |
| | Defined as part of enum type "CGtype" with expression '0x42f', CType: int. More...
|
| |
| static final int | CG_FIXED3 = 0x430 |
| | Defined as part of enum type "CGtype" with expression '0x430', CType: int. More...
|
| |
| static final int | CG_FIXED4 = 0x431 |
| | Defined as part of enum type "CGtype" with expression '0x431', CType: int. More...
|
| |
| static final int | CG_FIXED1x1 = 0x432 |
| | Defined as part of enum type "CGtype" with expression '0x432', CType: int. More...
|
| |
| static final int | CG_FIXED1x2 = 0x433 |
| | Defined as part of enum type "CGtype" with expression '0x433', CType: int. More...
|
| |
| static final int | CG_FIXED1x3 = 0x434 |
| | Defined as part of enum type "CGtype" with expression '0x434', CType: int. More...
|
| |
| static final int | CG_FIXED1x4 = 0x435 |
| | Defined as part of enum type "CGtype" with expression '0x435', CType: int. More...
|
| |
| static final int | CG_FIXED2x1 = 0x436 |
| | Defined as part of enum type "CGtype" with expression '0x436', CType: int. More...
|
| |
| static final int | CG_FIXED2x2 = 0x437 |
| | Defined as part of enum type "CGtype" with expression '0x437', CType: int. More...
|
| |
| static final int | CG_FIXED2x3 = 0x438 |
| | Defined as part of enum type "CGtype" with expression '0x438', CType: int. More...
|
| |
| static final int | CG_FIXED2x4 = 0x439 |
| | Defined as part of enum type "CGtype" with expression '0x439', CType: int. More...
|
| |
| static final int | CG_FIXED3x1 = 0x43a |
| | Defined as part of enum type "CGtype" with expression '0x43a', CType: int. More...
|
| |
| static final int | CG_FIXED3x2 = 0x43b |
| | Defined as part of enum type "CGtype" with expression '0x43b', CType: int. More...
|
| |
| static final int | CG_FIXED3x3 = 0x43c |
| | Defined as part of enum type "CGtype" with expression '0x43c', CType: int. More...
|
| |
| static final int | CG_FIXED3x4 = 0x43d |
| | Defined as part of enum type "CGtype" with expression '0x43d', CType: int. More...
|
| |
| static final int | CG_FIXED4x1 = 0x43e |
| | Defined as part of enum type "CGtype" with expression '0x43e', CType: int. More...
|
| |
| static final int | CG_FIXED4x2 = 0x43f |
| | Defined as part of enum type "CGtype" with expression '0x43f', CType: int. More...
|
| |
| static final int | CG_FIXED4x3 = 0x440 |
| | Defined as part of enum type "CGtype" with expression '0x440', CType: int. More...
|
| |
| static final int | CG_FIXED4x4 = 0x441 |
| | Defined as part of enum type "CGtype" with expression '0x441', CType: int. More...
|
| |
| static final int | CG_HALF1 = 0x442 |
| | Defined as part of enum type "CGtype" with expression '0x442', CType: int. More...
|
| |
| static final int | CG_FLOAT1 = 0x443 |
| | Defined as part of enum type "CGtype" with expression '0x443', CType: int. More...
|
| |
| static final int | CG_FIXED1 = 0x444 |
| | Defined as part of enum type "CGtype" with expression '0x444', CType: int. More...
|
| |
| static final int | CG_INT = 0x445 |
| | Defined as part of enum type "CGtype" with expression '0x445', CType: int. More...
|
| |
| static final int | CG_INT1 = 0x446 |
| | Defined as part of enum type "CGtype" with expression '0x446', CType: int. More...
|
| |
| static final int | CG_INT2 = 0x447 |
| | Defined as part of enum type "CGtype" with expression '0x447', CType: int. More...
|
| |
| static final int | CG_INT3 = 0x448 |
| | Defined as part of enum type "CGtype" with expression '0x448', CType: int. More...
|
| |
| static final int | CG_INT4 = 0x449 |
| | Defined as part of enum type "CGtype" with expression '0x449', CType: int. More...
|
| |
| static final int | CG_INT1x1 = 0x44a |
| | Defined as part of enum type "CGtype" with expression '0x44a', CType: int. More...
|
| |
| static final int | CG_INT1x2 = 0x44b |
| | Defined as part of enum type "CGtype" with expression '0x44b', CType: int. More...
|
| |
| static final int | CG_INT1x3 = 0x44c |
| | Defined as part of enum type "CGtype" with expression '0x44c', CType: int. More...
|
| |
| static final int | CG_INT1x4 = 0x44d |
| | Defined as part of enum type "CGtype" with expression '0x44d', CType: int. More...
|
| |
| static final int | CG_INT2x1 = 0x44e |
| | Defined as part of enum type "CGtype" with expression '0x44e', CType: int. More...
|
| |
| static final int | CG_INT2x2 = 0x44f |
| | Defined as part of enum type "CGtype" with expression '0x44f', CType: int. More...
|
| |
| static final int | CG_INT2x3 = 0x450 |
| | Defined as part of enum type "CGtype" with expression '0x450', CType: int. More...
|
| |
| static final int | CG_INT2x4 = 0x451 |
| | Defined as part of enum type "CGtype" with expression '0x451', CType: int. More...
|
| |
| static final int | CG_INT3x1 = 0x452 |
| | Defined as part of enum type "CGtype" with expression '0x452', CType: int. More...
|
| |
| static final int | CG_INT3x2 = 0x453 |
| | Defined as part of enum type "CGtype" with expression '0x453', CType: int. More...
|
| |
| static final int | CG_INT3x3 = 0x454 |
| | Defined as part of enum type "CGtype" with expression '0x454', CType: int. More...
|
| |
| static final int | CG_INT3x4 = 0x455 |
| | Defined as part of enum type "CGtype" with expression '0x455', CType: int. More...
|
| |
| static final int | CG_INT4x1 = 0x456 |
| | Defined as part of enum type "CGtype" with expression '0x456', CType: int. More...
|
| |
| static final int | CG_INT4x2 = 0x457 |
| | Defined as part of enum type "CGtype" with expression '0x457', CType: int. More...
|
| |
| static final int | CG_INT4x3 = 0x458 |
| | Defined as part of enum type "CGtype" with expression '0x458', CType: int. More...
|
| |
| static final int | CG_INT4x4 = 0x459 |
| | Defined as part of enum type "CGtype" with expression '0x459', CType: int. More...
|
| |
| static final int | CG_BOOL = 0x45a |
| | Defined as part of enum type "CGtype" with expression '0x45a', CType: int. More...
|
| |
| static final int | CG_BOOL1 = 0x45b |
| | Defined as part of enum type "CGtype" with expression '0x45b', CType: int. More...
|
| |
| static final int | CG_BOOL2 = 0x45c |
| | Defined as part of enum type "CGtype" with expression '0x45c', CType: int. More...
|
| |
| static final int | CG_BOOL3 = 0x45d |
| | Defined as part of enum type "CGtype" with expression '0x45d', CType: int. More...
|
| |
| static final int | CG_BOOL4 = 0x45e |
| | Defined as part of enum type "CGtype" with expression '0x45e', CType: int. More...
|
| |
| static final int | CG_BOOL1x1 = 0x45f |
| | Defined as part of enum type "CGtype" with expression '0x45f', CType: int. More...
|
| |
| static final int | CG_BOOL1x2 = 0x460 |
| | Defined as part of enum type "CGtype" with expression '0x460', CType: int. More...
|
| |
| static final int | CG_BOOL1x3 = 0x461 |
| | Defined as part of enum type "CGtype" with expression '0x461', CType: int. More...
|
| |
| static final int | CG_BOOL1x4 = 0x462 |
| | Defined as part of enum type "CGtype" with expression '0x462', CType: int. More...
|
| |
| static final int | CG_BOOL2x1 = 0x463 |
| | Defined as part of enum type "CGtype" with expression '0x463', CType: int. More...
|
| |
| static final int | CG_BOOL2x2 = 0x464 |
| | Defined as part of enum type "CGtype" with expression '0x464', CType: int. More...
|
| |
| static final int | CG_BOOL2x3 = 0x465 |
| | Defined as part of enum type "CGtype" with expression '0x465', CType: int. More...
|
| |
| static final int | CG_BOOL2x4 = 0x466 |
| | Defined as part of enum type "CGtype" with expression '0x466', CType: int. More...
|
| |
| static final int | CG_BOOL3x1 = 0x467 |
| | Defined as part of enum type "CGtype" with expression '0x467', CType: int. More...
|
| |
| static final int | CG_BOOL3x2 = 0x468 |
| | Defined as part of enum type "CGtype" with expression '0x468', CType: int. More...
|
| |
| static final int | CG_BOOL3x3 = 0x469 |
| | Defined as part of enum type "CGtype" with expression '0x469', CType: int. More...
|
| |
| static final int | CG_BOOL3x4 = 0x46a |
| | Defined as part of enum type "CGtype" with expression '0x46a', CType: int. More...
|
| |
| static final int | CG_BOOL4x1 = 0x46b |
| | Defined as part of enum type "CGtype" with expression '0x46b', CType: int. More...
|
| |
| static final int | CG_BOOL4x2 = 0x46c |
| | Defined as part of enum type "CGtype" with expression '0x46c', CType: int. More...
|
| |
| static final int | CG_BOOL4x3 = 0x46d |
| | Defined as part of enum type "CGtype" with expression '0x46d', CType: int. More...
|
| |
| static final int | CG_BOOL4x4 = 0x46e |
| | Defined as part of enum type "CGtype" with expression '0x46e', CType: int. More...
|
| |
| static final int | CG_STRING = 0x46f |
| | Defined as part of enum type "CGtype" with expression '0x46f', CType: int. More...
|
| |
| static final int | CG_PROGRAM_TYPE = 0x470 |
| | Defined as part of enum type "CGtype" with expression '0x470', CType: int. More...
|
| |
| static final int | CG_TEXTURE = 0x471 |
| | Defined as part of enum type "CGtype" with expression '0x471', CType: int. More...
|
| |
| static final int | CG_PROFILE_START = 0x1800 |
| | Defined as part of enum type "CGprofile" with expression '6144', CType: int. More...
|
| |
| static final int | CG_PROFILE_UNKNOWN = 0x1801 |
| | Defined as part of enum type "CGprofile" with expression '0x1801', CType: int. More...
|
| |
| static final int | CG_PROFILE_VP20 = 0x1802 |
| | Defined as part of enum type "CGprofile" with expression '6146', CType: int. More...
|
| |
| static final int | CG_PROFILE_FP20 = 0x1803 |
| | Defined as part of enum type "CGprofile" with expression '6147', CType: int. More...
|
| |
| static final int | CG_PROFILE_VP30 = 0x1804 |
| | Defined as part of enum type "CGprofile" with expression '6148', CType: int. More...
|
| |
| static final int | CG_PROFILE_FP30 = 0x1805 |
| | Defined as part of enum type "CGprofile" with expression '6149', CType: int. More...
|
| |
| static final int | CG_PROFILE_ARBVP1 = 0x1806 |
| | Defined as part of enum type "CGprofile" with expression '6150', CType: int. More...
|
| |
| static final int | CG_PROFILE_FP40 = 0x1807 |
| | Defined as part of enum type "CGprofile" with expression '6151', CType: int. More...
|
| |
| static final int | CG_PROFILE_ARBFP1 = 0x1b58 |
| | Defined as part of enum type "CGprofile" with expression '7000', CType: int. More...
|
| |
| static final int | CG_PROFILE_VP40 = 0x1b59 |
| | Defined as part of enum type "CGprofile" with expression '7001', CType: int. More...
|
| |
| static final int | CG_PROFILE_VS_1_1 = 0x1809 |
| | Defined as part of enum type "CGprofile" with expression '6153', CType: int. More...
|
| |
| static final int | CG_PROFILE_VS_2_0 = 0x180a |
| | Defined as part of enum type "CGprofile" with expression '6154', CType: int. More...
|
| |
| static final int | CG_PROFILE_VS_2_X = 0x180b |
| | Defined as part of enum type "CGprofile" with expression '6155', CType: int. More...
|
| |
| static final int | CG_PROFILE_PS_1_1 = 0x180f |
| | Defined as part of enum type "CGprofile" with expression '6159', CType: int. More...
|
| |
| static final int | CG_PROFILE_PS_1_2 = 0x1810 |
| | Defined as part of enum type "CGprofile" with expression '6160', CType: int. More...
|
| |
| static final int | CG_PROFILE_PS_1_3 = 0x1811 |
| | Defined as part of enum type "CGprofile" with expression '6161', CType: int. More...
|
| |
| static final int | CG_PROFILE_PS_2_0 = 0x1812 |
| | Defined as part of enum type "CGprofile" with expression '6162', CType: int. More...
|
| |
| static final int | CG_PROFILE_PS_2_X = 0x1813 |
| | Defined as part of enum type "CGprofile" with expression '6163', CType: int. More...
|
| |
| static final int | GENERIC = 0x1b5a |
| | Defined as part of enum type "CGprofile" with expression '7002', CType: int. More...
|
| |
| static final int | CG_PROFILE_MAX = 0x1bbc |
| | Defined as part of enum type "CGprofile" with expression '7100', CType: int. More...
|
| |
| static final int | CG_PARAMETERCLASS_UNKNOWN = 0x0 |
| | Defined as part of enum type "CGparameterclass" with expression '0', CType: int. More...
|
| |
| static final int | CG_PARAMETERCLASS_SCALAR = 0x1 |
| | Defined as part of enum type "CGparameterclass" with expression '0x1', CType: int. More...
|
| |
| static final int | CG_PARAMETERCLASS_VECTOR = 0x2 |
| | Defined as part of enum type "CGparameterclass" with expression '0x2', CType: int. More...
|
| |
| static final int | CG_PARAMETERCLASS_MATRIX = 0x3 |
| | Defined as part of enum type "CGparameterclass" with expression '0x3', CType: int. More...
|
| |
| static final int | CG_PARAMETERCLASS_STRUCT = 0x4 |
| | Defined as part of enum type "CGparameterclass" with expression '0x4', CType: int. More...
|
| |
| static final int | CG_PARAMETERCLASS_ARRAY = 0x5 |
| | Defined as part of enum type "CGparameterclass" with expression '0x5', CType: int. More...
|
| |
| static final int | CG_PARAMETERCLASS_SAMPLER = 0x6 |
| | Defined as part of enum type "CGparameterclass" with expression '0x6', CType: int. More...
|
| |
| static final int | CG_PARAMETERCLASS_OBJECT = 0x7 |
| | Defined as part of enum type "CGparameterclass" with expression '0x7', CType: int. More...
|
| |
| static final int | CG_UNKNOWN = 0x1000 |
| | Defined as part of enum type "CGenum" with expression '4096', CType: int. More...
|
| |
| static final int | CG_IN = 0x1001 |
| | Defined as part of enum type "CGenum" with expression '4097', CType: int. More...
|
| |
| static final int | CG_OUT = 0x1002 |
| | Defined as part of enum type "CGenum" with expression '4098', CType: int. More...
|
| |
| static final int | CG_INOUT = 0x1003 |
| | Defined as part of enum type "CGenum" with expression '4099', CType: int. More...
|
| |
| static final int | CG_MIXED = 0x1004 |
| | Defined as part of enum type "CGenum" with expression '4100', CType: int. More...
|
| |
| static final int | CG_VARYING = 0x1005 |
| | Defined as part of enum type "CGenum" with expression '4101', CType: int. More...
|
| |
| static final int | CG_UNIFORM = 0x1006 |
| | Defined as part of enum type "CGenum" with expression '4102', CType: int. More...
|
| |
| static final int | CG_CONSTANT = 0x1007 |
| | Defined as part of enum type "CGenum" with expression '4103', CType: int. More...
|
| |
| static final int | CG_PROGRAM_SOURCE = 0x1008 |
| | Defined as part of enum type "CGenum" with expression '4104', CType: int. More...
|
| |
| static final int | CG_PROGRAM_ENTRY = 0x1009 |
| | Defined as part of enum type "CGenum" with expression '4105', CType: int. More...
|
| |
| static final int | CG_COMPILED_PROGRAM = 0x100a |
| | Defined as part of enum type "CGenum" with expression '4106', CType: int. More...
|
| |
| static final int | CG_PROGRAM_PROFILE = 0x100b |
| | Defined as part of enum type "CGenum" with expression '4107', CType: int. More...
|
| |
| static final int | CG_GLOBAL = 0x100c |
| | Defined as part of enum type "CGenum" with expression '4108', CType: int. More...
|
| |
| static final int | CG_PROGRAM = 0x100d |
| | Defined as part of enum type "CGenum" with expression '4109', CType: int. More...
|
| |
| static final int | CG_DEFAULT = 0x100e |
| | Defined as part of enum type "CGenum" with expression '4110', CType: int. More...
|
| |
| static final int | CG_ERROR = 0x100f |
| | Defined as part of enum type "CGenum" with expression '4111', CType: int. More...
|
| |
| static final int | CG_SOURCE = 0x1010 |
| | Defined as part of enum type "CGenum" with expression '4112', CType: int. More...
|
| |
| static final int | CG_OBJECT = 0x1011 |
| | Defined as part of enum type "CGenum" with expression '4113', CType: int. More...
|
| |
| static final int | CG_COMPILE_MANUAL = 0x1012 |
| | Defined as part of enum type "CGenum" with expression '4114', CType: int. More...
|
| |
| static final int | CG_COMPILE_IMMEDIATE = 0x1013 |
| | Defined as part of enum type "CGenum" with expression '4115', CType: int. More...
|
| |
| static final int | CG_COMPILE_LAZY = 0x1014 |
| | Defined as part of enum type "CGenum" with expression '4116', CType: int. More...
|
| |
| static final int | CG_CURRENT = 0x1015 |
| | Defined as part of enum type "CGenum" with expression '4117', CType: int. More...
|
| |
| static final int | CG_LITERAL = 0x1016 |
| | Defined as part of enum type "CGenum" with expression '4118', CType: int. More...
|
| |
| static final int | CG_VERSION = 0x1017 |
| | Defined as part of enum type "CGenum" with expression '4119', CType: int. More...
|
| |
| static final int | CG_ROW_MAJOR = 0x1018 |
| | Defined as part of enum type "CGenum" with expression '4120', CType: int. More...
|
| |
| static final int | CG_COLUMN_MAJOR = 0x1019 |
| | Defined as part of enum type "CGenum" with expression '4121', CType: int. More...
|
| |
| static final int | CG_VERSION_NUM = 0x578 |
| | Define "CG_VERSION_NUM" with expression '1400', CType: int. More...
|
| |