Package org.lwjgl.opengl
Class ARBBindlessTexture
java.lang.Object
org.lwjgl.opengl.ARBBindlessTexture
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <type> parameter of VertexAttribLPointer: -
Method Summary
Modifier and TypeMethodDescriptionstatic longglGetImageHandleARB(int texture, int level, boolean layered, int layer, int format) static longglGetTextureHandleARB(int texture) static longglGetTextureSamplerHandleARB(int texture, int sampler) static voidglGetVertexAttribLuARB(int index, int pname, LongBuffer params) static booleanglIsImageHandleResidentARB(long handle) static booleanglIsTextureHandleResidentARB(long handle) static voidglMakeImageHandleNonResidentARB(long handle) static voidglMakeImageHandleResidentARB(long handle, int access) static voidglMakeTextureHandleNonResidentARB(long handle) static voidglMakeTextureHandleResidentARB(long handle) static voidglProgramUniformHandleuARB(int program, int location, LongBuffer values) static voidglProgramUniformHandleui64ARB(int program, int location, long value) static voidglUniformHandleuARB(int location, LongBuffer value) static voidglUniformHandleui64ARB(int location, long value) static voidglVertexAttribL1uARB(int index, LongBuffer v) static voidglVertexAttribL1ui64ARB(int index, long x)
-
Field Details
-
GL_UNSIGNED_INT64_ARB
public static final int GL_UNSIGNED_INT64_ARBAccepted by the <type> parameter of VertexAttribLPointer:- See Also:
-
-
Method Details
-
glGetTextureHandleARB
public static long glGetTextureHandleARB(int texture) -
glGetTextureSamplerHandleARB
public static long glGetTextureSamplerHandleARB(int texture, int sampler) -
glMakeTextureHandleResidentARB
public static void glMakeTextureHandleResidentARB(long handle) -
glMakeTextureHandleNonResidentARB
public static void glMakeTextureHandleNonResidentARB(long handle) -
glGetImageHandleARB
public static long glGetImageHandleARB(int texture, int level, boolean layered, int layer, int format) -
glMakeImageHandleResidentARB
public static void glMakeImageHandleResidentARB(long handle, int access) -
glMakeImageHandleNonResidentARB
public static void glMakeImageHandleNonResidentARB(long handle) -
glUniformHandleui64ARB
public static void glUniformHandleui64ARB(int location, long value) -
glUniformHandleuARB
-
glProgramUniformHandleui64ARB
public static void glProgramUniformHandleui64ARB(int program, int location, long value) -
glProgramUniformHandleuARB
-
glIsTextureHandleResidentARB
public static boolean glIsTextureHandleResidentARB(long handle) -
glIsImageHandleResidentARB
public static boolean glIsImageHandleResidentARB(long handle) -
glVertexAttribL1ui64ARB
public static void glVertexAttribL1ui64ARB(int index, long x) -
glVertexAttribL1uARB
-
glGetVertexAttribLuARB
-