|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.ARBTextureStorageMultisample
public final class ARBTextureStorageMultisample
| Method Summary | |
|---|---|
static void |
glTexStorage2DMultisample(int target,
int samples,
int internalformat,
int width,
int height,
boolean fixedsamplelocations)
|
static void |
glTexStorage3DMultisample(int target,
int samples,
int internalformat,
int width,
int height,
int depth,
boolean fixedsamplelocations)
|
static void |
glTextureStorage2DMultisampleEXT(int texture,
int target,
int samples,
int internalformat,
int width,
int height,
boolean fixedsamplelocations)
|
static void |
glTextureStorage3DMultisampleEXT(int texture,
int target,
int samples,
int internalformat,
int width,
int height,
int depth,
boolean fixedsamplelocations)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void glTexStorage2DMultisample(int target,
int samples,
int internalformat,
int width,
int height,
boolean fixedsamplelocations)
public static void glTexStorage3DMultisample(int target,
int samples,
int internalformat,
int width,
int height,
int depth,
boolean fixedsamplelocations)
public static void glTextureStorage2DMultisampleEXT(int texture,
int target,
int samples,
int internalformat,
int width,
int height,
boolean fixedsamplelocations)
public static void glTextureStorage3DMultisampleEXT(int texture,
int target,
int samples,
int internalformat,
int width,
int height,
int depth,
boolean fixedsamplelocations)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||