/[gzz]/gzz/gfx/jni/GzzGL-jni.cxx
ViewVC logotype

Diff of /gzz/gfx/jni/GzzGL-jni.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by tjl, Tue Dec 3 19:14:12 2002 UTC revision 1.66 by tjl, Wed Dec 4 10:54:22 2002 UTC
# Line 896  JNIEXPORT jintArray JNICALL Java_gzz_gfx Line 896  JNIEXPORT jintArray JNICALL Java_gzz_gfx
896    
897  JNIEXPORT void JNICALL Java_gzz_gfx_gl_GL_deleteRenderable0  JNIEXPORT void JNICALL Java_gzz_gfx_gl_GL_deleteRenderable0
898    (JNIEnv *, jclass, jint id) {    (JNIEnv *, jclass, jint id) {
899          DBG(dbg) << "Delete renderable0 "<<id<<"\n";
900        renderable0s.remove(id);        renderable0s.remove(id);
901    }    }
902    
903  JNIEXPORT void JNICALL Java_gzz_gfx_gl_GL_deleteRenderable1  JNIEXPORT void JNICALL Java_gzz_gfx_gl_GL_deleteRenderable1
904    (JNIEnv *, jclass, jint id) {    (JNIEnv *, jclass, jint id) {
905          DBG(dbg) << "Delete renderable1 "<<id<<"\n";
906        renderable1s.remove(id);        renderable1s.remove(id);
907    }    }
908    
909  JNIEXPORT void JNICALL Java_gzz_gfx_gl_GL_deleteRenderable2  JNIEXPORT void JNICALL Java_gzz_gfx_gl_GL_deleteRenderable2
910    (JNIEnv *, jclass, jint id) {    (JNIEnv *, jclass, jint id) {
911          DBG(dbg) << "Delete renderable2 "<<id<<"\n";
912        renderable2s.remove(id);        renderable2s.remove(id);
913    }    }
914    
915  JNIEXPORT void JNICALL Java_gzz_gfx_gl_GL_deleteRenderable3  JNIEXPORT void JNICALL Java_gzz_gfx_gl_GL_deleteRenderable3
916    (JNIEnv *, jclass, jint id) {    (JNIEnv *, jclass, jint id) {
917          DBG(dbg) << "Delete renderable3 "<<id<<"\n";
918        renderable3s.remove(id);        renderable3s.remove(id);
919    }    }
920  // functions  // functions

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26