Class EXTDiscardFramebuffer


  • public final class EXTDiscardFramebuffer
    extends Object
    • Field Detail

      • GL_COLOR_EXT

        public static final int GL_COLOR_EXT
        Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:
        See Also:
        Constant Field Values
      • GL_DEPTH_EXT

        public static final int GL_DEPTH_EXT
        Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:
        See Also:
        Constant Field Values
      • GL_STENCIL_EXT

        public static final int GL_STENCIL_EXT
        Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:
        See Also:
        Constant Field Values
    • Method Detail

      • glDiscardFramebufferEXT

        public static void glDiscardFramebufferEXT​(int target,
                                                   IntBuffer attachments)