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