Package org.lwjgl.opengl
Class NVBindlessTexture
java.lang.Object
org.lwjgl.opengl.NVBindlessTexture
-
Method Summary
Modifier and TypeMethodDescriptionstatic longglGetImageHandleNV(int texture, int level, boolean layered, int layer, int format) static longglGetTextureHandleNV(int texture) static longglGetTextureSamplerHandleNV(int texture, int sampler) static booleanglIsImageHandleResidentNV(long handle) static booleanglIsTextureHandleResidentNV(long handle) static voidglMakeImageHandleNonResidentNV(long handle) static voidglMakeImageHandleResidentNV(long handle, int access) static voidglMakeTextureHandleNonResidentNV(long handle) static voidglMakeTextureHandleResidentNV(long handle) static voidglProgramUniformHandleui64NV(int program, int location, long value) static voidglProgramUniformHandleuNV(int program, int location, LongBuffer values) static voidglUniformHandleui64NV(int location, long value) static voidglUniformHandleuNV(int location, LongBuffer value)
-
Method Details
-
glGetTextureHandleNV
public static long glGetTextureHandleNV(int texture) -
glGetTextureSamplerHandleNV
public static long glGetTextureSamplerHandleNV(int texture, int sampler) -
glMakeTextureHandleResidentNV
public static void glMakeTextureHandleResidentNV(long handle) -
glMakeTextureHandleNonResidentNV
public static void glMakeTextureHandleNonResidentNV(long handle) -
glGetImageHandleNV
public static long glGetImageHandleNV(int texture, int level, boolean layered, int layer, int format) -
glMakeImageHandleResidentNV
public static void glMakeImageHandleResidentNV(long handle, int access) -
glMakeImageHandleNonResidentNV
public static void glMakeImageHandleNonResidentNV(long handle) -
glUniformHandleui64NV
public static void glUniformHandleui64NV(int location, long value) -
glUniformHandleuNV
-
glProgramUniformHandleui64NV
public static void glProgramUniformHandleui64NV(int program, int location, long value) -
glProgramUniformHandleuNV
-
glIsTextureHandleResidentNV
public static boolean glIsTextureHandleResidentNV(long handle) -
glIsImageHandleResidentNV
public static boolean glIsImageHandleResidentNV(long handle)
-