org.rococoa.cocoa.opengl
Interface GLIFunctionDispatch.map2f_callback

All Superinterfaces:
Callback
Enclosing class:
GLIFunctionDispatch

public static interface GLIFunctionDispatch.map2f_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, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, FloatByReference points)
           
 

Method Detail

invoke

void invoke(OpenGLLibrary.__GLIContextRec ctx,
            int target,
            float u1,
            float u2,
            int ustride,
            int uorder,
            float v1,
            float v2,
            int vstride,
            int vorder,
            FloatByReference points)