Class ARBGeometryShader4

java.lang.Object
org.lwjgl.opengl.ARBGeometryShader4

public class ARBGeometryShader4 extends Object
  • Field Details

    • GL_GEOMETRY_SHADER_ARB

      public static final int GL_GEOMETRY_SHADER_ARB
      See Also:
    • GL_GEOMETRY_VERTICES_OUT_ARB

      public static final int GL_GEOMETRY_VERTICES_OUT_ARB
      See Also:
    • GL_GEOMETRY_INPUT_TYPE_ARB

      public static final int GL_GEOMETRY_INPUT_TYPE_ARB
      See Also:
    • GL_GEOMETRY_OUTPUT_TYPE_ARB

      public static final int GL_GEOMETRY_OUTPUT_TYPE_ARB
      See Also:
    • GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB

      public static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB
      See Also:
    • GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB

      public static final int GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB
      See Also:
    • GL_MAX_VERTEX_VARYING_COMPONENTS_ARB

      public static final int GL_MAX_VERTEX_VARYING_COMPONENTS_ARB
      See Also:
    • GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB

      public static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB
      See Also:
    • GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB

      public static final int GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB
      See Also:
    • GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB

      public static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB
      See Also:
    • GL_LINES_ADJACENCY_ARB

      public static final int GL_LINES_ADJACENCY_ARB
      See Also:
    • GL_LINE_STRIP_ADJACENCY_ARB

      public static final int GL_LINE_STRIP_ADJACENCY_ARB
      See Also:
    • GL_TRIANGLES_ADJACENCY_ARB

      public static final int GL_TRIANGLES_ADJACENCY_ARB
      See Also:
    • GL_TRIANGLE_STRIP_ADJACENCY_ARB

      public static final int GL_TRIANGLE_STRIP_ADJACENCY_ARB
      See Also:
    • GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB

      public static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB
      See Also:
    • GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB

      public static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB
      See Also:
    • GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB

      public static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB
      See Also:
    • GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER

      public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER
      See Also:
    • GL_PROGRAM_POINT_SIZE_ARB

      public static final int GL_PROGRAM_POINT_SIZE_ARB
      See Also:
  • Method Details

    • glProgramParameteriARB

      public static void glProgramParameteriARB(int program, int pname, int value)
      void glProgramParameteriARB(GLuint program, GLenum pname, GLint value)
    • glFramebufferTextureARB

      public static void glFramebufferTextureARB(int target, int attachment, int texture, int level)
      void glFramebufferTextureARB(GLenum target, GLenum attachment, GLuint texture, GLint level)
    • glFramebufferTextureLayerARB

      public static void glFramebufferTextureLayerARB(int target, int attachment, int texture, int level, int layer)
      void glFramebufferTextureLayerARB(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
    • glFramebufferTextureFaceARB

      public static void glFramebufferTextureFaceARB(int target, int attachment, int texture, int level, int face)
      void glFramebufferTextureFaceARB(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)