public class NVQueryResourceTag
extends java.lang.Object
This extension adds the capability to associate a tag with one or more memory resource allocations. This tag can be reported back during
queryResource operations and also be used to limit resource reporting to only those allocations with the specified tag. A tag is a previously
reserved id and an optional text string.
Requires OpenGL 2.0 and NV_query_resource.
| Modifier and Type | Method and Description |
|---|---|
static void |
glDeleteQueryResourceTagNV(int tagId) |
static void |
glDeleteQueryResourceTagNV(int[] tagIds)
Array version of:
DeleteQueryResourceTagNV |
static void |
glDeleteQueryResourceTagNV(java.nio.IntBuffer tagIds) |
static int |
glGenQueryResourceTagNV() |
static void |
glGenQueryResourceTagNV(int[] tagIds)
Array version of:
GenQueryResourceTagNV |
static void |
glGenQueryResourceTagNV(java.nio.IntBuffer tagIds) |
static void |
glQueryResourceTagNV(int tagId,
java.nio.ByteBuffer tagString) |
static void |
glQueryResourceTagNV(int tagId,
java.lang.CharSequence tagString) |
static void |
nglDeleteQueryResourceTagNV(int n,
long tagIds) |
static void |
nglGenQueryResourceTagNV(int n,
long tagIds) |
static void |
nglQueryResourceTagNV(int tagId,
long tagString) |
public static void nglGenQueryResourceTagNV(int n,
long tagIds)
public static void glGenQueryResourceTagNV(java.nio.IntBuffer tagIds)
public static int glGenQueryResourceTagNV()
public static void nglDeleteQueryResourceTagNV(int n,
long tagIds)
public static void glDeleteQueryResourceTagNV(java.nio.IntBuffer tagIds)
public static void glDeleteQueryResourceTagNV(int tagId)
public static void nglQueryResourceTagNV(int tagId,
long tagString)
public static void glQueryResourceTagNV(int tagId,
java.nio.ByteBuffer tagString)
public static void glQueryResourceTagNV(int tagId,
java.lang.CharSequence tagString)
public static void glGenQueryResourceTagNV(int[] tagIds)
GenQueryResourceTagNVpublic static void glDeleteQueryResourceTagNV(int[] tagIds)
DeleteQueryResourceTagNVCopyright LWJGL. All Rights Reserved. License terms.