public final class ARBTextureStorage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_TEXTURE_IMMUTABLE_FORMAT
Accepted by the <value> parameter of GetTexParameter{if}v:
|
Modifier and Type | Method and Description |
---|---|
static void |
glTexStorage1D(int target,
int levels,
int internalformat,
int width) |
static void |
glTexStorage2D(int target,
int levels,
int internalformat,
int width,
int height) |
static void |
glTexStorage3D(int target,
int levels,
int internalformat,
int width,
int height,
int depth) |
static void |
glTextureStorage1DEXT(int texture,
int target,
int levels,
int internalformat,
int width) |
static void |
glTextureStorage2DEXT(int texture,
int target,
int levels,
int internalformat,
int width,
int height) |
static void |
glTextureStorage3DEXT(int texture,
int target,
int levels,
int internalformat,
int width,
int height,
int depth) |
public static final int GL_TEXTURE_IMMUTABLE_FORMAT
public static void glTexStorage1D(int target, int levels, int internalformat, int width)
public static void glTexStorage2D(int target, int levels, int internalformat, int width, int height)
public static void glTexStorage3D(int target, int levels, int internalformat, int width, int height, int depth)
public static void glTextureStorage1DEXT(int texture, int target, int levels, int internalformat, int width)
public static void glTextureStorage2DEXT(int texture, int target, int levels, int internalformat, int width, int height)
public static void glTextureStorage3DEXT(int texture, int target, int levels, int internalformat, int width, int height, int depth)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.