public final class AMDDrawBuffersBlend
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
glBlendEquationIndexedAMD(int buf,
int mode) |
static void |
glBlendEquationSeparateIndexedAMD(int buf,
int modeRGB,
int modeAlpha) |
static void |
glBlendFuncIndexedAMD(int buf,
int src,
int dst) |
static void |
glBlendFuncSeparateIndexedAMD(int buf,
int srcRGB,
int dstRGB,
int srcAlpha,
int dstAlpha) |
public static void glBlendFuncIndexedAMD(int buf, int src, int dst)
public static void glBlendFuncSeparateIndexedAMD(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
public static void glBlendEquationIndexedAMD(int buf, int mode)
public static void glBlendEquationSeparateIndexedAMD(int buf, int modeRGB, int modeAlpha)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.