Package org.lwjgl.opengl
Class GLXSGIXPbuffer
java.lang.Object
org.lwjgl.opengl.GLXSGIXPbuffer
-
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
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
glXCreateGLXPbufferSGIX
(long display, long config, int width, int height, int @Nullable [] attrib_list) GLXPbuffer glXCreateGLXPbufferSGIX(Display * display, GLXFBConfig config, unsigned int width, unsigned int height, int * attrib_list)
static long
glXCreateGLXPbufferSGIX
(long display, long config, int width, int height, @Nullable IntBuffer attrib_list) GLXPbuffer glXCreateGLXPbufferSGIX(Display * display, GLXFBConfig config, unsigned int width, unsigned int height, int * attrib_list)
static void
glXDestroyGLXPbufferSGIX
(long display, long pbuf) void glXDestroyGLXPbufferSGIX(Display * display, GLXPbuffer pbuf)
static void
glXGetSelectedEventSGIX
(long display, long drawable, CLongBuffer mask) void glXGetSelectedEventSGIX(Display * display, GLXDrawable drawable, unsigned long * mask)
static void
glXQueryGLXPbufferSGIX
(long display, long pbuf, int attribute, int[] value) void glXQueryGLXPbufferSGIX(Display * display, GLXPbuffer pbuf, int attribute, unsigned int * value)
static void
glXQueryGLXPbufferSGIX
(long display, long pbuf, int attribute, IntBuffer value) void glXQueryGLXPbufferSGIX(Display * display, GLXPbuffer pbuf, int attribute, unsigned int * value)
static void
glXSelectEventSGIX
(long display, long drawable, long mask) void glXSelectEventSGIX(Display * display, GLXDrawable drawable, unsigned long mask)
static long
nglXCreateGLXPbufferSGIX
(long display, long config, int width, int height, long attrib_list) GLXPbuffer glXCreateGLXPbufferSGIX(Display * display, GLXFBConfig config, unsigned int width, unsigned int height, int * attrib_list)
static void
nglXGetSelectedEventSGIX
(long display, long drawable, long mask) void glXGetSelectedEventSGIX(Display * display, GLXDrawable drawable, unsigned long * mask)
static void
nglXQueryGLXPbufferSGIX
(long display, long pbuf, int attribute, long value) void glXQueryGLXPbufferSGIX(Display * display, GLXPbuffer pbuf, int attribute, unsigned int * value)
-
Field Details
-
GLX_MAX_PBUFFER_WIDTH_SGIX
public static final int GLX_MAX_PBUFFER_WIDTH_SGIX- See Also:
-
GLX_MAX_PBUFFER_HEIGHT_SGIX
public static final int GLX_MAX_PBUFFER_HEIGHT_SGIX- See Also:
-
GLX_MAX_PBUFFER_PIXELS_SGIX
public static final int GLX_MAX_PBUFFER_PIXELS_SGIX- See Also:
-
GLX_OPTIMAL_PBUFFER_WIDTH_SGIX
public static final int GLX_OPTIMAL_PBUFFER_WIDTH_SGIX- See Also:
-
GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX
public static final int GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX- See Also:
-
GLX_PBUFFER_BIT_SGIX
public static final int GLX_PBUFFER_BIT_SGIX- See Also:
-
GLX_PRESERVED_CONTENTS_SGIX
public static final int GLX_PRESERVED_CONTENTS_SGIX- See Also:
-
GLX_LARGEST_PBUFFER_SGIX
public static final int GLX_LARGEST_PBUFFER_SGIX- See Also:
-
GLX_WIDTH_SGIX
public static final int GLX_WIDTH_SGIX- See Also:
-
GLX_HEIGHT_SGIX
public static final int GLX_HEIGHT_SGIX- See Also:
-
GLX_EVENT_MASK_SGIX
public static final int GLX_EVENT_MASK_SGIX- See Also:
-
GLX_BUFFER_CLOBBER_MASK_SGIX
public static final int GLX_BUFFER_CLOBBER_MASK_SGIX- See Also:
-
GLX_DAMAGED_SGIX
public static final int GLX_DAMAGED_SGIX- See Also:
-
GLX_SAVED_SGIX
public static final int GLX_SAVED_SGIX- See Also:
-
GLX_WINDOW_SGIX
public static final int GLX_WINDOW_SGIX- See Also:
-
GLX_PBUFFER_SGIX
public static final int GLX_PBUFFER_SGIX- See Also:
-
GLX_FRONT_LEFT_BUFFER_BIT_SGIX
public static final int GLX_FRONT_LEFT_BUFFER_BIT_SGIX- See Also:
-
GLX_FRONT_RIGHT_BUFFER_BIT_SGIX
public static final int GLX_FRONT_RIGHT_BUFFER_BIT_SGIX- See Also:
-
GLX_BACK_LEFT_BUFFER_BIT_SGIX
public static final int GLX_BACK_LEFT_BUFFER_BIT_SGIX- See Also:
-
GLX_BACK_RIGHT_BUFFER_BIT_SGIX
public static final int GLX_BACK_RIGHT_BUFFER_BIT_SGIX- See Also:
-
GLX_AUX_BUFFERS_BIT_SGIX
public static final int GLX_AUX_BUFFERS_BIT_SGIX- See Also:
-
GLX_DEPTH_BUFFER_BIT_SGIX
public static final int GLX_DEPTH_BUFFER_BIT_SGIX- See Also:
-
GLX_STENCIL_BUFFER_BIT_SGIX
public static final int GLX_STENCIL_BUFFER_BIT_SGIX- See Also:
-
GLX_ACCUM_BUFFER_BIT_SGIX
public static final int GLX_ACCUM_BUFFER_BIT_SGIX- See Also:
-
GLX_SAMPLE_BUFFERS_BIT_SGIX
public static final int GLX_SAMPLE_BUFFERS_BIT_SGIX- See Also:
-
-
Method Details
-
nglXCreateGLXPbufferSGIX
public static long nglXCreateGLXPbufferSGIX(long display, long config, int width, int height, long attrib_list) GLXPbuffer glXCreateGLXPbufferSGIX(Display * display, GLXFBConfig config, unsigned int width, unsigned int height, int * attrib_list)
-
glXCreateGLXPbufferSGIX
public static long glXCreateGLXPbufferSGIX(long display, long config, int width, int height, @Nullable IntBuffer attrib_list) GLXPbuffer glXCreateGLXPbufferSGIX(Display * display, GLXFBConfig config, unsigned int width, unsigned int height, int * attrib_list)
-
glXDestroyGLXPbufferSGIX
public static void glXDestroyGLXPbufferSGIX(long display, long pbuf) void glXDestroyGLXPbufferSGIX(Display * display, GLXPbuffer pbuf)
-
nglXQueryGLXPbufferSGIX
public static void nglXQueryGLXPbufferSGIX(long display, long pbuf, int attribute, long value) void glXQueryGLXPbufferSGIX(Display * display, GLXPbuffer pbuf, int attribute, unsigned int * value)
-
glXQueryGLXPbufferSGIX
void glXQueryGLXPbufferSGIX(Display * display, GLXPbuffer pbuf, int attribute, unsigned int * value)
-
glXSelectEventSGIX
public static void glXSelectEventSGIX(long display, long drawable, long mask) void glXSelectEventSGIX(Display * display, GLXDrawable drawable, unsigned long mask)
-
nglXGetSelectedEventSGIX
public static void nglXGetSelectedEventSGIX(long display, long drawable, long mask) void glXGetSelectedEventSGIX(Display * display, GLXDrawable drawable, unsigned long * mask)
-
glXGetSelectedEventSGIX
void glXGetSelectedEventSGIX(Display * display, GLXDrawable drawable, unsigned long * mask)
-
glXCreateGLXPbufferSGIX
public static long glXCreateGLXPbufferSGIX(long display, long config, int width, int height, int @Nullable [] attrib_list) GLXPbuffer glXCreateGLXPbufferSGIX(Display * display, GLXFBConfig config, unsigned int width, unsigned int height, int * attrib_list)
-
glXQueryGLXPbufferSGIX
public static void glXQueryGLXPbufferSGIX(long display, long pbuf, int attribute, int[] value) void glXQueryGLXPbufferSGIX(Display * display, GLXPbuffer pbuf, int attribute, unsigned int * value)
-