Package org.lwjgl.opengles
Class OESTextureBuffer
java.lang.Object
org.lwjgl.opengles.OESTextureBuffer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glTexBufferOES
(int target, int internalformat, int buffer) void glTexBufferOES(GLenum target, GLenum internalformat, GLuint buffer)
static void
glTexBufferRangeOES
(int target, int internalformat, int buffer, long offset, long size) void glTexBufferRangeOES(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
-
Field Details
-
GL_TEXTURE_BUFFER_OES
public static final int GL_TEXTURE_BUFFER_OES- See Also:
-
GL_TEXTURE_BUFFER_BINDING_OES
public static final int GL_TEXTURE_BUFFER_BINDING_OES- See Also:
-
GL_SAMPLER_BUFFER_OES
public static final int GL_SAMPLER_BUFFER_OES- See Also:
-
GL_INT_SAMPLER_BUFFER_OES
public static final int GL_INT_SAMPLER_BUFFER_OES- See Also:
-
GL_UNSIGNED_INT_SAMPLER_BUFFER_OES
public static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_OES- See Also:
-
GL_IMAGE_BUFFER_OES
public static final int GL_IMAGE_BUFFER_OES- See Also:
-
GL_INT_IMAGE_BUFFER_OES
public static final int GL_INT_IMAGE_BUFFER_OES- See Also:
-
GL_UNSIGNED_INT_IMAGE_BUFFER_OES
public static final int GL_UNSIGNED_INT_IMAGE_BUFFER_OES- See Also:
-
GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES
public static final int GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES- See Also:
-
GL_TEXTURE_BUFFER_OFFSET_OES
public static final int GL_TEXTURE_BUFFER_OFFSET_OES- See Also:
-
GL_TEXTURE_BUFFER_SIZE_OES
public static final int GL_TEXTURE_BUFFER_SIZE_OES- See Also:
-
-
Method Details
-
glTexBufferOES
public static void glTexBufferOES(int target, int internalformat, int buffer) void glTexBufferOES(GLenum target, GLenum internalformat, GLuint buffer)
-
glTexBufferRangeOES
public static void glTexBufferRangeOES(int target, int internalformat, int buffer, long offset, long size) void glTexBufferRangeOES(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
-