ABI compliance report for the library Cg Toolkit from version 1.5 to 2.1.2008_October on x86
Summary
Problem Summary
Added Interfaces (410)
,
libCg.so
cgAddStateEnumerant ( CGstate p1, char const* name, int value )
cgCallStateResetCallback ( CGstateassignment p1 )
cgCallStateSetCallback ( CGstateassignment p1 )
cgCallStateValidateCallback ( CGstateassignment p1 )
cgCombinePrograms ( int n, CGprogram const* exeList )
cgCombinePrograms2 ( CGprogram const exe1, CGprogram const exe2 )
cgCombinePrograms3 ( CGprogram const exe1, CGprogram const exe2, CGprogram const exe3 )
cgCompileProgram ( CGprogram program )
cgConnectParameter ( CGparameter from, CGparameter to )
cgCopyEffect ( CGeffect effect )
cgCopyProgram ( CGprogram program )
cgCreateArraySamplerState ( CGcontext p1, char const* name, CGtype p3, int nelems )
cgCreateArrayState ( CGcontext p1, char const* name, CGtype p3, int nelems )
cgCreateBuffer ( CGcontext p1, int size, void const* data, CGbufferusage bufferUsage )
cgCreateContext ( )
cgCreateEffect ( CGcontext p1, char const* code, char const** args )
cgCreateEffectAnnotation ( CGeffect p1, char const* name, CGtype p3 )
cgCreateEffectFromFile ( CGcontext p1, char const* filename, char const** args )
cgCreateEffectParameter ( CGeffect p1, char const* name, CGtype p3 )
cgCreateEffectParameterArray ( CGeffect p1, char const* name, CGtype type, int length )
cgCreateEffectParameterMultiDimArray ( CGeffect p1, char const* name, CGtype type, int dim, int const* lengths )
cgCreateObj ( CGcontext context, CGenum program_type, char const* source, CGprofile profile, char const** args )
cgCreateObjFromFile ( CGcontext context, CGenum program_type, char const* source_file, CGprofile profile, char const** args )
cgCreateParameter ( CGcontext ctx, CGtype type )
cgCreateParameterAnnotation ( CGparameter p1, char const* name, CGtype p3 )
cgCreateParameterArray ( CGcontext ctx, CGtype type, int length )
cgCreateParameterMultiDimArray ( CGcontext ctx, CGtype type, int dim, int const* lengths )
cgCreatePass ( CGtechnique p1, char const* name )
cgCreatePassAnnotation ( CGpass p1, char const* name, CGtype p3 )
cgCreateProgram ( CGcontext ctx, CGenum program_type, char const* program, CGprofile profile, char const* entry, char const** args )
cgCreateProgramAnnotation ( CGprogram p1, char const* name, CGtype p3 )
cgCreateProgramFromEffect ( CGeffect effect, CGprofile profile, char const* entry, char const** args )
cgCreateProgramFromFile ( CGcontext ctx, CGenum program_type, char const* program_file, CGprofile profile, char const* entry, char const** args )
cgCreateSamplerState ( CGcontext p1, char const* name, CGtype p3 )
cgCreateSamplerStateAssignment ( CGparameter p1, CGstate p2 )
cgCreateState ( CGcontext p1, char const* name, CGtype p3 )
cgCreateStateAssignment ( CGpass p1, CGstate p2 )
cgCreateStateAssignmentIndex ( CGpass p1, CGstate p2, int index )
cgCreateTechnique ( CGeffect p1, char const* name )
cgCreateTechniqueAnnotation ( CGtechnique p1, char const* name, CGtype p3 )
cgDestroyBuffer ( CGbuffer buffer )
cgDestroyContext ( CGcontext ctx )
cgDestroyEffect ( CGeffect p1 )
cgDestroyObj ( CGobj obj )
cgDestroyParameter ( CGparameter param )
cgDestroyProgram ( CGprogram program )
cgDisconnectParameter ( CGparameter param )
cgEvaluateProgram ( CGprogram p1, float* p2, int ncomps, int nx, int ny, int nz )
cgGetAnnotationName ( CGannotation p1 )
cgGetAnnotationType ( CGannotation p1 )
cgGetArrayDimension ( CGparameter param )
cgGetArrayParameter ( CGparameter aparam, int index )
cgGetArraySize ( CGparameter param, int dimension )
cgGetArrayTotalSize ( CGparameter param )
cgGetArrayType ( CGparameter param )
cgGetAutoCompile ( CGcontext ctx )
cgGetBoolAnnotationValues ( CGannotation p1, int* nvalues )
cgGetBooleanAnnotationValues ( CGannotation p1, int* nvalues )
cgGetBoolStateAssignmentValues ( CGstateassignment p1, int* nVals )
cgGetBufferSize ( CGbuffer p1 )
cgGetCompilerIncludeCallback ( CGcontext ctx )
cgGetConnectedParameter ( CGparameter param )
cgGetConnectedStateAssignmentParameter ( CGstateassignment p1 )
cgGetConnectedToParameter ( CGparameter param, int index )
cgGetDependentAnnotationParameter ( CGannotation p1, int index )
cgGetDependentStateAssignmentParameter ( CGstateassignment p1, int index )
cgGetEffectContext ( CGeffect p1 )
cgGetEffectName ( CGeffect p1 )
cgGetEffectParameterBySemantic ( CGeffect p1, char const* p2 )
cgGetEnum ( char const* enum_string )
cgGetEnumString ( CGenum en )
cgGetError ( )
cgGetErrorCallback ( )
cgGetErrorHandler ( void** data )
cgGetErrorString ( CGerror error )
cgGetFirstDependentParameter ( CGparameter param )
cgGetFirstEffect ( CGcontext p1 )
cgGetFirstEffectAnnotation ( CGeffect p1 )
cgGetFirstEffectParameter ( CGeffect p1 )
cgGetFirstError ( )
cgGetFirstLeafEffectParameter ( CGeffect p1 )
cgGetFirstLeafParameter ( CGprogram prog, CGenum name_space )
cgGetFirstParameter ( CGprogram prog, CGenum name_space )
cgGetFirstParameterAnnotation ( CGparameter p1 )
cgGetFirstPass ( CGtechnique p1 )
cgGetFirstPassAnnotation ( CGpass p1 )
cgGetFirstProgram ( CGcontext ctx )
cgGetFirstProgramAnnotation ( CGprogram p1 )
cgGetFirstSamplerState ( CGcontext p1 )
cgGetFirstSamplerStateAssignment ( CGparameter p1 )
cgGetFirstState ( CGcontext p1 )
cgGetFirstStateAssignment ( CGpass p1 )
cgGetFirstStructParameter ( CGparameter param )
cgGetFirstTechnique ( CGeffect p1 )
cgGetFirstTechniqueAnnotation ( CGtechnique p1 )
cgGetFloatAnnotationValues ( CGannotation p1, int* nvalues )
cgGetFloatStateAssignmentValues ( CGstateassignment p1, int* nVals )
cgGetIntAnnotationValues ( CGannotation p1, int* nvalues )
cgGetIntStateAssignmentValues ( CGstateassignment p1, int* nVals )
cgGetLastErrorString ( CGerror* error )
cgGetLastListing ( CGcontext ctx )
cgGetLockingPolicy ( )
cgGetMatrixParameterdc ( CGparameter param, double* matrix )
cgGetMatrixParameterdr ( CGparameter param, double* matrix )
cgGetMatrixParameterfc ( CGparameter param, float* matrix )
cgGetMatrixParameterfr ( CGparameter param, float* matrix )
cgGetMatrixParameteric ( CGparameter param, int* matrix )
cgGetMatrixParameterir ( CGparameter param, int* matrix )
cgGetMatrixSize ( CGtype type, int* nrows, int* ncols )
cgGetNamedEffect ( CGcontext p1, char const* name )
cgGetNamedEffectAnnotation ( CGeffect p1, char const* p2 )
cgGetNamedEffectParameter ( CGeffect p1, char const* p2 )
cgGetNamedParameter ( CGprogram prog, char const* name )
cgGetNamedParameterAnnotation ( CGparameter p1, char const* p2 )
cgGetNamedPass ( CGtechnique p1, char const* name )
cgGetNamedPassAnnotation ( CGpass p1, char const* p2 )
cgGetNamedProgramAnnotation ( CGprogram p1, char const* p2 )
cgGetNamedProgramParameter ( CGprogram prog, CGenum name_space, char const* name )
cgGetNamedSamplerState ( CGcontext p1, char const* name )
cgGetNamedSamplerStateAssignment ( CGparameter p1, char const* p2 )
cgGetNamedState ( CGcontext p1, char const* name )
cgGetNamedStateAssignment ( CGpass p1, char const* name )
cgGetNamedStructParameter ( CGparameter param, char const* name )
cgGetNamedSubParameter ( CGparameter param, char const* name )
cgGetNamedTechnique ( CGeffect p1, char const* name )
cgGetNamedTechniqueAnnotation ( CGtechnique p1, char const* p2 )
cgGetNamedUserType ( CGhandle handle, char const* name )
cgGetNextAnnotation ( CGannotation p1 )
cgGetNextEffect ( CGeffect p1 )
cgGetNextLeafParameter ( CGparameter current )
cgGetNextParameter ( CGparameter current )
cgGetNextPass ( CGpass p1 )
cgGetNextProgram ( CGprogram current )
cgGetNextState ( CGstate p1 )
cgGetNextStateAssignment ( CGstateassignment p1 )
cgGetNextTechnique ( CGtechnique p1 )
cgGetNumConnectedToParameters ( CGparameter param )
cgGetNumDependentAnnotationParameters ( CGannotation p1 )
cgGetNumDependentStateAssignmentParameters ( CGstateassignment p1 )
cgGetNumParentTypes ( CGtype type )
cgGetNumProgramDomains ( CGprogram program )
cgGetNumUserTypes ( CGhandle handle )
cgGetParameterBaseResource ( CGparameter param )
cgGetParameterBaseType ( CGparameter param )
cgGetParameterBufferIndex ( CGparameter p1 )
cgGetParameterBufferOffset ( CGparameter p1 )
cgGetParameterClass ( CGparameter param )
cgGetParameterColumns ( CGparameter param )
cgGetParameterContext ( CGparameter param )
cgGetParameterDefaultValuedc ( CGparameter param, int n, double* vals )
cgGetParameterDefaultValuedr ( CGparameter param, int n, double* vals )
cgGetParameterDefaultValuefc ( CGparameter param, int n, float* vals )
cgGetParameterDefaultValuefr ( CGparameter param, int n, float* vals )
cgGetParameterDefaultValueic ( CGparameter param, int n, int* vals )
cgGetParameterDefaultValueir ( CGparameter param, int n, int* vals )
cgGetParameterDirection ( CGparameter param )
cgGetParameterEffect ( CGparameter param )
cgGetParameterIndex ( CGparameter param )
cgGetParameterName ( CGparameter param )
cgGetParameterNamedType ( CGparameter param )
cgGetParameterOrdinalNumber ( CGparameter param )
cgGetParameterProgram ( CGparameter param )
cgGetParameterResource ( CGparameter param )
cgGetParameterResourceIndex ( CGparameter param )
cgGetParameterResourceName ( CGparameter param )
cgGetParameterResourceSize ( CGparameter p1 )
cgGetParameterResourceType ( CGparameter p1 )
cgGetParameterRows ( CGparameter param )
cgGetParameterSemantic ( CGparameter param )
cgGetParameterSettingMode ( CGcontext ctx )
cgGetParameterType ( CGparameter param )
cgGetParameterValuedc ( CGparameter param, int n, double* vals )
cgGetParameterValuedr ( CGparameter param, int n, double* vals )
cgGetParameterValuefc ( CGparameter param, int n, float* vals )
cgGetParameterValuefr ( CGparameter param, int n, float* vals )
cgGetParameterValueic ( CGparameter param, int n, int* vals )
cgGetParameterValueir ( CGparameter param, int n, int* vals )
cgGetParameterValues ( CGparameter param, CGenum value_type, int* nvalues )
cgGetParameterVariability ( CGparameter param )
cgGetParentType ( CGtype type, int index )
cgGetPassName ( CGpass p1 )
cgGetPassProgram ( CGpass pass, CGdomain domain )
cgGetPassTechnique ( CGpass p1 )
cgGetProfile ( char const* profile_string )
cgGetProfileDomain ( CGprofile profile )
cgGetProfileString ( CGprofile profile )
cgGetProgramBuffer ( CGprogram p1, int bufferIndex )
cgGetProgramBufferMaxIndex ( CGprofile profile )
cgGetProgramBufferMaxSize ( CGprofile profile )
cgGetProgramContext ( CGprogram prog )
cgGetProgramDomainProfile ( CGprogram program, int index )
cgGetProgramDomainProgram ( CGprogram program, int index )
cgGetProgramInput ( CGprogram program )
cgGetProgramOptions ( CGprogram prog )
cgGetProgramOutput ( CGprogram program )
cgGetProgramProfile ( CGprogram prog )
cgGetProgramStateAssignmentValue ( CGstateassignment p1 )
cgGetProgramString ( CGprogram prog, CGenum pname )
cgGetResource ( char const* resource_string )
cgGetResourceString ( CGresource resource )
cgGetSamplerStateAssignmentParameter ( CGstateassignment p1 )
cgGetSamplerStateAssignmentState ( CGstateassignment p1 )
cgGetSamplerStateAssignmentValue ( CGstateassignment p1 )
cgGetSemanticCasePolicy ( )
cgGetStateAssignmentIndex ( CGstateassignment p1 )
cgGetStateAssignmentPass ( CGstateassignment p1 )
cgGetStateAssignmentState ( CGstateassignment p1 )
cgGetStateContext ( CGstate p1 )
cgGetStateEnumerantName ( CGstate p1, int value )
cgGetStateEnumerantValue ( CGstate p1, char const* name )
cgGetStateName ( CGstate p1 )
cgGetStateResetCallback ( CGstate p1 )
cgGetStateSetCallback ( CGstate p1 )
cgGetStateType ( CGstate p1 )
cgGetStateValidateCallback ( CGstate p1 )
cgGetString ( CGenum sname )
cgGetStringAnnotationValue ( CGannotation p1 )
cgGetStringAnnotationValues ( CGannotation p1, int* nvalues )
cgGetStringParameterValue ( CGparameter param )
cgGetStringStateAssignmentValue ( CGstateassignment p1 )
cgGetTechniqueEffect ( CGtechnique p1 )
cgGetTechniqueName ( CGtechnique p1 )
cgGetTextureStateAssignmentValue ( CGstateassignment p1 )
cgGetType ( char const* type_string )
cgGetTypeBase ( CGtype type )
cgGetTypeClass ( CGtype type )
cgGetTypeSizes ( CGtype type, int* nrows, int* ncols )
cgGetTypeString ( CGtype type )
cgGetUserType ( CGhandle handle, int index )
cgIsAnnotation ( CGannotation p1 )
cgIsContext ( CGcontext ctx )
cgIsEffect ( CGeffect effect )
cgIsInterfaceType ( CGtype type )
cgIsParameter ( CGparameter param )
cgIsParameterGlobal ( CGparameter param )
cgIsParameterReferenced ( CGparameter param )
cgIsParameterUsed ( CGparameter param, CGhandle handle )
cgIsParentType ( CGtype parent, CGtype child )
cgIsPass ( CGpass p1 )
cgIsProgram ( CGprogram program )
cgIsProgramCompiled ( CGprogram program )
cgIsState ( CGstate p1 )
cgIsStateAssignment ( CGstateassignment p1 )
cgIsTechnique ( CGtechnique p1 )
cgIsTechniqueValidated ( CGtechnique p1 )
cgMapBuffer ( CGbuffer buffer, CGbufferaccess access )
cgResetPassState ( CGpass p1 )
cgSetArraySize ( CGparameter param, int size )
cgSetAutoCompile ( CGcontext ctx, CGenum flag )
cgSetBoolAnnotation ( CGannotation p1, CGbool value )
cgSetBoolArrayStateAssignment ( CGstateassignment p1, CGbool const* vals )
cgSetBoolStateAssignment ( CGstateassignment p1, CGbool p2 )
cgSetBufferData ( CGbuffer p1, int size, void const* data )
cgSetBufferSubData ( CGbuffer p1, int offset, int size, void const* data )
cgSetCompilerIncludeCallback ( CGcontext ctx, CGIncludeCallbackFunc func )
cgSetCompilerIncludeFile ( CGcontext ctx, char const* name, char const* filename )
cgSetCompilerIncludeString ( CGcontext ctx, char const* name, char const* source )
cgSetEffectName ( CGeffect p1, char const* name )
cgSetErrorCallback ( CGerrorCallbackFunc func )
cgSetErrorHandler ( CGerrorHandlerFunc func, void* data )
cgSetFloatAnnotation ( CGannotation p1, float value )
cgSetFloatArrayStateAssignment ( CGstateassignment p1, float const* vals )
cgSetFloatStateAssignment ( CGstateassignment p1, float p2 )
cgSetIntAnnotation ( CGannotation p1, int value )
cgSetIntArrayStateAssignment ( CGstateassignment p1, int const* vals )
cgSetIntStateAssignment ( CGstateassignment p1, int p2 )
cgSetLastListing ( CGhandle handle, char const* listing )
cgSetLockingPolicy ( CGenum lockingPolicy )
cgSetMatrixParameterdc ( CGparameter param, double const* matrix )
cgSetMatrixParameterdr ( CGparameter param, double const* matrix )
cgSetMatrixParameterfc ( CGparameter param, float const* matrix )
cgSetMatrixParameterfr ( CGparameter param, float const* matrix )
cgSetMatrixParameteric ( CGparameter param, int const* matrix )
cgSetMatrixParameterir ( CGparameter param, int const* matrix )
cgSetMultiDimArraySize ( CGparameter param, int const* sizes )
cgSetParameter1d ( CGparameter param, double x )
cgSetParameter1dv ( CGparameter param, double const* v )
cgSetParameter1f ( CGparameter param, float x )
cgSetParameter1fv ( CGparameter param, float const* v )
cgSetParameter1i ( CGparameter param, int x )
cgSetParameter1iv ( CGparameter param, int const* v )
cgSetParameter2d ( CGparameter param, double x, double y )
cgSetParameter2dv ( CGparameter param, double const* v )
cgSetParameter2f ( CGparameter param, float x, float y )
cgSetParameter2fv ( CGparameter param, float const* v )
cgSetParameter2i ( CGparameter param, int x, int y )
cgSetParameter2iv ( CGparameter param, int const* v )
cgSetParameter3d ( CGparameter param, double x, double y, double z )
cgSetParameter3dv ( CGparameter param, double const* v )
cgSetParameter3f ( CGparameter param, float x, float y, float z )
cgSetParameter3fv ( CGparameter param, float const* v )
cgSetParameter3i ( CGparameter param, int x, int y, int z )
cgSetParameter3iv ( CGparameter param, int const* v )
cgSetParameter4d ( CGparameter param, double x, double y, double z, double w )
cgSetParameter4dv ( CGparameter param, double const* v )
cgSetParameter4f ( CGparameter param, float x, float y, float z, float w )
cgSetParameter4fv ( CGparameter param, float const* v )
cgSetParameter4i ( CGparameter param, int x, int y, int z, int w )
cgSetParameter4iv ( CGparameter param, int const* v )
cgSetParameterSemantic ( CGparameter param, char const* semantic )
cgSetParameterSettingMode ( CGcontext ctx, CGenum parameterSettingMode )
cgSetParameterValuedc ( CGparameter param, int n, double const* vals )
cgSetParameterValuedr ( CGparameter param, int n, double const* vals )
cgSetParameterValuefc ( CGparameter param, int n, float const* vals )
cgSetParameterValuefr ( CGparameter param, int n, float const* vals )
cgSetParameterValueic ( CGparameter param, int n, int const* vals )
cgSetParameterValueir ( CGparameter param, int n, int const* vals )
cgSetParameterVariability ( CGparameter param, CGenum vary )
cgSetPassProgramParameters ( CGprogram p1 )
cgSetPassState ( CGpass p1 )
cgSetProgramBuffer ( CGprogram program, int bufferIndex, CGbuffer buffer )
cgSetProgramProfile ( CGprogram prog, CGprofile profile )
cgSetProgramStateAssignment ( CGstateassignment p1, CGprogram p2 )
cgSetSamplerState ( CGparameter p1 )
cgSetSamplerStateAssignment ( CGstateassignment p1, CGparameter p2 )
cgSetSemanticCasePolicy ( CGenum casePolicy )
cgSetStateCallbacks ( CGstate p1, CGstatecallback set, CGstatecallback reset, CGstatecallback validate )
cgSetStringAnnotation ( CGannotation p1, char const* value )
cgSetStringParameterValue ( CGparameter param, char const* str )
cgSetStringStateAssignment ( CGstateassignment p1, char const* p2 )
cgSetTextureStateAssignment ( CGstateassignment p1, CGparameter p2 )
cgUnmapBuffer ( CGbuffer buffer )
cgUpdatePassParameters ( CGpass pass )
cgUpdateProgramParameters ( CGprogram program )
cgValidateTechnique ( CGtechnique p1 )
,
libCgGL.so
cgGLBindProgram ( CGprogram program )
cgGLCreateBuffer ( CGcontext context, int size, void const* data, GLenum bufferUsage )
cgGLDisableClientState ( CGparameter param )
cgGLDisableProfile ( CGprofile profile )
cgGLDisableProgramProfiles ( CGprogram program )
cgGLDisableTextureParameter ( CGparameter param )
cgGLEnableClientState ( CGparameter param )
cgGLEnableProfile ( CGprofile profile )
cgGLEnableProgramProfiles ( CGprogram program )
cgGLEnableTextureParameter ( CGparameter param )
cgGLGetBufferObject ( CGbuffer buffer )
cgGLGetLatestProfile ( CGGLenum profile_type )
cgGLGetManageTextureParameters ( CGcontext ctx )
cgGLGetMatrixParameterArraydc ( CGparameter param, long offset, long nelements, double* matrices )
cgGLGetMatrixParameterArraydr ( CGparameter param, long offset, long nelements, double* matrices )
cgGLGetMatrixParameterArrayfc ( CGparameter param, long offset, long nelements, float* matrices )
cgGLGetMatrixParameterArrayfr ( CGparameter param, long offset, long nelements, float* matrices )
cgGLGetMatrixParameterdc ( CGparameter param, double* matrix )
cgGLGetMatrixParameterdr ( CGparameter param, double* matrix )
cgGLGetMatrixParameterfc ( CGparameter param, float* matrix )
cgGLGetMatrixParameterfr ( CGparameter param, float* matrix )
cgGLGetParameter1d ( CGparameter param, double* v )
cgGLGetParameter1f ( CGparameter param, float* v )
cgGLGetParameter2d ( CGparameter param, double* v )
cgGLGetParameter2f ( CGparameter param, float* v )
cgGLGetParameter3d ( CGparameter param, double* v )
cgGLGetParameter3f ( CGparameter param, float* v )
cgGLGetParameter4d ( CGparameter param, double* v )
cgGLGetParameter4f ( CGparameter param, float* v )
cgGLGetParameterArray1d ( CGparameter param, long offset, long nelements, double* v )
cgGLGetParameterArray1f ( CGparameter param, long offset, long nelements, float* v )
cgGLGetParameterArray2d ( CGparameter param, long offset, long nelements, double* v )
cgGLGetParameterArray2f ( CGparameter param, long offset, long nelements, float* v )
cgGLGetParameterArray3d ( CGparameter param, long offset, long nelements, double* v )
cgGLGetParameterArray3f ( CGparameter param, long offset, long nelements, float* v )
cgGLGetParameterArray4d ( CGparameter param, long offset, long nelements, double* v )
cgGLGetParameterArray4f ( CGparameter param, long offset, long nelements, float* v )
cgGLGetProgramID ( CGprogram program )
cgGLGetTextureEnum ( CGparameter param )
cgGLGetTextureParameter ( CGparameter param )
cgGLIsProfileSupported ( CGprofile profile )
cgGLIsProgramLoaded ( CGprogram program )
cgGLLoadProgram ( CGprogram program )
cgGLRegisterStates ( CGcontext p1 )
cgGLSetDebugMode ( CGbool debug )
cgGLSetManageTextureParameters ( CGcontext ctx, CGbool flag )
cgGLSetMatrixParameterArraydc ( CGparameter param, long offset, long nelements, double const* matrices )
cgGLSetMatrixParameterArraydr ( CGparameter param, long offset, long nelements, double const* matrices )
cgGLSetMatrixParameterArrayfc ( CGparameter param, long offset, long nelements, float const* matrices )
cgGLSetMatrixParameterArrayfr ( CGparameter param, long offset, long nelements, float const* matrices )
cgGLSetMatrixParameterdc ( CGparameter param, double const* matrix )
cgGLSetMatrixParameterdr ( CGparameter param, double const* matrix )
cgGLSetMatrixParameterfc ( CGparameter param, float const* matrix )
cgGLSetMatrixParameterfr ( CGparameter param, float const* matrix )
cgGLSetOptimalOptions ( CGprofile profile )
cgGLSetParameter1d ( CGparameter param, double x )
cgGLSetParameter1dv ( CGparameter param, double const* v )
cgGLSetParameter1f ( CGparameter param, float x )
cgGLSetParameter1fv ( CGparameter param, float const* v )
cgGLSetParameter2d ( CGparameter param, double x, double y )
cgGLSetParameter2dv ( CGparameter param, double const* v )
cgGLSetParameter2f ( CGparameter param, float x, float y )
cgGLSetParameter2fv ( CGparameter param, float const* v )
cgGLSetParameter3d ( CGparameter param, double x, double y, double z )
cgGLSetParameter3dv ( CGparameter param, double const* v )
cgGLSetParameter3f ( CGparameter param, float x, float y, float z )
cgGLSetParameter3fv ( CGparameter param, float const* v )
cgGLSetParameter4d ( CGparameter param, double x, double y, double z, double w )
cgGLSetParameter4dv ( CGparameter param, double const* v )
cgGLSetParameter4f ( CGparameter param, float x, float y, float z, float w )
cgGLSetParameter4fv ( CGparameter param, float const* v )
cgGLSetParameterArray1d ( CGparameter param, long offset, long nelements, double const* v )
cgGLSetParameterArray1f ( CGparameter param, long offset, long nelements, float const* v )
cgGLSetParameterArray2d ( CGparameter param, long offset, long nelements, double const* v )
cgGLSetParameterArray2f ( CGparameter param, long offset, long nelements, float const* v )
cgGLSetParameterArray3d ( CGparameter param, long offset, long nelements, double const* v )
cgGLSetParameterArray3f ( CGparameter param, long offset, long nelements, float const* v )
cgGLSetParameterArray4d ( CGparameter param, long offset, long nelements, double const* v )
cgGLSetParameterArray4f ( CGparameter param, long offset, long nelements, float const* v )
cgGLSetParameterPointer ( CGparameter param, GLint fsize, GLenum type, GLsizei stride, GLvoid const* pointer )
cgGLSetStateMatrixParameter ( CGparameter param, CGGLenum matrix, CGGLenum transform )
cgGLSetTextureParameter ( CGparameter param, GLuint texobj )
cgGLSetupSampler ( CGparameter param, GLuint texobj )
cgGLUnbindProgram ( CGprofile profile )
cgGLUnloadProgram ( CGprogram program )
to the top
Withdrawn Interfaces (363)
,
libCg.so
cgAddStateEnumerant ( CGstate p1, char const* name, int value ) @@ VERSION
cgCallStateResetCallback ( CGstateassignment p1 ) @@ VERSION
cgCallStateSetCallback ( CGstateassignment p1 ) @@ VERSION
cgCallStateValidateCallback ( CGstateassignment p1 ) @@ VERSION
cgCombinePrograms ( int n, CGprogram const* exeList ) @@ VERSION
cgCombinePrograms2 ( CGprogram const exe1, CGprogram const exe2 ) @@ VERSION
cgCombinePrograms3 ( CGprogram const exe1, CGprogram const exe2, CGprogram const exe3 ) @@ VERSION
cgCompileProgram ( CGprogram program ) @@ VERSION
cgConnectParameter ( CGparameter from, CGparameter to ) @@ VERSION
cgCopyProgram ( CGprogram program ) @@ VERSION
cgCreateArraySamplerState ( CGcontext p1, char const* name, CGtype p3, int nelems ) @@ VERSION
cgCreateArrayState ( CGcontext p1, char const* name, CGtype p3, int nelems ) @@ VERSION
cgCreateContext ( ) @@ VERSION
cgCreateEffect ( CGcontext p1, char const* code, char const** args ) @@ VERSION
cgCreateEffectAnnotation ( CGeffect p1, char const* name, CGtype p3 ) @@ VERSION
cgCreateEffectFromFile ( CGcontext p1, char const* filename, char const** args ) @@ VERSION
cgCreateEffectParameter ( CGeffect p1, char const* name, CGtype p3 ) @@ VERSION
cgCreateEffectParameterArray ( CGeffect p1, char const* name, CGtype type, int length ) @@ VERSION
cgCreateEffectParameterMultiDimArray ( CGeffect p1, char const* name, CGtype type, int dim, int const* lengths ) @@ VERSION
cgCreateParameter ( CGcontext ctx, CGtype type ) @@ VERSION
cgCreateParameterAnnotation ( CGparameter p1, char const* name, CGtype p3 ) @@ VERSION
cgCreateParameterArray ( CGcontext ctx, CGtype type, int length ) @@ VERSION
cgCreateParameterMultiDimArray ( CGcontext ctx, CGtype type, int dim, int const* lengths ) @@ VERSION
cgCreatePass ( CGtechnique p1, char const* name ) @@ VERSION
cgCreatePassAnnotation ( CGpass p1, char const* name, CGtype p3 ) @@ VERSION
cgCreateProgram ( CGcontext ctx, CGenum program_type, char const* program, CGprofile profile, char const* entry, char const** args ) @@ VERSION
cgCreateProgramAnnotation ( CGprogram p1, char const* name, CGtype p3 ) @@ VERSION
cgCreateProgramFromEffect ( CGeffect effect, CGprofile profile, char const* entry, char const** args ) @@ VERSION
cgCreateProgramFromFile ( CGcontext ctx, CGenum program_type, char const* program_file, CGprofile profile, char const* entry, char const** args ) @@ VERSION
cgCreateSamplerState ( CGcontext p1, char const* name, CGtype p3 ) @@ VERSION
cgCreateSamplerStateAssignment ( CGparameter p1, CGstate p2 ) @@ VERSION
cgCreateState ( CGcontext p1, char const* name, CGtype p3 ) @@ VERSION
cgCreateStateAssignment ( CGpass p1, CGstate p2 ) @@ VERSION
cgCreateStateAssignmentIndex ( CGpass p1, CGstate p2, int index ) @@ VERSION
cgCreateTechnique ( CGeffect p1, char const* name ) @@ VERSION
cgCreateTechniqueAnnotation ( CGtechnique p1, char const* name, CGtype p3 ) @@ VERSION
cgDestroyContext ( CGcontext ctx ) @@ VERSION
cgDestroyEffect ( CGeffect p1 ) @@ VERSION
cgDestroyParameter ( CGparameter param ) @@ VERSION
cgDestroyProgram ( CGprogram program ) @@ VERSION
cgDisconnectParameter ( CGparameter param ) @@ VERSION
cgEvaluateProgram ( CGprogram p1, float* p2, int ncomps, int nx, int ny, int nz ) @@ VERSION
cgGetAnnotationName ( CGannotation p1 ) @@ VERSION
cgGetAnnotationType ( CGannotation p1 ) @@ VERSION
cgGetArrayDimension ( CGparameter param ) @@ VERSION
cgGetArrayParameter ( CGparameter aparam, int index ) @@ VERSION
cgGetArraySize ( CGparameter param, int dimension ) @@ VERSION
cgGetArrayTotalSize ( CGparameter param ) @@ VERSION
cgGetArrayType ( CGparameter param ) @@ VERSION
cgGetAutoCompile ( CGcontext ctx ) @@ VERSION
cgGetBoolAnnotationValues ( CGannotation p1, int* nvalues ) @@ VERSION
cgGetBooleanAnnotationValues ( CGannotation p1, int* nvalues ) @@ VERSION
cgGetBoolStateAssignmentValues ( CGstateassignment p1, int* nVals ) @@ VERSION
cgGetConnectedParameter ( CGparameter param ) @@ VERSION
cgGetConnectedToParameter ( CGparameter param, int index ) @@ VERSION
cgGetDependentAnnotationParameter ( CGannotation p1, int index ) @@ VERSION
cgGetDependentStateAssignmentParameter ( CGstateassignment p1, int index ) @@ VERSION
cgGetEffectContext ( CGeffect p1 ) @@ VERSION
cgGetEffectName ( CGeffect p1 ) @@ VERSION
cgGetEffectParameterBySemantic ( CGeffect p1, char const* p2 ) @@ VERSION
cgGetEnum ( char const* enum_string ) @@ VERSION
cgGetEnumString ( CGenum en ) @@ VERSION
cgGetError ( ) @@ VERSION
cgGetErrorCallback ( ) @@ VERSION
cgGetErrorHandler ( void** data ) @@ VERSION
cgGetErrorString ( CGerror error ) @@ VERSION
cgGetFirstDependentParameter ( CGparameter param ) @@ VERSION
cgGetFirstEffect ( CGcontext p1 ) @@ VERSION
cgGetFirstEffectAnnotation ( CGeffect p1 ) @@ VERSION
cgGetFirstEffectParameter ( CGeffect p1 ) @@ VERSION
cgGetFirstError ( ) @@ VERSION
cgGetFirstLeafEffectParameter ( CGeffect p1 ) @@ VERSION
cgGetFirstLeafParameter ( CGprogram prog, CGenum name_space ) @@ VERSION
cgGetFirstParameter ( CGprogram prog, CGenum name_space ) @@ VERSION
cgGetFirstParameterAnnotation ( CGparameter p1 ) @@ VERSION
cgGetFirstPass ( CGtechnique p1 ) @@ VERSION
cgGetFirstPassAnnotation ( CGpass p1 ) @@ VERSION
cgGetFirstProgram ( CGcontext ctx ) @@ VERSION
cgGetFirstProgramAnnotation ( CGprogram p1 ) @@ VERSION
cgGetFirstSamplerState ( CGcontext p1 ) @@ VERSION
cgGetFirstSamplerStateAssignment ( CGparameter p1 ) @@ VERSION
cgGetFirstState ( CGcontext p1 ) @@ VERSION
cgGetFirstStateAssignment ( CGpass p1 ) @@ VERSION
cgGetFirstStructParameter ( CGparameter param ) @@ VERSION
cgGetFirstTechnique ( CGeffect p1 ) @@ VERSION
cgGetFirstTechniqueAnnotation ( CGtechnique p1 ) @@ VERSION
cgGetFloatAnnotationValues ( CGannotation p1, int* nvalues ) @@ VERSION
cgGetFloatStateAssignmentValues ( CGstateassignment p1, int* nVals ) @@ VERSION
cgGetIntAnnotationValues ( CGannotation p1, int* nvalues ) @@ VERSION
cgGetIntStateAssignmentValues ( CGstateassignment p1, int* nVals ) @@ VERSION
cgGetLastErrorString ( CGerror* error ) @@ VERSION
cgGetLastListing ( CGcontext ctx ) @@ VERSION
cgGetMatrixParameterdc ( CGparameter param, double* matrix ) @@ VERSION
cgGetMatrixParameterdr ( CGparameter param, double* matrix ) @@ VERSION
cgGetMatrixParameterfc ( CGparameter param, float* matrix ) @@ VERSION
cgGetMatrixParameterfr ( CGparameter param, float* matrix ) @@ VERSION
cgGetMatrixParameteric ( CGparameter param, int* matrix ) @@ VERSION
cgGetMatrixParameterir ( CGparameter param, int* matrix ) @@ VERSION
cgGetMatrixSize ( CGtype type, int* nrows, int* ncols ) @@ VERSION
cgGetNamedEffect ( CGcontext p1, char const* name ) @@ VERSION
cgGetNamedEffectAnnotation ( CGeffect p1, char const* p2 ) @@ VERSION
cgGetNamedEffectParameter ( CGeffect p1, char const* p2 ) @@ VERSION
cgGetNamedParameter ( CGprogram prog, char const* name ) @@ VERSION
cgGetNamedParameterAnnotation ( CGparameter p1, char const* p2 ) @@ VERSION
cgGetNamedPass ( CGtechnique p1, char const* name ) @@ VERSION
cgGetNamedPassAnnotation ( CGpass p1, char const* p2 ) @@ VERSION
cgGetNamedProgramAnnotation ( CGprogram p1, char const* p2 ) @@ VERSION
cgGetNamedProgramParameter ( CGprogram prog, CGenum name_space, char const* name ) @@ VERSION
cgGetNamedSamplerState ( CGcontext p1, char const* name ) @@ VERSION
cgGetNamedSamplerStateAssignment ( CGparameter p1, char const* p2 ) @@ VERSION
cgGetNamedState ( CGcontext p1, char const* name ) @@ VERSION
cgGetNamedStateAssignment ( CGpass p1, char const* name ) @@ VERSION
cgGetNamedStructParameter ( CGparameter param, char const* name ) @@ VERSION
cgGetNamedSubParameter ( CGparameter param, char const* name ) @@ VERSION
cgGetNamedTechnique ( CGeffect p1, char const* name ) @@ VERSION
cgGetNamedTechniqueAnnotation ( CGtechnique p1, char const* p2 ) @@ VERSION
cgGetNamedUserType ( CGhandle handle, char const* name ) @@ VERSION
cgGetNextAnnotation ( CGannotation p1 ) @@ VERSION
cgGetNextEffect ( CGeffect p1 ) @@ VERSION
cgGetNextLeafParameter ( CGparameter current ) @@ VERSION
cgGetNextParameter ( CGparameter current ) @@ VERSION
cgGetNextPass ( CGpass p1 ) @@ VERSION
cgGetNextProgram ( CGprogram current ) @@ VERSION
cgGetNextState ( CGstate p1 ) @@ VERSION
cgGetNextStateAssignment ( CGstateassignment p1 ) @@ VERSION
cgGetNextTechnique ( CGtechnique p1 ) @@ VERSION
cgGetNumConnectedToParameters ( CGparameter param ) @@ VERSION
cgGetNumDependentAnnotationParameters ( CGannotation p1 ) @@ VERSION
cgGetNumDependentStateAssignmentParameters ( CGstateassignment p1 ) @@ VERSION
cgGetNumParentTypes ( CGtype type ) @@ VERSION
cgGetNumProgramDomains ( CGprogram program ) @@ VERSION
cgGetNumUserTypes ( CGhandle handle ) @@ VERSION
cgGetParameterBaseResource ( CGparameter param ) @@ VERSION
cgGetParameterBaseType ( CGparameter param ) @@ VERSION
cgGetParameterClass ( CGparameter param ) @@ VERSION
cgGetParameterColumns ( CGparameter param ) @@ VERSION
cgGetParameterContext ( CGparameter param ) @@ VERSION
cgGetParameterDirection ( CGparameter param ) @@ VERSION
cgGetParameterEffect ( CGparameter param ) @@ VERSION
cgGetParameterIndex ( CGparameter param ) @@ VERSION
cgGetParameterName ( CGparameter param ) @@ VERSION
cgGetParameterNamedType ( CGparameter param ) @@ VERSION
cgGetParameterOrdinalNumber ( CGparameter param ) @@ VERSION
cgGetParameterProgram ( CGparameter param ) @@ VERSION
cgGetParameterResource ( CGparameter param ) @@ VERSION
cgGetParameterResourceIndex ( CGparameter param ) @@ VERSION
cgGetParameterRows ( CGparameter param ) @@ VERSION
cgGetParameterSemantic ( CGparameter param ) @@ VERSION
cgGetParameterType ( CGparameter param ) @@ VERSION
cgGetParameterValuedc ( CGparameter param, int n, double* vals ) @@ VERSION
cgGetParameterValuedr ( CGparameter param, int n, double* vals ) @@ VERSION
cgGetParameterValuefc ( CGparameter param, int n, float* vals ) @@ VERSION
cgGetParameterValuefr ( CGparameter param, int n, float* vals ) @@ VERSION
cgGetParameterValueic ( CGparameter param, int n, int* vals ) @@ VERSION
cgGetParameterValueir ( CGparameter param, int n, int* vals ) @@ VERSION
cgGetParameterValues ( CGparameter param, CGenum value_type, int* nvalues ) @@ VERSION
cgGetParameterVariability ( CGparameter param ) @@ VERSION
cgGetParentType ( CGtype type, int index ) @@ VERSION
cgGetPassName ( CGpass p1 ) @@ VERSION
cgGetPassTechnique ( CGpass p1 ) @@ VERSION
cgGetProfile ( char const* profile_string ) @@ VERSION
cgGetProfileDomain ( CGprofile profile ) @@ VERSION
cgGetProfileString ( CGprofile profile ) @@ VERSION
cgGetProgramContext ( CGprogram prog ) @@ VERSION
cgGetProgramDomainProfile ( CGprogram program, int index ) @@ VERSION
cgGetProgramOptions ( CGprogram prog ) @@ VERSION
cgGetProgramProfile ( CGprogram prog ) @@ VERSION
cgGetProgramStateAssignmentValue ( CGstateassignment p1 ) @@ VERSION
cgGetProgramString ( CGprogram prog, CGenum pname ) @@ VERSION
cgGetResource ( char const* resource_string ) @@ VERSION
cgGetResourceString ( CGresource resource ) @@ VERSION
cgGetSamplerStateAssignmentParameter ( CGstateassignment p1 ) @@ VERSION
cgGetSamplerStateAssignmentState ( CGstateassignment p1 ) @@ VERSION
cgGetSamplerStateAssignmentValue ( CGstateassignment p1 ) @@ VERSION
cgGetStateAssignmentIndex ( CGstateassignment p1 ) @@ VERSION
cgGetStateAssignmentPass ( CGstateassignment p1 ) @@ VERSION
cgGetStateAssignmentState ( CGstateassignment p1 ) @@ VERSION
cgGetStateContext ( CGstate p1 ) @@ VERSION
cgGetStateEnumerantName ( CGstate p1, int value ) @@ VERSION
cgGetStateEnumerantValue ( CGstate p1, char const* name ) @@ VERSION
cgGetStateName ( CGstate p1 ) @@ VERSION
cgGetStateResetCallback ( CGstate p1 ) @@ VERSION
cgGetStateSetCallback ( CGstate p1 ) @@ VERSION
cgGetStateType ( CGstate p1 ) @@ VERSION
cgGetStateValidateCallback ( CGstate p1 ) @@ VERSION
cgGetString ( CGenum sname ) @@ VERSION
cgGetStringAnnotationValue ( CGannotation p1 ) @@ VERSION
cgGetStringParameterValue ( CGparameter param ) @@ VERSION
cgGetStringStateAssignmentValue ( CGstateassignment p1 ) @@ VERSION
cgGetTechniqueEffect ( CGtechnique p1 ) @@ VERSION
cgGetTechniqueName ( CGtechnique p1 ) @@ VERSION
cgGetTextureStateAssignmentValue ( CGstateassignment p1 ) @@ VERSION
cgGetType ( char const* type_string ) @@ VERSION
cgGetTypeBase ( CGtype type ) @@ VERSION
cgGetTypeClass ( CGtype type ) @@ VERSION
cgGetTypeSizes ( CGtype type, int* nrows, int* ncols ) @@ VERSION
cgGetTypeString ( CGtype type ) @@ VERSION
cgGetUserType ( CGhandle handle, int index ) @@ VERSION
cgIsAnnotation ( CGannotation p1 ) @@ VERSION
cgIsContext ( CGcontext ctx ) @@ VERSION
cgIsEffect ( CGeffect effect ) @@ VERSION
cgIsInterfaceType ( CGtype type ) @@ VERSION
cgIsParameter ( CGparameter param ) @@ VERSION
cgIsParameterGlobal ( CGparameter param ) @@ VERSION
cgIsParameterReferenced ( CGparameter param ) @@ VERSION
cgIsParameterUsed ( CGparameter param, CGhandle handle ) @@ VERSION
cgIsParentType ( CGtype parent, CGtype child ) @@ VERSION
cgIsPass ( CGpass p1 ) @@ VERSION
cgIsProgram ( CGprogram program ) @@ VERSION
cgIsProgramCompiled ( CGprogram program ) @@ VERSION
cgIsState ( CGstate p1 ) @@ VERSION
cgIsStateAssignment ( CGstateassignment p1 ) @@ VERSION
cgIsTechnique ( CGtechnique p1 ) @@ VERSION
cgIsTechniqueValidated ( CGtechnique p1 ) @@ VERSION
cgResetPassState ( CGpass p1 ) @@ VERSION
cgSetArraySize ( CGparameter param, int size ) @@ VERSION
cgSetAutoCompile ( CGcontext ctx, CGenum flag ) @@ VERSION
cgSetBoolAnnotation ( CGannotation p1, CGbool value ) @@ VERSION
cgSetBoolArrayStateAssignment ( CGstateassignment p1, CGbool const* vals ) @@ VERSION
cgSetBoolStateAssignment ( CGstateassignment p1, CGbool p2 ) @@ VERSION
cgSetEffectName ( CGeffect p1, char const* name ) @@ VERSION
cgSetErrorCallback ( CGerrorCallbackFunc func ) @@ VERSION
cgSetErrorHandler ( CGerrorHandlerFunc func, void* data ) @@ VERSION
cgSetFloatAnnotation ( CGannotation p1, float value ) @@ VERSION
cgSetFloatArrayStateAssignment ( CGstateassignment p1, float const* vals ) @@ VERSION
cgSetFloatStateAssignment ( CGstateassignment p1, float p2 ) @@ VERSION
cgSetIntAnnotation ( CGannotation p1, int value ) @@ VERSION
cgSetIntArrayStateAssignment ( CGstateassignment p1, int const* vals ) @@ VERSION
cgSetIntStateAssignment ( CGstateassignment p1, int p2 ) @@ VERSION
cgSetLastListing ( CGhandle handle, char const* listing ) @@ VERSION
cgSetMatrixParameterdc ( CGparameter param, double const* matrix ) @@ VERSION
cgSetMatrixParameterdr ( CGparameter param, double const* matrix ) @@ VERSION
cgSetMatrixParameterfc ( CGparameter param, float const* matrix ) @@ VERSION
cgSetMatrixParameterfr ( CGparameter param, float const* matrix ) @@ VERSION
cgSetMatrixParameteric ( CGparameter param, int const* matrix ) @@ VERSION
cgSetMatrixParameterir ( CGparameter param, int const* matrix ) @@ VERSION
cgSetMultiDimArraySize ( CGparameter param, int const* sizes ) @@ VERSION
cgSetParameter1d ( CGparameter param, double x ) @@ VERSION
cgSetParameter1dv ( CGparameter param, double const* v ) @@ VERSION
cgSetParameter1f ( CGparameter param, float x ) @@ VERSION
cgSetParameter1fv ( CGparameter param, float const* v ) @@ VERSION
cgSetParameter1i ( CGparameter param, int x ) @@ VERSION
cgSetParameter1iv ( CGparameter param, int const* v ) @@ VERSION
cgSetParameter2d ( CGparameter param, double x, double y ) @@ VERSION
cgSetParameter2dv ( CGparameter param, double const* v ) @@ VERSION
cgSetParameter2f ( CGparameter param, float x, float y ) @@ VERSION
cgSetParameter2fv ( CGparameter param, float const* v ) @@ VERSION
cgSetParameter2i ( CGparameter param, int x, int y ) @@ VERSION
cgSetParameter2iv ( CGparameter param, int const* v ) @@ VERSION
cgSetParameter3d ( CGparameter param, double x, double y, double z ) @@ VERSION
cgSetParameter3dv ( CGparameter param, double const* v ) @@ VERSION
cgSetParameter3f ( CGparameter param, float x, float y, float z ) @@ VERSION
cgSetParameter3fv ( CGparameter param, float const* v ) @@ VERSION
cgSetParameter3i ( CGparameter param, int x, int y, int z ) @@ VERSION
cgSetParameter3iv ( CGparameter param, int const* v ) @@ VERSION
cgSetParameter4d ( CGparameter param, double x, double y, double z, double w ) @@ VERSION
cgSetParameter4dv ( CGparameter param, double const* v ) @@ VERSION
cgSetParameter4f ( CGparameter param, float x, float y, float z, float w ) @@ VERSION
cgSetParameter4fv ( CGparameter param, float const* v ) @@ VERSION
cgSetParameter4i ( CGparameter param, int x, int y, int z, int w ) @@ VERSION
cgSetParameter4iv ( CGparameter param, int const* v ) @@ VERSION
cgSetParameterSemantic ( CGparameter param, char const* semantic ) @@ VERSION
cgSetParameterValuedc ( CGparameter param, int n, double const* vals ) @@ VERSION
cgSetParameterValuedr ( CGparameter param, int n, double const* vals ) @@ VERSION
cgSetParameterValuefc ( CGparameter param, int n, float const* vals ) @@ VERSION
cgSetParameterValuefr ( CGparameter param, int n, float const* vals ) @@ VERSION
cgSetParameterValueic ( CGparameter param, int n, int const* vals ) @@ VERSION
cgSetParameterValueir ( CGparameter param, int n, int const* vals ) @@ VERSION
cgSetParameterVariability ( CGparameter param, CGenum vary ) @@ VERSION
cgSetPassProgramParameters ( CGprogram p1 ) @@ VERSION
cgSetPassState ( CGpass p1 ) @@ VERSION
cgSetProgramProfile ( CGprogram prog, CGprofile profile ) @@ VERSION
cgSetProgramStateAssignment ( CGstateassignment p1, CGprogram p2 ) @@ VERSION
cgSetSamplerState ( CGparameter p1 ) @@ VERSION
cgSetSamplerStateAssignment ( CGstateassignment p1, CGparameter p2 ) @@ VERSION
cgSetStateCallbacks ( CGstate p1, CGstatecallback set, CGstatecallback reset, CGstatecallback validate ) @@ VERSION
cgSetStringAnnotation ( CGannotation p1, char const* value ) @@ VERSION
cgSetStringParameterValue ( CGparameter param, char const* str ) @@ VERSION
cgSetStringStateAssignment ( CGstateassignment p1, char const* p2 ) @@ VERSION
cgSetTextureStateAssignment ( CGstateassignment p1, CGparameter p2 ) @@ VERSION
cgValidateTechnique ( CGtechnique p1 ) @@ VERSION
,
libCgGL.so
cgGLBindProgram ( CGprogram program ) @@ VERSION
cgGLDisableClientState ( CGparameter param ) @@ VERSION
cgGLDisableProfile ( CGprofile profile ) @@ VERSION
cgGLDisableProgramProfiles ( CGprogram program ) @@ VERSION
cgGLDisableTextureParameter ( CGparameter param ) @@ VERSION
cgGLEnableClientState ( CGparameter param ) @@ VERSION
cgGLEnableProfile ( CGprofile profile ) @@ VERSION
cgGLEnableProgramProfiles ( CGprogram program ) @@ VERSION
cgGLEnableTextureParameter ( CGparameter param ) @@ VERSION
cgGLGetLatestProfile ( CGGLenum profile_type ) @@ VERSION
cgGLGetManageTextureParameters ( CGcontext ctx ) @@ VERSION
cgGLGetMatrixParameterArraydc ( CGparameter param, long offset, long nelements, double* matrices ) @@ VERSION
cgGLGetMatrixParameterArraydr ( CGparameter param, long offset, long nelements, double* matrices ) @@ VERSION
cgGLGetMatrixParameterArrayfc ( CGparameter param, long offset, long nelements, float* matrices ) @@ VERSION
cgGLGetMatrixParameterArrayfr ( CGparameter param, long offset, long nelements, float* matrices ) @@ VERSION
cgGLGetMatrixParameterdc ( CGparameter param, double* matrix ) @@ VERSION
cgGLGetMatrixParameterdr ( CGparameter param, double* matrix ) @@ VERSION
cgGLGetMatrixParameterfc ( CGparameter param, float* matrix ) @@ VERSION
cgGLGetMatrixParameterfr ( CGparameter param, float* matrix ) @@ VERSION
cgGLGetParameter1d ( CGparameter param, double* v ) @@ VERSION
cgGLGetParameter1f ( CGparameter param, float* v ) @@ VERSION
cgGLGetParameter2d ( CGparameter param, double* v ) @@ VERSION
cgGLGetParameter2f ( CGparameter param, float* v ) @@ VERSION
cgGLGetParameter3d ( CGparameter param, double* v ) @@ VERSION
cgGLGetParameter3f ( CGparameter param, float* v ) @@ VERSION
cgGLGetParameter4d ( CGparameter param, double* v ) @@ VERSION
cgGLGetParameter4f ( CGparameter param, float* v ) @@ VERSION
cgGLGetParameterArray1d ( CGparameter param, long offset, long nelements, double* v ) @@ VERSION
cgGLGetParameterArray1f ( CGparameter param, long offset, long nelements, float* v ) @@ VERSION
cgGLGetParameterArray2d ( CGparameter param, long offset, long nelements, double* v ) @@ VERSION
cgGLGetParameterArray2f ( CGparameter param, long offset, long nelements, float* v ) @@ VERSION
cgGLGetParameterArray3d ( CGparameter param, long offset, long nelements, double* v ) @@ VERSION
cgGLGetParameterArray3f ( CGparameter param, long offset, long nelements, float* v ) @@ VERSION
cgGLGetParameterArray4d ( CGparameter param, long offset, long nelements, double* v ) @@ VERSION
cgGLGetParameterArray4f ( CGparameter param, long offset, long nelements, float* v ) @@ VERSION
cgGLGetProgramID ( CGprogram program ) @@ VERSION
cgGLGetTextureEnum ( CGparameter param ) @@ VERSION
cgGLGetTextureParameter ( CGparameter param ) @@ VERSION
cgGLIsProfileSupported ( CGprofile profile ) @@ VERSION
cgGLIsProgramLoaded ( CGprogram program ) @@ VERSION
cgGLLoadProgram ( CGprogram program ) @@ VERSION
cgGLRegisterStates ( CGcontext p1 ) @@ VERSION
cgGLSetDebugMode ( CGbool debug ) @@ VERSION
cgGLSetManageTextureParameters ( CGcontext ctx, CGbool flag ) @@ VERSION
cgGLSetMatrixParameterArraydc ( CGparameter param, long offset, long nelements, double const* matrices ) @@ VERSION
cgGLSetMatrixParameterArraydr ( CGparameter param, long offset, long nelements, double const* matrices ) @@ VERSION
cgGLSetMatrixParameterArrayfc ( CGparameter param, long offset, long nelements, float const* matrices ) @@ VERSION
cgGLSetMatrixParameterArrayfr ( CGparameter param, long offset, long nelements, float const* matrices ) @@ VERSION
cgGLSetMatrixParameterdc ( CGparameter param, double const* matrix ) @@ VERSION
cgGLSetMatrixParameterdr ( CGparameter param, double const* matrix ) @@ VERSION
cgGLSetMatrixParameterfc ( CGparameter param, float const* matrix ) @@ VERSION
cgGLSetMatrixParameterfr ( CGparameter param, float const* matrix ) @@ VERSION
cgGLSetOptimalOptions ( CGprofile profile ) @@ VERSION
cgGLSetParameter1d ( CGparameter param, double x ) @@ VERSION
cgGLSetParameter1dv ( CGparameter param, double const* v ) @@ VERSION
cgGLSetParameter1f ( CGparameter param, float x ) @@ VERSION
cgGLSetParameter1fv ( CGparameter param, float const* v ) @@ VERSION
cgGLSetParameter2d ( CGparameter param, double x, double y ) @@ VERSION
cgGLSetParameter2dv ( CGparameter param, double const* v ) @@ VERSION
cgGLSetParameter2f ( CGparameter param, float x, float y ) @@ VERSION
cgGLSetParameter2fv ( CGparameter param, float const* v ) @@ VERSION
cgGLSetParameter3d ( CGparameter param, double x, double y, double z ) @@ VERSION
cgGLSetParameter3dv ( CGparameter param, double const* v ) @@ VERSION
cgGLSetParameter3f ( CGparameter param, float x, float y, float z ) @@ VERSION
cgGLSetParameter3fv ( CGparameter param, float const* v ) @@ VERSION
cgGLSetParameter4d ( CGparameter param, double x, double y, double z, double w ) @@ VERSION
cgGLSetParameter4dv ( CGparameter param, double const* v ) @@ VERSION
cgGLSetParameter4f ( CGparameter param, float x, float y, float z, float w ) @@ VERSION
cgGLSetParameter4fv ( CGparameter param, float const* v ) @@ VERSION
cgGLSetParameterArray1d ( CGparameter param, long offset, long nelements, double const* v ) @@ VERSION
cgGLSetParameterArray1f ( CGparameter param, long offset, long nelements, float const* v ) @@ VERSION
cgGLSetParameterArray2d ( CGparameter param, long offset, long nelements, double const* v ) @@ VERSION
cgGLSetParameterArray2f ( CGparameter param, long offset, long nelements, float const* v ) @@ VERSION
cgGLSetParameterArray3d ( CGparameter param, long offset, long nelements, double const* v ) @@ VERSION
cgGLSetParameterArray3f ( CGparameter param, long offset, long nelements, float const* v ) @@ VERSION
cgGLSetParameterArray4d ( CGparameter param, long offset, long nelements, double const* v ) @@ VERSION
cgGLSetParameterArray4f ( CGparameter param, long offset, long nelements, float const* v ) @@ VERSION
cgGLSetParameterPointer ( CGparameter param, GLint fsize, GLenum type, GLsizei stride, GLvoid const* pointer ) @@ VERSION
cgGLSetStateMatrixParameter ( CGparameter param, CGGLenum matrix, CGGLenum transform ) @@ VERSION
cgGLSetTextureParameter ( CGparameter param, GLuint texobj ) @@ VERSION
cgGLSetupSampler ( CGparameter param, GLuint texobj ) @@ VERSION
cgGLUnbindProgram ( CGprofile profile ) @@ VERSION
to the top
Header Files (2)
to the top
Shared Libraries (2)
libCg.so
libCgGL.so
to the top