aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/ogl/CgWrapper.c
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-11-16 22:00:10 +0000
committerKevin Rushforth <[email protected]>2005-11-16 22:00:10 +0000
commit67de6038ad7c4660082f9f41de46729e94afd86a (patch)
treefb0f86048575f2363e4fc532858ac3973d5d75e7 /src/native/ogl/CgWrapper.c
parent1efa85c8c060de3d7ff504521a9f65ad75ec257c (diff)
Issue 195 : Finish CgShader vertex attributes native methods
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@464 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native/ogl/CgWrapper.c')
-rw-r--r--src/native/ogl/CgWrapper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/native/ogl/CgWrapper.c b/src/native/ogl/CgWrapper.c
index 55c2c64..ba64f2b 100644
--- a/src/native/ogl/CgWrapper.c
+++ b/src/native/ogl/CgWrapper.c
@@ -51,6 +51,9 @@ j3dLoadCgFunctionPointers(CgWrapperInfo *cgWrapperInfo)
cgWrapperInfo->cgGetArraySize = &cgGetArraySize;
cgWrapperInfo->cgGetArrayParameter = &cgGetArrayParameter;
cgWrapperInfo->cgSetParameter1f = &cgSetParameter1f;
+ cgWrapperInfo->cgGLSetParameterPointer = &cgGLSetParameterPointer;
+ cgWrapperInfo->cgGLEnableClientState = &cgGLEnableClientState;
+ cgWrapperInfo->cgGLDisableClientState = &cgGLDisableClientState;
return;
}