Package org.lwjgl.opengl
Class AMDNameGenDelete
java.lang.Object
org.lwjgl.opengl.AMDNameGenDelete
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:static final int
Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:static final int
Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:static final int
Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:static final int
Accepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDeleteNamesAMD
(int identifier, int name) Overloads glDeleteNamesAMD.static void
glDeleteNamesAMD
(int identifier, IntBuffer names) static int
glGenNamesAMD
(int identifier) Overloads glGenNamesAMD.static void
glGenNamesAMD
(int identifier, IntBuffer names) static boolean
glIsNameAMD
(int identifier, int name)
-
Field Details
-
GL_DATA_BUFFER_AMD
public static final int GL_DATA_BUFFER_AMDAccepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:- See Also:
-
GL_PERFORMANCE_MONITOR_AMD
public static final int GL_PERFORMANCE_MONITOR_AMDAccepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:- See Also:
-
GL_QUERY_OBJECT_AMD
public static final int GL_QUERY_OBJECT_AMDAccepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:- See Also:
-
GL_VERTEX_ARRAY_OBJECT_AMD
public static final int GL_VERTEX_ARRAY_OBJECT_AMDAccepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:- See Also:
-
GL_SAMPLER_OBJECT_AMD
public static final int GL_SAMPLER_OBJECT_AMDAccepted as the <identifier> parameter of GenNamesAMD and DeleteNamesAMD:- See Also:
-
-
Method Details
-
glGenNamesAMD
-
glGenNamesAMD
public static int glGenNamesAMD(int identifier) Overloads glGenNamesAMD. -
glDeleteNamesAMD
-
glDeleteNamesAMD
public static void glDeleteNamesAMD(int identifier, int name) Overloads glDeleteNamesAMD. -
glIsNameAMD
public static boolean glIsNameAMD(int identifier, int name)
-