Package org.lwjgl.opengl
Class EXTWindowRectangles
java.lang.Object
org.lwjgl.opengl.EXTWindowRectangles
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glWindowRectanglesEXT
(int mode, int @Nullable [] box) void glWindowRectanglesEXT(GLenum mode, GLsizei count, GLint const * box)
static void
glWindowRectanglesEXT
(int mode, @Nullable IntBuffer box) void glWindowRectanglesEXT(GLenum mode, GLsizei count, GLint const * box)
static void
nglWindowRectanglesEXT
(int mode, int count, long box) void glWindowRectanglesEXT(GLenum mode, GLsizei count, GLint const * box)
-
Field Details
-
GL_INCLUSIVE_EXT
public static final int GL_INCLUSIVE_EXT- See Also:
-
GL_EXCLUSIVE_EXT
public static final int GL_EXCLUSIVE_EXT- See Also:
-
GL_WINDOW_RECTANGLE_EXT
public static final int GL_WINDOW_RECTANGLE_EXT- See Also:
-
GL_WINDOW_RECTANGLE_MODE_EXT
public static final int GL_WINDOW_RECTANGLE_MODE_EXT- See Also:
-
GL_MAX_WINDOW_RECTANGLES_EXT
public static final int GL_MAX_WINDOW_RECTANGLES_EXT- See Also:
-
GL_NUM_WINDOW_RECTANGLES_EXT
public static final int GL_NUM_WINDOW_RECTANGLES_EXT- See Also:
-
-
Method Details
-
nglWindowRectanglesEXT
public static void nglWindowRectanglesEXT(int mode, int count, long box) void glWindowRectanglesEXT(GLenum mode, GLsizei count, GLint const * box)
-
glWindowRectanglesEXT
void glWindowRectanglesEXT(GLenum mode, GLsizei count, GLint const * box)
-
glWindowRectanglesEXT
public static void glWindowRectanglesEXT(int mode, int @Nullable [] box) void glWindowRectanglesEXT(GLenum mode, GLsizei count, GLint const * box)
-