diff options
Diffstat (limited to 'make/stub_includes/cg/CG/cgGL.h')
-rw-r--r-- | make/stub_includes/cg/CG/cgGL.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/stub_includes/cg/CG/cgGL.h b/make/stub_includes/cg/CG/cgGL.h index b16861d15..f66ec0685 100644 --- a/make/stub_includes/cg/CG/cgGL.h +++ b/make/stub_includes/cg/CG/cgGL.h @@ -365,6 +365,9 @@ CGGLDLL_API GLenum cgGLGetTextureEnum(CGparameter param); CGGLDLL_API void cgGLSetManageTextureParameters(CGcontext ctx, CGbool flag); CGGLDLL_API CGbool cgGLGetManageTextureParameters(CGcontext ctx); +CGGLDLL_API void cgGLSetupSampler(CGparameter param, GLuint texobj); +CGGLDLL_API void cgGLRegisterStates(CGcontext); + #endif #ifdef __cplusplus |