public final class ARBTextureStorageMultisample
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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) |
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)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.