org.rococoa.cocoa.opengl
Interface GLIFunctionDispatch.combiner_output_NV_callback

All Superinterfaces:
Callback
Enclosing class:
GLIFunctionDispatch

public static interface GLIFunctionDispatch.combiner_output_NV_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 stage, int portion, int abOutput, int cdOutput, int sumOutput, int scale, int bias, byte abDotProduct, byte cdDotProduct, byte muxSum)
           
 

Method Detail

invoke

void invoke(OpenGLLibrary.__GLIContextRec ctx,
            int stage,
            int portion,
            int abOutput,
            int cdOutput,
            int sumOutput,
            int scale,
            int bias,
            byte abDotProduct,
            byte cdDotProduct,
            byte muxSum)