public final class NVFence
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_ALL_COMPLETED_NV |
static int |
GL_FENCE_CONDITION_NV |
static int |
GL_FENCE_STATUS_NV |
Modifier and Type | Method and Description |
---|---|
static void |
glDeleteFencesNV(int fence)
Overloads glDeleteFencesNV.
|
static void |
glDeleteFencesNV(java.nio.IntBuffer piFences) |
static void |
glFinishFenceNV(int fence) |
static int |
glGenFencesNV()
Overloads glGenFencesNV.
|
static void |
glGenFencesNV(java.nio.IntBuffer piFences) |
static void |
glGetFenceivNV(int fence,
int pname,
java.nio.IntBuffer piParams) |
static boolean |
glIsFenceNV(int fence) |
static void |
glSetFenceNV(int fence,
int condition) |
static boolean |
glTestFenceNV(int fence) |
public static final int GL_ALL_COMPLETED_NV
public static final int GL_FENCE_STATUS_NV
public static final int GL_FENCE_CONDITION_NV
public static void glGenFencesNV(java.nio.IntBuffer piFences)
public static int glGenFencesNV()
public static void glDeleteFencesNV(java.nio.IntBuffer piFences)
public static void glDeleteFencesNV(int fence)
public static void glSetFenceNV(int fence, int condition)
public static boolean glTestFenceNV(int fence)
public static void glFinishFenceNV(int fence)
public static boolean glIsFenceNV(int fence)
public static void glGetFenceivNV(int fence, int pname, java.nio.IntBuffer piParams)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.