org.rococoa.cocoa.opengl
Interface GLIFunctionDispatch.compressed_tex_image3D_callback

All Superinterfaces:
Callback
Enclosing class:
GLIFunctionDispatch

public static interface GLIFunctionDispatch.compressed_tex_image3D_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 target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, OpenGLLibrary.GLvoid data)
           
 

Method Detail

invoke

void invoke(OpenGLLibrary.__GLIContextRec ctx,
            int target,
            int level,
            int internalformat,
            int width,
            int height,
            int depth,
            int border,
            int imageSize,
            OpenGLLibrary.GLvoid data)