public final class KHRRobustness extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
GL_CONTEXT_LOST |
Returned by GetError:
|
static int |
GL_CONTEXT_ROBUST_ACCESS |
Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
|
static int |
GL_GUILTY_CONTEXT_RESET |
Returned by GetGraphicsResetStatus:
|
static int |
GL_INNOCENT_CONTEXT_RESET |
Returned by GetGraphicsResetStatus:
|
static int |
GL_LOSE_CONTEXT_ON_RESET |
Returned by GetIntegerv and related simple queries when <value> is
RESET_NOTIFICATION_STRATEGY:
|
static int |
GL_NO_RESET_NOTIFICATION |
Returned by GetIntegerv and related simple queries when <value> is
RESET_NOTIFICATION_STRATEGY:
|
static int |
GL_RESET_NOTIFICATION_STRATEGY |
Accepted by the <value> parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
|
static int |
GL_UNKNOWN_CONTEXT_RESET |
Returned by GetGraphicsResetStatus:
|
Modifier and Type | Method | Description |
---|---|---|
static int |
glGetGraphicsResetStatus() |
|
static void |
glGetnUniform(int program,
int location,
FloatBuffer params) |
|
static void |
glGetnUniform(int program,
int location,
IntBuffer params) |
|
static void |
glGetnUniformu(int program,
int location,
IntBuffer params) |
|
static void |
glReadnPixels(int x,
int y,
int width,
int height,
int format,
int type,
int pixels_bufSize,
long pixels_buffer_offset) |
|
static void |
glReadnPixels(int x,
int y,
int width,
int height,
int format,
int type,
ByteBuffer pixels) |
|
static void |
glReadnPixels(int x,
int y,
int width,
int height,
int format,
int type,
DoubleBuffer pixels) |
|
static void |
glReadnPixels(int x,
int y,
int width,
int height,
int format,
int type,
FloatBuffer pixels) |
|
static void |
glReadnPixels(int x,
int y,
int width,
int height,
int format,
int type,
IntBuffer pixels) |
|
static void |
glReadnPixels(int x,
int y,
int width,
int height,
int format,
int type,
ShortBuffer pixels) |
public static final int GL_GUILTY_CONTEXT_RESET
public static final int GL_INNOCENT_CONTEXT_RESET
public static final int GL_UNKNOWN_CONTEXT_RESET
public static final int GL_CONTEXT_ROBUST_ACCESS
public static final int GL_RESET_NOTIFICATION_STRATEGY
public static final int GL_LOSE_CONTEXT_ON_RESET
public static final int GL_NO_RESET_NOTIFICATION
public static final int GL_CONTEXT_LOST
public static int glGetGraphicsResetStatus()
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, DoubleBuffer pixels)
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, FloatBuffer pixels)
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, IntBuffer pixels)
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, ShortBuffer pixels)
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, int pixels_bufSize, long pixels_buffer_offset)
public static void glGetnUniform(int program, int location, FloatBuffer params)
public static void glGetnUniform(int program, int location, IntBuffer params)
public static void glGetnUniformu(int program, int location, IntBuffer params)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.