org.rococoa.cocoa.opengl
Interface GLIFunctionDispatch.map_buffer_callback

All Superinterfaces:
Callback
Enclosing class:
GLIFunctionDispatch

public static interface GLIFunctionDispatch.map_buffer_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
 OpenGLLibrary.GLvoid invoke(OpenGLLibrary.__GLIContextRec ctx, int target, int access)
           
 

Method Detail

invoke

OpenGLLibrary.GLvoid invoke(OpenGLLibrary.__GLIContextRec ctx,
                            int target,
                            int access)