Package org.lwjgl.opengl
Class EXTGeometryShader4
java.lang.Object
org.lwjgl.opengl.EXTGeometryShader4
-
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
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
glFramebufferTextureEXT
(int target, int attachment, int texture, int level) void glFramebufferTextureEXT(GLenum target, GLenum attachment, GLuint texture, GLint level)
static void
glFramebufferTextureFaceEXT
(int target, int attachment, int texture, int level, int face) void glFramebufferTextureFaceEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
static void
glFramebufferTextureLayerEXT
(int target, int attachment, int texture, int level, int layer) void glFramebufferTextureLayerEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
static void
glProgramParameteriEXT
(int program, int pname, int value) void glProgramParameteriEXT(GLuint program, GLenum pname, GLint value)
-
Field Details
-
GL_GEOMETRY_SHADER_EXT
public static final int GL_GEOMETRY_SHADER_EXT- See Also:
-
GL_GEOMETRY_VERTICES_OUT_EXT
public static final int GL_GEOMETRY_VERTICES_OUT_EXT- See Also:
-
GL_GEOMETRY_INPUT_TYPE_EXT
public static final int GL_GEOMETRY_INPUT_TYPE_EXT- See Also:
-
GL_GEOMETRY_OUTPUT_TYPE_EXT
public static final int GL_GEOMETRY_OUTPUT_TYPE_EXT- See Also:
-
GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT
public static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT- See Also:
-
GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT
public static final int GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT- See Also:
-
GL_MAX_VERTEX_VARYING_COMPONENTS_EXT
public static final int GL_MAX_VERTEX_VARYING_COMPONENTS_EXT- See Also:
-
GL_MAX_VARYING_COMPONENTS_EXT
public static final int GL_MAX_VARYING_COMPONENTS_EXT- See Also:
-
GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT
public static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT- See Also:
-
GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT
public static final int GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT- See Also:
-
GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT
public static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT- See Also:
-
GL_LINES_ADJACENCY_EXT
public static final int GL_LINES_ADJACENCY_EXT- See Also:
-
GL_LINE_STRIP_ADJACENCY_EXT
public static final int GL_LINE_STRIP_ADJACENCY_EXT- See Also:
-
GL_TRIANGLES_ADJACENCY_EXT
public static final int GL_TRIANGLES_ADJACENCY_EXT- See Also:
-
GL_TRIANGLE_STRIP_ADJACENCY_EXT
public static final int GL_TRIANGLE_STRIP_ADJACENCY_EXT- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT
public static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT
public static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT
public static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT- See Also:
-
GL_PROGRAM_POINT_SIZE_EXT
public static final int GL_PROGRAM_POINT_SIZE_EXT- See Also:
-
-
Method Details
-
glProgramParameteriEXT
public static void glProgramParameteriEXT(int program, int pname, int value) void glProgramParameteriEXT(GLuint program, GLenum pname, GLint value)
-
glFramebufferTextureEXT
public static void glFramebufferTextureEXT(int target, int attachment, int texture, int level) void glFramebufferTextureEXT(GLenum target, GLenum attachment, GLuint texture, GLint level)
-
glFramebufferTextureLayerEXT
public static void glFramebufferTextureLayerEXT(int target, int attachment, int texture, int level, int layer) void glFramebufferTextureLayerEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
-
glFramebufferTextureFaceEXT
public static void glFramebufferTextureFaceEXT(int target, int attachment, int texture, int level, int face) void glFramebufferTextureFaceEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
-