Package org.lwjgl.opengles
Class EXTTextureNorm16
- java.lang.Object
-
- org.lwjgl.opengles.EXTTextureNorm16
-
public final class EXTTextureNorm16 extends java.lang.Object
Native bindings to the EXT_texture_norm16 extension.OpenGL ES 3.1 supports 8-bit (signed) normalized textures.
This extension provides a set of new 16 bit signed normalized and unsigned normalized fixed point texture, renderbuffer and texture buffer formats.
Requires
GLES 3.1
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_R16_EXT
Accepted by theinternalFormat
parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.static int
GL_R16_SNORM_EXT
Accepted by theinternalFormat
parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.static int
GL_RG16_EXT
Accepted by theinternalFormat
parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.static int
GL_RG16_SNORM_EXT
GL_RGB16_EXT
GL_RGB16_SNORM_EXTAccepted by theinternalFormat
parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.static int
GL_RGBA16_EXT
Accepted by theinternalFormat
parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.static int
GL_RGBA16_SNORM_EXT
Accepted by theinternalFormat
parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
-
-
-
Field Detail
-
GL_R16_EXT, GL_RG16_EXT, GL_RGBA16_EXT
Accepted by theinternalFormat
parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.
-
GL_RGB16_EXT, GL_R16_SNORM_EXT, GL_RG16_SNORM_EXT, GL_RGB16_SNORM_EXT, GL_RGBA16_SNORM_EXT
Accepted by theinternalFormat
parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
-
-