org.lwjgl.opengl
Class ARBDrawBuffersBlend
java.lang.Object
org.lwjgl.opengl.ARBDrawBuffersBlend
public final class ARBDrawBuffersBlend
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
glBlendEquationiARB
public static void glBlendEquationiARB(int buf,
int mode)
glBlendEquationSeparateiARB
public static void glBlendEquationSeparateiARB(int buf,
int modeRGB,
int modeAlpha)
glBlendFunciARB
public static void glBlendFunciARB(int buf,
int src,
int dst)
glBlendFuncSeparateiARB
public static void glBlendFuncSeparateiARB(int buf,
int srcRGB,
int dstRGB,
int srcAlpha,
int dstAlpha)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.