org.rococoa.cocoa.opengl
Interface GLIFunctionDispatch.shader_binary_OES_callback

All Superinterfaces:
Callback
Enclosing class:
GLIFunctionDispatch

public static interface GLIFunctionDispatch.shader_binary_OES_callback
extends Callback


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 void invoke(OpenGLLibrary.__GLIContextRec ctx, int n, IntByReference shaders, int binaryformat, OpenGLLibrary.GLvoid binary, int length)
           
 

Method Detail

invoke

void invoke(OpenGLLibrary.__GLIContextRec ctx,
            int n,
            IntByReference shaders,
            int binaryformat,
            OpenGLLibrary.GLvoid binary,
            int length)