Uses of Annotation Interface
club.doki7.ffm.annotation.Pointer
Packages that use Pointer
Package
Description
OpenGL ES2 Java bindings implemented with Java 22 FFM (Project Panama) APIs.
OpenGL Java bindings implemented with Java 22 FFM (Project Panama) APIs.
Vulkan Java bindings implemented with Java 22 FFM (Project Panama) APIs.
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of Pointer in club.doki7.gles2
Methods in club.doki7.gles2 with annotations of type PointerMethod parameters in club.doki7.gles2 with annotations of type PointerModifier and TypeMethodDescriptionvoidGLES2.bindAttribLocation(int program, int index, @Nullable BytePtr name) voidGLES2.bufferData(int target, long size, @NotNull MemorySegment data, int usage) voidGLES2.bufferSubData(int target, long offset, long size, @NotNull MemorySegment data) voidGLES2.compressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment data) voidGLES2.compressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment data) voidGLES2.deleteBuffers(int n, @Nullable IntPtr buffers) voidGLES2.deleteFramebuffers(int n, @Nullable IntPtr framebuffers) voidGLES2.deleteRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGLES2.deleteTextures(int n, @Nullable IntPtr textures) voidGLES2.drawElements(int mode, int count, int type, @NotNull MemorySegment indices) voidGLES2.genBuffers(int n, @Nullable IntPtr buffers) voidGLES2.genFramebuffers(int n, @Nullable IntPtr framebuffers) voidGLES2.genRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGLES2.genTextures(int n, @Nullable IntPtr textures) voidGLES2.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getAttachedShaders(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) voidGLES2.getAttachedShaders(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) intGLES2.getAttribLocation(int program, @Nullable BytePtr name) voidGLES2.getBooleanv(int pname, @Nullable BytePtr data) voidGLES2.getBufferParameteriv(int target, int pname, @Nullable IntPtr params) voidvoidGLES2.getFramebufferAttachmentParameteriv(int target, int attachment, int pname, @Nullable IntPtr params) voidGLES2.getIntegerv(int pname, @Nullable IntPtr data) voidGLES2.getProgramInfoLog(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGLES2.getProgramInfoLog(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGLES2.getProgramiv(int program, int pname, @Nullable IntPtr params) voidGLES2.getRenderbufferParameteriv(int target, int pname, @Nullable IntPtr params) voidGLES2.getShaderInfoLog(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGLES2.getShaderInfoLog(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGLES2.getShaderiv(int shader, int pname, @Nullable IntPtr params) voidGLES2.getShaderPrecisionFormat(int shadertype, int precisiontype, @Nullable IntPtr range, @Nullable IntPtr precision) voidGLES2.getShaderPrecisionFormat(int shadertype, int precisiontype, @Nullable IntPtr range, @Nullable IntPtr precision) voidGLES2.getShaderSource(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) voidGLES2.getShaderSource(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) voidGLES2.getTexParameterfv(int target, int pname, @Nullable FloatPtr params) voidGLES2.getTexParameteriv(int target, int pname, @Nullable IntPtr params) voidGLES2.getUniformfv(int program, int location, @Nullable FloatPtr params) voidGLES2.getUniformiv(int program, int location, @Nullable IntPtr params) intGLES2.getUniformLocation(int program, @Nullable BytePtr name) voidGLES2.getVertexAttribfv(int index, int pname, @Nullable FloatPtr params) voidGLES2.getVertexAttribiv(int index, int pname, @Nullable IntPtr params) voidGLES2.readPixels(int x, int y, int width, int height, int format, int type, @NotNull MemorySegment pixels) voidGLES2.shaderBinary(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) voidGLES2.shaderBinary(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) voidGLES2.shaderSource(int shader, int count, @Nullable PointerPtr string, @Nullable IntPtr length) voidGLES2.texImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, @NotNull MemorySegment pixels) voidGLES2.texParameterfv(int target, int pname, @Nullable FloatPtr params) voidGLES2.texParameteriv(int target, int pname, @Nullable IntPtr params) voidGLES2.texSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) voidGLES2.uniform1fv(int location, int count, @Nullable FloatPtr value) voidGLES2.uniform1iv(int location, int count, @Nullable IntPtr value) voidGLES2.uniform2fv(int location, int count, @Nullable FloatPtr value) voidGLES2.uniform2iv(int location, int count, @Nullable IntPtr value) voidGLES2.uniform3fv(int location, int count, @Nullable FloatPtr value) voidGLES2.uniform3iv(int location, int count, @Nullable IntPtr value) voidGLES2.uniform4fv(int location, int count, @Nullable FloatPtr value) voidGLES2.uniform4iv(int location, int count, @Nullable IntPtr value) voidGLES2.uniformMatrix2fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLES2.uniformMatrix3fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLES2.uniformMatrix4fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLES2.vertexAttrib1fv(int index, @Nullable FloatPtr v) voidGLES2.vertexAttrib2fv(int index, @Nullable FloatPtr v) voidGLES2.vertexAttrib3fv(int index, @Nullable FloatPtr v) voidGLES2.vertexAttrib4fv(int index, @Nullable FloatPtr v) voidGLES2.vertexAttribPointer(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) -
Uses of Pointer in club.doki7.glfw
Methods in club.doki7.glfw with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentGLFW.getCocoaView(@Nullable GLFWwindow window) @NotNull MemorySegmentGLFW.getCocoaWindow(@Nullable GLFWwindow window) @NotNull MemorySegmentGLFW.getEGLContext(@Nullable GLFWwindow window) @NotNull MemorySegmentGLFW.getEGLDisplay()@NotNull MemorySegmentGLFW.getEGLSurface(@Nullable GLFWwindow window) @Nullable IGLFWgammarampGLFW.getGammaRamp(@Nullable GLFWmonitor monitor) @NotNull MemorySegmentGLFW.getGLXContext(@Nullable GLFWwindow window) @NotNull MemorySegmentGLFW.getInstanceProcAddress(@Nullable VkInstance instance, @Nullable BytePtr procname) @NotNull MemorySegmentGLFW.getJoystickUserPointer(int jid) GLFW.getMonitors(@Nullable IntPtr count) @NotNull MemorySegmentGLFW.getMonitorUserPointer(@Nullable GLFWmonitor monitor) @NotNull MemorySegmentGLFW.getNSGLContext(@Nullable GLFWwindow window) @NotNull MemorySegmentGLFW.getOSMesaContext(@Nullable GLFWwindow window) @NotNull MemorySegmentGLFW.getProcAddress(@Nullable BytePtr procname) @Nullable IGLFWvidmodeGLFW.getVideoMode(@Nullable GLFWmonitor monitor) @Nullable IGLFWvidmodeGLFW.getVideoModes(@Nullable GLFWmonitor monitor, @Nullable IntPtr count) @NotNull MemorySegmentGLFW.getWaylandMonitor(@Nullable GLFWmonitor monitor) @NotNull MemorySegmentGLFW.getWGLContext(@Nullable GLFWwindow window) @NotNull MemorySegmentGLFW.getWin32Window(@Nullable GLFWwindow window) @NotNull MemorySegmentGLFW.getWindowUserPointer(@Nullable GLFWwindow window) @NotNull MemorySegmentGLFWFunctionTypes.IGLFWallocatefun.invoke(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegmentGLFWFunctionTypes.IGLFWreallocatefun.invoke(@NotNull MemorySegment p0, MemorySegment p1, @NotNull MemorySegment p2) @NotNull MemorySegmentGLFW.setCharCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcharfun callback) @NotNull MemorySegmentGLFW.setCharCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setCharCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcharfun callback) @NotNull MemorySegmentGLFW.setCharModsCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcharmodsfun callback) @NotNull MemorySegmentGLFW.setCharModsCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setCharModsCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcharmodsfun callback) @NotNull MemorySegmentGLFW.setCursorEnterCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcursorenterfun callback) @NotNull MemorySegmentGLFW.setCursorEnterCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setCursorEnterCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcursorenterfun callback) @NotNull MemorySegmentGLFW.setCursorPosCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcursorposfun callback) @NotNull MemorySegmentGLFW.setCursorPosCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setCursorPosCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcursorposfun callback) @NotNull MemorySegmentGLFW.setDropCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWdropfun callback) @NotNull MemorySegmentGLFW.setDropCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setDropCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWdropfun callback) @NotNull MemorySegmentGLFW.setErrorCallback(GLFWFunctionTypes.IGLFWerrorfun callback) @NotNull MemorySegmentGLFW.setErrorCallback(@NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setErrorCallback(Arena arena, GLFWFunctionTypes.IGLFWerrorfun callback) @NotNull MemorySegmentGLFW.setFramebufferSizeCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWframebuffersizefun callback) @NotNull MemorySegmentGLFW.setFramebufferSizeCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setFramebufferSizeCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWframebuffersizefun callback) @NotNull MemorySegmentGLFW.setJoystickCallback(GLFWFunctionTypes.IGLFWjoystickfun callback) @NotNull MemorySegmentGLFW.setJoystickCallback(@NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setJoystickCallback(Arena arena, GLFWFunctionTypes.IGLFWjoystickfun callback) @NotNull MemorySegmentGLFW.setKeyCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWkeyfun callback) @NotNull MemorySegmentGLFW.setKeyCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setKeyCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWkeyfun callback) @NotNull MemorySegmentGLFW.setMonitorCallback(GLFWFunctionTypes.IGLFWmonitorfun callback) @NotNull MemorySegmentGLFW.setMonitorCallback(@NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setMonitorCallback(Arena arena, GLFWFunctionTypes.IGLFWmonitorfun callback) @NotNull MemorySegmentGLFW.setMouseButtonCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWmousebuttonfun callback) @NotNull MemorySegmentGLFW.setMouseButtonCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setMouseButtonCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWmousebuttonfun callback) @NotNull MemorySegmentGLFW.setScrollCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWscrollfun callback) @NotNull MemorySegmentGLFW.setScrollCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setScrollCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWscrollfun callback) @NotNull MemorySegmentGLFW.setWindowCloseCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowclosefun callback) @NotNull MemorySegmentGLFW.setWindowCloseCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowCloseCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowclosefun callback) @NotNull MemorySegmentGLFW.setWindowContentScaleCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowcontentscalefun callback) @NotNull MemorySegmentGLFW.setWindowContentScaleCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowContentScaleCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowcontentscalefun callback) @NotNull MemorySegmentGLFW.setWindowFocusCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowfocusfun callback) @NotNull MemorySegmentGLFW.setWindowFocusCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowFocusCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowfocusfun callback) @NotNull MemorySegmentGLFW.setWindowIconifyCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowiconifyfun callback) @NotNull MemorySegmentGLFW.setWindowIconifyCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowIconifyCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowiconifyfun callback) @NotNull MemorySegmentGLFW.setWindowMaximizeCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowmaximizefun callback) @NotNull MemorySegmentGLFW.setWindowMaximizeCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowMaximizeCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowmaximizefun callback) @NotNull MemorySegmentGLFW.setWindowPosCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowposfun callback) @NotNull MemorySegmentGLFW.setWindowPosCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowPosCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowposfun callback) @NotNull MemorySegmentGLFW.setWindowRefreshCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowrefreshfun callback) @NotNull MemorySegmentGLFW.setWindowRefreshCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowRefreshCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowrefreshfun callback) @NotNull MemorySegmentGLFW.setWindowSizeCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowsizefun callback) @NotNull MemorySegmentGLFW.setWindowSizeCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowSizeCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowsizefun callback) Method parameters in club.doki7.glfw with annotations of type PointerModifier and TypeMethodDescription@Nullable GLFWcursorGLFW.createCursor(@Nullable IGLFWimage image, int xhot, int yhot) intGLFW.createWindowSurface(@Nullable VkInstance instance, @Nullable GLFWwindow window, @Nullable IVkAllocationCallbacks allocator, VkSurfaceKHR.Ptr surface) intGLFW.createWindowSurface(@Nullable VkInstance instance, @Nullable GLFWwindow window, @Nullable IVkAllocationCallbacks allocator, VkSurfaceKHR.Ptr surface) intGLFW.getGamepadState(int jid, @Nullable IGLFWgamepadstate state) voidGLFW.initAllocator(@Nullable IGLFWallocator allocator) voidGLFW.initVulkanLoader(@NotNull MemorySegment loader) @NotNull MemorySegmentGLFWFunctionTypes.IGLFWallocatefun.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidGLFWFunctionTypes.IGLFWdeallocatefun.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidGLFWFunctionTypes.IGLFWdeallocatefun.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidGLFWFunctionTypes.IGLFWdropfun.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidGLFWFunctionTypes.IGLFWerrorfun.invoke(int p0, @NotNull MemorySegment p1) @NotNull MemorySegmentGLFWFunctionTypes.IGLFWreallocatefun.invoke(@NotNull MemorySegment p0, MemorySegment p1, @NotNull MemorySegment p2) @NotNull MemorySegmentGLFWFunctionTypes.IGLFWreallocatefun.invoke(@NotNull MemorySegment p0, MemorySegment p1, @NotNull MemorySegment p2) @NotNull MemorySegmentGLFW.setCharCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setCharModsCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setCursorEnterCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setCursorPosCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setDropCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setErrorCallback(@NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setFramebufferSizeCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) voidGLFW.setGammaRamp(@Nullable GLFWmonitor monitor, @Nullable IGLFWgammaramp ramp) @NotNull MemorySegmentGLFW.setJoystickCallback(@NotNull MemorySegment callback) voidGLFW.setJoystickUserPointer(int jid, @NotNull MemorySegment pointer) @NotNull MemorySegmentGLFW.setKeyCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setMonitorCallback(@NotNull MemorySegment callback) voidGLFW.setMonitorUserPointer(@Nullable GLFWmonitor monitor, @NotNull MemorySegment pointer) @NotNull MemorySegmentGLFW.setMouseButtonCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setScrollCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowCloseCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowContentScaleCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowFocusCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) voidGLFW.setWindowIcon(@Nullable GLFWwindow window, int count, @Nullable IGLFWimage images) @NotNull MemorySegmentGLFW.setWindowIconifyCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowMaximizeCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowPosCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowRefreshCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegmentGLFW.setWindowSizeCallback(@Nullable GLFWwindow window, @NotNull MemorySegment callback) voidGLFW.setWindowUserPointer(@Nullable GLFWwindow window, @NotNull MemorySegment pointer) -
Uses of Pointer in club.doki7.glfw.datatype
Methods in club.doki7.glfw.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentGLFWallocator.allocate()@NotNull MemorySegmentGLFWgammaramp.blueRaw()@NotNull MemorySegmentGLFWallocator.deallocate()@NotNull MemorySegmentGLFWgammaramp.greenRaw()@NotNull MemorySegmentGLFWimage.pixelsRaw()@NotNull MemorySegmentGLFWallocator.reallocate()@NotNull MemorySegmentGLFWgammaramp.redRaw()@NotNull MemorySegmentGLFWallocator.user()Method parameters in club.doki7.glfw.datatype with annotations of type PointerModifier and TypeMethodDescriptionGLFWallocator.allocate(@NotNull MemorySegment value) voidGLFWgammaramp.blueRaw(@NotNull MemorySegment value) GLFWallocator.deallocate(@NotNull MemorySegment value) voidGLFWgammaramp.greenRaw(@NotNull MemorySegment value) voidGLFWimage.pixelsRaw(@NotNull MemorySegment value) GLFWallocator.reallocate(@NotNull MemorySegment value) voidGLFWgammaramp.redRaw(@NotNull MemorySegment value) GLFWallocator.user(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.openal
Methods in club.doki7.openal with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentAL.getPointerDirectEXT(@Nullable ALCcontext context, int pname) @NotNull MemorySegmentAL.getPointerDirectSOFT(@Nullable ALCcontext context, int pname) @NotNull MemorySegmentAL.getPointerEXT(int pname) @NotNull MemorySegmentAL.getPointerSOFT(int pname) @NotNull MemorySegmentAL.getProcAddress(@Nullable BytePtr fname) Retrieve the address of a function.@NotNull MemorySegmentALC.getProcAddress(@Nullable ALCdevice device, @Nullable BytePtr funcname) Retrieve the address of a function.@NotNull MemorySegmentALC.getProcAddress2(@Nullable ALCdevice device, @Nullable BytePtr funcName) @NotNull MemorySegmentAL.getProcAddressDirect(@Nullable ALCcontext context, @Nullable BytePtr fname) @Nullable BytePtrAL.getString(int param) @Nullable BytePtrReturns information about the device, and error strings.@Nullable BytePtrAL.getStringDirect(@Nullable ALCcontext context, int param) @Nullable BytePtrAL.getStringiDirectSOFT(@Nullable ALCcontext context, int pname, int index) @Nullable BytePtrAL.getStringiSOFT(int pname, int index) @Nullable BytePtrALC.getStringiSOFT(@Nullable ALCdevice device, int paramName, int index) @NotNull MemorySegmentALFunctionTypes.ILPALCGETPROCADDRESS.invoke(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegmentALFunctionTypes.ILPALCGETPROCADDRESS2.invoke(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegmentALFunctionTypes.ILPALCGETSTRING.invoke(MemorySegment p0, int p1) @NotNull MemorySegmentALFunctionTypes.ILPALCGETSTRINGISOFT.invoke(MemorySegment p0, int p1, int p2) @NotNull MemorySegmentALFunctionTypes.ILPALGETPOINTERDIRECTEXT.invoke(MemorySegment p0, int p1) @NotNull MemorySegmentALFunctionTypes.ILPALGETPOINTERDIRECTSOFT.invoke(MemorySegment p0, int p1) @NotNull MemorySegmentALFunctionTypes.ILPALGETPOINTEREXT.invoke(int p0) @NotNull MemorySegmentALFunctionTypes.ILPALGETPOINTERSOFT.invoke(int p0) @NotNull MemorySegmentALFunctionTypes.ILPALGETPROCADDRESS.invoke(@NotNull MemorySegment p0) @NotNull MemorySegmentALFunctionTypes.ILPALGETPROCADDRESSDIRECT.invoke(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegmentALFunctionTypes.ILPALGETSTRING.invoke(int p0) @NotNull MemorySegmentALFunctionTypes.ILPALGETSTRINGDIRECT.invoke(MemorySegment p0, int p1) @NotNull MemorySegmentALFunctionTypes.ILPALGETSTRINGIDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2) @NotNull MemorySegmentALFunctionTypes.ILPALGETSTRINGISOFT.invoke(int p0, int p1) Method parameters in club.doki7.openal with annotations of type PointerModifier and TypeMethodDescriptionvoidAL.auxiliaryEffectSlotfv(int effectslot, int param, @Nullable FloatPtr pflValues) voidAL.auxiliaryEffectSlotfvDirect(@Nullable ALCcontext context, int effectslot, int param, @Nullable FloatPtr pflValues) voidAL.auxiliaryEffectSlotiv(int effectslot, int param, @Nullable IntPtr piValues) voidAL.auxiliaryEffectSlotivDirect(@Nullable ALCcontext context, int effectslot, int param, @Nullable IntPtr piValues) voidAL.bufferCallbackDirectSOFT(@Nullable ALCcontext context, int buffer, int format, int freq, ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT callback, @NotNull MemorySegment userptr) voidAL.bufferCallbackDirectSOFT(@Nullable ALCcontext context, int buffer, int format, int freq, @NotNull MemorySegment callback, @NotNull MemorySegment userptr) voidAL.bufferCallbackDirectSOFT(@Nullable ALCcontext context, int buffer, int format, int freq, @NotNull MemorySegment callback, @NotNull MemorySegment userptr) voidAL.bufferCallbackDirectSOFT(Arena arena, @Nullable ALCcontext context, int buffer, int format, int freq, ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT callback, @NotNull MemorySegment userptr) voidAL.bufferCallbackSOFT(int buffer, int format, int freq, ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT callback, @NotNull MemorySegment userptr) voidAL.bufferCallbackSOFT(int buffer, int format, int freq, @NotNull MemorySegment callback, @NotNull MemorySegment userptr) voidAL.bufferCallbackSOFT(int buffer, int format, int freq, @NotNull MemorySegment callback, @NotNull MemorySegment userptr) voidAL.bufferCallbackSOFT(Arena arena, int buffer, int format, int freq, ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT callback, @NotNull MemorySegment userptr) voidAL.bufferData(int buffer, int format, @NotNull MemorySegment data, int size, int samplerate) Copies data into the buffer, interpreting it using the specified format and samplerate.voidAL.bufferDataDirect(@Nullable ALCcontext context, int buffer, int format, @NotNull MemorySegment data, int size, int samplerate) voidAL.bufferDataStatic(int buffer, int format, @NotNull MemorySegment data, int size, int freq) voidAL.bufferDataStaticDirect(@Nullable ALCcontext context, int buffer, int format, @NotNull MemorySegment data, int size, int freq) voidvoidAL.bufferfvDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr values) voidvoidAL.bufferivDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr values) voidAL.bufferSamplesSOFT(int buffer, int samplerate, int internalformat, int samples, int channels, int type, @NotNull MemorySegment data) voidAL.bufferSubDataDirectSOFT(@Nullable ALCcontext context, int buffer, int format, @NotNull MemorySegment data, int offset, int length) voidAL.bufferSubDataSOFT(int buffer, int format, @NotNull MemorySegment data, int offset, int length) voidAL.bufferSubSamplesSOFT(int buffer, int offset, int samples, int channels, int type, @NotNull MemorySegment data) @Nullable ALCdeviceALC.captureOpenDevice(@Nullable BytePtr devicename, int frequency, int format, int buffersize) Opens the named capture device with the given frequency, format, and buffer size.voidALC.captureSamples(@Nullable ALCdevice device, @NotNull MemorySegment buffer, int samples) Reads samples from the device buffer.@Nullable ALCcontextALC.createContext(@Nullable ALCdevice device, @Nullable IntPtr attrlist) Create and attach a context to the given device.voidAL.debugMessageCallbackDirectEXT(@Nullable ALCcontext context, ALFunctionTypes.IALDEBUGPROCEXT callback, @NotNull MemorySegment userParam) voidAL.debugMessageCallbackDirectEXT(@Nullable ALCcontext context, @NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidAL.debugMessageCallbackDirectEXT(@Nullable ALCcontext context, @NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidAL.debugMessageCallbackDirectEXT(Arena arena, @Nullable ALCcontext context, ALFunctionTypes.IALDEBUGPROCEXT callback, @NotNull MemorySegment userParam) voidAL.debugMessageCallbackEXT(ALFunctionTypes.IALDEBUGPROCEXT callback, @NotNull MemorySegment userParam) voidAL.debugMessageCallbackEXT(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidAL.debugMessageCallbackEXT(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidAL.debugMessageCallbackEXT(Arena arena, ALFunctionTypes.IALDEBUGPROCEXT callback, @NotNull MemorySegment userParam) voidAL.debugMessageControlDirectEXT(@Nullable ALCcontext context, int source, int type, int severity, int count, @Nullable IntPtr ids, byte enable) voidAL.debugMessageControlEXT(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enable) voidAL.debugMessageInsertDirectEXT(@Nullable ALCcontext context, int source, int type, int id, int severity, int length, @Nullable BytePtr message) voidAL.debugMessageInsertEXT(int source, int type, int id, int severity, int length, @Nullable BytePtr message) voidAL.deleteAuxiliaryEffectSlots(int n, @Nullable IntPtr effectslots) voidAL.deleteAuxiliaryEffectSlotsDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr effectslots) voidAL.deleteBuffers(int n, @Nullable IntPtr buffers) Delete buffer objectsvoidAL.deleteBuffersDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr buffers) voidAL.deleteEffects(int n, @Nullable IntPtr effects) voidAL.deleteEffectsDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr effects) voidAL.deleteFilters(int n, @Nullable IntPtr filters) voidAL.deleteFiltersDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr filters) voidAL.deleteSources(int n, @Nullable IntPtr sources) Delete source objects.voidAL.deleteSourcesDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) intAL.EAXGetBufferModeDirect(@Nullable ALCcontext context, int buffer, @Nullable IntPtr pReserved) intAL.EAXGetDirect(@Nullable ALCcontext context, @Nullable _GUID property_set_id, int property_id, int source_id, @NotNull MemorySegment value, int value_size) byteAL.EAXSetBufferModeDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr buffers, int value) intAL.EAXSetDirect(@Nullable ALCcontext context, @Nullable _GUID property_set_id, int property_id, int source_id, @NotNull MemorySegment value, int value_size) voidvoidAL.effectfvDirect(@Nullable ALCcontext context, int effect, int param, @Nullable FloatPtr pflValues) voidvoidAL.effectivDirect(@Nullable ALCcontext context, int effect, int param, @Nullable IntPtr piValues) voidAL.eventCallbackDirectSOFT(@Nullable ALCcontext context, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) voidAL.eventCallbackDirectSOFT(@Nullable ALCcontext context, @NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidAL.eventCallbackDirectSOFT(@Nullable ALCcontext context, @NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidAL.eventCallbackDirectSOFT(Arena arena, @Nullable ALCcontext context, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) voidAL.eventCallbackSOFT(ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) voidAL.eventCallbackSOFT(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidAL.eventCallbackSOFT(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidAL.eventCallbackSOFT(Arena arena, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) voidALC.eventCallbackSOFT(ALFunctionTypes.IALCEVENTPROCTYPESOFT callback, @NotNull MemorySegment userParam) voidALC.eventCallbackSOFT(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidALC.eventCallbackSOFT(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidALC.eventCallbackSOFT(Arena arena, ALFunctionTypes.IALCEVENTPROCTYPESOFT callback, @NotNull MemorySegment userParam) voidAL.eventControlDirectSOFT(@Nullable ALCcontext context, int count, @Nullable IntPtr types, byte enable) voidAL.eventControlSOFT(int count, @Nullable IntPtr types, byte enable) byteALC.eventControlSOFT(int count, @Nullable IntPtr events, byte enable) voidvoidAL.filterfvDirect(@Nullable ALCcontext context, int filter, int param, @Nullable FloatPtr pflValues) voidvoidAL.filterivDirect(@Nullable ALCcontext context, int filter, int param, @Nullable IntPtr piValues) voidAL.genAuxiliaryEffectSlots(int n, @Nullable IntPtr effectslots) voidAL.genAuxiliaryEffectSlotsDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr effectslots) voidAL.genBuffers(int n, @Nullable IntPtr buffers) Create buffer objectsvoidAL.genBuffersDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr buffers) voidAL.genEffects(int n, @Nullable IntPtr effects) voidAL.genEffectsDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr effects) voidAL.genFilters(int n, @Nullable IntPtr filters) voidAL.genFiltersDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr filters) voidAL.genSources(int n, @Nullable IntPtr sources) Create source objects.voidAL.genSourcesDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) voidAL.getAuxiliaryEffectSlotf(int effectslot, int param, @Nullable FloatPtr pflValue) voidAL.getAuxiliaryEffectSlotfDirect(@Nullable ALCcontext context, int effectslot, int param, @Nullable FloatPtr pflValue) voidAL.getAuxiliaryEffectSlotfv(int effectslot, int param, @Nullable FloatPtr pflValues) voidAL.getAuxiliaryEffectSlotfvDirect(@Nullable ALCcontext context, int effectslot, int param, @Nullable FloatPtr pflValues) voidAL.getAuxiliaryEffectSloti(int effectslot, int param, @Nullable IntPtr piValue) voidAL.getAuxiliaryEffectSlotiDirect(@Nullable ALCcontext context, int effectslot, int param, @Nullable IntPtr piValue) voidAL.getAuxiliaryEffectSlotiv(int effectslot, int param, @Nullable IntPtr piValues) voidAL.getAuxiliaryEffectSlotivDirect(@Nullable ALCcontext context, int effectslot, int param, @Nullable IntPtr piValues) voidAL.getBooleanv(int param, @Nullable BytePtr values) voidAL.getBooleanvDirect(@Nullable ALCcontext context, int param, @Nullable BytePtr values) voidAL.getBuffer3f(int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getBuffer3f(int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getBuffer3f(int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getBuffer3fDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getBuffer3fDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getBuffer3fDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getBuffer3i(int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getBuffer3i(int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getBuffer3i(int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getBuffer3iDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getBuffer3iDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getBuffer3iDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getBufferf(int buffer, int param, @Nullable FloatPtr value) voidAL.getBufferfDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr value) voidAL.getBufferfv(int buffer, int param, @Nullable FloatPtr values) voidAL.getBufferfvDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr values) voidAL.getBufferi(int buffer, int param, @Nullable IntPtr value) voidAL.getBufferiDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr value) voidAL.getBufferiv(int buffer, int param, @Nullable IntPtr values) voidAL.getBufferivDirect(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr values) voidAL.getBufferSamplesSOFT(int buffer, int offset, int samples, int channels, int type, @NotNull MemorySegment data) intAL.getDebugMessageLogDirectEXT(@Nullable ALCcontext context, int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogDirectEXT(@Nullable ALCcontext context, int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogDirectEXT(@Nullable ALCcontext context, int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogDirectEXT(@Nullable ALCcontext context, int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogDirectEXT(@Nullable ALCcontext context, int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogDirectEXT(@Nullable ALCcontext context, int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogEXT(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogEXT(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogEXT(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogEXT(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogEXT(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) intAL.getDebugMessageLogEXT(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) voidAL.getDoublev(int param, @Nullable DoublePtr values) voidAL.getDoublevDirect(@Nullable ALCcontext context, int param, @Nullable DoublePtr values) voidAL.getEffectf(int effect, int param, @Nullable FloatPtr pflValue) voidAL.getEffectfDirect(@Nullable ALCcontext context, int effect, int param, @Nullable FloatPtr pflValue) voidAL.getEffectfv(int effect, int param, @Nullable FloatPtr pflValues) voidAL.getEffectfvDirect(@Nullable ALCcontext context, int effect, int param, @Nullable FloatPtr pflValues) voidAL.getEffecti(int effect, int param, @Nullable IntPtr piValue) voidAL.getEffectiDirect(@Nullable ALCcontext context, int effect, int param, @Nullable IntPtr piValue) voidAL.getEffectiv(int effect, int param, @Nullable IntPtr piValues) voidAL.getEffectivDirect(@Nullable ALCcontext context, int effect, int param, @Nullable IntPtr piValues) intAL.getEnumValue(@Nullable BytePtr ename) Retrieve the value of an enum.intALC.getEnumValue(@Nullable ALCdevice device, @Nullable BytePtr enumname) Retrieve the value of an enum.intAL.getEnumValueDirect(@Nullable ALCcontext context, @Nullable BytePtr ename) voidAL.getFilterf(int filter, int param, @Nullable FloatPtr pflValue) voidAL.getFilterfDirect(@Nullable ALCcontext context, int filter, int param, @Nullable FloatPtr pflValue) voidAL.getFilterfv(int filter, int param, @Nullable FloatPtr pflValues) voidAL.getFilterfvDirect(@Nullable ALCcontext context, int filter, int param, @Nullable FloatPtr pflValues) voidAL.getFilteri(int filter, int param, @Nullable IntPtr piValue) voidAL.getFilteriDirect(@Nullable ALCcontext context, int filter, int param, @Nullable IntPtr piValue) voidAL.getFilteriv(int filter, int param, @Nullable IntPtr piValues) voidAL.getFilterivDirect(@Nullable ALCcontext context, int filter, int param, @Nullable IntPtr piValues) voidvoidAL.getFloatvDirect(@Nullable ALCcontext context, int param, @Nullable FloatPtr values) voidALC.getInteger64vSOFT(@Nullable ALCdevice device, int pname, int size, @Nullable LongPtr values) voidAL.getIntegerv(int param, @Nullable IntPtr values) voidALC.getIntegerv(@Nullable ALCdevice device, int param, int size, @Nullable IntPtr values) Returns information about the device and the version of OpenAL.voidAL.getIntegervDirect(@Nullable ALCcontext context, int param, @Nullable IntPtr values) voidAL.getListener3f(int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getListener3f(int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getListener3f(int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getListener3fDirect(@Nullable ALCcontext context, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getListener3fDirect(@Nullable ALCcontext context, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getListener3fDirect(@Nullable ALCcontext context, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getListener3i(int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getListener3i(int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getListener3i(int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getListener3iDirect(@Nullable ALCcontext context, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getListener3iDirect(@Nullable ALCcontext context, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getListener3iDirect(@Nullable ALCcontext context, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getListenerf(int param, @Nullable FloatPtr value) voidAL.getListenerfDirect(@Nullable ALCcontext context, int param, @Nullable FloatPtr value) voidAL.getListenerfv(int param, @Nullable FloatPtr values) voidAL.getListenerfvDirect(@Nullable ALCcontext context, int param, @Nullable FloatPtr values) voidAL.getListeneri(int param, @Nullable IntPtr value) voidAL.getListeneriDirect(@Nullable ALCcontext context, int param, @Nullable IntPtr value) voidAL.getListeneriv(int param, @Nullable IntPtr values) voidAL.getListenerivDirect(@Nullable ALCcontext context, int param, @Nullable IntPtr values) voidAL.getObjectLabelDirectEXT(@Nullable ALCcontext context, int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidAL.getObjectLabelDirectEXT(@Nullable ALCcontext context, int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidAL.getObjectLabelEXT(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidAL.getObjectLabelEXT(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) @NotNull MemorySegmentAL.getProcAddress(@Nullable BytePtr fname) Retrieve the address of a function.@NotNull MemorySegmentALC.getProcAddress(@Nullable ALCdevice device, @Nullable BytePtr funcname) Retrieve the address of a function.@NotNull MemorySegmentALC.getProcAddress2(@Nullable ALCdevice device, @Nullable BytePtr funcName) @NotNull MemorySegmentAL.getProcAddressDirect(@Nullable ALCcontext context, @Nullable BytePtr fname) voidAL.getSource3dDirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) voidAL.getSource3dDirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) voidAL.getSource3dDirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) voidAL.getSource3dSOFT(int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) voidAL.getSource3dSOFT(int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) voidAL.getSource3dSOFT(int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) voidAL.getSource3f(int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getSource3f(int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getSource3f(int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getSource3fDirect(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getSource3fDirect(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getSource3fDirect(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) voidAL.getSource3i(int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getSource3i(int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getSource3i(int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getSource3i64DirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) voidAL.getSource3i64DirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) voidAL.getSource3i64DirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) voidAL.getSource3i64SOFT(int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) voidAL.getSource3i64SOFT(int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) voidAL.getSource3i64SOFT(int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) voidAL.getSource3iDirect(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getSource3iDirect(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getSource3iDirect(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) voidAL.getSourcedDirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr value) voidAL.getSourcedSOFT(int source, int param, @Nullable DoublePtr value) voidAL.getSourcedvDirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr values) voidAL.getSourcedvSOFT(int source, int param, @Nullable DoublePtr values) voidAL.getSourcef(int source, int param, @Nullable FloatPtr value) voidAL.getSourcefDirect(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr value) voidAL.getSourcefv(int source, int param, @Nullable FloatPtr values) voidAL.getSourcefvDirect(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr values) voidAL.getSourcei(int source, int param, @Nullable IntPtr value) voidAL.getSourcei64DirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr value) voidAL.getSourcei64SOFT(int source, int param, @Nullable LongPtr value) voidAL.getSourcei64vDirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr values) voidAL.getSourcei64vSOFT(int source, int param, @Nullable LongPtr values) voidAL.getSourceiDirect(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr value) voidAL.getSourceiv(int source, int param, @Nullable IntPtr values) voidAL.getSourceivDirect(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr values) intALFunctionTypes.IALBUFFERCALLBACKTYPESOFT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) intALFunctionTypes.IALBUFFERCALLBACKTYPESOFT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) voidALFunctionTypes.IALCEVENTPROCTYPESOFT.invoke(int p0, int p1, MemorySegment p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.IALCEVENTPROCTYPESOFT.invoke(int p0, int p1, MemorySegment p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.IALDEBUGPROCEXT.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) voidALFunctionTypes.IALDEBUGPROCEXT.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) voidALFunctionTypes.IALEVENTPROCSOFT.invoke(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.IALEVENTPROCSOFT.invoke(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALAUXILIARYEFFECTSLOTFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALAUXILIARYEFFECTSLOTFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALAUXILIARYEFFECTSLOTIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALAUXILIARYEFFECTSLOTIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALBUFFERCALLBACKDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALBUFFERCALLBACKDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALBUFFERCALLBACKSOFT.invoke(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALBUFFERCALLBACKSOFT.invoke(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALBUFFERDATA.invoke(int p0, int p1, @NotNull MemorySegment p2, int p3, int p4) voidALFunctionTypes.ILPALBUFFERDATADIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, int p4, int p5) voidALFunctionTypes.ILPALBUFFERDATASTATICDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, int p4, int p5) voidALFunctionTypes.ILPALBUFFERFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALBUFFERFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALBUFFERIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALBUFFERIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALBUFFERSAMPLESSOFT.invoke(int p0, int p1, int p2, int p3, int p4, int p5, @NotNull MemorySegment p6) voidALFunctionTypes.ILPALBUFFERSUBDATADIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, int p4, int p5) voidALFunctionTypes.ILPALBUFFERSUBSAMPLESSOFT.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5) ALFunctionTypes.ILPALCCAPTUREOPENDEVICE.invoke(@NotNull MemorySegment p0, int p1, int p2, int p3) voidALFunctionTypes.ILPALCCAPTURESAMPLES.invoke(MemorySegment p0, @NotNull MemorySegment p1, int p2) ALFunctionTypes.ILPALCCREATECONTEXT.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALCEVENTCALLBACKSOFT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALCEVENTCALLBACKSOFT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) byteALFunctionTypes.ILPALCEVENTCONTROLSOFT.invoke(int p0, @NotNull MemorySegment p1, byte p2) intALFunctionTypes.ILPALCGETENUMVALUE.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALCGETINTEGER64VSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALCGETINTEGERV.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) @NotNull MemorySegmentALFunctionTypes.ILPALCGETPROCADDRESS.invoke(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegmentALFunctionTypes.ILPALCGETPROCADDRESS2.invoke(MemorySegment p0, @NotNull MemorySegment p1) byteALFunctionTypes.ILPALCISEXTENSIONPRESENT.invoke(MemorySegment p0, @NotNull MemorySegment p1) ALFunctionTypes.ILPALCLOOPBACKOPENDEVICESOFT.invoke(@NotNull MemorySegment p0) ALFunctionTypes.ILPALCOPENDEVICE.invoke(@NotNull MemorySegment p0) voidALFunctionTypes.ILPALCRENDERSAMPLESSOFT.invoke(MemorySegment p0, @NotNull MemorySegment p1, int p2) byteALFunctionTypes.ILPALCREOPENDEVICESOFT.invoke(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) byteALFunctionTypes.ILPALCREOPENDEVICESOFT.invoke(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) byteALFunctionTypes.ILPALCRESETDEVICESOFT.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALDEBUGMESSAGECALLBACKDIRECTEXT.invoke(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALDEBUGMESSAGECALLBACKDIRECTEXT.invoke(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALDEBUGMESSAGECALLBACKEXT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALDEBUGMESSAGECALLBACKEXT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALDEBUGMESSAGECONTROLDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, byte p6) voidALFunctionTypes.ILPALDEBUGMESSAGECONTROLEXT.invoke(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, byte p5) voidALFunctionTypes.ILPALDEBUGMESSAGEINSERTDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, int p3, int p4, int p5, @NotNull MemorySegment p6) voidALFunctionTypes.ILPALDEBUGMESSAGEINSERTEXT.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALDELETEAUXILIARYEFFECTSLOTS.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALDELETEAUXILIARYEFFECTSLOTSDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALDELETEBUFFERS.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALDELETEBUFFERSDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALDELETEEFFECTS.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALDELETEEFFECTSDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALDELETEFILTERS.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALDELETEFILTERSDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALDELETESOURCES.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALDELETESOURCESDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALEFFECTFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALEFFECTFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALEFFECTIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALEFFECTIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT.invoke(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT.invoke(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALEVENTCALLBACKSOFT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALEVENTCALLBACKSOFT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALEVENTCONTROLDIRECTSOFT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, byte p3) voidALFunctionTypes.ILPALEVENTCONTROLSOFT.invoke(int p0, @NotNull MemorySegment p1, byte p2) voidALFunctionTypes.ILPALFILTERFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALFILTERFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALFILTERIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALFILTERIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGENAUXILIARYEFFECTSLOTS.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGENAUXILIARYEFFECTSLOTSDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGENBUFFERS.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGENBUFFERSDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGENEFFECTS.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGENEFFECTSDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGENFILTERS.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGENFILTERSDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGENSOURCES.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGENSOURCESDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTF.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTFDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTI.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTIDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETBOOLEANV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETBOOLEANVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETBUFFER3F.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETBUFFER3F.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETBUFFER3F.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETBUFFER3FDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETBUFFER3FDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETBUFFER3FDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETBUFFER3I.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETBUFFER3I.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETBUFFER3I.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETBUFFER3IDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETBUFFER3IDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETBUFFER3IDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETBUFFER3PTRDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETBUFFER3PTRDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETBUFFER3PTRDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETBUFFER3PTRSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETBUFFER3PTRSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETBUFFER3PTRSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETBUFFERF.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETBUFFERFDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETBUFFERFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETBUFFERFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETBUFFERI.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETBUFFERIDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETBUFFERIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETBUFFERIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETBUFFERPTRDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETBUFFERPTRSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETBUFFERPTRVDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETBUFFERPTRVSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETBUFFERSAMPLESSOFT.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7, @NotNull MemorySegment p8) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7, @NotNull MemorySegment p8) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7, @NotNull MemorySegment p8) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7, @NotNull MemorySegment p8) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7, @NotNull MemorySegment p8) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7, @NotNull MemorySegment p8) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) intALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) voidALFunctionTypes.ILPALGETDOUBLEV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETDOUBLEVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETEFFECTF.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETEFFECTFDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETEFFECTFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETEFFECTFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETEFFECTI.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETEFFECTIDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETEFFECTIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETEFFECTIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) intALFunctionTypes.ILPALGETENUMVALUE.invoke(@NotNull MemorySegment p0) intALFunctionTypes.ILPALGETENUMVALUEDIRECT.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETFILTERF.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETFILTERFDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETFILTERFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETFILTERFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETFILTERI.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETFILTERIDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETFILTERIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETFILTERIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETFLOATV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETFLOATVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETINTEGERV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETINTEGERVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETLISTENER3F.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETLISTENER3F.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETLISTENER3F.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETLISTENER3FDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETLISTENER3FDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETLISTENER3FDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETLISTENER3I.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETLISTENER3I.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETLISTENER3I.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETLISTENER3IDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETLISTENER3IDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETLISTENER3IDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETLISTENERF.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETLISTENERFDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETLISTENERFV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETLISTENERFVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETLISTENERI.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETLISTENERIDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETLISTENERIV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETLISTENERIVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETOBJECTLABELDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETOBJECTLABELDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETOBJECTLABELEXT.invoke(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETOBJECTLABELEXT.invoke(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETPOINTERVDIRECTEXT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETPOINTERVDIRECTSOFT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETPOINTERVEXT.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETPOINTERVSOFT.invoke(int p0, @NotNull MemorySegment p1) @NotNull MemorySegmentALFunctionTypes.ILPALGETPROCADDRESS.invoke(@NotNull MemorySegment p0) @NotNull MemorySegmentALFunctionTypes.ILPALGETPROCADDRESSDIRECT.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALGETSOURCE3DDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3DDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3DDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3DSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3DSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3DSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3F.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3F.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3F.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3FDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3FDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3FDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3I.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3I.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3I.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3I64DIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3I64DIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3I64DIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3I64SOFT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3I64SOFT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3I64SOFT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALGETSOURCE3IDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3IDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCE3IDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALGETSOURCEDDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETSOURCEDSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETSOURCEDVDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETSOURCEDVSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETSOURCEF.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETSOURCEFDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETSOURCEFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETSOURCEFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETSOURCEI.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETSOURCEI64DIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETSOURCEI64SOFT.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETSOURCEI64VDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETSOURCEI64VSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETSOURCEIDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALGETSOURCEIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALGETSOURCEIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) byteALFunctionTypes.ILPALISEXTENSIONPRESENT.invoke(@NotNull MemorySegment p0) byteALFunctionTypes.ILPALISEXTENSIONPRESENTDIRECT.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALLISTENERFV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALLISTENERFVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALLISTENERIV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALLISTENERIVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALOBJECTLABELDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALOBJECTLABELEXT.invoke(int p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALPUSHDEBUGGROUPDIRECTEXT.invoke(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALPUSHDEBUGGROUPEXT.invoke(int p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALREQUESTFOLDBACKSTART.invoke(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALREQUESTFOLDBACKSTART.invoke(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidALFunctionTypes.ILPALREQUESTFOLDBACKSTARTDIRECT.invoke(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALREQUESTFOLDBACKSTARTDIRECT.invoke(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidALFunctionTypes.ILPALSOURCEDVDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALSOURCEDVSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCEFV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCEFVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALSOURCEI64VDIRECTSOFT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALSOURCEI64VSOFT.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCEIV.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCEIVDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALSOURCEPAUSEV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALSOURCEPAUSEVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCEPLAYATTIMEVDIRECTSOFT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, long p3) voidALFunctionTypes.ILPALSOURCEPLAYATTIMEVSOFT.invoke(int p0, @NotNull MemorySegment p1, long p2) voidALFunctionTypes.ILPALSOURCEPLAYV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALSOURCEPLAYVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCEQUEUEBUFFERS.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCEQUEUEBUFFERSDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidALFunctionTypes.ILPALSOURCEREWINDV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALSOURCEREWINDVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCESTOPV.invoke(int p0, @NotNull MemorySegment p1) voidALFunctionTypes.ILPALSOURCESTOPVDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCEUNQUEUEBUFFERS.invoke(int p0, int p1, @NotNull MemorySegment p2) voidALFunctionTypes.ILPALSOURCEUNQUEUEBUFFERSDIRECT.invoke(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) intALFunctionTypes.ILPEAXGETBUFFERMODEDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) intALFunctionTypes.ILPEAXGETDIRECT.invoke(MemorySegment p0, MemorySegment p1, int p2, int p3, @NotNull MemorySegment p4, int p5) byteALFunctionTypes.ILPEAXSETBUFFERMODEDIRECT.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, int p3) intALFunctionTypes.ILPEAXSETDIRECT.invoke(MemorySegment p0, MemorySegment p1, int p2, int p3, @NotNull MemorySegment p4, int p5) voidALFunctionTypes.IPFNALBUFFERDATASTATICPROC.invoke(int p0, int p1, @NotNull MemorySegment p2, int p3, int p4) voidALFunctionTypes.IPFNALBUFFERSUBDATASOFTPROC.invoke(int p0, int p1, @NotNull MemorySegment p2, int p3, int p4) byteAL.isExtensionPresent(@Nullable BytePtr extname) Query for the presence of an extension on the AL context.byteALC.isExtensionPresent(@Nullable ALCdevice device, @Nullable BytePtr extname) Query for the presence of an extension on the device.byteAL.isExtensionPresentDirect(@Nullable ALCcontext context, @Nullable BytePtr extname) voidAL.listenerfv(int param, @Nullable FloatPtr values) voidAL.listenerfvDirect(@Nullable ALCcontext context, int param, @Nullable FloatPtr values) voidAL.listeneriv(int param, @Nullable IntPtr values) voidAL.listenerivDirect(@Nullable ALCcontext context, int param, @Nullable IntPtr values) @Nullable ALCdeviceALC.loopbackOpenDeviceSOFT(@Nullable BytePtr deviceName) voidAL.objectLabelDirectEXT(@Nullable ALCcontext context, int identifier, int name, int length, @Nullable BytePtr label) voidAL.objectLabelEXT(int identifier, int name, int length, @Nullable BytePtr label) @Nullable ALCdeviceALC.openDevice(@Nullable BytePtr devicename) Opens the named playback device.voidAL.pushDebugGroupDirectEXT(@Nullable ALCcontext context, int source, int id, int length, @Nullable BytePtr message) voidAL.pushDebugGroupEXT(int source, int id, int length, @Nullable BytePtr message) voidALC.renderSamplesSOFT(@Nullable ALCdevice device, @NotNull MemorySegment buffer, int samples) byteALC.reopenDeviceSOFT(@Nullable ALCdevice device, @Nullable BytePtr deviceName, @Nullable IntPtr attribs) byteALC.reopenDeviceSOFT(@Nullable ALCdevice device, @Nullable BytePtr deviceName, @Nullable IntPtr attribs) voidAL.requestFoldbackStart(int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) voidAL.requestFoldbackStart(int mode, int count, int length, @Nullable FloatPtr mem, @NotNull MemorySegment callback) voidAL.requestFoldbackStart(int mode, int count, int length, @Nullable FloatPtr mem, @NotNull MemorySegment callback) voidAL.requestFoldbackStart(Arena arena, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) voidAL.requestFoldbackStartDirect(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) voidAL.requestFoldbackStartDirect(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, @NotNull MemorySegment callback) voidAL.requestFoldbackStartDirect(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, @NotNull MemorySegment callback) voidAL.requestFoldbackStartDirect(Arena arena, @Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) byteALC.resetDeviceSOFT(@Nullable ALCdevice device, @Nullable IntPtr attribs) voidAL.sourcedvDirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr values) voidAL.sourcedvSOFT(int source, int param, @Nullable DoublePtr values) voidvoidAL.sourcefvDirect(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr values) voidAL.sourcei64vDirectSOFT(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr values) voidAL.sourcei64vSOFT(int source, int param, @Nullable LongPtr values) voidvoidAL.sourceivDirect(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr values) voidAL.sourcePausev(int n, @Nullable IntPtr sources) Pause a list of sources atomically.voidAL.sourcePausevDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) voidAL.sourcePlayAtTimevDirectSOFT(@Nullable ALCcontext context, int n, @Nullable IntPtr sources, long start_time) voidAL.sourcePlayAtTimevSOFT(int n, @Nullable IntPtr sources, long start_time) voidAL.sourcePlayv(int n, @Nullable IntPtr sources) Play, restart, or resume a list of sources atomically.voidAL.sourcePlayvDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) voidAL.sourceQueueBuffers(int source, int nb, @Nullable IntPtr buffers) Queue buffers onto a sourcevoidAL.sourceQueueBuffersDirect(@Nullable ALCcontext context, int source, int nb, @Nullable IntPtr buffers) voidAL.sourceRewindv(int n, @Nullable IntPtr sources) Rewind a list of sources atomically.voidAL.sourceRewindvDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) voidAL.sourceStopv(int n, @Nullable IntPtr sources) Stop a list of sources atomically.voidAL.sourceStopvDirect(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) voidAL.sourceUnqueueBuffers(int source, int nb, @Nullable IntPtr buffers) Unqueue processed buffers from a sourcevoidAL.sourceUnqueueBuffersDirect(@Nullable ALCcontext context, int source, int nb, @Nullable IntPtr buffers) -
Uses of Pointer in club.doki7.opencl
Methods in club.doki7.opencl with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentCL.deviceMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_map, long map_flags, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_map, long map_flags, @Nullable PointerPtr origin, @Nullable PointerPtr region, @Nullable PointerPtr imageRowPitch, @Nullable PointerPtr imageSlicePitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.getExtensionFunctionAddress(@Nullable BytePtr func_name) @NotNull MemorySegmentCL.getExtensionFunctionAddressForPlatform(@Nullable CLPlatformId platform, @Nullable BytePtr func_name) @NotNull MemorySegmentCL.hostMemAllocINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.icdGetFunctionAddressForPlatformKHR(@Nullable CLPlatformId platform, @Nullable BytePtr func_name) @NotNull MemorySegmentCL.sharedMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegment@NotNull MemorySegmentCL.SVMAllocARM(@Nullable CLContext context, long flags, long size, int alignment) Method parameters in club.doki7.opencl with annotations of type PointerModifier and TypeMethodDescriptionintCL.buildProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, CLFunctionTypes.Ipfn_notify_5 pfn_notify, @NotNull MemorySegment user_data) intCL.buildProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, CLFunctionTypes.Ipfn_notify_5 pfn_notify, @NotNull MemorySegment user_data) intCL.buildProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.buildProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.buildProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.buildProgram(Arena arena, @Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, CLFunctionTypes.Ipfn_notify_5 pfn_notify, @NotNull MemorySegment user_data) intCL.buildProgram(Arena arena, @Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, CLFunctionTypes.Ipfn_notify_5 pfn_notify, @NotNull MemorySegment user_data) intCL.cancelCommandsIMG(CLEvent.Ptr event_list, long num_events_in_list) @Nullable CLKernelCL.cloneKernel(@Nullable CLKernel source_kernel, @Nullable IntPtr errcode_ret) intCL.commandBarrierWithWaitListKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandBarrierWithWaitListKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandBarrierWithWaitListKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandBarrierWithWaitListKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferRectKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferRectKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferRectKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferRectKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferToImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferToImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferToImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferToImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageToBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageToBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageToBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageToBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(Arena arena, @Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(Arena arena, @Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(Arena arena, @Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) @Nullable CLAcceleratorIntelCL.createAcceleratorINTEL(@Nullable CLContext context, int accelerator_type, long descriptor_size, @NotNull MemorySegment descriptor, @Nullable IntPtr errcode_ret) @Nullable CLAcceleratorIntelCL.createAcceleratorINTEL(@Nullable CLContext context, int accelerator_type, long descriptor_size, @NotNull MemorySegment descriptor, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBuffer(@Nullable CLContext context, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBuffer(@Nullable CLContext context, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithPropertiesINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithPropertiesINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithPropertiesINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.createCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.createCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.createCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueueCL.createCommandQueue(@Nullable CLContext context, @Nullable CLDeviceId device, long properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueueCL.createCommandQueueWithProperties(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueueCL.createCommandQueueWithProperties(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueueCL.createCommandQueueWithPropertiesKHR(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueueCL.createCommandQueueWithPropertiesKHR(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(Arena arena, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(Arena arena, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(Arena arena, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(Arena arena, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(@Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(@Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(@Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(@Nullable PointerPtr properties, long device_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(@Nullable PointerPtr properties, long device_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(@Nullable PointerPtr properties, long device_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(@Nullable PointerPtr properties, long device_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(Arena arena, @Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(Arena arena, @Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(Arena arena, @Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLEventCL.createEventFromEGLSyncKHR(@Nullable CLContext context, @NotNull MemorySegment sync, @NotNull MemorySegment display, @Nullable IntPtr errcode_ret) @Nullable CLEventCL.createEventFromEGLSyncKHR(@Nullable CLContext context, @NotNull MemorySegment sync, @NotNull MemorySegment display, @Nullable IntPtr errcode_ret) @Nullable CLEventCL.createEventFromEGLSyncKHR(@Nullable CLContext context, @NotNull MemorySegment sync, @NotNull MemorySegment display, @Nullable IntPtr errcode_ret) @Nullable CLEventCL.createEventFromGLsyncKHR(@Nullable CLContext context, @Nullable CLGLsync sync, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D10BufferKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D10Texture2DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D10Texture3DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D11BufferKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D11Texture2DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D11Texture3DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromDX9MediaSurfaceINTEL(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @NotNull MemorySegment sharedHandle, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromDX9MediaSurfaceINTEL(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @NotNull MemorySegment sharedHandle, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromDX9MediaSurfaceKHR(@Nullable CLContext context, long flags, int adapter_type, @NotNull MemorySegment surface_info, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromDX9MediaSurfaceKHR(@Nullable CLContext context, long flags, int adapter_type, @NotNull MemorySegment surface_info, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromEGLImageKHR(@Nullable CLContext context, @NotNull MemorySegment egldisplay, @NotNull MemorySegment eglimage, long flags, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromEGLImageKHR(@Nullable CLContext context, @NotNull MemorySegment egldisplay, @NotNull MemorySegment eglimage, long flags, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromEGLImageKHR(@Nullable CLContext context, @NotNull MemorySegment egldisplay, @NotNull MemorySegment eglimage, long flags, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromEGLImageKHR(@Nullable CLContext context, @NotNull MemorySegment egldisplay, @NotNull MemorySegment eglimage, long flags, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLBuffer(@Nullable CLContext context, long flags, int bufobj, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLRenderbuffer(@Nullable CLContext context, long flags, int renderbuffer, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture2D(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture3D(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromVA_APIMediaSurfaceINTEL(@Nullable CLContext context, long flags, @Nullable IntPtr surface, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromVA_APIMediaSurfaceINTEL(@Nullable CLContext context, long flags, @Nullable IntPtr surface, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage2D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageRowPitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage2D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageRowPitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage2D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageRowPitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage3D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageDepth, long imageRowPitch, long imageSlicePitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage3D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageDepth, long imageRowPitch, long imageSlicePitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage3D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageDepth, long imageRowPitch, long imageSlicePitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImageWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImageWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImageWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImageWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImageWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLKernelCL.createKernel(@Nullable CLProgram program, @Nullable BytePtr kernel_name, @Nullable IntPtr errcode_ret) intCL.createKernelsInProgram(@Nullable CLProgram program, int num_kernels, CLKernel.Ptr kernels, @Nullable IntPtr num_kernels_ret) intCL.createKernelsInProgram(@Nullable CLProgram program, int num_kernels, CLKernel.Ptr kernels, @Nullable IntPtr num_kernels_ret) @Nullable CLMemCL.createPipe(@Nullable CLContext context, long flags, int pipe_packet_size, int pipe_max_packets, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createPipe(@Nullable CLContext context, long flags, int pipe_packet_size, int pipe_max_packets, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithBinary(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable PointerPtr lengths, @Nullable PointerPtr binaries, @Nullable IntPtr binary_status, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithBinary(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable PointerPtr lengths, @Nullable PointerPtr binaries, @Nullable IntPtr binary_status, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithBinary(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable PointerPtr lengths, @Nullable PointerPtr binaries, @Nullable IntPtr binary_status, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithBuiltInKernels(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr kernel_names, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithBuiltInKernels(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr kernel_names, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithIL(@Nullable CLContext context, @NotNull MemorySegment il, long length, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithIL(@Nullable CLContext context, @NotNull MemorySegment il, long length, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithILKHR(@Nullable CLContext context, @NotNull MemorySegment il, long length, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithILKHR(@Nullable CLContext context, @NotNull MemorySegment il, long length, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithSource(@Nullable CLContext context, int count, @Nullable PointerPtr strings, @Nullable PointerPtr lengths, @Nullable IntPtr errcode_ret) @Nullable CLSamplerCL.createSampler(@Nullable CLContext context, int normalized_coords, int addressing_mode, int filter_mode, @Nullable IntPtr errcode_ret) @Nullable CLSamplerCL.createSamplerWithProperties(@Nullable CLContext context, @Nullable LongPtr sampler_properties, @Nullable IntPtr errcode_ret) @Nullable CLSamplerCL.createSamplerWithProperties(@Nullable CLContext context, @Nullable LongPtr sampler_properties, @Nullable IntPtr errcode_ret) @Nullable CLSemaphoreKhrCL.createSemaphoreWithPropertiesKHR(@Nullable CLContext context, @Nullable LongPtr sema_props, @Nullable IntPtr errcode_ret) @Nullable CLSemaphoreKhrCL.createSemaphoreWithPropertiesKHR(@Nullable CLContext context, @Nullable LongPtr sema_props, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createSubBuffer(@Nullable CLMem buffer, long flags, int buffer_create_type, @NotNull MemorySegment buffer_create_info, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createSubBuffer(@Nullable CLMem buffer, long flags, int buffer_create_type, @NotNull MemorySegment buffer_create_info, @Nullable IntPtr errcode_ret) intCL.createSubDevices(@Nullable CLDeviceId in_device, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices_ret) intCL.createSubDevices(@Nullable CLDeviceId in_device, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices_ret) intCL.createSubDevices(@Nullable CLDeviceId in_device, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices_ret) intCL.createSubDevicesEXT(@Nullable CLDeviceId in_device, @Nullable LongPtr properties, int num_entries, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices) intCL.createSubDevicesEXT(@Nullable CLDeviceId in_device, @Nullable LongPtr properties, int num_entries, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices) intCL.createSubDevicesEXT(@Nullable CLDeviceId in_device, @Nullable LongPtr properties, int num_entries, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices) @Nullable CLEventCL.createUserEvent(@Nullable CLContext context, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.deviceMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.deviceMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) intCL.enqueueAcquireD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueBarrierWithWaitList(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueBarrierWithWaitList(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable CLCommandBufferKhr command_buffer, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable CLCommandBufferKhr command_buffer, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable CLCommandBufferKhr command_buffer, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyBufferToImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyBufferToImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyImageToBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyImageToBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueFillBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueFillBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueFillBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueFillImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueFillImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueFillImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueGenerateMipmapIMG(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_image, int mipmap_filter_mode, @Nullable PointerPtr array_region, @Nullable PointerPtr mip_region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueGenerateMipmapIMG(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_image, int mipmap_filter_mode, @Nullable PointerPtr array_region, @Nullable PointerPtr mip_region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) @NotNull MemorySegmentCL.enqueueMapBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_map, long map_flags, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_map, long map_flags, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_map, long map_flags, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_map, long map_flags, @Nullable PointerPtr origin, @Nullable PointerPtr region, @Nullable PointerPtr imageRowPitch, @Nullable PointerPtr imageSlicePitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_map, long map_flags, @Nullable PointerPtr origin, @Nullable PointerPtr region, @Nullable PointerPtr imageRowPitch, @Nullable PointerPtr imageSlicePitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_map, long map_flags, @Nullable PointerPtr origin, @Nullable PointerPtr region, @Nullable PointerPtr imageRowPitch, @Nullable PointerPtr imageSlicePitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) intCL.enqueueMarker(@Nullable CLCommandQueue command_queue, CLEvent.Ptr event) intCL.enqueueMarkerWithWaitList(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMarkerWithWaitList(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemAdviseINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, int advice, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemAdviseINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, int advice, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemAdviseINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, int advice, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemcpyINTEL(@Nullable CLCommandQueue command_queue, int blocking, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemcpyINTEL(@Nullable CLCommandQueue command_queue, int blocking, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemcpyINTEL(@Nullable CLCommandQueue command_queue, int blocking, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemcpyINTEL(@Nullable CLCommandQueue command_queue, int blocking, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemFillINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemFillINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemFillINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemFillINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemsetINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment dst_ptr, int value, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemsetINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment dst_ptr, int value, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemsetINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment dst_ptr, int value, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjectEXT(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjectEXT(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjectEXT(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjects(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjects(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjects(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(Arena arena, @Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(Arena arena, @Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(Arena arena, @Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(Arena arena, @Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNDRangeKernel(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNDRangeKernel(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_read, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_read, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_read, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_read, @Nullable PointerPtr origin, @Nullable PointerPtr region, long row_pitch, long slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_read, @Nullable PointerPtr origin, @Nullable PointerPtr region, long row_pitch, long slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_read, @Nullable PointerPtr origin, @Nullable PointerPtr region, long row_pitch, long slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSignalSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSignalSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSignalSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSignalSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMap(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMap(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMap(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMapARM(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMapARM(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMapARM(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpy(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpy(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpy(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpy(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpyARM(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpyARM(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpyARM(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpyARM(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFill(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFill(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFill(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFill(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFillARM(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFillARM(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFillARM(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFillARM(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMigrateMem(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @Nullable PointerPtr svm_pointers, @Nullable PointerPtr sizes, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMigrateMem(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @Nullable PointerPtr svm_pointers, @Nullable PointerPtr sizes, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMUnmap(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMUnmap(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMUnmap(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMUnmapARM(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMUnmapARM(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMUnmapARM(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueTask(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueTask(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueUnmapMemObject(@Nullable CLCommandQueue command_queue, @Nullable CLMem memobj, @NotNull MemorySegment mapped_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueUnmapMemObject(@Nullable CLCommandQueue command_queue, @Nullable CLMem memobj, @NotNull MemorySegment mapped_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueUnmapMemObject(@Nullable CLCommandQueue command_queue, @Nullable CLMem memobj, @NotNull MemorySegment mapped_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWaitForEvents(@Nullable CLCommandQueue command_queue, int num_events, CLEvent.Ptr event_list) intCL.enqueueWaitSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWaitSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWaitSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWaitSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_write, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_write, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_write, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_write, @Nullable PointerPtr origin, @Nullable PointerPtr region, long input_row_pitch, long input_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_write, @Nullable PointerPtr origin, @Nullable PointerPtr region, long input_row_pitch, long input_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_write, @Nullable PointerPtr origin, @Nullable PointerPtr region, long input_row_pitch, long input_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.getAcceleratorInfoINTEL(@Nullable CLAcceleratorIntel accelerator, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getCommandBufferInfoKHR(@Nullable CLCommandBufferKhr command_buffer, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getCommandQueueInfo(@Nullable CLCommandQueue command_queue, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getContextInfo(@Nullable CLContext context, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getDeviceAndHostTimer(@Nullable CLDeviceId device, @Nullable LongPtr device_timestamp, @Nullable LongPtr host_timestamp) intCL.getDeviceAndHostTimer(@Nullable CLDeviceId device, @Nullable LongPtr device_timestamp, @Nullable LongPtr host_timestamp) intCL.getDeviceIDs(@Nullable CLPlatformId platform, long device_type, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDs(@Nullable CLPlatformId platform, long device_type, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D10KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D10KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D10KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D11KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D11KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D11KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9INTEL(@Nullable CLPlatformId platform, int dx9_device_source, @NotNull MemorySegment dx9_object, int dx9_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9INTEL(@Nullable CLPlatformId platform, int dx9_device_source, @NotNull MemorySegment dx9_object, int dx9_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9INTEL(@Nullable CLPlatformId platform, int dx9_device_source, @NotNull MemorySegment dx9_object, int dx9_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9MediaAdapterKHR(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9MediaAdapterKHR(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9MediaAdapterKHR(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9MediaAdapterKHR(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromVA_APIMediaAdapterINTEL(@Nullable CLPlatformId platform, int media_adapter_type, @NotNull MemorySegment media_adapter, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromVA_APIMediaAdapterINTEL(@Nullable CLPlatformId platform, int media_adapter_type, @NotNull MemorySegment media_adapter, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromVA_APIMediaAdapterINTEL(@Nullable CLPlatformId platform, int media_adapter_type, @NotNull MemorySegment media_adapter, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceImageInfoQCOM(@Nullable CLDeviceId device, long imageWidth, long imageHeight, @Nullable CLImageFormat image_format, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getDeviceImageInfoQCOM(@Nullable CLDeviceId device, long imageWidth, long imageHeight, @Nullable CLImageFormat image_format, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getDeviceInfo(@Nullable CLDeviceId device, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getEventInfo(@Nullable CLEvent event, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getEventProfilingInfo(@Nullable CLEvent event, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getGLContextInfoKHR(@Nullable PointerPtr properties, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getGLContextInfoKHR(@Nullable PointerPtr properties, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getGLObjectInfo(@Nullable CLMem memobj, @Nullable IntPtr gl_object_type, @Nullable IntPtr gl_object_name) intCL.getGLObjectInfo(@Nullable CLMem memobj, @Nullable IntPtr gl_object_type, @Nullable IntPtr gl_object_name) intCL.getGLTextureInfo(@Nullable CLMem memobj, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getHostTimer(@Nullable CLDeviceId device, @Nullable LongPtr host_timestamp) intCL.getICDLoaderInfoOCLICD(int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageInfo(@Nullable CLMem image, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageRequirementsInfoEXT(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageRequirementsInfoEXT(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageRequirementsInfoEXT(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageRequirementsInfoEXT(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelArgInfo(@Nullable CLKernel kernel, int argIndex, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelInfo(@Nullable CLKernel kernel, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelSubGroupInfo(@Nullable CLKernel kernel, @Nullable CLDeviceId device, int paramName, long input_value_size, @NotNull MemorySegment input_value, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelSubGroupInfo(@Nullable CLKernel kernel, @Nullable CLDeviceId device, int paramName, long input_value_size, @NotNull MemorySegment input_value, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelSubGroupInfoKHR(@Nullable CLKernel in_kernel, @Nullable CLDeviceId in_device, int paramName, long input_value_size, @NotNull MemorySegment input_value, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelSubGroupInfoKHR(@Nullable CLKernel in_kernel, @Nullable CLDeviceId in_device, int paramName, long input_value_size, @NotNull MemorySegment input_value, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelWorkGroupInfo(@Nullable CLKernel kernel, @Nullable CLDeviceId device, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getLayerInfo(int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getMemAllocInfoINTEL(@Nullable CLContext context, @NotNull MemorySegment ptr, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getMemAllocInfoINTEL(@Nullable CLContext context, @NotNull MemorySegment ptr, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getMemObjectInfo(@Nullable CLMem memobj, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getMutableCommandInfoKHR(@Nullable CLMutableCommandKhr command, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getPipeInfo(@Nullable CLMem pipe, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getPlatformIDs(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) intCL.getPlatformIDs(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) intCL.getPlatformInfo(@Nullable CLPlatformId platform, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getProgramBuildInfo(@Nullable CLProgram program, @Nullable CLDeviceId device, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getProgramInfo(@Nullable CLProgram program, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getSamplerInfo(@Nullable CLSampler sampler, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getSemaphoreHandleForTypeKHR(@Nullable CLSemaphoreKhr sema_object, @Nullable CLDeviceId device, int handle_type, long handle_size, @NotNull MemorySegment handle_ptr, @Nullable PointerPtr handle_size_ret) intCL.getSemaphoreInfoKHR(@Nullable CLSemaphoreKhr sema_object, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getSupportedD3D10TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr d3d10_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D10TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr d3d10_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D11TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D11TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedDX9MediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedDX9MediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedGLTextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr gl_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedGLTextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr gl_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedImageFormats(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable IntPtr num_image_formats) intCL.getSupportedImageFormats(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable IntPtr num_image_formats) intCL.getSupportedVA_APIMediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable VAImageFormatCLREF va_api_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedVA_APIMediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable VAImageFormatCLREF va_api_formats, @Nullable IntPtr num_surface_formats) @NotNull MemorySegmentCL.hostMemAllocINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.hostMemAllocINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) intCL.icdGetPlatformIDsKHR(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) intCL.icdGetPlatformIDsKHR(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) intCL.icdSetPlatformDispatchDataKHR(@Nullable CLPlatformId platform, @NotNull MemorySegment dispatch_data) @Nullable CLMemCL.importMemoryARM(@Nullable CLContext context, long flags, @Nullable PointerPtr properties, @NotNull MemorySegment memory, long size, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.importMemoryARM(@Nullable CLContext context, long flags, @Nullable PointerPtr properties, @NotNull MemorySegment memory, long size, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.importMemoryARM(@Nullable CLContext context, long flags, @Nullable PointerPtr properties, @NotNull MemorySegment memory, long size, @Nullable IntPtr errcode_ret) intCL.initLayer(int num_entries, @Nullable CLIcdDispatch target_dispatch, @Nullable IntPtr num_entries_ret, CLIcdDispatch.Ptr layer_dispatch_ret) intCL.initLayer(int num_entries, @Nullable CLIcdDispatch target_dispatch, @Nullable IntPtr num_entries_ret, CLIcdDispatch.Ptr layer_dispatch_ret) voidCLFunctionTypes.Ipfn_free_func_0.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_free_func_0.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_free_func_1.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_free_func_1.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_notify_0.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_notify_0.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_notify_0.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_notify_1.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_notify_1.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_notify_1.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_notify_2.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidCLFunctionTypes.Ipfn_notify_3.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidCLFunctionTypes.Ipfn_notify_4.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidCLFunctionTypes.Ipfn_notify_5.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidCLFunctionTypes.Ipfn_notify_6.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidCLFunctionTypes.Ipfn_notify_7.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidCLFunctionTypes.Ipfn_notify_8.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidCLFunctionTypes.Ipfn_notify_9.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2) voidCLFunctionTypes.Iuser_func_0.invoke(@NotNull MemorySegment p0) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(Arena arena, @Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(Arena arena, @Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(Arena arena, @Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(Arena arena, @Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) voidCL.logMessagesToStderrAPPLE(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) voidCL.logMessagesToStderrAPPLE(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) voidCL.logMessagesToStdoutAPPLE(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) voidCL.logMessagesToStdoutAPPLE(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) voidCL.logMessagesToSystemLogAPPLE(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) voidCL.logMessagesToSystemLogAPPLE(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) intCL.memBlockingFreeINTEL(@Nullable CLContext context, @NotNull MemorySegment ptr) intCL.memFreeINTEL(@Nullable CLContext context, @NotNull MemorySegment ptr) intCL.reImportSemaphoreSyncFdKHR(@Nullable CLSemaphoreKhr sema_object, @Nullable LongPtr reimport_props, int fd) @Nullable CLCommandBufferKhrCL.remapCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer, int automatic, int num_queues, CLCommandQueue.Ptr queues, int num_handles, CLMutableCommandKhr.Ptr handles, CLMutableCommandKhr.Ptr handles_ret, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.remapCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer, int automatic, int num_queues, CLCommandQueue.Ptr queues, int num_handles, CLMutableCommandKhr.Ptr handles, CLMutableCommandKhr.Ptr handles_ret, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.remapCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer, int automatic, int num_queues, CLCommandQueue.Ptr queues, int num_handles, CLMutableCommandKhr.Ptr handles, CLMutableCommandKhr.Ptr handles_ret, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.remapCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer, int automatic, int num_queues, CLCommandQueue.Ptr queues, int num_handles, CLMutableCommandKhr.Ptr handles, CLMutableCommandKhr.Ptr handles_ret, @Nullable IntPtr errcode_ret) intCL.setCommandQueueProperty(@Nullable CLCommandQueue command_queue, long properties, int enable, @Nullable LongPtr old_properties) intCL.setContextDestructorCallback(@Nullable CLContext context, CLFunctionTypes.Ipfn_notify_2 pfn_notify, @NotNull MemorySegment user_data) intCL.setContextDestructorCallback(@Nullable CLContext context, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setContextDestructorCallback(@Nullable CLContext context, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setContextDestructorCallback(Arena arena, @Nullable CLContext context, CLFunctionTypes.Ipfn_notify_2 pfn_notify, @NotNull MemorySegment user_data) intCL.setEventCallback(@Nullable CLEvent event, int command_exec_callback_type, CLFunctionTypes.Ipfn_notify_9 pfn_notify, @NotNull MemorySegment user_data) intCL.setEventCallback(@Nullable CLEvent event, int command_exec_callback_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setEventCallback(@Nullable CLEvent event, int command_exec_callback_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setEventCallback(Arena arena, @Nullable CLEvent event, int command_exec_callback_type, CLFunctionTypes.Ipfn_notify_9 pfn_notify, @NotNull MemorySegment user_data) intCL.setKernelArg(@Nullable CLKernel kernel, int argIndex, long argSize, @NotNull MemorySegment argValue) intCL.setKernelArgMemPointerINTEL(@Nullable CLKernel kernel, int argIndex, @NotNull MemorySegment argValue) intCL.setKernelArgSVMPointer(@Nullable CLKernel kernel, int argIndex, @NotNull MemorySegment argValue) intCL.setKernelArgSVMPointerARM(@Nullable CLKernel kernel, int argIndex, @NotNull MemorySegment argValue) intCL.setKernelExecInfo(@Nullable CLKernel kernel, int paramName, long paramValueSize, @NotNull MemorySegment paramValue) intCL.setKernelExecInfoARM(@Nullable CLKernel kernel, int paramName, long paramValueSize, @NotNull MemorySegment paramValue) intCL.setMemObjectDestructorAPPLE(@Nullable CLMem memobj, CLFunctionTypes.Ipfn_notify_4 pfn_notify, @NotNull MemorySegment user_data) intCL.setMemObjectDestructorAPPLE(@Nullable CLMem memobj, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setMemObjectDestructorAPPLE(@Nullable CLMem memobj, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setMemObjectDestructorAPPLE(Arena arena, @Nullable CLMem memobj, CLFunctionTypes.Ipfn_notify_4 pfn_notify, @NotNull MemorySegment user_data) intCL.setMemObjectDestructorCallback(@Nullable CLMem memobj, CLFunctionTypes.Ipfn_notify_3 pfn_notify, @NotNull MemorySegment user_data) intCL.setMemObjectDestructorCallback(@Nullable CLMem memobj, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setMemObjectDestructorCallback(@Nullable CLMem memobj, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setMemObjectDestructorCallback(Arena arena, @Nullable CLMem memobj, CLFunctionTypes.Ipfn_notify_3 pfn_notify, @NotNull MemorySegment user_data) intCL.setProgramReleaseCallback(@Nullable CLProgram program, CLFunctionTypes.Ipfn_notify_8 pfn_notify, @NotNull MemorySegment user_data) intCL.setProgramReleaseCallback(@Nullable CLProgram program, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setProgramReleaseCallback(@Nullable CLProgram program, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.setProgramReleaseCallback(Arena arena, @Nullable CLProgram program, CLFunctionTypes.Ipfn_notify_8 pfn_notify, @NotNull MemorySegment user_data) intCL.setProgramSpecializationConstant(@Nullable CLProgram program, int spec_id, long spec_size, @NotNull MemorySegment spec_value) @NotNull MemorySegmentCL.sharedMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.sharedMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) voidCL.SVMFree(@Nullable CLContext context, @NotNull MemorySegment svm_pointer) voidCL.SVMFreeARM(@Nullable CLContext context, @NotNull MemorySegment svm_pointer) intCL.updateMutableCommandsKHR(@Nullable CLCommandBufferKhr command_buffer, int num_configs, @Nullable IntPtr config_types, @Nullable PointerPtr configs) intCL.waitForEvents(int num_events, CLEvent.Ptr event_list) -
Uses of Pointer in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentCLMemAndroidNativeBufferHostPtr.anbPtr()@NotNull MemorySegmentCLMutableDispatchConfigKhr.argListRaw()@NotNull MemorySegmentCLMutableDispatchConfigKhr.argSvmListRaw()@NotNull MemorySegmentCLMutableDispatchArgKhr.argValue()@NotNull MemorySegmentCLMutableDispatchConfigKhr.execInfoListRaw()@NotNull MemorySegmentCLMutableDispatchConfigKhr.globalWorkOffsetRaw()@NotNull MemorySegmentCLMutableDispatchConfigKhr.globalWorkSizeRaw()@NotNull MemorySegmentCLMemIonHostPtr.ionHostptr()@NotNull MemorySegmentCLMutableDispatchConfigKhr.localWorkSizeRaw()@NotNull MemorySegmentCLMutableDispatchExecInfoKhr.paramValue()@NotNull MemorySegmentCLDx9SurfaceInfoKhr.resourceRaw()@NotNull MemorySegmentCLDx9SurfaceInfoKhr.sharedHandle()Method parameters in club.doki7.opencl.datatype with annotations of type PointerModifier and TypeMethodDescriptionCLMemAndroidNativeBufferHostPtr.anbPtr(@NotNull MemorySegment value) voidCLMutableDispatchConfigKhr.argListRaw(@NotNull MemorySegment value) voidCLMutableDispatchConfigKhr.argSvmListRaw(@NotNull MemorySegment value) CLMutableDispatchArgKhr.argValue(@NotNull MemorySegment value) voidCLMutableDispatchConfigKhr.execInfoListRaw(@NotNull MemorySegment value) voidCLMutableDispatchConfigKhr.globalWorkOffsetRaw(@NotNull MemorySegment value) voidCLMutableDispatchConfigKhr.globalWorkSizeRaw(@NotNull MemorySegment value) CLMemIonHostPtr.ionHostptr(@NotNull MemorySegment value) voidCLMutableDispatchConfigKhr.localWorkSizeRaw(@NotNull MemorySegment value) CLMutableDispatchExecInfoKhr.paramValue(@NotNull MemorySegment value) voidCLDx9SurfaceInfoKhr.resourceRaw(@NotNull MemorySegment value) CLDx9SurfaceInfoKhr.sharedHandle(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.opengl
Methods in club.doki7.opengl with annotations of type PointerModifier and TypeMethodDescription@Nullable BytePtrGL.getString(int name) @Nullable BytePtrGL.getStringi(int name, int index) @NotNull MemorySegmentGL.getVkProcAddrNV(@Nullable BytePtr name) @NotNull MemorySegmentGL.mapBuffer(int target, int access) @NotNull MemorySegmentGLCompatibility.mapBufferARB(int target, int access) @NotNull MemorySegmentGL.mapBufferRange(int target, long offset, long length, int access) @NotNull MemorySegmentGL.mapNamedBuffer(int buffer, int access) @NotNull MemorySegmentGL.mapNamedBufferEXT(int buffer, int access) @NotNull MemorySegmentGL.mapNamedBufferRange(int buffer, long offset, long length, int access) @NotNull MemorySegmentGL.mapNamedBufferRangeEXT(int buffer, long offset, long length, int access) @NotNull MemorySegmentGLCompatibility.mapTexture2DINTEL(int texture, int level, int access, @Nullable IntPtr stride, @Nullable IntPtr layout) Method parameters in club.doki7.opengl with annotations of type PointerModifier and TypeMethodDescriptionvoidGLCompatibility.activeVaryingNV(int program, @Nullable BytePtr name) byteGLCompatibility.areTexturesResident(int n, @Nullable IntPtr textures, @Nullable BytePtr residences) byteGLCompatibility.areTexturesResident(int n, @Nullable IntPtr textures, @Nullable BytePtr residences) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) voidGL.bindAttribLocation(int program, int index, @Nullable BytePtr name) voidGLCompatibility.bindAttribLocationARB(int programObj, int index, @Nullable BytePtr name) voidGL.bindBuffersBase(int target, int first, int count, @Nullable IntPtr buffers) voidGL.bindBuffersRange(int target, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable PointerPtr sizes) voidGL.bindBuffersRange(int target, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable PointerPtr sizes) voidGL.bindBuffersRange(int target, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable PointerPtr sizes) voidGL.bindFragDataLocation(int program, int color, @Nullable BytePtr name) voidGLCompatibility.bindFragDataLocationEXT(int program, int color, @Nullable BytePtr name) voidGL.bindFragDataLocationIndexed(int program, int colorNumber, int index, @Nullable BytePtr name) voidGL.bindImageTextures(int first, int count, @Nullable IntPtr textures) voidGL.bindSamplers(int first, int count, @Nullable IntPtr samplers) voidGL.bindTextures(int first, int count, @Nullable IntPtr textures) voidGL.bindVertexBuffers(int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGL.bindVertexBuffers(int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGL.bindVertexBuffers(int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGLCompatibility.bitmap(int width, int height, float xorig, float yorig, float xmove, float ymove, @Nullable BytePtr bitmap) voidGL.bufferData(int target, long size, @NotNull MemorySegment data, int usage) voidGLCompatibility.bufferDataARB(int target, long size, @NotNull MemorySegment data, int usage) voidGL.bufferStorage(int target, long size, @NotNull MemorySegment data, int flags) voidGL.bufferSubData(int target, long offset, long size, @NotNull MemorySegment data) voidGLCompatibility.bufferSubDataARB(int target, long offset, long size, @NotNull MemorySegment data) voidGLCompatibility.callLists(int n, int type, @NotNull MemorySegment lists) voidGL.clearBufferData(int target, int internalformat, int format, int type, @NotNull MemorySegment data) voidGL.clearBufferfv(int buffer, int drawbuffer, @Nullable FloatPtr value) voidGL.clearBufferiv(int buffer, int drawbuffer, @Nullable IntPtr value) voidGL.clearBufferSubData(int target, int internalformat, long offset, long size, int format, int type, @NotNull MemorySegment data) voidGL.clearBufferuiv(int buffer, int drawbuffer, @Nullable IntPtr value) voidGL.clearNamedBufferData(int buffer, int internalformat, int format, int type, @NotNull MemorySegment data) voidGL.clearNamedBufferDataEXT(int buffer, int internalformat, int format, int type, @NotNull MemorySegment data) voidGL.clearNamedBufferSubData(int buffer, int internalformat, long offset, long size, int format, int type, @NotNull MemorySegment data) voidGL.clearNamedBufferSubDataEXT(int buffer, int internalformat, long offset, long size, int format, int type, @NotNull MemorySegment data) voidGL.clearNamedFramebufferfv(int framebuffer, int buffer, int drawbuffer, @Nullable FloatPtr value) voidGL.clearNamedFramebufferiv(int framebuffer, int buffer, int drawbuffer, @Nullable IntPtr value) voidGL.clearNamedFramebufferuiv(int framebuffer, int buffer, int drawbuffer, @Nullable IntPtr value) voidGL.clearTexImage(int texture, int level, int format, int type, @NotNull MemorySegment data) voidGL.clearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment data) voidGLCompatibility.clientWaitSemaphoreui64NVX(int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGLCompatibility.clientWaitSemaphoreui64NVX(int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidvoidvoidvoidvoidGLCompatibility.color3hvNV(@Nullable ShortPtr v) voidvoidvoidvoidvoidvoidvoidvoidvoidGLCompatibility.color4hvNV(@Nullable ShortPtr v) voidvoidvoidvoidvoidvoidGLCompatibility.colorP3uiv(int type, @Nullable IntPtr color) voidGLCompatibility.colorP4uiv(int type, @Nullable IntPtr color) voidGLCompatibility.colorPointer(int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.colorSubTable(int target, int start, int count, int format, int type, @NotNull MemorySegment data) voidGLCompatibility.colorTable(int target, int internalformat, int width, int format, int type, @NotNull MemorySegment table) voidGLCompatibility.colorTableParameterfv(int target, int pname, @Nullable FloatPtr params) voidGLCompatibility.colorTableParameteriv(int target, int pname, @Nullable IntPtr params) voidGL.compileShaderIncludeARB(int shader, int count, @Nullable PointerPtr path, @Nullable IntPtr length) voidGL.compressedMultiTexImage1DEXT(int texunit, int target, int level, int internalformat, int width, int border, int imageSize, @NotNull MemorySegment bits) voidGL.compressedMultiTexImage2DEXT(int texunit, int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment bits) voidGL.compressedMultiTexImage3DEXT(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, @NotNull MemorySegment bits) voidGL.compressedMultiTexSubImage1DEXT(int texunit, int target, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment bits) voidGL.compressedMultiTexSubImage2DEXT(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment bits) voidGL.compressedMultiTexSubImage3DEXT(int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, @NotNull MemorySegment data) voidGLCompatibility.compressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, @NotNull MemorySegment data) voidGL.compressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment data) voidGLCompatibility.compressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment data) voidGL.compressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, @NotNull MemorySegment data) voidGLCompatibility.compressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, @NotNull MemorySegment data) voidGL.compressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment data) voidGLCompatibility.compressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment data) voidGL.compressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment data) voidGLCompatibility.compressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment data) voidGL.compressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment data) voidGLCompatibility.compressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment data) voidGL.compressedTextureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureSubImage1D(int texture, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment data) voidGL.compressedTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment data) voidGL.compressedTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment data) voidGL.compressedTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment bits) voidGLCompatibility.convolutionFilter1D(int target, int internalformat, int width, int format, int type, @NotNull MemorySegment image) voidGLCompatibility.convolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, @NotNull MemorySegment image) voidGLCompatibility.convolutionParameterfv(int target, int pname, @Nullable FloatPtr params) voidGLCompatibility.convolutionParameteriv(int target, int pname, @Nullable IntPtr params) voidGL.coverageModulationTableNV(int n, @Nullable FloatPtr v) voidGL.coverFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.coverFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.coverStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.coverStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.createBuffers(int n, @Nullable IntPtr buffers) voidGL.createCommandListsNV(int n, @Nullable IntPtr lists) voidGL.createFramebuffers(int n, @Nullable IntPtr framebuffers) voidGL.createPerfQueryINTEL(int queryId, @Nullable IntPtr queryHandle) voidGL.createProgramPipelines(int n, @Nullable IntPtr pipelines) voidGL.createQueries(int target, int n, @Nullable IntPtr ids) voidGL.createRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGL.createSamplers(int n, @Nullable IntPtr samplers) voidGLCompatibility.createSemaphoresNV(int n, @Nullable IntPtr semaphores) intGL.createShaderProgramEXT(int type, @Nullable BytePtr string) voidGL.createStatesNV(int n, @Nullable IntPtr states) @Nullable GLsyncGL.createSyncFromCLeventARB(@NotNull MemorySegment context, @NotNull MemorySegment event, int flags) @Nullable GLsyncGL.createSyncFromCLeventARB(@NotNull MemorySegment context, @NotNull MemorySegment event, int flags) voidGL.createTextures(int target, int n, @Nullable IntPtr textures) voidGL.createTransformFeedbacks(int n, @Nullable IntPtr ids) voidGL.createVertexArrays(int n, @Nullable IntPtr arrays) voidGL.debugMessageCallback(GLFunctionTypes.IGLDEBUGPROC callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallback(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallback(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallback(Arena arena, GLFunctionTypes.IGLDEBUGPROC callback, @NotNull MemorySegment userParam) voidGLCompatibility.debugMessageCallbackAMD(GLFunctionTypes.IGLDEBUGPROCAMD callback, @NotNull MemorySegment userParam) voidGLCompatibility.debugMessageCallbackAMD(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidGLCompatibility.debugMessageCallbackAMD(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidGLCompatibility.debugMessageCallbackAMD(Arena arena, GLFunctionTypes.IGLDEBUGPROCAMD callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallbackARB(GLFunctionTypes.IGLDEBUGPROCARB callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallbackARB(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallbackARB(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallbackARB(Arena arena, GLFunctionTypes.IGLDEBUGPROCARB callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallbackKHR(GLFunctionTypes.IGLDEBUGPROCKHR callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallbackKHR(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallbackKHR(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) voidGL.debugMessageCallbackKHR(Arena arena, GLFunctionTypes.IGLDEBUGPROCKHR callback, @NotNull MemorySegment userParam) voidGL.debugMessageControl(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGL.debugMessageControlARB(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGL.debugMessageControlKHR(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGLCompatibility.debugMessageEnableAMD(int category, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGL.debugMessageInsert(int source, int type, int id, int severity, int length, @Nullable BytePtr buf) voidGLCompatibility.debugMessageInsertAMD(int category, int severity, int id, int length, @Nullable BytePtr buf) voidGL.debugMessageInsertARB(int source, int type, int id, int severity, int length, @Nullable BytePtr buf) voidGL.debugMessageInsertKHR(int source, int type, int id, int severity, int length, @Nullable BytePtr buf) voidGL.deleteBuffers(int n, @Nullable IntPtr buffers) voidGLCompatibility.deleteBuffersARB(int n, @Nullable IntPtr buffers) voidGL.deleteCommandListsNV(int n, @Nullable IntPtr lists) voidGLCompatibility.deleteFencesNV(int n, @Nullable IntPtr fences) voidGL.deleteFramebuffers(int n, @Nullable IntPtr framebuffers) voidGLCompatibility.deleteFramebuffersEXT(int n, @Nullable IntPtr framebuffers) voidGL.deleteNamedStringARB(int namelen, @Nullable BytePtr name) voidGL.deletePerfMonitorsAMD(int n, @Nullable IntPtr monitors) voidGL.deleteProgramPipelines(int n, @Nullable IntPtr pipelines) voidGL.deleteProgramPipelinesEXT(int n, @Nullable IntPtr pipelines) voidGLCompatibility.deleteProgramsARB(int n, @Nullable IntPtr programs) voidGL.deleteQueries(int n, @Nullable IntPtr ids) voidGLCompatibility.deleteQueriesARB(int n, @Nullable IntPtr ids) voidGLCompatibility.deleteQueryResourceTagNV(int n, @Nullable IntPtr tagIds) voidGL.deleteRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGLCompatibility.deleteRenderbuffersEXT(int n, @Nullable IntPtr renderbuffers) voidGL.deleteSamplers(int count, @Nullable IntPtr samplers) voidGL.deleteStatesNV(int n, @Nullable IntPtr states) voidGL.deleteTextures(int n, @Nullable IntPtr textures) voidGL.deleteTransformFeedbacks(int n, @Nullable IntPtr ids) voidGLCompatibility.deleteTransformFeedbacksNV(int n, @Nullable IntPtr ids) voidGL.deleteVertexArrays(int n, @Nullable IntPtr arrays) voidGL.depthRangeArraydvNV(int first, int count, @Nullable DoublePtr v) voidGL.depthRangeArrayv(int first, int count, @Nullable DoublePtr v) voidGL.drawArraysIndirect(int mode, @NotNull MemorySegment indirect) voidGL.drawBuffers(int n, @Nullable IntPtr bufs) voidGLCompatibility.drawBuffersARB(int n, @Nullable IntPtr bufs) voidGL.drawCommandsAddressNV(int primitiveMode, @Nullable LongPtr indirects, @Nullable IntPtr sizes, int count) voidGL.drawCommandsAddressNV(int primitiveMode, @Nullable LongPtr indirects, @Nullable IntPtr sizes, int count) voidGL.drawCommandsNV(int primitiveMode, int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, int count) voidGL.drawCommandsNV(int primitiveMode, int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, int count) voidGL.drawCommandsStatesAddressNV(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesAddressNV(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesAddressNV(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesAddressNV(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesNV(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesNV(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesNV(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesNV(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawElements(int mode, int count, int type, @NotNull MemorySegment indices) voidGL.drawElementsBaseVertex(int mode, int count, int type, @NotNull MemorySegment indices, int basevertex) voidGL.drawElementsIndirect(int mode, int type, @NotNull MemorySegment indirect) voidGL.drawElementsInstanced(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount) voidGL.drawElementsInstancedARB(int mode, int count, int type, @NotNull MemorySegment indices, int primcount) voidGL.drawElementsInstancedBaseInstance(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount, int baseinstance) voidGL.drawElementsInstancedBaseVertex(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount, int basevertex) voidGL.drawElementsInstancedBaseVertexBaseInstance(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount, int basevertex, int baseinstance) voidGL.drawElementsInstancedEXT(int mode, int count, int type, @NotNull MemorySegment indices, int primcount) voidGLCompatibility.drawPixels(int width, int height, int format, int type, @NotNull MemorySegment pixels) voidGL.drawRangeElements(int mode, int start, int end, int count, int type, @NotNull MemorySegment indices) voidGL.drawRangeElementsBaseVertex(int mode, int start, int end, int count, int type, @NotNull MemorySegment indices, int basevertex) voidGLCompatibility.edgeFlagPointer(int stride, @NotNull MemorySegment pointer) voidvoidGL.EGLImageTargetTexStorageEXT(int target, @Nullable GLeglImageOES image, @Nullable IntPtr attrib_list) voidGL.EGLImageTargetTextureStorageEXT(int texture, @Nullable GLeglImageOES image, @Nullable IntPtr attrib_list) voidGLCompatibility.evalCoord1dv(@Nullable DoublePtr u) voidGLCompatibility.evalCoord1fv(@Nullable FloatPtr u) voidGLCompatibility.evalCoord2dv(@Nullable DoublePtr u) voidGLCompatibility.evalCoord2fv(@Nullable FloatPtr u) voidGLCompatibility.feedbackBuffer(int size, int type, @Nullable FloatPtr buffer) voidGLCompatibility.fogCoorddv(@Nullable DoublePtr coord) voidGLCompatibility.fogCoordfv(@Nullable FloatPtr coord) voidGLCompatibility.fogCoordhvNV(@Nullable ShortPtr fog) voidGLCompatibility.fogCoordPointer(int type, int stride, @NotNull MemorySegment pointer) voidvoidvoidGL.framebufferDrawBuffersEXT(int framebuffer, int n, @Nullable IntPtr bufs) voidGL.framebufferSampleLocationsfvARB(int target, int start, int count, @Nullable FloatPtr v) voidGL.framebufferSampleLocationsfvNV(int target, int start, int count, @Nullable FloatPtr v) voidGL.genBuffers(int n, @Nullable IntPtr buffers) voidGLCompatibility.genBuffersARB(int n, @Nullable IntPtr buffers) voidGLCompatibility.genFencesNV(int n, @Nullable IntPtr fences) voidGL.genFramebuffers(int n, @Nullable IntPtr framebuffers) voidGLCompatibility.genFramebuffersEXT(int n, @Nullable IntPtr framebuffers) voidGL.genPerfMonitorsAMD(int n, @Nullable IntPtr monitors) voidGL.genProgramPipelines(int n, @Nullable IntPtr pipelines) voidGL.genProgramPipelinesEXT(int n, @Nullable IntPtr pipelines) voidGLCompatibility.genProgramsARB(int n, @Nullable IntPtr programs) voidGL.genQueries(int n, @Nullable IntPtr ids) voidGLCompatibility.genQueriesARB(int n, @Nullable IntPtr ids) voidGLCompatibility.genQueryResourceTagNV(int n, @Nullable IntPtr tagIds) voidGL.genRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGLCompatibility.genRenderbuffersEXT(int n, @Nullable IntPtr renderbuffers) voidGL.genSamplers(int count, @Nullable IntPtr samplers) voidGL.genTextures(int n, @Nullable IntPtr textures) voidGL.genTransformFeedbacks(int n, @Nullable IntPtr ids) voidGLCompatibility.genTransformFeedbacksNV(int n, @Nullable IntPtr ids) voidGL.genVertexArrays(int n, @Nullable IntPtr arrays) voidGL.getActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, @Nullable IntPtr params) voidGL.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveAttribARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveAttribARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveAttribARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveAttribARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveSubroutineName(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getActiveSubroutineName(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getActiveSubroutineUniformiv(int program, int shadertype, int index, int pname, @Nullable IntPtr values) voidGL.getActiveSubroutineUniformName(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getActiveSubroutineUniformName(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveUniformARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveUniformARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveUniformARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveUniformARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveUniformBlockiv(int program, int uniformBlockIndex, int pname, @Nullable IntPtr params) voidGL.getActiveUniformBlockName(int program, int uniformBlockIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformBlockName) voidGL.getActiveUniformBlockName(int program, int uniformBlockIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformBlockName) voidGL.getActiveUniformName(int program, int uniformIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformName) voidGL.getActiveUniformName(int program, int uniformIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformName) voidGL.getActiveUniformsiv(int program, int uniformCount, @Nullable IntPtr uniformIndices, int pname, @Nullable IntPtr params) voidGL.getActiveUniformsiv(int program, int uniformCount, @Nullable IntPtr uniformIndices, int pname, @Nullable IntPtr params) voidGLCompatibility.getActiveVaryingNV(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveVaryingNV(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveVaryingNV(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveVaryingNV(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getAttachedObjectsARB(int containerObj, int maxCount, @Nullable IntPtr count, @Nullable IntPtr obj) voidGLCompatibility.getAttachedObjectsARB(int containerObj, int maxCount, @Nullable IntPtr count, @Nullable IntPtr obj) voidGL.getAttachedShaders(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) voidGL.getAttachedShaders(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) intGL.getAttribLocation(int program, @Nullable BytePtr name) intGLCompatibility.getAttribLocationARB(int programObj, @Nullable BytePtr name) voidGL.getBooleani_v(int target, int index, @Nullable BytePtr data) voidGL.getBooleanIndexedvEXT(int target, int index, @Nullable BytePtr data) voidGL.getBooleanv(int pname, @Nullable BytePtr data) voidGL.getBufferParameteri64v(int target, int pname, @Nullable LongPtr params) voidGL.getBufferParameteriv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getBufferParameterivARB(int target, int pname, @Nullable IntPtr params) voidGL.getBufferParameterui64vNV(int target, int pname, @Nullable LongPtr params) voidGL.getBufferSubData(int target, long offset, long size, @NotNull MemorySegment data) voidGLCompatibility.getBufferSubDataARB(int target, long offset, long size, @NotNull MemorySegment data) voidGLCompatibility.getClipPlane(int plane, @Nullable DoublePtr equation) voidGLCompatibility.getColorTable(int target, int format, int type, @NotNull MemorySegment table) voidGLCompatibility.getColorTableParameterfv(int target, int pname, @Nullable FloatPtr params) voidGLCompatibility.getColorTableParameteriv(int target, int pname, @Nullable IntPtr params) voidGL.getCompressedMultiTexImageEXT(int texunit, int target, int lod, @NotNull MemorySegment img) voidGL.getCompressedTexImage(int target, int level, @NotNull MemorySegment img) voidGLCompatibility.getCompressedTexImageARB(int target, int level, @NotNull MemorySegment img) voidGL.getCompressedTextureImage(int texture, int level, int bufSize, @NotNull MemorySegment pixels) voidGL.getCompressedTextureImageEXT(int texture, int target, int lod, @NotNull MemorySegment img) voidGL.getCompressedTextureSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int bufSize, @NotNull MemorySegment pixels) voidGLCompatibility.getConvolutionFilter(int target, int format, int type, @NotNull MemorySegment image) voidGLCompatibility.getConvolutionParameterfv(int target, int pname, @Nullable FloatPtr params) voidGLCompatibility.getConvolutionParameteriv(int target, int pname, @Nullable IntPtr params) voidGL.getCoverageModulationTableNV(int bufSize, @Nullable FloatPtr v) intGL.getDebugMessageLog(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLog(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLog(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLog(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLog(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLog(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGLCompatibility.getDebugMessageLogAMD(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) intGLCompatibility.getDebugMessageLogAMD(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) intGLCompatibility.getDebugMessageLogAMD(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) intGLCompatibility.getDebugMessageLogAMD(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) intGLCompatibility.getDebugMessageLogAMD(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) intGL.getDebugMessageLogARB(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogARB(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogARB(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogARB(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogARB(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogARB(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogKHR(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogKHR(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogKHR(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogKHR(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogKHR(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogKHR(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) voidGL.getDoublei_v(int target, int index, @Nullable DoublePtr data) voidGL.getDoublei_vEXT(int pname, int index, @Nullable DoublePtr params) voidGL.getDoubleIndexedvEXT(int target, int index, @Nullable DoublePtr data) voidGL.getDoublev(int pname, @Nullable DoublePtr data) voidGLCompatibility.getFenceivNV(int fence, int pname, @Nullable IntPtr params) voidGL.getFirstPerfQueryIdINTEL(@Nullable IntPtr queryId) voidGL.getFloati_v(int target, int index, @Nullable FloatPtr data) voidGL.getFloati_vEXT(int pname, int index, @Nullable FloatPtr params) voidGL.getFloatIndexedvEXT(int target, int index, @Nullable FloatPtr data) voidintGL.getFragDataIndex(int program, @Nullable BytePtr name) intGL.getFragDataLocation(int program, @Nullable BytePtr name) intGLCompatibility.getFragDataLocationEXT(int program, @Nullable BytePtr name) voidGL.getFramebufferAttachmentParameteriv(int target, int attachment, int pname, @Nullable IntPtr params) voidGLCompatibility.getFramebufferAttachmentParameterivEXT(int target, int attachment, int pname, @Nullable IntPtr params) voidGL.getFramebufferParameteriv(int target, int pname, @Nullable IntPtr params) voidGL.getFramebufferParameterivEXT(int framebuffer, int pname, @Nullable IntPtr params) voidGL.getFramebufferParameterivMESA(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getHistogram(int target, byte reset, int format, int type, @NotNull MemorySegment values) voidGLCompatibility.getHistogramParameterfv(int target, int pname, @Nullable FloatPtr params) voidGLCompatibility.getHistogramParameteriv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getInfoLogARB(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGLCompatibility.getInfoLogARB(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getInteger64i_v(int target, int index, @Nullable LongPtr data) voidGL.getInteger64v(int pname, @Nullable LongPtr data) voidGL.getIntegeri_v(int target, int index, @Nullable IntPtr data) voidGL.getIntegerIndexedvEXT(int target, int index, @Nullable IntPtr data) voidGL.getIntegerui64i_vNV(int value, int index, @Nullable LongPtr result) voidGL.getIntegerui64vNV(int value, @Nullable LongPtr result) voidGL.getIntegerv(int pname, @Nullable IntPtr data) voidGL.getInternalformati64v(int target, int internalformat, int pname, int count, @Nullable LongPtr params) voidGL.getInternalformativ(int target, int internalformat, int pname, int count, @Nullable IntPtr params) voidGL.getInternalformatSampleivNV(int target, int internalformat, int samples, int pname, int count, @Nullable IntPtr params) voidGLCompatibility.getLightfv(int light, int pname, @Nullable FloatPtr params) voidGLCompatibility.getLightiv(int light, int pname, @Nullable IntPtr params) voidvoidvoidvoidGLCompatibility.getMaterialfv(int face, int pname, @Nullable FloatPtr params) voidGLCompatibility.getMaterialiv(int face, int pname, @Nullable IntPtr params) voidGL.getMemoryObjectDetachedResourcesuivNV(int memory, int pname, int first, int count, @Nullable IntPtr params) voidGLCompatibility.getMinmax(int target, byte reset, int format, int type, @NotNull MemorySegment values) voidGLCompatibility.getMinmaxParameterfv(int target, int pname, @Nullable FloatPtr params) voidGLCompatibility.getMinmaxParameteriv(int target, int pname, @Nullable IntPtr params) voidGL.getMultisamplefv(int pname, int index, @Nullable FloatPtr val) voidGLCompatibility.getMultisamplefvNV(int pname, int index, @Nullable FloatPtr val) voidGL.getMultiTexEnvfvEXT(int texunit, int target, int pname, @Nullable FloatPtr params) voidGL.getMultiTexEnvivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.getMultiTexGendvEXT(int texunit, int coord, int pname, @Nullable DoublePtr params) voidGL.getMultiTexGenfvEXT(int texunit, int coord, int pname, @Nullable FloatPtr params) voidGL.getMultiTexGenivEXT(int texunit, int coord, int pname, @Nullable IntPtr params) voidGL.getMultiTexImageEXT(int texunit, int target, int level, int format, int type, @NotNull MemorySegment pixels) voidGL.getMultiTexLevelParameterfvEXT(int texunit, int target, int level, int pname, @Nullable FloatPtr params) voidGL.getMultiTexLevelParameterivEXT(int texunit, int target, int level, int pname, @Nullable IntPtr params) voidGL.getMultiTexParameterfvEXT(int texunit, int target, int pname, @Nullable FloatPtr params) voidGL.getMultiTexParameterIivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.getMultiTexParameterIuivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.getMultiTexParameterivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.getNamedBufferParameteri64v(int buffer, int pname, @Nullable LongPtr params) voidGL.getNamedBufferParameteriv(int buffer, int pname, @Nullable IntPtr params) voidGL.getNamedBufferParameterivEXT(int buffer, int pname, @Nullable IntPtr params) voidGL.getNamedBufferParameterui64vNV(int buffer, int pname, @Nullable LongPtr params) voidGL.getNamedBufferSubData(int buffer, long offset, long size, @NotNull MemorySegment data) voidGL.getNamedBufferSubDataEXT(int buffer, long offset, long size, @NotNull MemorySegment data) voidGL.getNamedFramebufferAttachmentParameteriv(int framebuffer, int attachment, int pname, @Nullable IntPtr params) voidGL.getNamedFramebufferAttachmentParameterivEXT(int framebuffer, int attachment, int pname, @Nullable IntPtr params) voidGL.getNamedFramebufferParameteriv(int framebuffer, int pname, @Nullable IntPtr param) voidGL.getNamedFramebufferParameterivEXT(int framebuffer, int pname, @Nullable IntPtr params) voidGL.getNamedProgramivEXT(int program, int target, int pname, @Nullable IntPtr params) voidGL.getNamedProgramLocalParameterdvEXT(int program, int target, int index, @Nullable DoublePtr params) voidGL.getNamedProgramLocalParameterfvEXT(int program, int target, int index, @Nullable FloatPtr params) voidGL.getNamedProgramLocalParameterIivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.getNamedProgramLocalParameterIuivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.getNamedProgramStringEXT(int program, int target, int pname, @NotNull MemorySegment string) voidGL.getNamedRenderbufferParameteriv(int renderbuffer, int pname, @Nullable IntPtr params) voidGL.getNamedRenderbufferParameterivEXT(int renderbuffer, int pname, @Nullable IntPtr params) voidGL.getNamedStringARB(int namelen, @Nullable BytePtr name, int bufSize, @Nullable IntPtr stringlen, @Nullable BytePtr string) voidGL.getNamedStringARB(int namelen, @Nullable BytePtr name, int bufSize, @Nullable IntPtr stringlen, @Nullable BytePtr string) voidGL.getNamedStringARB(int namelen, @Nullable BytePtr name, int bufSize, @Nullable IntPtr stringlen, @Nullable BytePtr string) voidGL.getNamedStringivARB(int namelen, @Nullable BytePtr name, int pname, @Nullable IntPtr params) voidGL.getNamedStringivARB(int namelen, @Nullable BytePtr name, int pname, @Nullable IntPtr params) voidGLCompatibility.getnColorTable(int target, int format, int type, int bufSize, @NotNull MemorySegment table) voidGLCompatibility.getnColorTableARB(int target, int format, int type, int bufSize, @NotNull MemorySegment table) voidGL.getnCompressedTexImage(int target, int lod, int bufSize, @NotNull MemorySegment pixels) voidGL.getnCompressedTexImageARB(int target, int lod, int bufSize, @NotNull MemorySegment img) voidGLCompatibility.getnConvolutionFilter(int target, int format, int type, int bufSize, @NotNull MemorySegment image) voidGLCompatibility.getnConvolutionFilterARB(int target, int format, int type, int bufSize, @NotNull MemorySegment image) voidGL.getNextPerfQueryIdINTEL(int queryId, @Nullable IntPtr nextQueryId) voidGLCompatibility.getnHistogram(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) voidGLCompatibility.getnHistogramARB(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) voidvoidGLCompatibility.getnMapdvARB(int target, int query, int bufSize, @Nullable DoublePtr v) voidvoidGLCompatibility.getnMapfvARB(int target, int query, int bufSize, @Nullable FloatPtr v) voidvoidGLCompatibility.getnMapivARB(int target, int query, int bufSize, @Nullable IntPtr v) voidGLCompatibility.getnMinmax(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) voidGLCompatibility.getnMinmaxARB(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) voidGLCompatibility.getnPixelMapfv(int map, int bufSize, @Nullable FloatPtr values) voidGLCompatibility.getnPixelMapfvARB(int map, int bufSize, @Nullable FloatPtr values) voidGLCompatibility.getnPixelMapuiv(int map, int bufSize, @Nullable IntPtr values) voidGLCompatibility.getnPixelMapuivARB(int map, int bufSize, @Nullable IntPtr values) voidGLCompatibility.getnPixelMapusv(int map, int bufSize, @Nullable ShortPtr values) voidGLCompatibility.getnPixelMapusvARB(int map, int bufSize, @Nullable ShortPtr values) voidGLCompatibility.getnPolygonStipple(int bufSize, @Nullable BytePtr pattern) voidGLCompatibility.getnPolygonStippleARB(int bufSize, @Nullable BytePtr pattern) voidGLCompatibility.getnSeparableFilter(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) voidGLCompatibility.getnSeparableFilter(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) voidGLCompatibility.getnSeparableFilter(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) voidGLCompatibility.getnSeparableFilterARB(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) voidGLCompatibility.getnSeparableFilterARB(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) voidGLCompatibility.getnSeparableFilterARB(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) voidGL.getnTexImage(int target, int level, int format, int type, int bufSize, @NotNull MemorySegment pixels) voidGL.getnTexImageARB(int target, int level, int format, int type, int bufSize, @NotNull MemorySegment img) voidGL.getnUniformdv(int program, int location, int bufSize, @Nullable DoublePtr params) voidGL.getnUniformdvARB(int program, int location, int bufSize, @Nullable DoublePtr params) voidGL.getnUniformfv(int program, int location, int bufSize, @Nullable FloatPtr params) voidGL.getnUniformfvARB(int program, int location, int bufSize, @Nullable FloatPtr params) voidGL.getnUniformfvKHR(int program, int location, int bufSize, @Nullable FloatPtr params) voidGL.getnUniformi64vARB(int program, int location, int bufSize, @Nullable LongPtr params) voidGL.getnUniformiv(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformivARB(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformivKHR(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformui64vARB(int program, int location, int bufSize, @Nullable LongPtr params) voidGL.getnUniformuiv(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformuivARB(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformuivKHR(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getObjectLabel(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectLabel(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectLabelEXT(int type, int object, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectLabelEXT(int type, int object, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectLabelKHR(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectLabelKHR(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGLCompatibility.getObjectParameterfvARB(int obj, int pname, @Nullable FloatPtr params) voidGLCompatibility.getObjectParameterivARB(int obj, int pname, @Nullable IntPtr params) voidGL.getObjectPtrLabel(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectPtrLabel(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectPtrLabel(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectPtrLabelKHR(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectPtrLabelKHR(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectPtrLabelKHR(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGLCompatibility.getPathColorGenfvNV(int color, int pname, @Nullable FloatPtr value) voidGLCompatibility.getPathColorGenivNV(int color, int pname, @Nullable IntPtr value) voidGL.getPathCommandsNV(int path, @Nullable BytePtr commands) voidGL.getPathCoordsNV(int path, @Nullable FloatPtr coords) voidGL.getPathDashArrayNV(int path, @Nullable FloatPtr dashArray) voidGL.getPathMetricRangeNV(int metricQueryMask, int firstPathName, int numPaths, int stride, @Nullable FloatPtr metrics) voidGL.getPathMetricsNV(int metricQueryMask, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int stride, @Nullable FloatPtr metrics) voidGL.getPathMetricsNV(int metricQueryMask, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int stride, @Nullable FloatPtr metrics) voidGL.getPathParameterfvNV(int path, int pname, @Nullable FloatPtr value) voidGL.getPathParameterivNV(int path, int pname, @Nullable IntPtr value) voidGL.getPathSpacingNV(int pathListMode, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, float advanceScale, float kerningScale, int transformType, @Nullable FloatPtr returnedSpacing) voidGL.getPathSpacingNV(int pathListMode, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, float advanceScale, float kerningScale, int transformType, @Nullable FloatPtr returnedSpacing) voidGLCompatibility.getPathTexGenfvNV(int texCoordSet, int pname, @Nullable FloatPtr value) voidGLCompatibility.getPathTexGenivNV(int texCoordSet, int pname, @Nullable IntPtr value) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfMonitorCounterDataAMD(int monitor, int pname, int dataSize, @Nullable IntPtr data, @Nullable IntPtr bytesWritten) voidGL.getPerfMonitorCounterDataAMD(int monitor, int pname, int dataSize, @Nullable IntPtr data, @Nullable IntPtr bytesWritten) voidGL.getPerfMonitorCounterInfoAMD(int group, int counter, int pname, @NotNull MemorySegment data) voidGL.getPerfMonitorCountersAMD(int group, @Nullable IntPtr numCounters, @Nullable IntPtr maxActiveCounters, int counterSize, @Nullable IntPtr counters) voidGL.getPerfMonitorCountersAMD(int group, @Nullable IntPtr numCounters, @Nullable IntPtr maxActiveCounters, int counterSize, @Nullable IntPtr counters) voidGL.getPerfMonitorCountersAMD(int group, @Nullable IntPtr numCounters, @Nullable IntPtr maxActiveCounters, int counterSize, @Nullable IntPtr counters) voidGL.getPerfMonitorCounterStringAMD(int group, int counter, int bufSize, @Nullable IntPtr length, @Nullable BytePtr counterString) voidGL.getPerfMonitorCounterStringAMD(int group, int counter, int bufSize, @Nullable IntPtr length, @Nullable BytePtr counterString) voidGL.getPerfMonitorGroupsAMD(@Nullable IntPtr numGroups, int groupsSize, @Nullable IntPtr groups) voidGL.getPerfMonitorGroupsAMD(@Nullable IntPtr numGroups, int groupsSize, @Nullable IntPtr groups) voidGL.getPerfMonitorGroupStringAMD(int group, int bufSize, @Nullable IntPtr length, @Nullable BytePtr groupString) voidGL.getPerfMonitorGroupStringAMD(int group, int bufSize, @Nullable IntPtr length, @Nullable BytePtr groupString) voidGL.getPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, @NotNull MemorySegment data, @Nullable IntPtr bytesWritten) voidGL.getPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, @NotNull MemorySegment data, @Nullable IntPtr bytesWritten) voidGL.getPerfQueryIdByNameINTEL(@Nullable BytePtr queryName, @Nullable IntPtr queryId) voidGL.getPerfQueryIdByNameINTEL(@Nullable BytePtr queryName, @Nullable IntPtr queryId) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGLCompatibility.getPixelMapfv(int map, @Nullable FloatPtr values) voidGLCompatibility.getPixelMapuiv(int map, @Nullable IntPtr values) voidGLCompatibility.getPixelMapusv(int map, @Nullable ShortPtr values) voidGLCompatibility.getPolygonStipple(@Nullable BytePtr mask) voidGL.getProgramBinary(int program, int bufSize, @Nullable IntPtr length, @Nullable IntPtr binaryFormat, @NotNull MemorySegment binary) voidGL.getProgramBinary(int program, int bufSize, @Nullable IntPtr length, @Nullable IntPtr binaryFormat, @NotNull MemorySegment binary) voidGL.getProgramBinary(int program, int bufSize, @Nullable IntPtr length, @Nullable IntPtr binaryFormat, @NotNull MemorySegment binary) voidGLCompatibility.getProgramEnvParameterdvARB(int target, int index, @Nullable DoublePtr params) voidGLCompatibility.getProgramEnvParameterfvARB(int target, int index, @Nullable FloatPtr params) voidGL.getProgramInfoLog(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getProgramInfoLog(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getProgramInterfaceiv(int program, int programInterface, int pname, @Nullable IntPtr params) voidGL.getProgramiv(int program, int pname, @Nullable IntPtr params) voidGLCompatibility.getProgramivARB(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getProgramLocalParameterdvARB(int target, int index, @Nullable DoublePtr params) voidGLCompatibility.getProgramLocalParameterfvARB(int target, int index, @Nullable FloatPtr params) voidGL.getProgramPipelineInfoLog(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getProgramPipelineInfoLog(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getProgramPipelineInfoLogEXT(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getProgramPipelineInfoLogEXT(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getProgramPipelineiv(int pipeline, int pname, @Nullable IntPtr params) voidGL.getProgramPipelineivEXT(int pipeline, int pname, @Nullable IntPtr params) voidGL.getProgramResourcefvNV(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable FloatPtr params) voidGL.getProgramResourcefvNV(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable FloatPtr params) voidGL.getProgramResourcefvNV(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable FloatPtr params) intGL.getProgramResourceIndex(int program, int programInterface, @Nullable BytePtr name) voidGL.getProgramResourceiv(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable IntPtr params) voidGL.getProgramResourceiv(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable IntPtr params) voidGL.getProgramResourceiv(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable IntPtr params) intGL.getProgramResourceLocation(int program, int programInterface, @Nullable BytePtr name) intGL.getProgramResourceLocationIndex(int program, int programInterface, @Nullable BytePtr name) voidGL.getProgramResourceName(int program, int programInterface, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getProgramResourceName(int program, int programInterface, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getProgramStageiv(int program, int shadertype, int pname, @Nullable IntPtr values) voidGLCompatibility.getProgramStringARB(int target, int pname, @NotNull MemorySegment string) voidGL.getQueryIndexediv(int target, int index, int pname, @Nullable IntPtr params) voidGL.getQueryiv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getQueryivARB(int target, int pname, @Nullable IntPtr params) voidGL.getQueryObjecti64v(int id, int pname, @Nullable LongPtr params) voidGLCompatibility.getQueryObjecti64vEXT(int id, int pname, @Nullable LongPtr params) voidGL.getQueryObjectiv(int id, int pname, @Nullable IntPtr params) voidGLCompatibility.getQueryObjectivARB(int id, int pname, @Nullable IntPtr params) voidGL.getQueryObjectui64v(int id, int pname, @Nullable LongPtr params) voidGLCompatibility.getQueryObjectui64vEXT(int id, int pname, @Nullable LongPtr params) voidGL.getQueryObjectuiv(int id, int pname, @Nullable IntPtr params) voidGLCompatibility.getQueryObjectuivARB(int id, int pname, @Nullable IntPtr params) voidGL.getRenderbufferParameteriv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getRenderbufferParameterivEXT(int target, int pname, @Nullable IntPtr params) voidGL.getSamplerParameterfv(int sampler, int pname, @Nullable FloatPtr params) voidGL.getSamplerParameterIiv(int sampler, int pname, @Nullable IntPtr params) voidGL.getSamplerParameterIuiv(int sampler, int pname, @Nullable IntPtr params) voidGL.getSamplerParameteriv(int sampler, int pname, @Nullable IntPtr params) voidGLCompatibility.getSemaphoreParameterivNV(int semaphore, int pname, @Nullable IntPtr params) voidGLCompatibility.getSeparableFilter(int target, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column, @NotNull MemorySegment span) voidGLCompatibility.getSeparableFilter(int target, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column, @NotNull MemorySegment span) voidGLCompatibility.getSeparableFilter(int target, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column, @NotNull MemorySegment span) voidGL.getShaderInfoLog(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getShaderInfoLog(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getShaderiv(int shader, int pname, @Nullable IntPtr params) voidGL.getShaderPrecisionFormat(int shadertype, int precisiontype, @Nullable IntPtr range, @Nullable IntPtr precision) voidGL.getShaderPrecisionFormat(int shadertype, int precisiontype, @Nullable IntPtr range, @Nullable IntPtr precision) voidGL.getShaderSource(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) voidGL.getShaderSource(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) voidGLCompatibility.getShaderSourceARB(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr source) voidGLCompatibility.getShaderSourceARB(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr source) voidGL.getShadingRateImagePaletteNV(int viewport, int entry, @Nullable IntPtr rate) voidGL.getShadingRateSampleLocationivNV(int rate, int samples, int index, @Nullable IntPtr location) intGL.getSubroutineIndex(int program, int shadertype, @Nullable BytePtr name) intGL.getSubroutineUniformLocation(int program, int shadertype, @Nullable BytePtr name) voidGL.getSynciv(@Nullable GLsync sync, int pname, int count, @Nullable IntPtr length, @Nullable IntPtr values) voidGL.getSynciv(@Nullable GLsync sync, int pname, int count, @Nullable IntPtr length, @Nullable IntPtr values) voidGLCompatibility.getTexEnvfv(int target, int pname, @Nullable FloatPtr params) voidGLCompatibility.getTexEnviv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getTexGendv(int coord, int pname, @Nullable DoublePtr params) voidGLCompatibility.getTexGenfv(int coord, int pname, @Nullable FloatPtr params) voidGLCompatibility.getTexGeniv(int coord, int pname, @Nullable IntPtr params) voidGL.getTexImage(int target, int level, int format, int type, @NotNull MemorySegment pixels) voidGL.getTexLevelParameterfv(int target, int level, int pname, @Nullable FloatPtr params) voidGL.getTexLevelParameteriv(int target, int level, int pname, @Nullable IntPtr params) voidGL.getTexParameterfv(int target, int pname, @Nullable FloatPtr params) voidGL.getTexParameterIiv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getTexParameterIivEXT(int target, int pname, @Nullable IntPtr params) voidGL.getTexParameterIuiv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getTexParameterIuivEXT(int target, int pname, @Nullable IntPtr params) voidGL.getTexParameteriv(int target, int pname, @Nullable IntPtr params) voidGL.getTextureImage(int texture, int level, int format, int type, int bufSize, @NotNull MemorySegment pixels) voidGL.getTextureImageEXT(int texture, int target, int level, int format, int type, @NotNull MemorySegment pixels) voidGL.getTextureLevelParameterfv(int texture, int level, int pname, @Nullable FloatPtr params) voidGL.getTextureLevelParameterfvEXT(int texture, int target, int level, int pname, @Nullable FloatPtr params) voidGL.getTextureLevelParameteriv(int texture, int level, int pname, @Nullable IntPtr params) voidGL.getTextureLevelParameterivEXT(int texture, int target, int level, int pname, @Nullable IntPtr params) voidGL.getTextureParameterfv(int texture, int pname, @Nullable FloatPtr params) voidGL.getTextureParameterfvEXT(int texture, int target, int pname, @Nullable FloatPtr params) voidGL.getTextureParameterIiv(int texture, int pname, @Nullable IntPtr params) voidGL.getTextureParameterIivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.getTextureParameterIuiv(int texture, int pname, @Nullable IntPtr params) voidGL.getTextureParameterIuivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.getTextureParameteriv(int texture, int pname, @Nullable IntPtr params) voidGL.getTextureParameterivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.getTextureSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, int bufSize, @NotNull MemorySegment pixels) voidGL.getTransformFeedbacki_v(int xfb, int pname, int index, @Nullable IntPtr param) voidGL.getTransformFeedbacki64_v(int xfb, int pname, int index, @Nullable LongPtr param) voidGL.getTransformFeedbackiv(int xfb, int pname, @Nullable IntPtr param) voidGL.getTransformFeedbackVarying(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getTransformFeedbackVarying(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getTransformFeedbackVarying(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getTransformFeedbackVarying(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getTransformFeedbackVaryingEXT(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getTransformFeedbackVaryingEXT(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getTransformFeedbackVaryingEXT(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getTransformFeedbackVaryingEXT(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getTransformFeedbackVaryingNV(int program, int index, @Nullable IntPtr location) intGL.getUniformBlockIndex(int program, @Nullable BytePtr uniformBlockName) voidGL.getUniformdv(int program, int location, @Nullable DoublePtr params) voidGL.getUniformfv(int program, int location, @Nullable FloatPtr params) voidGLCompatibility.getUniformfvARB(int programObj, int location, @Nullable FloatPtr params) voidGL.getUniformi64vARB(int program, int location, @Nullable LongPtr params) voidGLCompatibility.getUniformi64vNV(int program, int location, @Nullable LongPtr params) voidGL.getUniformIndices(int program, int uniformCount, @Nullable PointerPtr uniformNames, @Nullable IntPtr uniformIndices) voidGL.getUniformiv(int program, int location, @Nullable IntPtr params) voidGLCompatibility.getUniformivARB(int programObj, int location, @Nullable IntPtr params) intGL.getUniformLocation(int program, @Nullable BytePtr name) intGLCompatibility.getUniformLocationARB(int programObj, @Nullable BytePtr name) voidGL.getUniformSubroutineuiv(int shadertype, int location, @Nullable IntPtr params) voidGL.getUniformui64vARB(int program, int location, @Nullable LongPtr params) voidGLCompatibility.getUniformui64vNV(int program, int location, @Nullable LongPtr params) voidGL.getUniformuiv(int program, int location, @Nullable IntPtr params) voidGLCompatibility.getUniformuivEXT(int program, int location, @Nullable IntPtr params) intGLCompatibility.getVaryingLocationNV(int program, @Nullable BytePtr name) voidGL.getVertexArrayIndexed64iv(int vaobj, int index, int pname, @Nullable LongPtr param) voidGL.getVertexArrayIndexediv(int vaobj, int index, int pname, @Nullable IntPtr param) voidGL.getVertexArrayIntegeri_vEXT(int vaobj, int index, int pname, @Nullable IntPtr param) voidGL.getVertexArrayIntegervEXT(int vaobj, int pname, @Nullable IntPtr param) voidGL.getVertexArrayiv(int vaobj, int pname, @Nullable IntPtr param) voidGL.getVertexAttribdv(int index, int pname, @Nullable DoublePtr params) voidGLCompatibility.getVertexAttribdvARB(int index, int pname, @Nullable DoublePtr params) voidGL.getVertexAttribfv(int index, int pname, @Nullable FloatPtr params) voidGLCompatibility.getVertexAttribfvARB(int index, int pname, @Nullable FloatPtr params) voidGL.getVertexAttribIiv(int index, int pname, @Nullable IntPtr params) voidGLCompatibility.getVertexAttribIivEXT(int index, int pname, @Nullable IntPtr params) voidGL.getVertexAttribIuiv(int index, int pname, @Nullable IntPtr params) voidGLCompatibility.getVertexAttribIuivEXT(int index, int pname, @Nullable IntPtr params) voidGL.getVertexAttribiv(int index, int pname, @Nullable IntPtr params) voidGLCompatibility.getVertexAttribivARB(int index, int pname, @Nullable IntPtr params) voidGL.getVertexAttribLdv(int index, int pname, @Nullable DoublePtr params) voidGLCompatibility.getVertexAttribLdvEXT(int index, int pname, @Nullable DoublePtr params) voidGL.getVertexAttribLi64vNV(int index, int pname, @Nullable LongPtr params) voidGL.getVertexAttribLui64vARB(int index, int pname, @Nullable LongPtr params) voidGL.getVertexAttribLui64vNV(int index, int pname, @Nullable LongPtr params) @NotNull MemorySegmentGL.getVkProcAddrNV(@Nullable BytePtr name) voidvoidvoidvoidGLCompatibility.indexPointer(int type, int stride, @NotNull MemorySegment pointer) voidvoidvoidGL.insertEventMarkerEXT(int length, @Nullable BytePtr marker) voidGLCompatibility.interleavedArrays(int format, int stride, @NotNull MemorySegment pointer) voidGL.invalidateFramebuffer(int target, int numAttachments, @Nullable IntPtr attachments) voidGL.invalidateNamedFramebufferData(int framebuffer, int numAttachments, @Nullable IntPtr attachments) voidGL.invalidateNamedFramebufferSubData(int framebuffer, int numAttachments, @Nullable IntPtr attachments, int x, int y, int width, int height) voidGL.invalidateSubFramebuffer(int target, int numAttachments, @Nullable IntPtr attachments, int x, int y, int width, int height) voidGLFunctionTypes.IGLDEBUGPROC.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) voidGLFunctionTypes.IGLDEBUGPROC.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) voidGLFunctionTypes.IGLDEBUGPROCAMD.invoke(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidGLFunctionTypes.IGLDEBUGPROCAMD.invoke(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidGLFunctionTypes.IGLDEBUGPROCARB.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) voidGLFunctionTypes.IGLDEBUGPROCARB.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) voidGLFunctionTypes.IGLDEBUGPROCKHR.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) voidGLFunctionTypes.IGLDEBUGPROCKHR.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) byteGL.isNamedStringARB(int namelen, @Nullable BytePtr name) voidGL.labelObjectEXT(int type, int object, int length, @Nullable BytePtr label) voidvoidvoidGLCompatibility.lightModelfv(int pname, @Nullable FloatPtr params) voidGLCompatibility.lightModeliv(int pname, @Nullable IntPtr params) voidGL.listDrawCommandsStatesClientNV(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.listDrawCommandsStatesClientNV(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.listDrawCommandsStatesClientNV(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGLCompatibility.loadMatrixd(@Nullable DoublePtr m) voidGLCompatibility.loadMatrixf(@Nullable FloatPtr m) voidGLCompatibility.loadTransposeMatrixd(@Nullable DoublePtr m) voidGLCompatibility.loadTransposeMatrixdARB(@Nullable DoublePtr m) voidGLCompatibility.loadTransposeMatrixf(@Nullable FloatPtr m) voidGLCompatibility.loadTransposeMatrixfARB(@Nullable FloatPtr m) voidGLCompatibility.map1d(int target, double u1, double u2, int stride, int order, @Nullable DoublePtr points) voidGLCompatibility.map1f(int target, float u1, float u2, int stride, int order, @Nullable FloatPtr points) voidGLCompatibility.map2d(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, @Nullable DoublePtr points) voidGLCompatibility.map2f(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, @Nullable FloatPtr points) @NotNull MemorySegmentGLCompatibility.mapTexture2DINTEL(int texture, int level, int access, @Nullable IntPtr stride, @Nullable IntPtr layout) @NotNull MemorySegmentGLCompatibility.mapTexture2DINTEL(int texture, int level, int access, @Nullable IntPtr stride, @Nullable IntPtr layout) voidGLCompatibility.materialfv(int face, int pname, @Nullable FloatPtr params) voidGLCompatibility.materialiv(int face, int pname, @Nullable IntPtr params) voidGLCompatibility.matrixIndexPointerARB(int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.matrixIndexubvARB(int size, @Nullable BytePtr indices) voidGLCompatibility.matrixIndexuivARB(int size, @Nullable IntPtr indices) voidGLCompatibility.matrixIndexusvARB(int size, @Nullable ShortPtr indices) voidGL.matrixLoad3x2fNV(int matrixMode, @Nullable FloatPtr m) voidGL.matrixLoad3x3fNV(int matrixMode, @Nullable FloatPtr m) voidGL.matrixLoaddEXT(int mode, @Nullable DoublePtr m) voidGL.matrixLoadfEXT(int mode, @Nullable FloatPtr m) voidGL.matrixLoadTranspose3x3fNV(int matrixMode, @Nullable FloatPtr m) voidGL.matrixLoadTransposedEXT(int mode, @Nullable DoublePtr m) voidGL.matrixLoadTransposefEXT(int mode, @Nullable FloatPtr m) voidGL.matrixMult3x2fNV(int matrixMode, @Nullable FloatPtr m) voidGL.matrixMult3x3fNV(int matrixMode, @Nullable FloatPtr m) voidGL.matrixMultdEXT(int mode, @Nullable DoublePtr m) voidGL.matrixMultfEXT(int mode, @Nullable FloatPtr m) voidGL.matrixMultTranspose3x3fNV(int matrixMode, @Nullable FloatPtr m) voidGL.matrixMultTransposedEXT(int mode, @Nullable DoublePtr m) voidGL.matrixMultTransposefEXT(int mode, @Nullable FloatPtr m) voidGLCompatibility.multicastBufferSubDataNV(int gpuMask, int buffer, long offset, long size, @NotNull MemorySegment data) voidGLCompatibility.multicastFramebufferSampleLocationsfvNV(int gpu, int framebuffer, int start, int count, @Nullable FloatPtr v) voidGLCompatibility.multicastGetQueryObjecti64vNV(int gpu, int id, int pname, @Nullable LongPtr params) voidGLCompatibility.multicastGetQueryObjectivNV(int gpu, int id, int pname, @Nullable IntPtr params) voidGLCompatibility.multicastGetQueryObjectui64vNV(int gpu, int id, int pname, @Nullable LongPtr params) voidGLCompatibility.multicastGetQueryObjectuivNV(int gpu, int id, int pname, @Nullable IntPtr params) voidGLCompatibility.multicastScissorArrayvNVX(int gpu, int first, int count, @Nullable IntPtr v) voidGLCompatibility.multicastViewportArrayvNVX(int gpu, int first, int count, @Nullable FloatPtr v) voidGL.multiDrawArrays(int mode, @Nullable IntPtr first, @Nullable IntPtr count, int drawcount) voidGL.multiDrawArrays(int mode, @Nullable IntPtr first, @Nullable IntPtr count, int drawcount) voidGL.multiDrawArraysIndirect(int mode, @NotNull MemorySegment indirect, int drawcount, int stride) voidGL.multiDrawArraysIndirectBindlessCountNV(int mode, @NotNull MemorySegment indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) voidGL.multiDrawArraysIndirectBindlessNV(int mode, @NotNull MemorySegment indirect, int drawCount, int stride, int vertexBufferCount) voidGL.multiDrawArraysIndirectCount(int mode, @NotNull MemorySegment indirect, long drawcount, int maxdrawcount, int stride) voidGL.multiDrawArraysIndirectCountARB(int mode, @NotNull MemorySegment indirect, long drawcount, int maxdrawcount, int stride) voidGL.multiDrawElements(int mode, @Nullable IntPtr count, int type, @Nullable PointerPtr indices, int drawcount) voidGL.multiDrawElementsBaseVertex(int mode, @Nullable IntPtr count, int type, @Nullable PointerPtr indices, int drawcount, @Nullable IntPtr basevertex) voidGL.multiDrawElementsBaseVertex(int mode, @Nullable IntPtr count, int type, @Nullable PointerPtr indices, int drawcount, @Nullable IntPtr basevertex) voidGL.multiDrawElementsIndirect(int mode, int type, @NotNull MemorySegment indirect, int drawcount, int stride) voidGL.multiDrawElementsIndirectBindlessCountNV(int mode, int type, @NotNull MemorySegment indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) voidGL.multiDrawElementsIndirectBindlessNV(int mode, int type, @NotNull MemorySegment indirect, int drawCount, int stride, int vertexBufferCount) voidGL.multiDrawElementsIndirectCount(int mode, int type, @NotNull MemorySegment indirect, long drawcount, int maxdrawcount, int stride) voidGL.multiDrawElementsIndirectCountARB(int mode, int type, @NotNull MemorySegment indirect, long drawcount, int maxdrawcount, int stride) voidGLCompatibility.multiTexCoord1dv(int target, @Nullable DoublePtr v) voidGLCompatibility.multiTexCoord1dvARB(int target, @Nullable DoublePtr v) voidGLCompatibility.multiTexCoord1fv(int target, @Nullable FloatPtr v) voidGLCompatibility.multiTexCoord1fvARB(int target, @Nullable FloatPtr v) voidGLCompatibility.multiTexCoord1hvNV(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord1iv(int target, @Nullable IntPtr v) voidGLCompatibility.multiTexCoord1ivARB(int target, @Nullable IntPtr v) voidGLCompatibility.multiTexCoord1sv(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord1svARB(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord2dv(int target, @Nullable DoublePtr v) voidGLCompatibility.multiTexCoord2dvARB(int target, @Nullable DoublePtr v) voidGLCompatibility.multiTexCoord2fv(int target, @Nullable FloatPtr v) voidGLCompatibility.multiTexCoord2fvARB(int target, @Nullable FloatPtr v) voidGLCompatibility.multiTexCoord2hvNV(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord2iv(int target, @Nullable IntPtr v) voidGLCompatibility.multiTexCoord2ivARB(int target, @Nullable IntPtr v) voidGLCompatibility.multiTexCoord2sv(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord2svARB(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord3dv(int target, @Nullable DoublePtr v) voidGLCompatibility.multiTexCoord3dvARB(int target, @Nullable DoublePtr v) voidGLCompatibility.multiTexCoord3fv(int target, @Nullable FloatPtr v) voidGLCompatibility.multiTexCoord3fvARB(int target, @Nullable FloatPtr v) voidGLCompatibility.multiTexCoord3hvNV(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord3iv(int target, @Nullable IntPtr v) voidGLCompatibility.multiTexCoord3ivARB(int target, @Nullable IntPtr v) voidGLCompatibility.multiTexCoord3sv(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord3svARB(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord4dv(int target, @Nullable DoublePtr v) voidGLCompatibility.multiTexCoord4dvARB(int target, @Nullable DoublePtr v) voidGLCompatibility.multiTexCoord4fv(int target, @Nullable FloatPtr v) voidGLCompatibility.multiTexCoord4fvARB(int target, @Nullable FloatPtr v) voidGLCompatibility.multiTexCoord4hvNV(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord4iv(int target, @Nullable IntPtr v) voidGLCompatibility.multiTexCoord4ivARB(int target, @Nullable IntPtr v) voidGLCompatibility.multiTexCoord4sv(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord4svARB(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoordP1uiv(int texture, int type, @Nullable IntPtr coords) voidGLCompatibility.multiTexCoordP2uiv(int texture, int type, @Nullable IntPtr coords) voidGLCompatibility.multiTexCoordP3uiv(int texture, int type, @Nullable IntPtr coords) voidGLCompatibility.multiTexCoordP4uiv(int texture, int type, @Nullable IntPtr coords) voidGL.multiTexCoordPointerEXT(int texunit, int size, int type, int stride, @NotNull MemorySegment pointer) voidGL.multiTexEnvfvEXT(int texunit, int target, int pname, @Nullable FloatPtr params) voidGL.multiTexEnvivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.multiTexGendvEXT(int texunit, int coord, int pname, @Nullable DoublePtr params) voidGL.multiTexGenfvEXT(int texunit, int coord, int pname, @Nullable FloatPtr params) voidGL.multiTexGenivEXT(int texunit, int coord, int pname, @Nullable IntPtr params) voidGL.multiTexImage1DEXT(int texunit, int target, int level, int internalformat, int width, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.multiTexImage2DEXT(int texunit, int target, int level, int internalformat, int width, int height, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.multiTexImage3DEXT(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.multiTexParameterfvEXT(int texunit, int target, int pname, @Nullable FloatPtr params) voidGL.multiTexParameterIivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.multiTexParameterIuivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.multiTexParameterivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.multiTexSubImage1DEXT(int texunit, int target, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) voidGL.multiTexSubImage2DEXT(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) voidGL.multiTexSubImage3DEXT(int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment pixels) voidGLCompatibility.multMatrixd(@Nullable DoublePtr m) voidGLCompatibility.multMatrixf(@Nullable FloatPtr m) voidGLCompatibility.multTransposeMatrixd(@Nullable DoublePtr m) voidGLCompatibility.multTransposeMatrixdARB(@Nullable DoublePtr m) voidGLCompatibility.multTransposeMatrixf(@Nullable FloatPtr m) voidGLCompatibility.multTransposeMatrixfARB(@Nullable FloatPtr m) voidGL.namedBufferData(int buffer, long size, @NotNull MemorySegment data, int usage) voidGL.namedBufferDataEXT(int buffer, long size, @NotNull MemorySegment data, int usage) voidGL.namedBufferStorage(int buffer, long size, @NotNull MemorySegment data, int flags) voidGL.namedBufferStorageEXT(int buffer, long size, @NotNull MemorySegment data, int flags) voidGL.namedBufferSubData(int buffer, long offset, long size, @NotNull MemorySegment data) voidGL.namedBufferSubDataEXT(int buffer, long offset, long size, @NotNull MemorySegment data) voidGL.namedFramebufferDrawBuffers(int framebuffer, int n, @Nullable IntPtr bufs) voidGL.namedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, @Nullable FloatPtr v) voidGL.namedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, @Nullable FloatPtr v) voidGL.namedProgramLocalParameter4dvEXT(int program, int target, int index, @Nullable DoublePtr params) voidGL.namedProgramLocalParameter4fvEXT(int program, int target, int index, @Nullable FloatPtr params) voidGL.namedProgramLocalParameterI4ivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.namedProgramLocalParameterI4uivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.namedProgramLocalParameters4fvEXT(int program, int target, int index, int count, @Nullable FloatPtr params) voidGL.namedProgramLocalParametersI4ivEXT(int program, int target, int index, int count, @Nullable IntPtr params) voidGL.namedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, @Nullable IntPtr params) voidGL.namedProgramStringEXT(int program, int target, int format, int len, @NotNull MemorySegment string) voidGL.namedStringARB(int type, int namelen, @Nullable BytePtr name, int stringlen, @Nullable BytePtr string) voidGL.namedStringARB(int type, int namelen, @Nullable BytePtr name, int stringlen, @Nullable BytePtr string) voidvoidvoidvoidGLCompatibility.normal3hvNV(@Nullable ShortPtr v) voidvoidvoidGLCompatibility.normalP3uiv(int type, @Nullable IntPtr coords) voidGLCompatibility.normalPointer(int type, int stride, @NotNull MemorySegment pointer) voidGL.objectLabel(int identifier, int name, int length, @Nullable BytePtr label) voidGL.objectLabelKHR(int identifier, int name, int length, @Nullable BytePtr label) voidGL.objectPtrLabel(@NotNull MemorySegment ptr, int length, @Nullable BytePtr label) voidGL.objectPtrLabel(@NotNull MemorySegment ptr, int length, @Nullable BytePtr label) voidGL.objectPtrLabelKHR(@NotNull MemorySegment ptr, int length, @Nullable BytePtr label) voidGL.objectPtrLabelKHR(@NotNull MemorySegment ptr, int length, @Nullable BytePtr label) voidGL.patchParameterfv(int pname, @Nullable FloatPtr values) voidGLCompatibility.pathColorGenNV(int color, int genMode, int colorFormat, @Nullable FloatPtr coeffs) voidGL.pathCommandsNV(int path, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathCommandsNV(int path, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathCoordsNV(int path, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathDashArrayNV(int path, int dashCount, @Nullable FloatPtr dashArray) intGL.pathGlyphIndexArrayNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) intGL.pathGlyphIndexRangeNV(int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int pathParameterTemplate, float emScale, @Nullable IntPtr baseAndCount) intGL.pathGlyphIndexRangeNV(int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int pathParameterTemplate, float emScale, @Nullable IntPtr baseAndCount) voidGL.pathGlyphRangeNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyph, int numGlyphs, int handleMissingGlyphs, int pathParameterTemplate, float emScale) voidGL.pathGlyphsNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int numGlyphs, int type, @NotNull MemorySegment charcodes, int handleMissingGlyphs, int pathParameterTemplate, float emScale) voidGL.pathGlyphsNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int numGlyphs, int type, @NotNull MemorySegment charcodes, int handleMissingGlyphs, int pathParameterTemplate, float emScale) intGL.pathMemoryGlyphIndexArrayNV(int firstPathName, int fontTarget, long fontSize, @NotNull MemorySegment fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) voidGL.pathParameterfvNV(int path, int pname, @Nullable FloatPtr value) voidGL.pathParameterivNV(int path, int pname, @Nullable IntPtr value) voidGL.pathStringNV(int path, int format, int length, @NotNull MemorySegment pathString) voidGL.pathSubCommandsNV(int path, int commandStart, int commandsToDelete, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathSubCommandsNV(int path, int commandStart, int commandsToDelete, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathSubCoordsNV(int path, int coordStart, int numCoords, int coordType, @NotNull MemorySegment coords) voidGLCompatibility.pathTexGenNV(int texCoordSet, int genMode, int components, @Nullable FloatPtr coeffs) voidGLCompatibility.pixelDataRangeNV(int target, int length, @NotNull MemorySegment pointer) voidGLCompatibility.pixelMapfv(int map, int mapsize, @Nullable FloatPtr values) voidGLCompatibility.pixelMapuiv(int map, int mapsize, @Nullable IntPtr values) voidGLCompatibility.pixelMapusv(int map, int mapsize, @Nullable ShortPtr values) byteGL.pointAlongPathNV(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) byteGL.pointAlongPathNV(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) byteGL.pointAlongPathNV(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) byteGL.pointAlongPathNV(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) voidGL.pointParameterfv(int pname, @Nullable FloatPtr params) voidGLCompatibility.pointParameterfvARB(int pname, @Nullable FloatPtr params) voidGLCompatibility.pointParameterfvEXT(int pname, @Nullable FloatPtr params) voidGL.pointParameteriv(int pname, @Nullable IntPtr params) voidGLCompatibility.pointParameterivNV(int pname, @Nullable IntPtr params) voidGLCompatibility.polygonStipple(@Nullable BytePtr mask) voidGLCompatibility.prioritizeTextures(int n, @Nullable IntPtr textures, @Nullable FloatPtr priorities) voidGLCompatibility.prioritizeTextures(int n, @Nullable IntPtr textures, @Nullable FloatPtr priorities) voidGL.programBinary(int program, int binaryFormat, @NotNull MemorySegment binary, int length) voidGLCompatibility.programEnvParameter4dvARB(int target, int index, @Nullable DoublePtr params) voidGLCompatibility.programEnvParameter4fvARB(int target, int index, @Nullable FloatPtr params) voidGLCompatibility.programEnvParameters4fvEXT(int target, int index, int count, @Nullable FloatPtr params) voidGLCompatibility.programLocalParameter4dvARB(int target, int index, @Nullable DoublePtr params) voidGLCompatibility.programLocalParameter4fvARB(int target, int index, @Nullable FloatPtr params) voidGLCompatibility.programLocalParameters4fvEXT(int target, int index, int count, @Nullable FloatPtr params) voidGL.programPathFragmentInputGenNV(int program, int location, int genMode, int components, @Nullable FloatPtr coeffs) voidGLCompatibility.programStringARB(int target, int format, int len, @NotNull MemorySegment string) voidGL.programUniform1dv(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform1dvEXT(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform1fv(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform1fvEXT(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform1i64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform1i64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform1iv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform1ivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform1ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform1ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform1uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform1uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2dv(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform2dvEXT(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform2fv(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform2fvEXT(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform2i64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform2i64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform2iv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2ivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform2ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform2uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3dv(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform3dvEXT(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform3fv(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform3fvEXT(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform3i64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform3i64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform3iv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3ivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform3ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform3uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4dv(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform4dvEXT(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform4fv(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform4fvEXT(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform4i64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform4i64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform4iv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4ivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform4ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform4uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniformHandleui64vARB(int program, int location, int count, @Nullable LongPtr values) voidGL.programUniformHandleui64vNV(int program, int location, int count, @Nullable LongPtr values) voidGL.programUniformMatrix2dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x3dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x3dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x3fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x3fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x4dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x4dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x4fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x4fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x2dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x2dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x2fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x2fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x4dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x4dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x4fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x4fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x2dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x2dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x2fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x2fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x3dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x3dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x3fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x3fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.pushDebugGroup(int source, int id, int length, @Nullable BytePtr message) voidGL.pushDebugGroupKHR(int source, int id, int length, @Nullable BytePtr message) voidGL.pushGroupMarkerEXT(int length, @Nullable BytePtr marker) intGLCompatibility.queryResourceNV(int queryType, int tagId, int count, @Nullable IntPtr buffer) voidGLCompatibility.queryResourceTagNV(int tagId, @Nullable BytePtr tagString) voidGLCompatibility.rasterPos2dv(@Nullable DoublePtr v) voidGLCompatibility.rasterPos2fv(@Nullable FloatPtr v) voidGLCompatibility.rasterPos2iv(@Nullable IntPtr v) voidGLCompatibility.rasterPos2sv(@Nullable ShortPtr v) voidGLCompatibility.rasterPos3dv(@Nullable DoublePtr v) voidGLCompatibility.rasterPos3fv(@Nullable FloatPtr v) voidGLCompatibility.rasterPos3iv(@Nullable IntPtr v) voidGLCompatibility.rasterPos3sv(@Nullable ShortPtr v) voidGLCompatibility.rasterPos4dv(@Nullable DoublePtr v) voidGLCompatibility.rasterPos4fv(@Nullable FloatPtr v) voidGLCompatibility.rasterPos4iv(@Nullable IntPtr v) voidGLCompatibility.rasterPos4sv(@Nullable ShortPtr v) voidGL.readnPixels(int x, int y, int width, int height, int format, int type, int bufSize, @NotNull MemorySegment data) voidGL.readnPixelsARB(int x, int y, int width, int height, int format, int type, int bufSize, @NotNull MemorySegment data) voidGL.readnPixelsKHR(int x, int y, int width, int height, int format, int type, int bufSize, @NotNull MemorySegment data) voidGL.readPixels(int x, int y, int width, int height, int format, int type, @NotNull MemorySegment pixels) voidvoidvoidvoidvoidvoidvoidvoidvoidGL.samplerParameterfv(int sampler, int pname, @Nullable FloatPtr param) voidGL.samplerParameterIiv(int sampler, int pname, @Nullable IntPtr param) voidGL.samplerParameterIuiv(int sampler, int pname, @Nullable IntPtr param) voidGL.samplerParameteriv(int sampler, int pname, @Nullable IntPtr param) voidGL.scissorArrayv(int first, int count, @Nullable IntPtr v) voidGL.scissorExclusiveArrayvNV(int first, int count, @Nullable IntPtr v) voidGL.scissorIndexedv(int index, @Nullable IntPtr v) voidGLCompatibility.secondaryColor3bv(@Nullable BytePtr v) voidGLCompatibility.secondaryColor3bvEXT(@Nullable BytePtr v) voidGLCompatibility.secondaryColor3dv(@Nullable DoublePtr v) voidGLCompatibility.secondaryColor3dvEXT(@Nullable DoublePtr v) voidGLCompatibility.secondaryColor3fv(@Nullable FloatPtr v) voidGLCompatibility.secondaryColor3fvEXT(@Nullable FloatPtr v) voidGLCompatibility.secondaryColor3hvNV(@Nullable ShortPtr v) voidGLCompatibility.secondaryColor3iv(@Nullable IntPtr v) voidGLCompatibility.secondaryColor3ivEXT(@Nullable IntPtr v) voidGLCompatibility.secondaryColor3sv(@Nullable ShortPtr v) voidGLCompatibility.secondaryColor3svEXT(@Nullable ShortPtr v) voidGLCompatibility.secondaryColor3ubv(@Nullable BytePtr v) voidGLCompatibility.secondaryColor3ubvEXT(@Nullable BytePtr v) voidGLCompatibility.secondaryColor3uiv(@Nullable IntPtr v) voidGLCompatibility.secondaryColor3uivEXT(@Nullable IntPtr v) voidGLCompatibility.secondaryColor3usv(@Nullable ShortPtr v) voidGLCompatibility.secondaryColor3usvEXT(@Nullable ShortPtr v) voidGLCompatibility.secondaryColorP3uiv(int type, @Nullable IntPtr color) voidGLCompatibility.secondaryColorPointer(int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.secondaryColorPointerEXT(int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.selectBuffer(int size, @Nullable IntPtr buffer) voidGL.selectPerfMonitorCountersAMD(int monitor, byte enable, int group, int numCounters, @Nullable IntPtr counterList) voidGLCompatibility.semaphoreParameterivNV(int semaphore, int pname, @Nullable IntPtr params) voidGLCompatibility.separableFilter2D(int target, int internalformat, int width, int height, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column) voidGLCompatibility.separableFilter2D(int target, int internalformat, int width, int height, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column) voidGLCompatibility.setMultisamplefvAMD(int pname, int index, @Nullable FloatPtr val) voidGL.shaderBinary(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) voidGL.shaderBinary(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) voidGL.shaderSource(int shader, int count, @Nullable PointerPtr string, @Nullable IntPtr length) voidGLCompatibility.shaderSourceARB(int shaderObj, int count, @Nullable PointerPtr string, @Nullable IntPtr length) voidGL.shadingRateImagePaletteNV(int viewport, int first, int count, @Nullable IntPtr rates) voidGL.shadingRateSampleOrderCustomNV(int rate, int samples, @Nullable IntPtr locations) voidGLCompatibility.signalSemaphoreui64NVX(int signalGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGLCompatibility.signalSemaphoreui64NVX(int signalGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGL.specializeShader(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShader(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShader(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShaderARB(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShaderARB(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShaderARB(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.stencilFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilThenCoverFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilThenCoverFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilThenCoverStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilThenCoverStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGLCompatibility.stringMarkerGREMEDY(int len, @NotNull MemorySegment string) voidGLCompatibility.texCoord1dv(@Nullable DoublePtr v) voidGLCompatibility.texCoord1fv(@Nullable FloatPtr v) voidGLCompatibility.texCoord1hvNV(@Nullable ShortPtr v) voidGLCompatibility.texCoord1iv(@Nullable IntPtr v) voidGLCompatibility.texCoord1sv(@Nullable ShortPtr v) voidGLCompatibility.texCoord2dv(@Nullable DoublePtr v) voidGLCompatibility.texCoord2fv(@Nullable FloatPtr v) voidGLCompatibility.texCoord2hvNV(@Nullable ShortPtr v) voidGLCompatibility.texCoord2iv(@Nullable IntPtr v) voidGLCompatibility.texCoord2sv(@Nullable ShortPtr v) voidGLCompatibility.texCoord3dv(@Nullable DoublePtr v) voidGLCompatibility.texCoord3fv(@Nullable FloatPtr v) voidGLCompatibility.texCoord3hvNV(@Nullable ShortPtr v) voidGLCompatibility.texCoord3iv(@Nullable IntPtr v) voidGLCompatibility.texCoord3sv(@Nullable ShortPtr v) voidGLCompatibility.texCoord4dv(@Nullable DoublePtr v) voidGLCompatibility.texCoord4fv(@Nullable FloatPtr v) voidGLCompatibility.texCoord4hvNV(@Nullable ShortPtr v) voidGLCompatibility.texCoord4iv(@Nullable IntPtr v) voidGLCompatibility.texCoord4sv(@Nullable ShortPtr v) voidGLCompatibility.texCoordP1uiv(int type, @Nullable IntPtr coords) voidGLCompatibility.texCoordP2uiv(int type, @Nullable IntPtr coords) voidGLCompatibility.texCoordP3uiv(int type, @Nullable IntPtr coords) voidGLCompatibility.texCoordP4uiv(int type, @Nullable IntPtr coords) voidGLCompatibility.texCoordPointer(int size, int type, int stride, @NotNull MemorySegment pointer) voidvoidvoidvoidvoidvoidGL.texImage1D(int target, int level, int internalformat, int width, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.texImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.texImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.texParameterfv(int target, int pname, @Nullable FloatPtr params) voidGL.texParameterIiv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.texParameterIivEXT(int target, int pname, @Nullable IntPtr params) voidGL.texParameterIuiv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.texParameterIuivEXT(int target, int pname, @Nullable IntPtr params) voidGL.texParameteriv(int target, int pname, @Nullable IntPtr params) voidGL.texSubImage1D(int target, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) voidGL.texSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) voidGL.texSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment pixels) voidGL.textureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.textureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.textureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.textureParameterfv(int texture, int pname, @Nullable FloatPtr param) voidGL.textureParameterfvEXT(int texture, int target, int pname, @Nullable FloatPtr params) voidGL.textureParameterIiv(int texture, int pname, @Nullable IntPtr params) voidGL.textureParameterIivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.textureParameterIuiv(int texture, int pname, @Nullable IntPtr params) voidGL.textureParameterIuivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.textureParameteriv(int texture, int pname, @Nullable IntPtr param) voidGL.textureParameterivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.textureSubImage1D(int texture, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage2D(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment pixels) voidGLCompatibility.transformFeedbackAttribsNV(int count, @Nullable IntPtr attribs, int bufferMode) voidGLCompatibility.transformFeedbackStreamAttribsNV(int count, @Nullable IntPtr attribs, int nbuffers, @Nullable IntPtr bufstreams, int bufferMode) voidGLCompatibility.transformFeedbackStreamAttribsNV(int count, @Nullable IntPtr attribs, int nbuffers, @Nullable IntPtr bufstreams, int bufferMode) voidGLCompatibility.transformFeedbackVaryingsNV(int program, int count, @Nullable IntPtr locations, int bufferMode) voidGL.transformPathNV(int resultPath, int srcPath, int transformType, @Nullable FloatPtr transformValues) voidGL.uniform1dv(int location, int count, @Nullable DoublePtr value) voidGL.uniform1fv(int location, int count, @Nullable FloatPtr value) voidGLCompatibility.uniform1fvARB(int location, int count, @Nullable FloatPtr value) voidGL.uniform1i64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform1i64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniform1iv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform1ivARB(int location, int count, @Nullable IntPtr value) voidGL.uniform1ui64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform1ui64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniform1uiv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform1uivEXT(int location, int count, @Nullable IntPtr value) voidGL.uniform2dv(int location, int count, @Nullable DoublePtr value) voidGL.uniform2fv(int location, int count, @Nullable FloatPtr value) voidGLCompatibility.uniform2fvARB(int location, int count, @Nullable FloatPtr value) voidGL.uniform2i64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform2i64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniform2iv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform2ivARB(int location, int count, @Nullable IntPtr value) voidGL.uniform2ui64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform2ui64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniform2uiv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform2uivEXT(int location, int count, @Nullable IntPtr value) voidGL.uniform3dv(int location, int count, @Nullable DoublePtr value) voidGL.uniform3fv(int location, int count, @Nullable FloatPtr value) voidGLCompatibility.uniform3fvARB(int location, int count, @Nullable FloatPtr value) voidGL.uniform3i64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform3i64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniform3iv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform3ivARB(int location, int count, @Nullable IntPtr value) voidGL.uniform3ui64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform3ui64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniform3uiv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform3uivEXT(int location, int count, @Nullable IntPtr value) voidGL.uniform4dv(int location, int count, @Nullable DoublePtr value) voidGL.uniform4fv(int location, int count, @Nullable FloatPtr value) voidGLCompatibility.uniform4fvARB(int location, int count, @Nullable FloatPtr value) voidGL.uniform4i64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform4i64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniform4iv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform4ivARB(int location, int count, @Nullable IntPtr value) voidGL.uniform4ui64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform4ui64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniform4uiv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform4uivEXT(int location, int count, @Nullable IntPtr value) voidGL.uniformHandleui64vARB(int location, int count, @Nullable LongPtr value) voidGL.uniformHandleui64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniformMatrix2dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix2fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLCompatibility.uniformMatrix2fvARB(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix2x3dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix2x3fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix2x4dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix2x4fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix3dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix3fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLCompatibility.uniformMatrix3fvARB(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix3x2dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix3x2fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix3x4dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix3x4fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix4dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix4fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLCompatibility.uniformMatrix4fvARB(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix4x2dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix4x2fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix4x3dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix4x3fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformSubroutinesuiv(int shadertype, int count, @Nullable IntPtr indices) voidGL.uniformui64vNV(int location, int count, @Nullable LongPtr value) voidvoidvoidGLCompatibility.vertex2hvNV(@Nullable ShortPtr v) voidvoidvoidvoidvoidGLCompatibility.vertex3hvNV(@Nullable ShortPtr v) voidvoidvoidvoidvoidGLCompatibility.vertex4hvNV(@Nullable ShortPtr v) voidvoidvoidGLCompatibility.vertexArrayRangeNV(int length, @NotNull MemorySegment pointer) voidGL.vertexArrayVertexBuffers(int vaobj, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGL.vertexArrayVertexBuffers(int vaobj, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGL.vertexArrayVertexBuffers(int vaobj, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGL.vertexAttrib1dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttrib1dvARB(int index, @Nullable DoublePtr v) voidGL.vertexAttrib1fv(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib1fvARB(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib1hvNV(int index, @Nullable ShortPtr v) voidGL.vertexAttrib1sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib1svARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib2dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttrib2dvARB(int index, @Nullable DoublePtr v) voidGL.vertexAttrib2fv(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib2fvARB(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib2hvNV(int index, @Nullable ShortPtr v) voidGL.vertexAttrib2sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib2svARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib3dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttrib3dvARB(int index, @Nullable DoublePtr v) voidGL.vertexAttrib3fv(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib3fvARB(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib3hvNV(int index, @Nullable ShortPtr v) voidGL.vertexAttrib3sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib3svARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4bv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4bvARB(int index, @Nullable BytePtr v) voidGL.vertexAttrib4dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttrib4dvARB(int index, @Nullable DoublePtr v) voidGL.vertexAttrib4fv(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib4fvARB(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib4hvNV(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4ivARB(int index, @Nullable IntPtr v) voidGL.vertexAttrib4Nbv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4NbvARB(int index, @Nullable BytePtr v) voidGL.vertexAttrib4Niv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4NivARB(int index, @Nullable IntPtr v) voidGL.vertexAttrib4Nsv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4NsvARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4Nubv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4NubvARB(int index, @Nullable BytePtr v) voidGL.vertexAttrib4Nuiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4NuivARB(int index, @Nullable IntPtr v) voidGL.vertexAttrib4Nusv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4NusvARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4svARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4ubv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4ubvARB(int index, @Nullable BytePtr v) voidGL.vertexAttrib4uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4uivARB(int index, @Nullable IntPtr v) voidGL.vertexAttrib4usv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4usvARB(int index, @Nullable ShortPtr v) voidGL.vertexAttribI1iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI1ivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI1uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI1uivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI2iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI2ivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI2uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI2uivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI3iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI3ivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI3uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI3uivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI4bv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttribI4bvEXT(int index, @Nullable BytePtr v) voidGL.vertexAttribI4iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI4ivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI4sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribI4svEXT(int index, @Nullable ShortPtr v) voidGL.vertexAttribI4ubv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttribI4ubvEXT(int index, @Nullable BytePtr v) voidGL.vertexAttribI4uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI4uivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI4usv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribI4usvEXT(int index, @Nullable ShortPtr v) voidGL.vertexAttribIPointer(int index, int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexAttribIPointerEXT(int index, int size, int type, int stride, @NotNull MemorySegment pointer) voidGL.vertexAttribL1dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttribL1dvEXT(int index, @Nullable DoublePtr v) voidGL.vertexAttribL1i64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL1ui64vARB(int index, @Nullable LongPtr v) voidGL.vertexAttribL1ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL2dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttribL2dvEXT(int index, @Nullable DoublePtr v) voidGL.vertexAttribL2i64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL2ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL3dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttribL3dvEXT(int index, @Nullable DoublePtr v) voidGL.vertexAttribL3i64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL3ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL4dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttribL4dvEXT(int index, @Nullable DoublePtr v) voidGL.vertexAttribL4i64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL4ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribLPointer(int index, int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexAttribLPointerEXT(int index, int size, int type, int stride, @NotNull MemorySegment pointer) voidGL.vertexAttribP1uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP2uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP3uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP4uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribPointer(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexAttribPointerARB(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexAttribs1hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs2hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs3hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs4hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexP2uiv(int type, @Nullable IntPtr value) voidGLCompatibility.vertexP3uiv(int type, @Nullable IntPtr value) voidGLCompatibility.vertexP4uiv(int type, @Nullable IntPtr value) voidGLCompatibility.vertexPointer(int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexWeighthvNV(@Nullable ShortPtr weight) voidGL.viewportArrayv(int first, int count, @Nullable FloatPtr v) voidGL.viewportIndexedfv(int index, @Nullable FloatPtr v) voidGLCompatibility.waitSemaphoreui64NVX(int waitGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGLCompatibility.waitSemaphoreui64NVX(int waitGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGLCompatibility.weightbvARB(int size, @Nullable BytePtr weights) voidGLCompatibility.weightdvARB(int size, @Nullable DoublePtr weights) voidGLCompatibility.weightfvARB(int size, @Nullable FloatPtr weights) voidGLCompatibility.weightivARB(int size, @Nullable IntPtr weights) voidGL.weightPathsNV(int resultPath, int numPaths, @Nullable IntPtr paths, @Nullable FloatPtr weights) voidGL.weightPathsNV(int resultPath, int numPaths, @Nullable IntPtr paths, @Nullable FloatPtr weights) voidGLCompatibility.weightPointerARB(int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.weightsvARB(int size, @Nullable ShortPtr weights) voidGLCompatibility.weightubvARB(int size, @Nullable BytePtr weights) voidGLCompatibility.weightuivARB(int size, @Nullable IntPtr weights) voidGLCompatibility.weightusvARB(int size, @Nullable ShortPtr weights) voidGLCompatibility.windowPos2dv(@Nullable DoublePtr v) voidGLCompatibility.windowPos2dvARB(@Nullable DoublePtr v) voidGLCompatibility.windowPos2fv(@Nullable FloatPtr v) voidGLCompatibility.windowPos2fvARB(@Nullable FloatPtr v) voidGLCompatibility.windowPos2iv(@Nullable IntPtr v) voidGLCompatibility.windowPos2ivARB(@Nullable IntPtr v) voidGLCompatibility.windowPos2sv(@Nullable ShortPtr v) voidGLCompatibility.windowPos2svARB(@Nullable ShortPtr v) voidGLCompatibility.windowPos3dv(@Nullable DoublePtr v) voidGLCompatibility.windowPos3dvARB(@Nullable DoublePtr v) voidGLCompatibility.windowPos3fv(@Nullable FloatPtr v) voidGLCompatibility.windowPos3fvARB(@Nullable FloatPtr v) voidGLCompatibility.windowPos3iv(@Nullable IntPtr v) voidGLCompatibility.windowPos3ivARB(@Nullable IntPtr v) voidGLCompatibility.windowPos3sv(@Nullable ShortPtr v) voidGLCompatibility.windowPos3svARB(@Nullable ShortPtr v) voidGL.windowRectanglesEXT(int mode, int count, @Nullable IntPtr box) -
Uses of Pointer in club.doki7.openxr
Methods in club.doki7.openxr with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentXRFunctionTypes.IPFN_xrEglGetProcAddressMNDX.invoke(@NotNull MemorySegment p0) Method parameters in club.doki7.openxr with annotations of type PointerModifier and TypeMethodDescriptionintXRFunctionTypes.IPFN_xrCreateApiLayerInstance.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) intXRFunctionTypes.IPFN_xrCreateApiLayerInstance.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) intXRFunctionTypes.IPFN_xrCreateApiLayerInstance.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) intXRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT.invoke(long p0, long p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) intXRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT.invoke(long p0, long p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) @NotNull MemorySegmentXRFunctionTypes.IPFN_xrEglGetProcAddressMNDX.invoke(@NotNull MemorySegment p0) intXRFunctionTypes.IPFN_xrGetInstanceProcAddr.invoke(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) intXRFunctionTypes.IPFN_xrGetInstanceProcAddr.invoke(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) -
Uses of Pointer in club.doki7.openxr.command
Method parameters in club.doki7.openxr.command with annotations of type PointerModifier and TypeMethodDescriptionintXR.acquireEnvironmentDepthImageMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA acquireInfo, XrEnvironmentDepthImageMETA environmentDepthImage) intXR.acquireEnvironmentDepthImageMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA acquireInfo, XrEnvironmentDepthImageMETA environmentDepthImage) intXR.acquireSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) intXRStatic.acquireSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) intXR.allocateWorldMeshBufferML(XrWorldMeshDetectorML detector, XrWorldMeshBufferSizeML size, XrWorldMeshBufferML buffer) intXR.allocateWorldMeshBufferML(XrWorldMeshDetectorML detector, XrWorldMeshBufferSizeML size, XrWorldMeshBufferML buffer) intXR.applyForceFeedbackCurlMNDX(XrHandTrackerEXT handTracker, XrForceFeedbackCurlApplyLocationsMNDX locations) intXR.applyFoveationHTC(XrSession session, XrFoveationApplyInfoHTC applyInfo) intXR.applyHapticFeedback(XrSession session, XrHapticActionInfo hapticActionInfo, XrHapticBaseHeader hapticFeedback) intXR.applyHapticFeedback(XrSession session, XrHapticActionInfo hapticActionInfo, XrHapticBaseHeader hapticFeedback) intXRStatic.applyHapticFeedback(XrSession session, XrHapticActionInfo hapticActionInfo, XrHapticBaseHeader hapticFeedback) intXRStatic.applyHapticFeedback(XrSession session, XrHapticActionInfo hapticActionInfo, XrHapticBaseHeader hapticFeedback) intXR.attachSessionActionSets(XrSession session, XrSessionActionSetsAttachInfo attachInfo) intXRStatic.attachSessionActionSets(XrSession session, XrSessionActionSetsAttachInfo attachInfo) intXR.beginFrame(XrSession session, @Nullable XrFrameBeginInfo frameBeginInfo) intXRStatic.beginFrame(XrSession session, @Nullable XrFrameBeginInfo frameBeginInfo) intXR.beginPlaneDetectionEXT(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorBeginInfoEXT beginInfo) intXR.beginSession(XrSession session, XrSessionBeginInfo beginInfo) intXRStatic.beginSession(XrSession session, XrSessionBeginInfo beginInfo) intXR.cancelFutureEXT(XrInstance instance, XrFutureCancelInfoEXT cancelInfo) intXR.captureSceneAsyncBD(XrSenseDataProviderBD provider, XrSceneCaptureInfoBD info, XrFutureEXT.Ptr future) intXR.captureSceneAsyncBD(XrSenseDataProviderBD provider, XrSceneCaptureInfoBD info, XrFutureEXT.Ptr future) intXR.captureSceneCompleteBD(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) intXR.changeVirtualKeyboardTextContextMETA(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardTextContextChangeInfoMETA changeInfo) intXR.computeNewSceneMSFT(XrSceneObserverMSFT sceneObserver, XrNewSceneComputeInfoMSFT computeInfo) intXR.convertTimespecTimeToTimeKHR(XrInstance instance, @NotNull MemorySegment timespecTime, LongPtr time) intXR.convertTimespecTimeToTimeKHR(XrInstance instance, @NotNull MemorySegment timespecTime, LongPtr time) intXR.convertTimeToTimespecTimeKHR(XrInstance instance, long time, @NotNull MemorySegment timespecTime) intXR.convertTimeToWin32PerformanceCounterKHR(XrInstance instance, long time, @NotNull MemorySegment performanceCounter) intXR.convertWin32PerformanceCounterToTimeKHR(XrInstance instance, @NotNull MemorySegment performanceCounter, LongPtr time) intXR.convertWin32PerformanceCounterToTimeKHR(XrInstance instance, @NotNull MemorySegment performanceCounter, LongPtr time) intXR.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) intXR.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) intXRStatic.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) intXRStatic.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) intXR.createActionSet(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) intXR.createActionSet(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) intXRStatic.createActionSet(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) intXRStatic.createActionSet(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) intXR.createActionSpace(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) intXR.createActionSpace(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) intXRStatic.createActionSpace(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) intXRStatic.createActionSpace(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) intXR.createAnchorSpaceBD(XrSession session, XrAnchorSpaceCreateInfoBD createInfo, XrSpace.Ptr space) intXR.createAnchorSpaceBD(XrSession session, XrAnchorSpaceCreateInfoBD createInfo, XrSpace.Ptr space) intXR.createApiLayerInstance(XrInstanceCreateInfo info, XrApiLayerCreateInfo layerInfo, XrInstance.Ptr instance) intXR.createApiLayerInstance(XrInstanceCreateInfo info, XrApiLayerCreateInfo layerInfo, XrInstance.Ptr instance) intXR.createApiLayerInstance(XrInstanceCreateInfo info, XrApiLayerCreateInfo layerInfo, XrInstance.Ptr instance) intXR.createBodyTrackerBD(XrSession session, XrBodyTrackerCreateInfoBD createInfo, XrBodyTrackerBD.Ptr bodyTracker) intXR.createBodyTrackerBD(XrSession session, XrBodyTrackerCreateInfoBD createInfo, XrBodyTrackerBD.Ptr bodyTracker) intXR.createBodyTrackerFB(XrSession session, XrBodyTrackerCreateInfoFB createInfo, XrBodyTrackerFB.Ptr bodyTracker) intXR.createBodyTrackerFB(XrSession session, XrBodyTrackerCreateInfoFB createInfo, XrBodyTrackerFB.Ptr bodyTracker) intXR.createBodyTrackerHTC(XrSession session, XrBodyTrackerCreateInfoHTC createInfo, XrBodyTrackerHTC.Ptr bodyTracker) intXR.createBodyTrackerHTC(XrSession session, XrBodyTrackerCreateInfoHTC createInfo, XrBodyTrackerHTC.Ptr bodyTracker) intXR.createDebugUtilsMessengerEXT(XrInstance instance, XrDebugUtilsMessengerCreateInfoEXT createInfo, XrDebugUtilsMessengerEXT.Ptr messenger) intXR.createDebugUtilsMessengerEXT(XrInstance instance, XrDebugUtilsMessengerCreateInfoEXT createInfo, XrDebugUtilsMessengerEXT.Ptr messenger) intXR.createEnvironmentDepthProviderMETA(XrSession session, XrEnvironmentDepthProviderCreateInfoMETA createInfo, XrEnvironmentDepthProviderMETA.Ptr environmentDepthProvider) intXR.createEnvironmentDepthProviderMETA(XrSession session, XrEnvironmentDepthProviderCreateInfoMETA createInfo, XrEnvironmentDepthProviderMETA.Ptr environmentDepthProvider) intXR.createEnvironmentDepthSwapchainMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA createInfo, XrEnvironmentDepthSwapchainMETA.Ptr swapchain) intXR.createEnvironmentDepthSwapchainMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA createInfo, XrEnvironmentDepthSwapchainMETA.Ptr swapchain) intXR.createExportedLocalizationMapML(XrSession session, XrUuidEXT mapUuid, XrExportedLocalizationMapML.Ptr map) intXR.createExportedLocalizationMapML(XrSession session, XrUuidEXT mapUuid, XrExportedLocalizationMapML.Ptr map) intXR.createEyeTrackerFB(XrSession session, XrEyeTrackerCreateInfoFB createInfo, XrEyeTrackerFB.Ptr eyeTracker) intXR.createEyeTrackerFB(XrSession session, XrEyeTrackerCreateInfoFB createInfo, XrEyeTrackerFB.Ptr eyeTracker) intXR.createFaceTracker2FB(XrSession session, XrFaceTrackerCreateInfo2FB createInfo, XrFaceTracker2FB.Ptr faceTracker) intXR.createFaceTracker2FB(XrSession session, XrFaceTrackerCreateInfo2FB createInfo, XrFaceTracker2FB.Ptr faceTracker) intXR.createFaceTrackerFB(XrSession session, XrFaceTrackerCreateInfoFB createInfo, XrFaceTrackerFB.Ptr faceTracker) intXR.createFaceTrackerFB(XrSession session, XrFaceTrackerCreateInfoFB createInfo, XrFaceTrackerFB.Ptr faceTracker) intXR.createFacialExpressionClientML(XrSession session, XrFacialExpressionClientCreateInfoML createInfo, XrFacialExpressionClientML.Ptr facialExpressionClient) intXR.createFacialExpressionClientML(XrSession session, XrFacialExpressionClientCreateInfoML createInfo, XrFacialExpressionClientML.Ptr facialExpressionClient) intXR.createFacialTrackerHTC(XrSession session, XrFacialTrackerCreateInfoHTC createInfo, XrFacialTrackerHTC.Ptr facialTracker) intXR.createFacialTrackerHTC(XrSession session, XrFacialTrackerCreateInfoHTC createInfo, XrFacialTrackerHTC.Ptr facialTracker) intXR.createFoveationProfileFB(XrSession session, XrFoveationProfileCreateInfoFB createInfo, XrFoveationProfileFB.Ptr profile) intXR.createFoveationProfileFB(XrSession session, XrFoveationProfileCreateInfoFB createInfo, XrFoveationProfileFB.Ptr profile) intXR.createGeometryInstanceFB(XrSession session, XrGeometryInstanceCreateInfoFB createInfo, XrGeometryInstanceFB.Ptr outGeometryInstance) intXR.createGeometryInstanceFB(XrSession session, XrGeometryInstanceCreateInfoFB createInfo, XrGeometryInstanceFB.Ptr outGeometryInstance) intXR.createHandMeshSpaceMSFT(XrHandTrackerEXT handTracker, XrHandMeshSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) intXR.createHandMeshSpaceMSFT(XrHandTrackerEXT handTracker, XrHandMeshSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) intXR.createHandTrackerEXT(XrSession session, XrHandTrackerCreateInfoEXT createInfo, XrHandTrackerEXT.Ptr handTracker) intXR.createHandTrackerEXT(XrSession session, XrHandTrackerCreateInfoEXT createInfo, XrHandTrackerEXT.Ptr handTracker) intXR.createInstance(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) intXR.createInstance(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) intXRStatic.createInstance(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) intXRStatic.createInstance(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) intXR.createKeyboardSpaceFB(XrSession session, XrKeyboardSpaceCreateInfoFB createInfo, XrSpace.Ptr keyboardSpace) intXR.createKeyboardSpaceFB(XrSession session, XrKeyboardSpaceCreateInfoFB createInfo, XrSpace.Ptr keyboardSpace) intXR.createMarkerDetectorML(XrSession session, XrMarkerDetectorCreateInfoML createInfo, XrMarkerDetectorML.Ptr markerDetector) intXR.createMarkerDetectorML(XrSession session, XrMarkerDetectorCreateInfoML createInfo, XrMarkerDetectorML.Ptr markerDetector) intXR.createMarkerSpaceML(XrSession session, XrMarkerSpaceCreateInfoML createInfo, XrSpace.Ptr space) intXR.createMarkerSpaceML(XrSession session, XrMarkerSpaceCreateInfoML createInfo, XrSpace.Ptr space) intXR.createMarkerSpaceVARJO(XrSession session, XrMarkerSpaceCreateInfoVARJO createInfo, XrSpace.Ptr space) intXR.createMarkerSpaceVARJO(XrSession session, XrMarkerSpaceCreateInfoVARJO createInfo, XrSpace.Ptr space) intXR.createPassthroughColorLutMETA(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA createInfo, XrPassthroughColorLutMETA.Ptr colorLut) intXR.createPassthroughColorLutMETA(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA createInfo, XrPassthroughColorLutMETA.Ptr colorLut) intXR.createPassthroughFB(XrSession session, XrPassthroughCreateInfoFB createInfo, XrPassthroughFB.Ptr outPassthrough) intXR.createPassthroughFB(XrSession session, XrPassthroughCreateInfoFB createInfo, XrPassthroughFB.Ptr outPassthrough) intXR.createPassthroughHTC(XrSession session, XrPassthroughCreateInfoHTC createInfo, XrPassthroughHTC.Ptr passthrough) intXR.createPassthroughHTC(XrSession session, XrPassthroughCreateInfoHTC createInfo, XrPassthroughHTC.Ptr passthrough) intXR.createPassthroughLayerFB(XrSession session, XrPassthroughLayerCreateInfoFB createInfo, XrPassthroughLayerFB.Ptr outLayer) intXR.createPassthroughLayerFB(XrSession session, XrPassthroughLayerCreateInfoFB createInfo, XrPassthroughLayerFB.Ptr outLayer) intXR.createPlaneDetectorEXT(XrSession session, XrPlaneDetectorCreateInfoEXT createInfo, XrPlaneDetectorEXT.Ptr planeDetector) intXR.createPlaneDetectorEXT(XrSession session, XrPlaneDetectorCreateInfoEXT createInfo, XrPlaneDetectorEXT.Ptr planeDetector) intXR.createReferenceSpace(XrSession session, XrReferenceSpaceCreateInfo createInfo, XrSpace.Ptr space) intXR.createReferenceSpace(XrSession session, XrReferenceSpaceCreateInfo createInfo, XrSpace.Ptr space) intXRStatic.createReferenceSpace(XrSession session, XrReferenceSpaceCreateInfo createInfo, XrSpace.Ptr space) intXRStatic.createReferenceSpace(XrSession session, XrReferenceSpaceCreateInfo createInfo, XrSpace.Ptr space) intXR.createRenderModelAssetEXT(XrSession session, XrRenderModelAssetCreateInfoEXT createInfo, XrRenderModelAssetEXT.Ptr asset) intXR.createRenderModelAssetEXT(XrSession session, XrRenderModelAssetCreateInfoEXT createInfo, XrRenderModelAssetEXT.Ptr asset) intXR.createRenderModelEXT(XrSession session, XrRenderModelCreateInfoEXT createInfo, XrRenderModelEXT.Ptr renderModel) intXR.createRenderModelEXT(XrSession session, XrRenderModelCreateInfoEXT createInfo, XrRenderModelEXT.Ptr renderModel) intXR.createRenderModelSpaceEXT(XrSession session, XrRenderModelSpaceCreateInfoEXT createInfo, XrSpace.Ptr space) intXR.createRenderModelSpaceEXT(XrSession session, XrRenderModelSpaceCreateInfoEXT createInfo, XrSpace.Ptr space) intXR.createSceneMSFT(XrSceneObserverMSFT sceneObserver, @Nullable XrSceneCreateInfoMSFT createInfo, XrSceneMSFT.Ptr scene) intXR.createSceneMSFT(XrSceneObserverMSFT sceneObserver, @Nullable XrSceneCreateInfoMSFT createInfo, XrSceneMSFT.Ptr scene) intXR.createSceneObserverMSFT(XrSession session, @Nullable XrSceneObserverCreateInfoMSFT createInfo, XrSceneObserverMSFT.Ptr sceneObserver) intXR.createSceneObserverMSFT(XrSession session, @Nullable XrSceneObserverCreateInfoMSFT createInfo, XrSceneObserverMSFT.Ptr sceneObserver) intXR.createSenseDataProviderBD(XrSession session, XrSenseDataProviderCreateInfoBD createInfo, XrSenseDataProviderBD.Ptr provider) intXR.createSenseDataProviderBD(XrSession session, XrSenseDataProviderCreateInfoBD createInfo, XrSenseDataProviderBD.Ptr provider) intXR.createSession(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) intXR.createSession(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) intXRStatic.createSession(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) intXRStatic.createSession(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) intXR.createSpaceFromCoordinateFrameUIDML(XrSession session, XrCoordinateSpaceCreateInfoML createInfo, XrSpace.Ptr space) intXR.createSpaceFromCoordinateFrameUIDML(XrSession session, XrCoordinateSpaceCreateInfoML createInfo, XrSpace.Ptr space) intXR.createSpaceUserFB(XrSession session, XrSpaceUserCreateInfoFB info, XrSpaceUserFB.Ptr user) intXR.createSpaceUserFB(XrSession session, XrSpaceUserCreateInfoFB info, XrSpaceUserFB.Ptr user) intXR.createSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSpatialAnchorCreateInfoBD info, XrFutureEXT.Ptr future) intXR.createSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSpatialAnchorCreateInfoBD info, XrFutureEXT.Ptr future) intXR.createSpatialAnchorCompleteBD(XrSenseDataProviderBD provider, XrFutureEXT future, XrSpatialAnchorCreateCompletionBD completion) intXR.createSpatialAnchorEXT(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongPtr anchorEntityId, XrSpatialEntityEXT.Ptr anchorEntity) intXR.createSpatialAnchorEXT(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongPtr anchorEntityId, XrSpatialEntityEXT.Ptr anchorEntity) intXR.createSpatialAnchorEXT(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongPtr anchorEntityId, XrSpatialEntityEXT.Ptr anchorEntity) intXR.createSpatialAnchorFB(XrSession session, XrSpatialAnchorCreateInfoFB info, LongPtr requestId) intXR.createSpatialAnchorFB(XrSession session, XrSpatialAnchorCreateInfoFB info, LongPtr requestId) intXR.createSpatialAnchorFromPerceptionAnchorMSFT(XrSession session, PointerPtr perceptionAnchor, XrSpatialAnchorMSFT.Ptr anchor) intXR.createSpatialAnchorFromPersistedNameMSFT(XrSession session, XrSpatialAnchorFromPersistedAnchorCreateInfoMSFT spatialAnchorCreateInfo, XrSpatialAnchorMSFT.Ptr spatialAnchor) intXR.createSpatialAnchorFromPersistedNameMSFT(XrSession session, XrSpatialAnchorFromPersistedAnchorCreateInfoMSFT spatialAnchorCreateInfo, XrSpatialAnchorMSFT.Ptr spatialAnchor) intXR.createSpatialAnchorHTC(XrSession session, XrSpatialAnchorCreateInfoHTC createInfo, XrSpace.Ptr anchor) intXR.createSpatialAnchorHTC(XrSession session, XrSpatialAnchorCreateInfoHTC createInfo, XrSpace.Ptr anchor) intXR.createSpatialAnchorMSFT(XrSession session, XrSpatialAnchorCreateInfoMSFT createInfo, XrSpatialAnchorMSFT.Ptr anchor) intXR.createSpatialAnchorMSFT(XrSession session, XrSpatialAnchorCreateInfoMSFT createInfo, XrSpatialAnchorMSFT.Ptr anchor) intXR.createSpatialAnchorsAsyncML(XrSession session, XrSpatialAnchorsCreateInfoBaseHeaderML createInfo, XrFutureEXT.Ptr future) intXR.createSpatialAnchorsAsyncML(XrSession session, XrSpatialAnchorsCreateInfoBaseHeaderML createInfo, XrFutureEXT.Ptr future) intXR.createSpatialAnchorsCompleteML(XrSession session, XrFutureEXT future, XrCreateSpatialAnchorsCompletionML completion) intXR.createSpatialAnchorSpaceMSFT(XrSession session, XrSpatialAnchorSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) intXR.createSpatialAnchorSpaceMSFT(XrSession session, XrSpatialAnchorSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) intXR.createSpatialAnchorsStorageML(XrSession session, XrSpatialAnchorsCreateStorageInfoML createInfo, XrSpatialAnchorsStorageML.Ptr storage) intXR.createSpatialAnchorsStorageML(XrSession session, XrSpatialAnchorsCreateStorageInfoML createInfo, XrSpatialAnchorsStorageML.Ptr storage) intXR.createSpatialAnchorStoreConnectionMSFT(XrSession session, XrSpatialAnchorStoreConnectionMSFT.Ptr spatialAnchorStore) intXR.createSpatialContextAsyncEXT(XrSession session, XrSpatialContextCreateInfoEXT createInfo, XrFutureEXT.Ptr future) intXR.createSpatialContextAsyncEXT(XrSession session, XrSpatialContextCreateInfoEXT createInfo, XrFutureEXT.Ptr future) intXR.createSpatialContextCompleteEXT(XrSession session, XrFutureEXT future, XrCreateSpatialContextCompletionEXT completion) intXR.createSpatialDiscoverySnapshotAsyncEXT(XrSpatialContextEXT spatialContext, XrSpatialDiscoverySnapshotCreateInfoEXT createInfo, XrFutureEXT.Ptr future) intXR.createSpatialDiscoverySnapshotAsyncEXT(XrSpatialContextEXT spatialContext, XrSpatialDiscoverySnapshotCreateInfoEXT createInfo, XrFutureEXT.Ptr future) intXR.createSpatialDiscoverySnapshotCompleteEXT(XrSpatialContextEXT spatialContext, XrCreateSpatialDiscoverySnapshotCompletionInfoEXT createSnapshotCompletionInfo, XrCreateSpatialDiscoverySnapshotCompletionEXT completion) intXR.createSpatialDiscoverySnapshotCompleteEXT(XrSpatialContextEXT spatialContext, XrCreateSpatialDiscoverySnapshotCompletionInfoEXT createSnapshotCompletionInfo, XrCreateSpatialDiscoverySnapshotCompletionEXT completion) intXR.createSpatialEntityAnchorBD(XrSenseDataProviderBD provider, XrSpatialEntityAnchorCreateInfoBD createInfo, XrAnchorBD.Ptr anchor) intXR.createSpatialEntityAnchorBD(XrSenseDataProviderBD provider, XrSpatialEntityAnchorCreateInfoBD createInfo, XrAnchorBD.Ptr anchor) intXR.createSpatialEntityFromIdEXT(XrSpatialContextEXT spatialContext, XrSpatialEntityFromIdCreateInfoEXT createInfo, XrSpatialEntityEXT.Ptr spatialEntity) intXR.createSpatialEntityFromIdEXT(XrSpatialContextEXT spatialContext, XrSpatialEntityFromIdCreateInfoEXT createInfo, XrSpatialEntityEXT.Ptr spatialEntity) intXR.createSpatialGraphNodeSpaceMSFT(XrSession session, XrSpatialGraphNodeSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) intXR.createSpatialGraphNodeSpaceMSFT(XrSession session, XrSpatialGraphNodeSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) intXR.createSpatialPersistenceContextAsyncEXT(XrSession session, XrSpatialPersistenceContextCreateInfoEXT createInfo, XrFutureEXT.Ptr future) intXR.createSpatialPersistenceContextAsyncEXT(XrSession session, XrSpatialPersistenceContextCreateInfoEXT createInfo, XrFutureEXT.Ptr future) intXR.createSpatialPersistenceContextCompleteEXT(XrSession session, XrFutureEXT future, XrCreateSpatialPersistenceContextCompletionEXT completion) intXR.createSpatialUpdateSnapshotEXT(XrSpatialContextEXT spatialContext, XrSpatialUpdateSnapshotCreateInfoEXT createInfo, XrSpatialSnapshotEXT.Ptr snapshot) intXR.createSpatialUpdateSnapshotEXT(XrSpatialContextEXT spatialContext, XrSpatialUpdateSnapshotCreateInfoEXT createInfo, XrSpatialSnapshotEXT.Ptr snapshot) intXR.createSwapchain(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) intXR.createSwapchain(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) intXRStatic.createSwapchain(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) intXRStatic.createSwapchain(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) intXR.createSwapchainAndroidSurfaceKHR(XrSession session, XrSwapchainCreateInfo info, XrSwapchain.Ptr swapchain, PointerPtr surface) intXR.createSwapchainAndroidSurfaceKHR(XrSession session, XrSwapchainCreateInfo info, XrSwapchain.Ptr swapchain, PointerPtr surface) intXR.createTriangleMeshFB(XrSession session, XrTriangleMeshCreateInfoFB createInfo, XrTriangleMeshFB.Ptr outTriangleMesh) intXR.createTriangleMeshFB(XrSession session, XrTriangleMeshCreateInfoFB createInfo, XrTriangleMeshFB.Ptr outTriangleMesh) intXR.createVirtualKeyboardMETA(XrSession session, XrVirtualKeyboardCreateInfoMETA createInfo, XrVirtualKeyboardMETA.Ptr keyboard) intXR.createVirtualKeyboardMETA(XrSession session, XrVirtualKeyboardCreateInfoMETA createInfo, XrVirtualKeyboardMETA.Ptr keyboard) intXR.createVirtualKeyboardSpaceMETA(XrSession session, XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardSpaceCreateInfoMETA createInfo, XrSpace.Ptr keyboardSpace) intXR.createVirtualKeyboardSpaceMETA(XrSession session, XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardSpaceCreateInfoMETA createInfo, XrSpace.Ptr keyboardSpace) intXR.createVulkanDeviceKHR(XrInstance instance, XrVulkanDeviceCreateInfoKHR createInfo, VkDevice.Ptr vulkanDevice, IntPtr vulkanResult) intXR.createVulkanDeviceKHR(XrInstance instance, XrVulkanDeviceCreateInfoKHR createInfo, VkDevice.Ptr vulkanDevice, IntPtr vulkanResult) intXR.createVulkanInstanceKHR(XrInstance instance, XrVulkanInstanceCreateInfoKHR createInfo, VkInstance.Ptr vulkanInstance, IntPtr vulkanResult) intXR.createVulkanInstanceKHR(XrInstance instance, XrVulkanInstanceCreateInfoKHR createInfo, VkInstance.Ptr vulkanInstance, IntPtr vulkanResult) intXR.createWorldMeshDetectorML(XrSession session, XrWorldMeshDetectorCreateInfoML createInfo, XrWorldMeshDetectorML.Ptr detector) intXR.createWorldMeshDetectorML(XrSession session, XrWorldMeshDetectorCreateInfoML createInfo, XrWorldMeshDetectorML.Ptr detector) intXR.deleteSpatialAnchorsAsyncML(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsDeleteInfoML deleteInfo, XrFutureEXT.Ptr future) intXR.deleteSpatialAnchorsAsyncML(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsDeleteInfoML deleteInfo, XrFutureEXT.Ptr future) intXR.deleteSpatialAnchorsCompleteML(XrSpatialAnchorsStorageML storage, XrFutureEXT future, XrSpatialAnchorsDeleteCompletionML completion) intXR.deserializeSceneMSFT(XrSceneObserverMSFT sceneObserver, XrSceneDeserializeInfoMSFT deserializeInfo) intXR.downloadSharedSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSharedSpatialAnchorDownloadInfoBD info, XrFutureEXT.Ptr future) intXR.downloadSharedSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSharedSpatialAnchorDownloadInfoBD info, XrFutureEXT.Ptr future) intXR.downloadSharedSpatialAnchorCompleteBD(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) intXR.enableLocalizationEventsML(XrSession session, XrLocalizationEnableEventsInfoML info) intXR.enableUserCalibrationEventsML(XrInstance instance, XrUserCalibrationEnableEventsInfoML enableInfo) intXR.endFrame(XrSession session, XrFrameEndInfo frameEndInfo) intXRStatic.endFrame(XrSession session, XrFrameEndInfo frameEndInfo) intXR.enumerateApiLayerProperties(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) intXRStatic.enumerateApiLayerProperties(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) intXR.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXR.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXRStatic.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXRStatic.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXR.enumerateEnvironmentDepthSwapchainImagesMETA(XrEnvironmentDepthSwapchainMETA swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXR.enumerateExternalCamerasOCULUS(XrSession session, int cameraCapacityInput, IntPtr cameraCountOutput, @Nullable IXrExternalCameraOCULUS cameras) intXR.enumerateInstanceExtensionProperties(@Nullable BytePtr layerName, int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrExtensionProperties properties) intXRStatic.enumerateInstanceExtensionProperties(@Nullable BytePtr layerName, int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrExtensionProperties properties) intXR.enumerateInteractionRenderModelIdsEXT(XrSession session, XrInteractionRenderModelIdsEnumerateInfoEXT getInfo, int renderModelIdCapacityInput, IntPtr renderModelIdCountOutput, @Nullable LongPtr renderModelIds) intXR.enumerateInteractionRenderModelIdsEXT(XrSession session, XrInteractionRenderModelIdsEnumerateInfoEXT getInfo, int renderModelIdCapacityInput, IntPtr renderModelIdCountOutput, @Nullable LongPtr renderModelIds) intXR.enumeratePerformanceMetricsCounterPathsMETA(XrInstance instance, int counterPathCapacityInput, IntPtr counterPathCountOutput, @Nullable LongPtr counterPaths) intXR.enumeratePersistedSpatialAnchorNamesMSFT(XrSpatialAnchorStoreConnectionMSFT spatialAnchorStore, int spatialAnchorNameCapacityInput, IntPtr spatialAnchorNameCountOutput, @Nullable IXrSpatialAnchorPersistenceNameMSFT spatialAnchorNames) intXR.enumerateRenderModelPathsFB(XrSession session, int pathCapacityInput, IntPtr pathCountOutput, @Nullable IXrRenderModelPathInfoFB paths) intXR.enumerateRenderModelSubactionPathsEXT(XrRenderModelEXT renderModel, @Nullable XrInteractionRenderModelSubactionPathInfoEXT info, int pathCapacityInput, IntPtr pathCountOutput, @Nullable LongPtr paths) intXR.enumerateRenderModelSubactionPathsEXT(XrRenderModelEXT renderModel, @Nullable XrInteractionRenderModelSubactionPathInfoEXT info, int pathCapacityInput, IntPtr pathCountOutput, @Nullable LongPtr paths) intXR.enumerateSpatialCapabilityComponentTypesEXT(XrInstance instance, long systemId, int capability, XrSpatialCapabilityComponentTypesEXT capabilityComponents) intXR.enumerateSwapchainImages(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXRStatic.enumerateSwapchainImages(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXR.enumerateViewConfigurationViews(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) intXRStatic.enumerateViewConfigurationViews(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) intXR.enumerateViveTrackerPathsHTCX(XrInstance instance, int pathCapacityInput, IntPtr pathCountOutput, @Nullable IXrViveTrackerPathsHTCX paths) intXR.eraseSpaceFB(XrSession session, XrSpaceEraseInfoFB info, LongPtr requestId) intXR.eraseSpaceFB(XrSession session, XrSpaceEraseInfoFB info, LongPtr requestId) intXR.freeWorldMeshBufferML(XrWorldMeshDetectorML detector, XrWorldMeshBufferML buffer) intXR.geometryInstanceSetTransformFB(XrGeometryInstanceFB instance, XrGeometryInstanceTransformFB transformation) intXR.getActionStateBoolean(XrSession session, XrActionStateGetInfo getInfo, XrActionStateBoolean state) intXR.getActionStateBoolean(XrSession session, XrActionStateGetInfo getInfo, XrActionStateBoolean state) intXRStatic.getActionStateBoolean(XrSession session, XrActionStateGetInfo getInfo, XrActionStateBoolean state) intXRStatic.getActionStateBoolean(XrSession session, XrActionStateGetInfo getInfo, XrActionStateBoolean state) intXR.getActionStateFloat(XrSession session, XrActionStateGetInfo getInfo, XrActionStateFloat state) intXR.getActionStateFloat(XrSession session, XrActionStateGetInfo getInfo, XrActionStateFloat state) intXRStatic.getActionStateFloat(XrSession session, XrActionStateGetInfo getInfo, XrActionStateFloat state) intXRStatic.getActionStateFloat(XrSession session, XrActionStateGetInfo getInfo, XrActionStateFloat state) intXR.getActionStatePose(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) intXR.getActionStatePose(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) intXRStatic.getActionStatePose(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) intXRStatic.getActionStatePose(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) intXR.getActionStateVector2f(XrSession session, XrActionStateGetInfo getInfo, XrActionStateVector2f state) intXR.getActionStateVector2f(XrSession session, XrActionStateGetInfo getInfo, XrActionStateVector2f state) intXRStatic.getActionStateVector2f(XrSession session, XrActionStateGetInfo getInfo, XrActionStateVector2f state) intXRStatic.getActionStateVector2f(XrSession session, XrActionStateGetInfo getInfo, XrActionStateVector2f state) intXR.getAnchorUuidBD(XrAnchorBD anchor, XrUuidEXT uuid) intXR.getBodySkeletonFB(XrBodyTrackerFB bodyTracker, XrBodySkeletonFB skeleton) intXR.getBodySkeletonHTC(XrBodyTrackerHTC bodyTracker, XrSpace baseSpace, int skeletonGenerationId, XrBodySkeletonHTC skeleton) intXR.getControllerModelKeyMSFT(XrSession session, long topLevelUserPath, XrControllerModelKeyStateMSFT controllerModelKeyState) intXR.getControllerModelPropertiesMSFT(XrSession session, long modelKey, XrControllerModelPropertiesMSFT properties) intXR.getControllerModelStateMSFT(XrSession session, long modelKey, XrControllerModelStateMSFT state) intXR.getCurrentInteractionProfile(XrSession session, long topLevelUserPath, XrInteractionProfileState interactionProfile) intXRStatic.getCurrentInteractionProfile(XrSession session, long topLevelUserPath, XrInteractionProfileState interactionProfile) intXR.getD3D11GraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsD3D11KHR graphicsRequirements) intXR.getD3D12GraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsD3D12KHR graphicsRequirements) intXR.getDeviceSampleRateFB(XrSession session, XrHapticActionInfo hapticActionInfo, XrDevicePcmSampleRateGetInfoFB deviceSampleRate) intXR.getDeviceSampleRateFB(XrSession session, XrHapticActionInfo hapticActionInfo, XrDevicePcmSampleRateGetInfoFB deviceSampleRate) intXR.getEnvironmentDepthSwapchainStateMETA(XrEnvironmentDepthSwapchainMETA swapchain, XrEnvironmentDepthSwapchainStateMETA state) intXR.getEyeGazesFB(XrEyeTrackerFB eyeTracker, XrEyeGazesInfoFB gazeInfo, XrEyeGazesFB eyeGazes) intXR.getEyeGazesFB(XrEyeTrackerFB eyeTracker, XrEyeGazesInfoFB gazeInfo, XrEyeGazesFB eyeGazes) intXR.getFaceExpressionWeights2FB(XrFaceTracker2FB faceTracker, XrFaceExpressionInfo2FB expressionInfo, XrFaceExpressionWeights2FB expressionWeights) intXR.getFaceExpressionWeights2FB(XrFaceTracker2FB faceTracker, XrFaceExpressionInfo2FB expressionInfo, XrFaceExpressionWeights2FB expressionWeights) intXR.getFaceExpressionWeightsFB(XrFaceTrackerFB faceTracker, XrFaceExpressionInfoFB expressionInfo, XrFaceExpressionWeightsFB expressionWeights) intXR.getFaceExpressionWeightsFB(XrFaceTrackerFB faceTracker, XrFaceExpressionInfoFB expressionInfo, XrFaceExpressionWeightsFB expressionWeights) intXR.getFacialExpressionBlendShapePropertiesML(XrFacialExpressionClientML facialExpressionClient, XrFacialExpressionBlendShapeGetInfoML blendShapeGetInfo, int blendShapeCount, IXrFacialExpressionBlendShapePropertiesML blendShapes) intXR.getFacialExpressionBlendShapePropertiesML(XrFacialExpressionClientML facialExpressionClient, XrFacialExpressionBlendShapeGetInfoML blendShapeGetInfo, int blendShapeCount, IXrFacialExpressionBlendShapePropertiesML blendShapes) intXR.getFacialExpressionsHTC(XrFacialTrackerHTC facialTracker, XrFacialExpressionsHTC facialExpressions) intXR.getFoveationEyeTrackedStateMETA(XrSession session, XrFoveationEyeTrackedStateMETA foveationState) intXR.getHandMeshFB(XrHandTrackerEXT handTracker, XrHandTrackingMeshFB mesh) intXR.getInputSourceLocalizedName(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXRStatic.getInputSourceLocalizedName(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getInstanceProcAddr(@Nullable XrInstance instance, BytePtr name, PointerPtr function) intXRStatic.getInstanceProcAddr(@Nullable XrInstance instance, BytePtr name, PointerPtr function) intXR.getInstanceProperties(XrInstance instance, XrInstanceProperties instanceProperties) intXRStatic.getInstanceProperties(XrInstance instance, XrInstanceProperties instanceProperties) intXR.getMarkerDetectorStateML(XrMarkerDetectorML markerDetector, XrMarkerDetectorStateML state) intXR.getMarkerSizeVARJO(XrSession session, long markerId, XrExtent2Df size) intXR.getMarkersML(XrMarkerDetectorML markerDetector, int markerCapacityInput, IntPtr markerCountOutput, @Nullable LongPtr markers) intXR.getMetalGraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsMetalKHR graphicsRequirements) intXR.getOpenGLESGraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsOpenGLESKHR graphicsRequirements) intXR.getOpenGLGraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsOpenGLKHR graphicsRequirements) intXR.getPassthroughPreferencesMETA(XrSession session, XrPassthroughPreferencesMETA preferences) intXR.getPerformanceMetricsStateMETA(XrSession session, XrPerformanceMetricsStateMETA state) intXR.getPlaneDetectionsEXT(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorGetInfoEXT info, XrPlaneDetectorLocationsEXT locations) intXR.getPlaneDetectionsEXT(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorGetInfoEXT info, XrPlaneDetectorLocationsEXT locations) intXR.getPlanePolygonBufferEXT(XrPlaneDetectorEXT planeDetector, long planeId, int polygonBufferIndex, XrPlaneDetectorPolygonBufferEXT polygonBuffer) intXR.getQueriedSenseDataBD(XrSenseDataSnapshotBD snapshot, XrQueriedSenseDataGetInfoBD getInfo, XrQueriedSenseDataBD queriedSenseData) intXR.getQueriedSenseDataBD(XrSenseDataSnapshotBD snapshot, XrQueriedSenseDataGetInfoBD getInfo, XrQueriedSenseDataBD queriedSenseData) intXR.getRecommendedLayerResolutionMETA(XrSession session, XrRecommendedLayerResolutionGetInfoMETA info, XrRecommendedLayerResolutionMETA resolution) intXR.getRecommendedLayerResolutionMETA(XrSession session, XrRecommendedLayerResolutionGetInfoMETA info, XrRecommendedLayerResolutionMETA resolution) intXR.getReferenceSpaceBoundsRect(XrSession session, int referenceSpaceType, XrExtent2Df bounds) intXRStatic.getReferenceSpaceBoundsRect(XrSession session, int referenceSpaceType, XrExtent2Df bounds) intXR.getRenderModelAssetDataEXT(XrRenderModelAssetEXT asset, @Nullable XrRenderModelAssetDataGetInfoEXT getInfo, XrRenderModelAssetDataEXT buffer) intXR.getRenderModelAssetDataEXT(XrRenderModelAssetEXT asset, @Nullable XrRenderModelAssetDataGetInfoEXT getInfo, XrRenderModelAssetDataEXT buffer) intXR.getRenderModelAssetPropertiesEXT(XrRenderModelAssetEXT asset, @Nullable XrRenderModelAssetPropertiesGetInfoEXT getInfo, XrRenderModelAssetPropertiesEXT properties) intXR.getRenderModelAssetPropertiesEXT(XrRenderModelAssetEXT asset, @Nullable XrRenderModelAssetPropertiesGetInfoEXT getInfo, XrRenderModelAssetPropertiesEXT properties) intXR.getRenderModelPoseTopLevelUserPathEXT(XrRenderModelEXT renderModel, XrInteractionRenderModelTopLevelUserPathGetInfoEXT info, LongPtr topLevelUserPath) intXR.getRenderModelPoseTopLevelUserPathEXT(XrRenderModelEXT renderModel, XrInteractionRenderModelTopLevelUserPathGetInfoEXT info, LongPtr topLevelUserPath) intXR.getRenderModelPropertiesEXT(XrRenderModelEXT renderModel, @Nullable XrRenderModelPropertiesGetInfoEXT getInfo, XrRenderModelPropertiesEXT properties) intXR.getRenderModelPropertiesEXT(XrRenderModelEXT renderModel, @Nullable XrRenderModelPropertiesGetInfoEXT getInfo, XrRenderModelPropertiesEXT properties) intXR.getRenderModelPropertiesFB(XrSession session, long path, XrRenderModelPropertiesFB properties) intXR.getRenderModelStateEXT(XrRenderModelEXT renderModel, XrRenderModelStateGetInfoEXT getInfo, XrRenderModelStateEXT state) intXR.getRenderModelStateEXT(XrRenderModelEXT renderModel, XrRenderModelStateGetInfoEXT getInfo, XrRenderModelStateEXT state) intXR.getSceneComponentsMSFT(XrSceneMSFT scene, XrSceneComponentsGetInfoMSFT getInfo, XrSceneComponentsMSFT components) intXR.getSceneComponentsMSFT(XrSceneMSFT scene, XrSceneComponentsGetInfoMSFT getInfo, XrSceneComponentsMSFT components) intXR.getSceneMarkerDecodedStringMSFT(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSceneMarkerRawDataMSFT(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSceneMeshBuffersMSFT(XrSceneMSFT scene, XrSceneMeshBuffersGetInfoMSFT getInfo, XrSceneMeshBuffersMSFT buffers) intXR.getSceneMeshBuffersMSFT(XrSceneMSFT scene, XrSceneMeshBuffersGetInfoMSFT getInfo, XrSceneMeshBuffersMSFT buffers) intXR.getSerializedSceneFragmentDataMSFT(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT getInfo, int countInput, IntPtr readOutput, @Nullable BytePtr buffer) intXR.getSpaceBoundary2DFB(XrSession session, XrSpace space, XrBoundary2DFB boundary2DOutput) intXR.getSpaceBoundingBox2DFB(XrSession session, XrSpace space, XrRect2Df boundingBox2DOutput) intXR.getSpaceBoundingBox3DFB(XrSession session, XrSpace space, XrRect3DfFB boundingBox3DOutput) intXR.getSpaceComponentStatusFB(XrSpace space, int componentType, XrSpaceComponentStatusFB status) intXR.getSpaceContainerFB(XrSession session, XrSpace space, XrSpaceContainerFB spaceContainerOutput) intXR.getSpaceRoomLayoutFB(XrSession session, XrSpace space, XrRoomLayoutFB roomLayoutOutput) intXR.getSpaceSemanticLabelsFB(XrSession session, XrSpace space, XrSemanticLabelsFB semanticLabelsOutput) intXR.getSpaceTriangleMeshMETA(XrSpace space, XrSpaceTriangleMeshGetInfoMETA getInfo, XrSpaceTriangleMeshMETA triangleMeshOutput) intXR.getSpaceTriangleMeshMETA(XrSpace space, XrSpaceTriangleMeshGetInfoMETA getInfo, XrSpaceTriangleMeshMETA triangleMeshOutput) intXR.getSpaceUserIdFB(XrSpaceUserFB user, LongPtr userId) intXR.getSpaceUuidFB(XrSpace space, XrUuidEXT uuid) intXR.getSpatialAnchorNameHTC(XrSpace anchor, XrSpatialAnchorNameHTC name) intXR.getSpatialAnchorStateML(XrSpace anchor, XrSpatialAnchorStateML state) intXR.getSpatialBufferFloatEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable FloatPtr buffer) intXR.getSpatialBufferStringEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSpatialBufferUint16EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable ShortPtr buffer) intXR.getSpatialBufferUint32EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IntPtr buffer) intXR.getSpatialBufferUint8EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSpatialBufferVector2fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector2f buffer) intXR.getSpatialBufferVector2fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector2f buffer) intXR.getSpatialBufferVector3fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector3f buffer) intXR.getSpatialBufferVector3fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector3f buffer) intXR.getSpatialEntityComponentDataBD(XrSenseDataSnapshotBD snapshot, XrSpatialEntityComponentGetInfoBD getInfo, XrSpatialEntityComponentDataBaseHeaderBD componentData) intXR.getSpatialEntityComponentDataBD(XrSenseDataSnapshotBD snapshot, XrSpatialEntityComponentGetInfoBD getInfo, XrSpatialEntityComponentDataBaseHeaderBD componentData) intXR.getSpatialEntityUuidBD(XrSenseDataSnapshotBD snapshot, long entityId, XrUuidEXT uuid) intXR.getSpatialGraphNodeBindingPropertiesMSFT(XrSpatialGraphNodeBindingMSFT nodeBinding, @Nullable XrSpatialGraphNodeBindingPropertiesGetInfoMSFT getInfo, XrSpatialGraphNodeBindingPropertiesMSFT properties) intXR.getSpatialGraphNodeBindingPropertiesMSFT(XrSpatialGraphNodeBindingMSFT nodeBinding, @Nullable XrSpatialGraphNodeBindingPropertiesGetInfoMSFT getInfo, XrSpatialGraphNodeBindingPropertiesMSFT properties) intXR.getSwapchainStateFB(XrSwapchain swapchain, XrSwapchainStateBaseHeaderFB state) intXR.getSystem(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) intXR.getSystem(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) intXRStatic.getSystem(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) intXRStatic.getSystem(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) intXR.getSystemProperties(XrInstance instance, long systemId, XrSystemProperties properties) intXRStatic.getSystemProperties(XrInstance instance, long systemId, XrSystemProperties properties) intXR.getViewConfigurationProperties(XrInstance instance, long systemId, int viewConfigurationType, XrViewConfigurationProperties configurationProperties) intXRStatic.getViewConfigurationProperties(XrInstance instance, long systemId, int viewConfigurationType, XrViewConfigurationProperties configurationProperties) intXR.getVirtualKeyboardModelAnimationStatesMETA(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardModelAnimationStatesMETA animationStates) intXR.getVirtualKeyboardTextureDataMETA(XrVirtualKeyboardMETA keyboard, long textureId, XrVirtualKeyboardTextureDataMETA textureData) intXR.getVisibilityMaskKHR(XrSession session, int viewConfigurationType, int viewIndex, int visibilityMaskType, XrVisibilityMaskKHR visibilityMask) intXR.getVulkanGraphicsDevice2KHR(XrInstance instance, XrVulkanGraphicsDeviceGetInfoKHR getInfo, VkPhysicalDevice.Ptr vulkanPhysicalDevice) intXR.getVulkanGraphicsDevice2KHR(XrInstance instance, XrVulkanGraphicsDeviceGetInfoKHR getInfo, VkPhysicalDevice.Ptr vulkanPhysicalDevice) intXR.getVulkanGraphicsDeviceKHR(XrInstance instance, long systemId, VkInstance vkInstance, VkPhysicalDevice.Ptr vkPhysicalDevice) intXR.getVulkanGraphicsRequirements2KHR(XrInstance instance, long systemId, XrGraphicsRequirementsVulkanKHR graphicsRequirements) intXR.getVulkanGraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsVulkanKHR graphicsRequirements) intXR.getWorldMeshBufferRecommendSizeML(XrWorldMeshDetectorML detector, XrWorldMeshBufferRecommendedSizeInfoML sizeInfo, XrWorldMeshBufferSizeML size) intXR.getWorldMeshBufferRecommendSizeML(XrWorldMeshDetectorML detector, XrWorldMeshBufferRecommendedSizeInfoML sizeInfo, XrWorldMeshBufferSizeML size) intXR.importLocalizationMapML(XrSession session, XrLocalizationMapImportInfoML importInfo, @Nullable XrUuidEXT mapUuid) intXR.importLocalizationMapML(XrSession session, XrLocalizationMapImportInfoML importInfo, @Nullable XrUuidEXT mapUuid) intXR.initializeLoaderKHR(XrLoaderInitInfoBaseHeaderKHR loaderInitInfo) intXR.loadRenderModelFB(XrSession session, XrRenderModelLoadInfoFB info, XrRenderModelBufferFB buffer) intXR.loadRenderModelFB(XrSession session, XrRenderModelLoadInfoFB info, XrRenderModelBufferFB buffer) intXR.locateBodyJointsBD(XrBodyTrackerBD bodyTracker, XrBodyJointsLocateInfoBD locateInfo, XrBodyJointLocationsBD locations) intXR.locateBodyJointsBD(XrBodyTrackerBD bodyTracker, XrBodyJointsLocateInfoBD locateInfo, XrBodyJointLocationsBD locations) intXR.locateBodyJointsFB(XrBodyTrackerFB bodyTracker, XrBodyJointsLocateInfoFB locateInfo, XrBodyJointLocationsFB locations) intXR.locateBodyJointsFB(XrBodyTrackerFB bodyTracker, XrBodyJointsLocateInfoFB locateInfo, XrBodyJointLocationsFB locations) intXR.locateBodyJointsHTC(XrBodyTrackerHTC bodyTracker, XrBodyJointsLocateInfoHTC locateInfo, XrBodyJointLocationsHTC locations) intXR.locateBodyJointsHTC(XrBodyTrackerHTC bodyTracker, XrBodyJointsLocateInfoHTC locateInfo, XrBodyJointLocationsHTC locations) intXR.locateHandJointsEXT(XrHandTrackerEXT handTracker, XrHandJointsLocateInfoEXT locateInfo, XrHandJointLocationsEXT locations) intXR.locateHandJointsEXT(XrHandTrackerEXT handTracker, XrHandJointsLocateInfoEXT locateInfo, XrHandJointLocationsEXT locations) intXR.locateSceneComponentsMSFT(XrSceneMSFT scene, XrSceneComponentsLocateInfoMSFT locateInfo, XrSceneComponentLocationsMSFT locations) intXR.locateSceneComponentsMSFT(XrSceneMSFT scene, XrSceneComponentsLocateInfoMSFT locateInfo, XrSceneComponentLocationsMSFT locations) intXR.locateSpace(XrSpace space, XrSpace baseSpace, long time, XrSpaceLocation location) intXRStatic.locateSpace(XrSpace space, XrSpace baseSpace, long time, XrSpaceLocation location) intXR.locateSpaces(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) intXR.locateSpaces(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) intXR.locateSpacesKHR(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) intXR.locateSpacesKHR(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) intXR.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXR.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXR.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXRStatic.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXRStatic.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXRStatic.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXR.negotiateLoaderApiLayerInterface(XrNegotiateLoaderInfo loaderInfo, BytePtr layerName, XrNegotiateApiLayerRequest apiLayerRequest) intXR.negotiateLoaderApiLayerInterface(XrNegotiateLoaderInfo loaderInfo, BytePtr layerName, XrNegotiateApiLayerRequest apiLayerRequest) intXR.negotiateLoaderRuntimeInterface(XrNegotiateLoaderInfo loaderInfo, XrNegotiateRuntimeRequest runtimeRequest) intXR.negotiateLoaderRuntimeInterface(XrNegotiateLoaderInfo loaderInfo, XrNegotiateRuntimeRequest runtimeRequest) intXR.passthroughLayerSetKeyboardHandsIntensityFB(XrPassthroughLayerFB layer, XrPassthroughKeyboardHandsIntensityFB intensity) intXR.passthroughLayerSetStyleFB(XrPassthroughLayerFB layer, XrPassthroughStyleFB style) intXR.pauseSimultaneousHandsAndControllersTrackingMETA(XrSession session, XrSimultaneousHandsAndControllersTrackingPauseInfoMETA pauseInfo) intXR.persistSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSpatialAnchorPersistInfoBD info, XrFutureEXT.Ptr future) intXR.persistSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSpatialAnchorPersistInfoBD info, XrFutureEXT.Ptr future) intXR.persistSpatialAnchorCompleteBD(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) intXR.persistSpatialAnchorMSFT(XrSpatialAnchorStoreConnectionMSFT spatialAnchorStore, XrSpatialAnchorPersistenceInfoMSFT spatialAnchorPersistenceInfo) intXR.persistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityPersistInfoEXT persistInfo, XrFutureEXT.Ptr future) intXR.persistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityPersistInfoEXT persistInfo, XrFutureEXT.Ptr future) intXR.persistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, XrFutureEXT future, XrPersistSpatialEntityCompletionEXT completion) intXR.pollEvent(XrInstance instance, XrEventDataBuffer eventData) intXRStatic.pollEvent(XrInstance instance, XrEventDataBuffer eventData) intXR.pollFutureEXT(XrInstance instance, XrFuturePollInfoEXT pollInfo, XrFuturePollResultEXT pollResult) intXR.pollFutureEXT(XrInstance instance, XrFuturePollInfoEXT pollInfo, XrFuturePollResultEXT pollResult) intXR.publishSpatialAnchorsAsyncML(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsPublishInfoML publishInfo, XrFutureEXT.Ptr future) intXR.publishSpatialAnchorsAsyncML(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsPublishInfoML publishInfo, XrFutureEXT.Ptr future) intXR.publishSpatialAnchorsCompleteML(XrSpatialAnchorsStorageML storage, XrFutureEXT future, XrSpatialAnchorsPublishCompletionML completion) intXR.queryLocalizationMapsML(XrSession session, @Nullable XrLocalizationMapQueryInfoBaseHeaderML queryInfo, int mapCapacityInput, IntPtr mapCountOutput, @Nullable IXrLocalizationMapML maps) intXR.queryLocalizationMapsML(XrSession session, @Nullable XrLocalizationMapQueryInfoBaseHeaderML queryInfo, int mapCapacityInput, IntPtr mapCountOutput, @Nullable IXrLocalizationMapML maps) intXR.queryPerformanceMetricsCounterMETA(XrSession session, long counterPath, XrPerformanceMetricsCounterMETA counter) intXR.querySenseDataAsyncBD(XrSenseDataProviderBD provider, XrSenseDataQueryInfoBD queryInfo, XrFutureEXT.Ptr future) intXR.querySenseDataAsyncBD(XrSenseDataProviderBD provider, XrSenseDataQueryInfoBD queryInfo, XrFutureEXT.Ptr future) intXR.querySenseDataCompleteBD(XrSenseDataProviderBD provider, XrFutureEXT future, XrSenseDataQueryCompletionBD completion) intXR.querySpacesFB(XrSession session, XrSpaceQueryInfoBaseHeaderFB info, LongPtr requestId) intXR.querySpacesFB(XrSession session, XrSpaceQueryInfoBaseHeaderFB info, LongPtr requestId) intXR.querySpatialAnchorsAsyncML(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsQueryInfoBaseHeaderML queryInfo, XrFutureEXT.Ptr future) intXR.querySpatialAnchorsAsyncML(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsQueryInfoBaseHeaderML queryInfo, XrFutureEXT.Ptr future) intXR.querySpatialAnchorsCompleteML(XrSpatialAnchorsStorageML storage, XrFutureEXT future, XrSpatialAnchorsQueryCompletionML completion) intXR.querySpatialComponentDataEXT(XrSpatialSnapshotEXT snapshot, XrSpatialComponentDataQueryConditionEXT queryCondition, XrSpatialComponentDataQueryResultEXT queryResult) intXR.querySpatialComponentDataEXT(XrSpatialSnapshotEXT snapshot, XrSpatialComponentDataQueryConditionEXT queryCondition, XrSpatialComponentDataQueryResultEXT queryResult) intXR.querySystemTrackedKeyboardFB(XrSession session, XrKeyboardTrackingQueryFB queryInfo, XrKeyboardTrackingDescriptionFB keyboard) intXR.querySystemTrackedKeyboardFB(XrSession session, XrKeyboardTrackingQueryFB queryInfo, XrKeyboardTrackingDescriptionFB keyboard) intXR.releaseSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) intXRStatic.releaseSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) intXR.requestMapLocalizationML(XrSession session, XrMapLocalizationRequestInfoML requestInfo) intXR.requestSceneCaptureFB(XrSession session, XrSceneCaptureRequestInfoFB info, LongPtr requestId) intXR.requestSceneCaptureFB(XrSession session, XrSceneCaptureRequestInfoFB info, LongPtr requestId) intXR.requestWorldMeshAsyncML(XrWorldMeshDetectorML detector, XrWorldMeshGetInfoML getInfo, XrWorldMeshBufferML buffer, XrFutureEXT.Ptr future) intXR.requestWorldMeshAsyncML(XrWorldMeshDetectorML detector, XrWorldMeshGetInfoML getInfo, XrWorldMeshBufferML buffer, XrFutureEXT.Ptr future) intXR.requestWorldMeshAsyncML(XrWorldMeshDetectorML detector, XrWorldMeshGetInfoML getInfo, XrWorldMeshBufferML buffer, XrFutureEXT.Ptr future) intXR.requestWorldMeshCompleteML(XrWorldMeshDetectorML detector, XrWorldMeshRequestCompletionInfoML completionInfo, XrFutureEXT future, XrWorldMeshRequestCompletionML completion) intXR.requestWorldMeshCompleteML(XrWorldMeshDetectorML detector, XrWorldMeshRequestCompletionInfoML completionInfo, XrFutureEXT future, XrWorldMeshRequestCompletionML completion) intXR.requestWorldMeshStateAsyncML(XrWorldMeshDetectorML detector, XrWorldMeshStateRequestInfoML stateRequest, XrFutureEXT.Ptr future) intXR.requestWorldMeshStateAsyncML(XrWorldMeshDetectorML detector, XrWorldMeshStateRequestInfoML stateRequest, XrFutureEXT.Ptr future) intXR.requestWorldMeshStateCompleteML(XrWorldMeshDetectorML detector, XrFutureEXT future, XrWorldMeshStateRequestCompletionML completion) intXR.resumeSimultaneousHandsAndControllersTrackingMETA(XrSession session, XrSimultaneousHandsAndControllersTrackingResumeInfoMETA resumeInfo) intXR.retrieveSpaceQueryResultsFB(XrSession session, long requestId, XrSpaceQueryResultsFB results) intXR.saveSpaceFB(XrSession session, XrSpaceSaveInfoFB info, LongPtr requestId) intXR.saveSpaceFB(XrSession session, XrSpaceSaveInfoFB info, LongPtr requestId) intXR.saveSpaceListFB(XrSession session, XrSpaceListSaveInfoFB info, LongPtr requestId) intXR.saveSpaceListFB(XrSession session, XrSpaceListSaveInfoFB info, LongPtr requestId) intXR.sendVirtualKeyboardInputMETA(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardInputInfoMETA info, XrPosef interactorRootPose) intXR.sendVirtualKeyboardInputMETA(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardInputInfoMETA info, XrPosef interactorRootPose) intXR.sessionBeginDebugUtilsLabelRegionEXT(XrSession session, XrDebugUtilsLabelEXT labelInfo) intXR.sessionInsertDebugUtilsLabelEXT(XrSession session, XrDebugUtilsLabelEXT labelInfo) intXR.setDebugUtilsObjectNameEXT(XrInstance instance, XrDebugUtilsObjectNameInfoEXT nameInfo) intXR.setDigitalLensControlALMALENCE(XrSession session, XrDigitalLensControlALMALENCE digitalLensControl) intXR.setEnvironmentDepthHandRemovalMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthHandRemovalSetInfoMETA setInfo) intXR.setPerformanceMetricsStateMETA(XrSession session, XrPerformanceMetricsStateMETA state) intXR.setSpaceComponentStatusFB(XrSpace space, XrSpaceComponentStatusSetInfoFB info, LongPtr requestId) intXR.setSpaceComponentStatusFB(XrSpace space, XrSpaceComponentStatusSetInfoFB info, LongPtr requestId) intXR.setSystemNotificationsML(XrInstance instance, XrSystemNotificationsSetInfoML info) intXR.setVirtualKeyboardModelVisibilityMETA(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardModelVisibilitySetInfoMETA modelVisibility) intXR.shareSpacesFB(XrSession session, XrSpaceShareInfoFB info, LongPtr requestId) intXR.shareSpacesFB(XrSession session, XrSpaceShareInfoFB info, LongPtr requestId) intXR.shareSpacesMETA(XrSession session, XrShareSpacesInfoMETA info, LongPtr requestId) intXR.shareSpacesMETA(XrSession session, XrShareSpacesInfoMETA info, LongPtr requestId) intXR.shareSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSpatialAnchorShareInfoBD info, XrFutureEXT.Ptr future) intXR.shareSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSpatialAnchorShareInfoBD info, XrFutureEXT.Ptr future) intXR.shareSpatialAnchorCompleteBD(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) intXR.snapshotMarkerDetectorML(XrMarkerDetectorML markerDetector, XrMarkerDetectorSnapshotInfoML snapshotInfo) intXR.startColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStartInfoMETA info, LongPtr advertisementRequestId) intXR.startColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStartInfoMETA info, LongPtr advertisementRequestId) intXR.startColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStartInfoMETA info, LongPtr discoveryRequestId) intXR.startColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStartInfoMETA info, LongPtr discoveryRequestId) intXR.startSenseDataProviderAsyncBD(XrSenseDataProviderBD provider, XrSenseDataProviderStartInfoBD startInfo, XrFutureEXT.Ptr future) intXR.startSenseDataProviderAsyncBD(XrSenseDataProviderBD provider, XrSenseDataProviderStartInfoBD startInfo, XrFutureEXT.Ptr future) intXR.startSenseDataProviderCompleteBD(XrSession session, XrFutureEXT future, XrFutureCompletionEXT completion) intXR.stopColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStopInfoMETA info, LongPtr requestId) intXR.stopColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStopInfoMETA info, LongPtr requestId) intXR.stopColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStopInfoMETA info, LongPtr requestId) intXR.stopColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStopInfoMETA info, LongPtr requestId) intXR.stopHapticFeedback(XrSession session, XrHapticActionInfo hapticActionInfo) intXRStatic.stopHapticFeedback(XrSession session, XrHapticActionInfo hapticActionInfo) intXR.stringToPath(XrInstance instance, BytePtr pathString, LongPtr path) intXRStatic.stringToPath(XrInstance instance, BytePtr pathString, LongPtr path) intXR.submitDebugUtilsMessageEXT(XrInstance instance, long messageSeverity, long messageTypes, XrDebugUtilsMessengerCallbackDataEXT callbackData) intXR.suggestInteractionProfileBindings(XrInstance instance, XrInteractionProfileSuggestedBinding suggestedBindings) intXRStatic.suggestInteractionProfileBindings(XrInstance instance, XrInteractionProfileSuggestedBinding suggestedBindings) intXR.suggestVirtualKeyboardLocationMETA(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardLocationInfoMETA locationInfo) intXR.syncActions(XrSession session, XrActionsSyncInfo syncInfo) intXRStatic.syncActions(XrSession session, XrActionsSyncInfo syncInfo) intXR.tryCreateSpatialGraphStaticNodeBindingMSFT(XrSession session, XrSpatialGraphStaticNodeBindingCreateInfoMSFT createInfo, XrSpatialGraphNodeBindingMSFT.Ptr nodeBinding) intXR.tryCreateSpatialGraphStaticNodeBindingMSFT(XrSession session, XrSpatialGraphStaticNodeBindingCreateInfoMSFT createInfo, XrSpatialGraphNodeBindingMSFT.Ptr nodeBinding) intXR.unpersistSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSpatialAnchorUnpersistInfoBD info, XrFutureEXT.Ptr future) intXR.unpersistSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSpatialAnchorUnpersistInfoBD info, XrFutureEXT.Ptr future) intXR.unpersistSpatialAnchorCompleteBD(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) intXR.unpersistSpatialAnchorMSFT(XrSpatialAnchorStoreConnectionMSFT spatialAnchorStore, XrSpatialAnchorPersistenceNameMSFT spatialAnchorPersistenceName) intXR.unpersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityUnpersistInfoEXT unpersistInfo, XrFutureEXT.Ptr future) intXR.unpersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityUnpersistInfoEXT unpersistInfo, XrFutureEXT.Ptr future) intXR.unpersistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, XrFutureEXT future, XrUnpersistSpatialEntityCompletionEXT completion) intXR.updateHandMeshMSFT(XrHandTrackerEXT handTracker, XrHandMeshUpdateInfoMSFT updateInfo, XrHandMeshMSFT handMesh) intXR.updateHandMeshMSFT(XrHandTrackerEXT handTracker, XrHandMeshUpdateInfoMSFT updateInfo, XrHandMeshMSFT handMesh) intXR.updatePassthroughColorLutMETA(XrPassthroughColorLutMETA colorLut, XrPassthroughColorLutUpdateInfoMETA updateInfo) intXR.updateSpatialAnchorsExpirationAsyncML(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsUpdateExpirationInfoML updateInfo, XrFutureEXT.Ptr future) intXR.updateSpatialAnchorsExpirationAsyncML(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsUpdateExpirationInfoML updateInfo, XrFutureEXT.Ptr future) intXR.updateSpatialAnchorsExpirationCompleteML(XrSpatialAnchorsStorageML storage, XrFutureEXT future, XrSpatialAnchorsUpdateExpirationCompletionML completion) intXR.updateSwapchainFB(XrSwapchain swapchain, XrSwapchainStateBaseHeaderFB state) intXR.waitFrame(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) intXR.waitFrame(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) intXRStatic.waitFrame(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) intXRStatic.waitFrame(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) intXR.waitSwapchainImage(XrSwapchain swapchain, XrSwapchainImageWaitInfo waitInfo) intXRStatic.waitSwapchainImage(XrSwapchain swapchain, XrSwapchainImageWaitInfo waitInfo) -
Uses of Pointer in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentXrActiveActionSetPrioritiesEXT.actionSetPrioritiesRaw()@NotNull MemorySegmentXrSessionActionSetsAttachInfo.actionSetsRaw()@NotNull MemorySegmentXrActionsSyncInfo.activeActionSetsRaw()@NotNull MemorySegmentXrScenePlaneAlignmentFilterInfoMSFT.alignmentsRaw()@NotNull MemorySegmentXrHapticAmplitudeEnvelopeVibrationFB.amplitudesRaw()@NotNull MemorySegmentXrSpatialAnchorsPublishInfoML.anchorsRaw()@NotNull MemorySegmentXrInstanceCreateInfoAndroidKHR.applicationActivity()@NotNull MemorySegmentXrLoaderInitInfoAndroidKHR.applicationContext()@NotNull MemorySegmentXrInstanceCreateInfoAndroidKHR.applicationVM()@NotNull MemorySegmentXrLoaderInitInfoAndroidKHR.applicationVM()@NotNull MemorySegmentXrBindingModificationsKHR.bindingModificationsRaw()@NotNull MemorySegmentXrWorldMeshGetInfoML.blocksRaw()@NotNull MemorySegmentXrWorldMeshRequestCompletionML.blocksRaw()@NotNull MemorySegmentXrSpatialComponentBounded2DListEXT.boundsRaw()@NotNull MemorySegmentXrSpatialComponentBounded3DListEXT.boundsRaw()@NotNull MemorySegmentXrSceneBoundsMSFT.boxesRaw()@NotNull MemorySegmentXrWorldMeshBufferML.buffer()@NotNull MemorySegmentXrColocationAdvertisementStartInfoMETA.bufferRaw()@NotNull MemorySegmentXrDeserializeSceneFragmentMSFT.bufferRaw()@NotNull MemorySegmentXrHapticPcmVibrationFB.bufferRaw()@NotNull MemorySegmentXrPassthroughColorLutDataMETA.bufferRaw()@NotNull MemorySegmentXrRenderModelAssetDataEXT.bufferRaw()@NotNull MemorySegmentXrRenderModelBufferFB.bufferRaw()@NotNull MemorySegmentXrSemanticLabelsFB.bufferRaw()@NotNull MemorySegmentXrVirtualKeyboardTextureDataMETA.bufferRaw()@NotNull MemorySegmentXrSpatialContextCreateInfoEXT.capabilityConfigsRaw()@NotNull MemorySegmentXrGraphicsBindingMetalKHR.commandQueue()@NotNull MemorySegmentXrSceneComponentsLocateInfoMSFT.componentIdsRaw()@NotNull MemorySegmentXrSceneComponentsMSFT.componentsRaw()@NotNull MemorySegmentXrSpatialCapabilityComponentTypesEXT.componentTypesRaw()@NotNull MemorySegmentXrSpatialComponentDataQueryConditionEXT.componentTypesRaw()@NotNull MemorySegmentXrSpatialDiscoverySnapshotCreateInfoEXT.componentTypesRaw()@NotNull MemorySegmentXrSpatialUpdateSnapshotCreateInfoEXT.componentTypesRaw()@NotNull MemorySegmentXrWorldMeshBlockML.confidenceBufferRaw()@NotNull MemorySegmentXrFaceExpressionWeights2FB.confidencesRaw()@NotNull MemorySegmentXrFaceExpressionWeightsFB.confidencesRaw()@NotNull MemorySegmentXrGraphicsBindingEGLMNDX.config()@NotNull MemorySegmentXrGraphicsBindingOpenGLESAndroidKHR.config()@NotNull MemorySegmentXrFoveationCustomModeInfoHTC.configsRaw()@NotNull MemorySegmentXrGraphicsBindingOpenGLXcbKHR.connection()@NotNull MemorySegmentXrGraphicsBindingEGLMNDX.context()@NotNull MemorySegmentXrGraphicsBindingOpenGLESAndroidKHR.context()@NotNull MemorySegmentXrHolographicWindowAttachmentMSFT.coreWindowRaw()@NotNull MemorySegmentXrNegotiateApiLayerRequest.createApiLayerInstance()@NotNull MemorySegmentXrLocalizationMapImportInfoML.dataRaw()@NotNull MemorySegmentXrGraphicsBindingD3D11KHR.deviceRaw()@NotNull MemorySegmentXrGraphicsBindingD3D12KHR.deviceRaw()@NotNull MemorySegmentXrGraphicsBindingEGLMNDX.display()@NotNull MemorySegmentXrGraphicsBindingOpenGLESAndroidKHR.display()@NotNull MemorySegmentXrGraphicsBindingOpenGLWaylandKHR.displayRaw()@NotNull MemorySegmentXrInstanceCreateInfo.enabledApiLayerNamesRaw()@NotNull MemorySegmentXrSpatialCapabilityConfigurationAnchorEXT.enabledComponentsRaw()@NotNull MemorySegmentXrSpatialCapabilityConfigurationAprilTagEXT.enabledComponentsRaw()@NotNull MemorySegmentXrSpatialCapabilityConfigurationArucoMarkerEXT.enabledComponentsRaw()@NotNull MemorySegmentXrSpatialCapabilityConfigurationBaseHeaderEXT.enabledComponentsRaw()@NotNull MemorySegmentXrSpatialCapabilityConfigurationMicroQrCodeEXT.enabledComponentsRaw()@NotNull MemorySegmentXrSpatialCapabilityConfigurationPlaneTrackingEXT.enabledComponentsRaw()@NotNull MemorySegmentXrSpatialCapabilityConfigurationQrCodeEXT.enabledComponentsRaw()@NotNull MemorySegmentXrInstanceCreateInfo.enabledExtensionNamesRaw()@NotNull MemorySegmentXrSecondaryViewConfigurationSessionBeginInfoMSFT.enabledViewConfigurationTypesRaw()@NotNull MemorySegmentXrSpatialUpdateSnapshotCreateInfoEXT.entitiesRaw()@Nullable LongPtrXrSpatialComponentDataQueryResultEXT.entityIds()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@NotNull MemorySegmentXrSpatialComponentDataQueryResultEXT.entityIdsRaw()@NotNull MemorySegmentXrSpatialComponentDataQueryResultEXT.entityStatesRaw()@NotNull MemorySegmentXrSpaceQueryInfoFB.excludeFilterRaw()@NotNull MemorySegmentXrFacialExpressionsHTC.expressionWeightingsRaw()@NotNull MemorySegmentXrSpaceQueryInfoFB.filterRaw()@NotNull MemorySegmentXrSceneDeserializeInfoMSFT.fragmentsRaw()@NotNull MemorySegmentXrSceneBoundsMSFT.frustumsRaw()@NotNull MemorySegmentXrDebugUtilsMessengerCallbackDataEXT.functionNameRaw()@NotNull MemorySegmentXrNegotiateApiLayerRequest.getInstanceProcAddr()@NotNull MemorySegmentXrNegotiateRuntimeRequest.getInstanceProcAddr()@NotNull MemorySegmentXrGraphicsBindingEGLMNDX.getProcAddress()@NotNull MemorySegmentXrRenderModelCreateInfoEXT.gltfExtensionsRaw()@NotNull MemorySegmentXrGraphicsBindingOpenGLXlibKHR.glxContext()@NotNull MemorySegmentXrGraphicsBindingOpenGLXlibKHR.glxFBConfig()@NotNull MemorySegmentXrShareSpacesRecipientGroupsMETA.groupsRaw()@NotNull MemorySegmentXrGraphicsBindingOpenGLWin32KHR.hDC()@NotNull MemorySegmentXrGraphicsBindingOpenGLWin32KHR.hGLRC()@NotNull MemorySegmentXrHolographicWindowAttachmentMSFT.holographicSpaceRaw()@NotNull MemorySegmentXrTriangleMeshCreateInfoFB.indexBufferRaw()@NotNull MemorySegmentXrWorldMeshBlockML.indexBufferRaw()@NotNull MemorySegmentXrHandMeshIndexBufferMSFT.indicesRaw()@NotNull MemorySegmentXrHandTrackingMeshFB.indicesRaw()@NotNull MemorySegmentXrPassthroughMeshTransformInfoHTC.indicesRaw()@NotNull MemorySegmentXrSceneMeshIndicesUint16MSFT.indicesRaw()@NotNull MemorySegmentXrSceneMeshIndicesUint32MSFT.indicesRaw()@NotNull MemorySegmentXrSpaceTriangleMeshMETA.indicesRaw()@NotNull MemorySegmentXrSpatialEntityComponentDataTriangleMeshBD.indicesRaw()@NotNull MemorySegmentXrVisibilityMaskKHR.indicesRaw()@NotNull MemorySegmentXrHandTrackingMeshFB.jointBindPosesRaw()@NotNull MemorySegmentXrBodyJointLocationsBD.jointLocationsRaw()@NotNull MemorySegmentXrBodyJointLocationsFB.jointLocationsRaw()@NotNull MemorySegmentXrBodyJointLocationsHTC.jointLocationsRaw()@NotNull MemorySegmentXrHandJointLocationsEXT.jointLocationsRaw()@NotNull MemorySegmentXrHandTrackingMeshFB.jointParentsRaw()@NotNull MemorySegmentXrHandTrackingMeshFB.jointRadiiRaw()@NotNull MemorySegmentXrBodySkeletonFB.jointsRaw()@NotNull MemorySegmentXrBodySkeletonHTC.jointsRaw()@NotNull MemorySegmentXrHandJointVelocitiesEXT.jointVelocitiesRaw()@NotNull MemorySegmentXrDebugUtilsLabelEXT.labelNameRaw()@NotNull MemorySegmentXrSenseDataFilterSemanticBD.labelsRaw()@NotNull MemorySegmentXrSpatialEntityComponentDataSemanticBD.labelsRaw()@NotNull MemorySegmentXrRecommendedLayerResolutionGetInfoMETA.layerRaw()@NotNull MemorySegmentXrFrameEndInfo.layersRaw()@NotNull MemorySegmentXrSecondaryViewConfigurationLayerInfoMSFT.layersRaw()@NotNull MemorySegmentXrApiLayerCreateInfo.loaderInstance()@NotNull MemorySegmentXrForceFeedbackCurlApplyLocationsMNDX.locationsRaw()@NotNull MemorySegmentXrSceneComponentLocationsMSFT.locationsRaw()@NotNull MemorySegmentXrSpaceLocations.locationsRaw()@NotNull MemorySegmentXrSpaceLocationsKHR.locationsRaw()@NotNull MemorySegmentXrSpatialComponentAnchorListEXT.locationsRaw()@NotNull MemorySegmentXrSpatialComponentMarkerListEXT.markersRaw()@NotNull MemorySegmentXrSceneMarkerTypeFilterMSFT.markerTypesRaw()@NotNull MemorySegmentXrWorldMeshStateRequestCompletionML.meshBlockStatesRaw()@NotNull MemorySegmentXrSpatialComponentMesh2DListEXT.meshesRaw()@NotNull MemorySegmentXrSpatialComponentMesh3DListEXT.meshesRaw()@NotNull MemorySegmentXrDebugUtilsMessengerCallbackDataEXT.messageIdRaw()@NotNull MemorySegmentXrDebugUtilsMessengerCallbackDataEXT.messageRaw()@NotNull MemorySegmentXrGraphicsRequirementsMetalKHR.metalDevice()@NotNull MemorySegmentXrActionCreateInfo.next()@NotNull MemorySegmentXrActionSetCreateInfo.next()@NotNull MemorySegmentXrActionSpaceCreateInfo.next()@NotNull MemorySegmentXrActionsSyncInfo.next()@NotNull MemorySegmentXrActionStateBoolean.next()@NotNull MemorySegmentXrActionStateFloat.next()@NotNull MemorySegmentXrActionStateGetInfo.next()@NotNull MemorySegmentXrActionStatePose.next()@NotNull MemorySegmentXrActionStateVector2f.next()@NotNull MemorySegmentXrActiveActionSetPrioritiesEXT.next()@NotNull MemorySegmentXrAnchorSpaceCreateInfoBD.next()@NotNull MemorySegmentXrAndroidSurfaceSwapchainCreateInfoFB.next()@NotNull MemorySegmentXrApiLayerProperties.next()@NotNull MemorySegmentXrBindingModificationBaseHeaderKHR.next()@NotNull MemorySegmentXrBindingModificationsKHR.next()@NotNull MemorySegmentXrBodyJointLocationsBD.next()@NotNull MemorySegmentXrBodyJointLocationsFB.next()@NotNull MemorySegmentXrBodyJointLocationsHTC.next()@NotNull MemorySegmentXrBodyJointsLocateInfoBD.next()@NotNull MemorySegmentXrBodyJointsLocateInfoFB.next()@NotNull MemorySegmentXrBodyJointsLocateInfoHTC.next()@NotNull MemorySegmentXrBodySkeletonFB.next()@NotNull MemorySegmentXrBodySkeletonHTC.next()@NotNull MemorySegmentXrBodyTrackerCreateInfoBD.next()@NotNull MemorySegmentXrBodyTrackerCreateInfoFB.next()@NotNull MemorySegmentXrBodyTrackerCreateInfoHTC.next()@NotNull MemorySegmentXrBoundary2DFB.next()@NotNull MemorySegmentXrBoundSourcesForActionEnumerateInfo.next()@NotNull MemorySegmentXrColocationAdvertisementStartInfoMETA.next()@NotNull MemorySegmentXrColocationAdvertisementStopInfoMETA.next()@NotNull MemorySegmentXrColocationDiscoveryStartInfoMETA.next()@NotNull MemorySegmentXrColocationDiscoveryStopInfoMETA.next()@NotNull MemorySegmentXrCompositionLayerAlphaBlendFB.next()@NotNull MemorySegmentXrCompositionLayerBaseHeader.next()@NotNull MemorySegmentXrCompositionLayerColorScaleBiasKHR.next()@NotNull MemorySegmentXrCompositionLayerCubeKHR.next()@NotNull MemorySegmentXrCompositionLayerCylinderKHR.next()@NotNull MemorySegmentXrCompositionLayerDepthInfoKHR.next()@NotNull MemorySegmentXrCompositionLayerDepthTestFB.next()@NotNull MemorySegmentXrCompositionLayerDepthTestVARJO.next()@NotNull MemorySegmentXrCompositionLayerEquirect2KHR.next()@NotNull MemorySegmentXrCompositionLayerEquirectKHR.next()@NotNull MemorySegmentXrCompositionLayerImageLayoutFB.next()@NotNull MemorySegmentXrCompositionLayerPassthroughFB.next()@NotNull MemorySegmentXrCompositionLayerPassthroughHTC.next()@NotNull MemorySegmentXrCompositionLayerProjection.next()@NotNull MemorySegmentXrCompositionLayerProjectionView.next()@NotNull MemorySegmentXrCompositionLayerQuad.next()@NotNull MemorySegmentXrCompositionLayerReprojectionInfoMSFT.next()@NotNull MemorySegmentXrCompositionLayerReprojectionPlaneOverrideMSFT.next()@NotNull MemorySegmentXrCompositionLayerSecureContentFB.next()@NotNull MemorySegmentXrCompositionLayerSettingsFB.next()@NotNull MemorySegmentXrCompositionLayerSpaceWarpInfoFB.next()@NotNull MemorySegmentXrControllerModelKeyStateMSFT.next()@NotNull MemorySegmentXrControllerModelNodePropertiesMSFT.next()@NotNull MemorySegmentXrControllerModelNodeStateMSFT.next()@NotNull MemorySegmentXrControllerModelPropertiesMSFT.next()@NotNull MemorySegmentXrControllerModelStateMSFT.next()@NotNull MemorySegmentXrCoordinateSpaceCreateInfoML.next()@NotNull MemorySegmentXrCreateSpatialAnchorsCompletionML.next()@NotNull MemorySegmentXrCreateSpatialContextCompletionEXT.next()@NotNull MemorySegmentXrCreateSpatialDiscoverySnapshotCompletionEXT.next()@NotNull MemorySegmentXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.next()@NotNull MemorySegmentXrCreateSpatialPersistenceContextCompletionEXT.next()@NotNull MemorySegmentXrDebugUtilsLabelEXT.next()@NotNull MemorySegmentXrDebugUtilsMessengerCallbackDataEXT.next()@NotNull MemorySegmentXrDebugUtilsMessengerCreateInfoEXT.next()@NotNull MemorySegmentXrDebugUtilsObjectNameInfoEXT.next()@NotNull MemorySegmentXrDevicePcmSampleRateGetInfoFB.next()@NotNull MemorySegmentXrDevicePcmSampleRateStateFB.next()@NotNull MemorySegmentXrDigitalLensControlALMALENCE.next()@NotNull MemorySegmentXrEnvironmentDepthHandRemovalSetInfoMETA.next()@NotNull MemorySegmentXrEnvironmentDepthImageAcquireInfoMETA.next()@NotNull MemorySegmentXrEnvironmentDepthImageMETA.next()@NotNull MemorySegmentXrEnvironmentDepthImageViewMETA.next()@NotNull MemorySegmentXrEnvironmentDepthProviderCreateInfoMETA.next()@NotNull MemorySegmentXrEnvironmentDepthSwapchainCreateInfoMETA.next()@NotNull MemorySegmentXrEnvironmentDepthSwapchainStateMETA.next()@NotNull MemorySegmentXrEventDataBaseHeader.next()@NotNull MemorySegmentXrEventDataBuffer.next()@NotNull MemorySegmentXrEventDataColocationAdvertisementCompleteMETA.next()@NotNull MemorySegmentXrEventDataColocationDiscoveryCompleteMETA.next()@NotNull MemorySegmentXrEventDataColocationDiscoveryResultMETA.next()@NotNull MemorySegmentXrEventDataDisplayRefreshRateChangedFB.next()@NotNull MemorySegmentXrEventDataEventsLost.next()@NotNull MemorySegmentXrEventDataEyeCalibrationChangedML.next()@NotNull MemorySegmentXrEventDataHeadsetFitChangedML.next()@NotNull MemorySegmentXrEventDataInstanceLossPending.next()@NotNull MemorySegmentXrEventDataInteractionProfileChanged.next()@NotNull MemorySegmentXrEventDataInteractionRenderModelsChangedEXT.next()@NotNull MemorySegmentXrEventDataLocalizationChangedML.next()@NotNull MemorySegmentXrEventDataMainSessionVisibilityChangedEXTX.next()@NotNull MemorySegmentXrEventDataMarkerTrackingUpdateVARJO.next()@NotNull MemorySegmentXrEventDataPassthroughLayerResumedMETA.next()@NotNull MemorySegmentXrEventDataPassthroughStateChangedFB.next()@NotNull MemorySegmentXrEventDataPerfSettingsEXT.next()@NotNull MemorySegmentXrEventDataReferenceSpaceChangePending.next()@NotNull MemorySegmentXrEventDataSceneCaptureCompleteFB.next()@NotNull MemorySegmentXrEventDataSenseDataProviderStateChangedBD.next()@NotNull MemorySegmentXrEventDataSenseDataUpdatedBD.next()@NotNull MemorySegmentXrEventDataSessionStateChanged.next()@NotNull MemorySegmentXrEventDataShareSpacesCompleteMETA.next()@NotNull MemorySegmentXrEventDataSpaceEraseCompleteFB.next()@NotNull MemorySegmentXrEventDataSpaceListSaveCompleteFB.next()@NotNull MemorySegmentXrEventDataSpaceQueryCompleteFB.next()@NotNull MemorySegmentXrEventDataSpaceQueryResultsAvailableFB.next()@NotNull MemorySegmentXrEventDataSpaceSaveCompleteFB.next()@NotNull MemorySegmentXrEventDataSpaceSetStatusCompleteFB.next()@NotNull MemorySegmentXrEventDataSpaceShareCompleteFB.next()@NotNull MemorySegmentXrEventDataSpatialAnchorCreateCompleteFB.next()@NotNull MemorySegmentXrEventDataSpatialDiscoveryRecommendedEXT.next()@NotNull MemorySegmentXrEventDataStartColocationAdvertisementCompleteMETA.next()@NotNull MemorySegmentXrEventDataStartColocationDiscoveryCompleteMETA.next()@NotNull MemorySegmentXrEventDataStopColocationAdvertisementCompleteMETA.next()@NotNull MemorySegmentXrEventDataStopColocationDiscoveryCompleteMETA.next()@NotNull MemorySegmentXrEventDataUserPresenceChangedEXT.next()@NotNull MemorySegmentXrEventDataVirtualKeyboardBackspaceMETA.next()@NotNull MemorySegmentXrEventDataVirtualKeyboardCommitTextMETA.next()@NotNull MemorySegmentXrEventDataVirtualKeyboardEnterMETA.next()@NotNull MemorySegmentXrEventDataVirtualKeyboardHiddenMETA.next()@NotNull MemorySegmentXrEventDataVirtualKeyboardShownMETA.next()@NotNull MemorySegmentXrEventDataVisibilityMaskChangedKHR.next()@NotNull MemorySegmentXrEventDataViveTrackerConnectedHTCX.next()@NotNull MemorySegmentXrExtensionProperties.next()@NotNull MemorySegmentXrExternalCameraOCULUS.next()@NotNull MemorySegmentXrEyeGazeSampleTimeEXT.next()@NotNull MemorySegmentXrEyeGazesFB.next()@NotNull MemorySegmentXrEyeGazesInfoFB.next()@NotNull MemorySegmentXrEyeTrackerCreateInfoFB.next()@NotNull MemorySegmentXrFaceExpressionInfo2FB.next()@NotNull MemorySegmentXrFaceExpressionInfoFB.next()@NotNull MemorySegmentXrFaceExpressionWeights2FB.next()@NotNull MemorySegmentXrFaceExpressionWeightsFB.next()@NotNull MemorySegmentXrFaceTrackerCreateInfo2FB.next()@NotNull MemorySegmentXrFaceTrackerCreateInfoFB.next()@NotNull MemorySegmentXrFacialExpressionBlendShapeGetInfoML.next()@NotNull MemorySegmentXrFacialExpressionBlendShapePropertiesML.next()@NotNull MemorySegmentXrFacialExpressionClientCreateInfoML.next()@NotNull MemorySegmentXrFacialExpressionsHTC.next()@NotNull MemorySegmentXrFacialTrackerCreateInfoHTC.next()@NotNull MemorySegmentXrForceFeedbackCurlApplyLocationsMNDX.next()@NotNull MemorySegmentXrFoveatedViewConfigurationViewVARJO.next()@NotNull MemorySegmentXrFoveationApplyInfoHTC.next()@NotNull MemorySegmentXrFoveationCustomModeInfoHTC.next()@NotNull MemorySegmentXrFoveationDynamicModeInfoHTC.next()@NotNull MemorySegmentXrFoveationEyeTrackedProfileCreateInfoMETA.next()@NotNull MemorySegmentXrFoveationEyeTrackedStateMETA.next()@NotNull MemorySegmentXrFoveationLevelProfileCreateInfoFB.next()@NotNull MemorySegmentXrFoveationProfileCreateInfoFB.next()@NotNull MemorySegmentXrFrameBeginInfo.next()@NotNull MemorySegmentXrFrameEndInfo.next()@NotNull MemorySegmentXrFrameEndInfoML.next()@NotNull MemorySegmentXrFrameState.next()@NotNull MemorySegmentXrFrameSynthesisConfigViewEXT.next()@NotNull MemorySegmentXrFrameSynthesisInfoEXT.next()@NotNull MemorySegmentXrFrameWaitInfo.next()@NotNull MemorySegmentXrFutureCancelInfoEXT.next()@NotNull MemorySegmentXrFutureCompletionBaseHeaderEXT.next()@NotNull MemorySegmentXrFutureCompletionEXT.next()@NotNull MemorySegmentXrFuturePollInfoEXT.next()@NotNull MemorySegmentXrFuturePollResultEXT.next()@NotNull MemorySegmentXrFuturePollResultProgressBD.next()@NotNull MemorySegmentXrGeometryInstanceCreateInfoFB.next()@NotNull MemorySegmentXrGeometryInstanceTransformFB.next()@NotNull MemorySegmentXrGlobalDimmerFrameEndInfoML.next()@NotNull MemorySegmentXrGraphicsBindingD3D11KHR.next()@NotNull MemorySegmentXrGraphicsBindingD3D12KHR.next()@NotNull MemorySegmentXrGraphicsBindingEGLMNDX.next()@NotNull MemorySegmentXrGraphicsBindingMetalKHR.next()@NotNull MemorySegmentXrGraphicsBindingOpenGLESAndroidKHR.next()@NotNull MemorySegmentXrGraphicsBindingOpenGLWaylandKHR.next()@NotNull MemorySegmentXrGraphicsBindingOpenGLWin32KHR.next()@NotNull MemorySegmentXrGraphicsBindingOpenGLXcbKHR.next()@NotNull MemorySegmentXrGraphicsBindingOpenGLXlibKHR.next()@NotNull MemorySegmentXrGraphicsBindingVulkan2KHR.next()@NotNull MemorySegmentXrGraphicsBindingVulkanKHR.next()@NotNull MemorySegmentXrGraphicsRequirementsD3D11KHR.next()@NotNull MemorySegmentXrGraphicsRequirementsD3D12KHR.next()@NotNull MemorySegmentXrGraphicsRequirementsMetalKHR.next()@NotNull MemorySegmentXrGraphicsRequirementsOpenGLESKHR.next()@NotNull MemorySegmentXrGraphicsRequirementsOpenGLKHR.next()@NotNull MemorySegmentXrGraphicsRequirementsVulkan2KHR.next()@NotNull MemorySegmentXrGraphicsRequirementsVulkanKHR.next()@NotNull MemorySegmentXrHandJointLocationsEXT.next()@NotNull MemorySegmentXrHandJointsLocateInfoEXT.next()@NotNull MemorySegmentXrHandJointsMotionRangeInfoEXT.next()@NotNull MemorySegmentXrHandJointVelocitiesEXT.next()@NotNull MemorySegmentXrHandMeshMSFT.next()@NotNull MemorySegmentXrHandMeshSpaceCreateInfoMSFT.next()@NotNull MemorySegmentXrHandMeshUpdateInfoMSFT.next()@NotNull MemorySegmentXrHandPoseTypeInfoMSFT.next()@NotNull MemorySegmentXrHandTrackerCreateInfoEXT.next()@NotNull MemorySegmentXrHandTrackingAimStateFB.next()@NotNull MemorySegmentXrHandTrackingCapsulesStateFB.next()@NotNull MemorySegmentXrHandTrackingDataSourceInfoEXT.next()@NotNull MemorySegmentXrHandTrackingDataSourceStateEXT.next()@NotNull MemorySegmentXrHandTrackingMeshFB.next()@NotNull MemorySegmentXrHandTrackingScaleFB.next()@NotNull MemorySegmentXrHapticActionInfo.next()@NotNull MemorySegmentXrHapticAmplitudeEnvelopeVibrationFB.next()@NotNull MemorySegmentXrHapticBaseHeader.next()@NotNull MemorySegmentXrHapticPcmVibrationFB.next()@NotNull MemorySegmentXrHapticVibration.next()@NotNull MemorySegmentXrHolographicWindowAttachmentMSFT.next()@NotNull MemorySegmentXrInputSourceLocalizedNameGetInfo.next()@NotNull MemorySegmentXrInstanceCreateInfo.next()@NotNull MemorySegmentXrInstanceCreateInfoAndroidKHR.next()@NotNull MemorySegmentXrInstanceProperties.next()@NotNull MemorySegmentXrInteractionProfileAnalogThresholdVALVE.next()@NotNull MemorySegmentXrInteractionProfileDpadBindingEXT.next()@NotNull MemorySegmentXrInteractionProfileState.next()@NotNull MemorySegmentXrInteractionProfileSuggestedBinding.next()@NotNull MemorySegmentXrInteractionRenderModelIdsEnumerateInfoEXT.next()@NotNull MemorySegmentXrInteractionRenderModelSubactionPathInfoEXT.next()@NotNull MemorySegmentXrInteractionRenderModelTopLevelUserPathGetInfoEXT.next()@NotNull MemorySegmentXrKeyboardSpaceCreateInfoFB.next()@NotNull MemorySegmentXrKeyboardTrackingQueryFB.next()@NotNull MemorySegmentXrLoaderInitInfoAndroidKHR.next()@NotNull MemorySegmentXrLoaderInitInfoBaseHeaderKHR.next()@NotNull MemorySegmentXrLocalDimmingFrameEndInfoMETA.next()@NotNull MemorySegmentXrLocalizationEnableEventsInfoML.next()@NotNull MemorySegmentXrLocalizationMapImportInfoML.next()@NotNull MemorySegmentXrLocalizationMapML.next()@NotNull MemorySegmentXrLocalizationMapQueryInfoBaseHeaderML.next()@NotNull MemorySegmentXrMapLocalizationRequestInfoML.next()@NotNull MemorySegmentXrMarkerDetectorAprilTagInfoML.next()@NotNull MemorySegmentXrMarkerDetectorArucoInfoML.next()@NotNull MemorySegmentXrMarkerDetectorCreateInfoML.next()@NotNull MemorySegmentXrMarkerDetectorCustomProfileInfoML.next()@NotNull MemorySegmentXrMarkerDetectorSizeInfoML.next()@NotNull MemorySegmentXrMarkerDetectorSnapshotInfoML.next()@NotNull MemorySegmentXrMarkerDetectorStateML.next()@NotNull MemorySegmentXrMarkerSpaceCreateInfoML.next()@NotNull MemorySegmentXrMarkerSpaceCreateInfoVARJO.next()@NotNull MemorySegmentXrNewSceneComputeInfoMSFT.next()@NotNull MemorySegmentXrPassthroughBrightnessContrastSaturationFB.next()@NotNull MemorySegmentXrPassthroughColorHTC.next()@NotNull MemorySegmentXrPassthroughColorLutCreateInfoMETA.next()@NotNull MemorySegmentXrPassthroughColorLutUpdateInfoMETA.next()@NotNull MemorySegmentXrPassthroughColorMapInterpolatedLutMETA.next()@NotNull MemorySegmentXrPassthroughColorMapLutMETA.next()@NotNull MemorySegmentXrPassthroughColorMapMonoToMonoFB.next()@NotNull MemorySegmentXrPassthroughColorMapMonoToRgbaFB.next()@NotNull MemorySegmentXrPassthroughCreateInfoFB.next()@NotNull MemorySegmentXrPassthroughCreateInfoHTC.next()@NotNull MemorySegmentXrPassthroughKeyboardHandsIntensityFB.next()@NotNull MemorySegmentXrPassthroughLayerCreateInfoFB.next()@NotNull MemorySegmentXrPassthroughMeshTransformInfoHTC.next()@NotNull MemorySegmentXrPassthroughPreferencesMETA.next()@NotNull MemorySegmentXrPassthroughStyleFB.next()@NotNull MemorySegmentXrPerformanceMetricsCounterMETA.next()@NotNull MemorySegmentXrPerformanceMetricsStateMETA.next()@NotNull MemorySegmentXrPersistSpatialEntityCompletionEXT.next()@NotNull MemorySegmentXrPlaneDetectorBeginInfoEXT.next()@NotNull MemorySegmentXrPlaneDetectorCreateInfoEXT.next()@NotNull MemorySegmentXrPlaneDetectorGetInfoEXT.next()@NotNull MemorySegmentXrPlaneDetectorLocationEXT.next()@NotNull MemorySegmentXrPlaneDetectorLocationsEXT.next()@NotNull MemorySegmentXrPlaneDetectorPolygonBufferEXT.next()@NotNull MemorySegmentXrQueriedSenseDataBD.next()@NotNull MemorySegmentXrQueriedSenseDataGetInfoBD.next()@NotNull MemorySegmentXrRecommendedLayerResolutionGetInfoMETA.next()@NotNull MemorySegmentXrRecommendedLayerResolutionMETA.next()@NotNull MemorySegmentXrReferenceSpaceCreateInfo.next()@NotNull MemorySegmentXrRenderModelAssetCreateInfoEXT.next()@NotNull MemorySegmentXrRenderModelAssetDataEXT.next()@NotNull MemorySegmentXrRenderModelAssetDataGetInfoEXT.next()@NotNull MemorySegmentXrRenderModelAssetPropertiesEXT.next()@NotNull MemorySegmentXrRenderModelAssetPropertiesGetInfoEXT.next()@NotNull MemorySegmentXrRenderModelBufferFB.next()@NotNull MemorySegmentXrRenderModelCapabilitiesRequestFB.next()@NotNull MemorySegmentXrRenderModelCreateInfoEXT.next()@NotNull MemorySegmentXrRenderModelLoadInfoFB.next()@NotNull MemorySegmentXrRenderModelPathInfoFB.next()@NotNull MemorySegmentXrRenderModelPropertiesEXT.next()@NotNull MemorySegmentXrRenderModelPropertiesFB.next()@NotNull MemorySegmentXrRenderModelPropertiesGetInfoEXT.next()@NotNull MemorySegmentXrRenderModelSpaceCreateInfoEXT.next()@NotNull MemorySegmentXrRenderModelStateEXT.next()@NotNull MemorySegmentXrRenderModelStateGetInfoEXT.next()@NotNull MemorySegmentXrRoomLayoutFB.next()@NotNull MemorySegmentXrSceneCaptureInfoBD.next()@NotNull MemorySegmentXrSceneCaptureRequestInfoFB.next()@NotNull MemorySegmentXrSceneComponentLocationsMSFT.next()@NotNull MemorySegmentXrSceneComponentParentFilterInfoMSFT.next()@NotNull MemorySegmentXrSceneComponentsGetInfoMSFT.next()@NotNull MemorySegmentXrSceneComponentsLocateInfoMSFT.next()@NotNull MemorySegmentXrSceneComponentsMSFT.next()@NotNull MemorySegmentXrSceneCreateInfoMSFT.next()@NotNull MemorySegmentXrSceneDeserializeInfoMSFT.next()@NotNull MemorySegmentXrSceneMarkerQRCodesMSFT.next()@NotNull MemorySegmentXrSceneMarkersMSFT.next()@NotNull MemorySegmentXrSceneMarkerTypeFilterMSFT.next()@NotNull MemorySegmentXrSceneMeshBuffersGetInfoMSFT.next()@NotNull MemorySegmentXrSceneMeshBuffersMSFT.next()@NotNull MemorySegmentXrSceneMeshesMSFT.next()@NotNull MemorySegmentXrSceneMeshIndicesUint16MSFT.next()@NotNull MemorySegmentXrSceneMeshIndicesUint32MSFT.next()@NotNull MemorySegmentXrSceneMeshVertexBufferMSFT.next()@NotNull MemorySegmentXrSceneObjectsMSFT.next()@NotNull MemorySegmentXrSceneObjectTypesFilterInfoMSFT.next()@NotNull MemorySegmentXrSceneObserverCreateInfoMSFT.next()@NotNull MemorySegmentXrScenePlaneAlignmentFilterInfoMSFT.next()@NotNull MemorySegmentXrScenePlanesMSFT.next()@NotNull MemorySegmentXrSecondaryViewConfigurationFrameEndInfoMSFT.next()@NotNull MemorySegmentXrSecondaryViewConfigurationFrameStateMSFT.next()@NotNull MemorySegmentXrSecondaryViewConfigurationLayerInfoMSFT.next()@NotNull MemorySegmentXrSecondaryViewConfigurationSessionBeginInfoMSFT.next()@NotNull MemorySegmentXrSecondaryViewConfigurationStateMSFT.next()@NotNull MemorySegmentXrSecondaryViewConfigurationSwapchainCreateInfoMSFT.next()@NotNull MemorySegmentXrSemanticLabelsFB.next()@NotNull MemorySegmentXrSemanticLabelsSupportInfoFB.next()@NotNull MemorySegmentXrSenseDataFilterPlaneOrientationBD.next()@NotNull MemorySegmentXrSenseDataFilterSemanticBD.next()@NotNull MemorySegmentXrSenseDataFilterUuidBD.next()@NotNull MemorySegmentXrSenseDataProviderCreateInfoBD.next()@NotNull MemorySegmentXrSenseDataProviderCreateInfoSpatialMeshBD.next()@NotNull MemorySegmentXrSenseDataProviderStartInfoBD.next()@NotNull MemorySegmentXrSenseDataQueryCompletionBD.next()@NotNull MemorySegmentXrSenseDataQueryInfoBD.next()@NotNull MemorySegmentXrSerializedSceneFragmentDataGetInfoMSFT.next()@NotNull MemorySegmentXrSessionActionSetsAttachInfo.next()@NotNull MemorySegmentXrSessionBeginInfo.next()@NotNull MemorySegmentXrSessionCreateInfo.next()@NotNull MemorySegmentXrSessionCreateInfoOverlayEXTX.next()@NotNull MemorySegmentXrSharedSpatialAnchorDownloadInfoBD.next()@NotNull MemorySegmentXrShareSpacesInfoMETA.next()@NotNull MemorySegmentXrShareSpacesRecipientBaseHeaderMETA.next()@NotNull MemorySegmentXrShareSpacesRecipientGroupsMETA.next()@NotNull MemorySegmentXrSimultaneousHandsAndControllersTrackingPauseInfoMETA.next()@NotNull MemorySegmentXrSimultaneousHandsAndControllersTrackingResumeInfoMETA.next()@NotNull MemorySegmentXrSpaceComponentFilterInfoFB.next()@NotNull MemorySegmentXrSpaceComponentStatusFB.next()@NotNull MemorySegmentXrSpaceComponentStatusSetInfoFB.next()@NotNull MemorySegmentXrSpaceContainerFB.next()@NotNull MemorySegmentXrSpaceEraseInfoFB.next()@NotNull MemorySegmentXrSpaceFilterInfoBaseHeaderFB.next()@NotNull MemorySegmentXrSpaceGroupUuidFilterInfoMETA.next()@NotNull MemorySegmentXrSpaceListSaveInfoFB.next()@NotNull MemorySegmentXrSpaceLocation.next()@NotNull MemorySegmentXrSpaceLocations.next()@NotNull MemorySegmentXrSpaceLocationsKHR.next()@NotNull MemorySegmentXrSpaceQueryInfoBaseHeaderFB.next()@NotNull MemorySegmentXrSpaceQueryInfoFB.next()@NotNull MemorySegmentXrSpaceQueryResultsFB.next()@NotNull MemorySegmentXrSpaceSaveInfoFB.next()@NotNull MemorySegmentXrSpaceShareInfoFB.next()@NotNull MemorySegmentXrSpacesLocateInfo.next()@NotNull MemorySegmentXrSpacesLocateInfoKHR.next()@NotNull MemorySegmentXrSpaceStorageLocationFilterInfoFB.next()@NotNull MemorySegmentXrSpaceTriangleMeshGetInfoMETA.next()@NotNull MemorySegmentXrSpaceTriangleMeshMETA.next()@NotNull MemorySegmentXrSpaceUserCreateInfoFB.next()@NotNull MemorySegmentXrSpaceUuidFilterInfoFB.next()@NotNull MemorySegmentXrSpaceVelocities.next()@NotNull MemorySegmentXrSpaceVelocitiesKHR.next()@NotNull MemorySegmentXrSpaceVelocity.next()@NotNull MemorySegmentXrSpatialAnchorCreateCompletionBD.next()@NotNull MemorySegmentXrSpatialAnchorCreateInfoBD.next()@NotNull MemorySegmentXrSpatialAnchorCreateInfoEXT.next()@NotNull MemorySegmentXrSpatialAnchorCreateInfoFB.next()@NotNull MemorySegmentXrSpatialAnchorCreateInfoHTC.next()@NotNull MemorySegmentXrSpatialAnchorCreateInfoMSFT.next()@NotNull MemorySegmentXrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.next()@NotNull MemorySegmentXrSpatialAnchorPersistenceInfoMSFT.next()@NotNull MemorySegmentXrSpatialAnchorPersistInfoBD.next()@NotNull MemorySegmentXrSpatialAnchorsCreateInfoBaseHeaderML.next()@NotNull MemorySegmentXrSpatialAnchorsCreateInfoFromPoseML.next()@NotNull MemorySegmentXrSpatialAnchorsCreateInfoFromUuidsML.next()@NotNull MemorySegmentXrSpatialAnchorsCreateStorageInfoML.next()@NotNull MemorySegmentXrSpatialAnchorsDeleteCompletionDetailsML.next()@NotNull MemorySegmentXrSpatialAnchorsDeleteCompletionML.next()@NotNull MemorySegmentXrSpatialAnchorsDeleteInfoML.next()@NotNull MemorySegmentXrSpatialAnchorShareInfoBD.next()@NotNull MemorySegmentXrSpatialAnchorSpaceCreateInfoMSFT.next()@NotNull MemorySegmentXrSpatialAnchorsPublishCompletionDetailsML.next()@NotNull MemorySegmentXrSpatialAnchorsPublishCompletionML.next()@NotNull MemorySegmentXrSpatialAnchorsPublishInfoML.next()@NotNull MemorySegmentXrSpatialAnchorsQueryCompletionML.next()@NotNull MemorySegmentXrSpatialAnchorsQueryInfoBaseHeaderML.next()@NotNull MemorySegmentXrSpatialAnchorsQueryInfoRadiusML.next()@NotNull MemorySegmentXrSpatialAnchorStateML.next()@NotNull MemorySegmentXrSpatialAnchorsUpdateExpirationCompletionDetailsML.next()@NotNull MemorySegmentXrSpatialAnchorsUpdateExpirationCompletionML.next()@NotNull MemorySegmentXrSpatialAnchorsUpdateExpirationInfoML.next()@NotNull MemorySegmentXrSpatialAnchorUnpersistInfoBD.next()@NotNull MemorySegmentXrSpatialBufferGetInfoEXT.next()@NotNull MemorySegmentXrSpatialCapabilityComponentTypesEXT.next()@NotNull MemorySegmentXrSpatialCapabilityConfigurationAnchorEXT.next()@NotNull MemorySegmentXrSpatialCapabilityConfigurationAprilTagEXT.next()@NotNull MemorySegmentXrSpatialCapabilityConfigurationArucoMarkerEXT.next()@NotNull MemorySegmentXrSpatialCapabilityConfigurationBaseHeaderEXT.next()@NotNull MemorySegmentXrSpatialCapabilityConfigurationMicroQrCodeEXT.next()@NotNull MemorySegmentXrSpatialCapabilityConfigurationPlaneTrackingEXT.next()@NotNull MemorySegmentXrSpatialCapabilityConfigurationQrCodeEXT.next()@NotNull MemorySegmentXrSpatialComponentAnchorListEXT.next()@NotNull MemorySegmentXrSpatialComponentBounded2DListEXT.next()@NotNull MemorySegmentXrSpatialComponentBounded3DListEXT.next()@NotNull MemorySegmentXrSpatialComponentDataQueryConditionEXT.next()@NotNull MemorySegmentXrSpatialComponentDataQueryResultEXT.next()@NotNull MemorySegmentXrSpatialComponentMarkerListEXT.next()@NotNull MemorySegmentXrSpatialComponentMesh2DListEXT.next()@NotNull MemorySegmentXrSpatialComponentMesh3DListEXT.next()@NotNull MemorySegmentXrSpatialComponentParentListEXT.next()@NotNull MemorySegmentXrSpatialComponentPersistenceListEXT.next()@NotNull MemorySegmentXrSpatialComponentPlaneAlignmentListEXT.next()@NotNull MemorySegmentXrSpatialComponentPlaneSemanticLabelListEXT.next()@NotNull MemorySegmentXrSpatialComponentPolygon2DListEXT.next()@NotNull MemorySegmentXrSpatialContextCreateInfoEXT.next()@NotNull MemorySegmentXrSpatialContextPersistenceConfigEXT.next()@NotNull MemorySegmentXrSpatialDiscoveryPersistenceUuidFilterEXT.next()@NotNull MemorySegmentXrSpatialDiscoverySnapshotCreateInfoEXT.next()@NotNull MemorySegmentXrSpatialEntityAnchorCreateInfoBD.next()@NotNull MemorySegmentXrSpatialEntityComponentDataBaseHeaderBD.next()@NotNull MemorySegmentXrSpatialEntityComponentDataBoundingBox2DBD.next()@NotNull MemorySegmentXrSpatialEntityComponentDataBoundingBox3DBD.next()@NotNull MemorySegmentXrSpatialEntityComponentDataLocationBD.next()@NotNull MemorySegmentXrSpatialEntityComponentDataPlaneOrientationBD.next()@NotNull MemorySegmentXrSpatialEntityComponentDataPolygonBD.next()@NotNull MemorySegmentXrSpatialEntityComponentDataSemanticBD.next()@NotNull MemorySegmentXrSpatialEntityComponentDataTriangleMeshBD.next()@NotNull MemorySegmentXrSpatialEntityComponentGetInfoBD.next()@NotNull MemorySegmentXrSpatialEntityFromIdCreateInfoEXT.next()@NotNull MemorySegmentXrSpatialEntityLocationGetInfoBD.next()@NotNull MemorySegmentXrSpatialEntityPersistInfoEXT.next()@NotNull MemorySegmentXrSpatialEntityStateBD.next()@NotNull MemorySegmentXrSpatialEntityUnpersistInfoEXT.next()@NotNull MemorySegmentXrSpatialFilterTrackingStateEXT.next()@NotNull MemorySegmentXrSpatialGraphNodeBindingPropertiesGetInfoMSFT.next()@NotNull MemorySegmentXrSpatialGraphNodeBindingPropertiesMSFT.next()@NotNull MemorySegmentXrSpatialGraphNodeSpaceCreateInfoMSFT.next()@NotNull MemorySegmentXrSpatialGraphStaticNodeBindingCreateInfoMSFT.next()@NotNull MemorySegmentXrSpatialMarkerSizeEXT.next()@NotNull MemorySegmentXrSpatialMarkerStaticOptimizationEXT.next()@NotNull MemorySegmentXrSpatialPersistenceContextCreateInfoEXT.next()@NotNull MemorySegmentXrSpatialUpdateSnapshotCreateInfoEXT.next()@NotNull MemorySegmentXrSwapchainCreateInfo.next()@NotNull MemorySegmentXrSwapchainCreateInfoFoveationFB.next()@NotNull MemorySegmentXrSwapchainImageAcquireInfo.next()@NotNull MemorySegmentXrSwapchainImageBaseHeader.next()@NotNull MemorySegmentXrSwapchainImageD3D11KHR.next()@NotNull MemorySegmentXrSwapchainImageD3D12KHR.next()@NotNull MemorySegmentXrSwapchainImageFoveationVulkanFB.next()@NotNull MemorySegmentXrSwapchainImageMetalKHR.next()@NotNull MemorySegmentXrSwapchainImageOpenGLESKHR.next()@NotNull MemorySegmentXrSwapchainImageOpenGLKHR.next()@NotNull MemorySegmentXrSwapchainImageReleaseInfo.next()@NotNull MemorySegmentXrSwapchainImageVulkan2KHR.next()@NotNull MemorySegmentXrSwapchainImageVulkanKHR.next()@NotNull MemorySegmentXrSwapchainImageWaitInfo.next()@NotNull MemorySegmentXrSwapchainStateAndroidSurfaceDimensionsFB.next()@NotNull MemorySegmentXrSwapchainStateBaseHeaderFB.next()@NotNull MemorySegmentXrSwapchainStateFoveationFB.next()@NotNull MemorySegmentXrSwapchainStateSamplerOpenGLESFB.next()@NotNull MemorySegmentXrSwapchainStateSamplerVulkanFB.next()@NotNull MemorySegmentXrSystemAnchorPropertiesHTC.next()@NotNull MemorySegmentXrSystemBodyTrackingPropertiesBD.next()@NotNull MemorySegmentXrSystemBodyTrackingPropertiesFB.next()@NotNull MemorySegmentXrSystemBodyTrackingPropertiesHTC.next()@NotNull MemorySegmentXrSystemColocationDiscoveryPropertiesMETA.next()@NotNull MemorySegmentXrSystemColorSpacePropertiesFB.next()@NotNull MemorySegmentXrSystemEnvironmentDepthPropertiesMETA.next()@NotNull MemorySegmentXrSystemEyeGazeInteractionPropertiesEXT.next()@NotNull MemorySegmentXrSystemEyeTrackingPropertiesFB.next()@NotNull MemorySegmentXrSystemFaceTrackingProperties2FB.next()@NotNull MemorySegmentXrSystemFaceTrackingPropertiesFB.next()@NotNull MemorySegmentXrSystemFacialExpressionPropertiesML.next()@NotNull MemorySegmentXrSystemFacialTrackingPropertiesHTC.next()@NotNull MemorySegmentXrSystemForceFeedbackCurlPropertiesMNDX.next()@NotNull MemorySegmentXrSystemFoveatedRenderingPropertiesVARJO.next()@NotNull MemorySegmentXrSystemFoveationEyeTrackedPropertiesMETA.next()@NotNull MemorySegmentXrSystemGetInfo.next()@NotNull MemorySegmentXrSystemHandTrackingMeshPropertiesMSFT.next()@NotNull MemorySegmentXrSystemHandTrackingPropertiesEXT.next()@NotNull MemorySegmentXrSystemHeadsetIdPropertiesMETA.next()@NotNull MemorySegmentXrSystemKeyboardTrackingPropertiesFB.next()@NotNull MemorySegmentXrSystemMarkerTrackingPropertiesVARJO.next()@NotNull MemorySegmentXrSystemMarkerUnderstandingPropertiesML.next()@NotNull MemorySegmentXrSystemNotificationsSetInfoML.next()@NotNull MemorySegmentXrSystemPassthroughColorLutPropertiesMETA.next()@NotNull MemorySegmentXrSystemPassthroughProperties2FB.next()@NotNull MemorySegmentXrSystemPassthroughPropertiesFB.next()@NotNull MemorySegmentXrSystemPlaneDetectionPropertiesEXT.next()@NotNull MemorySegmentXrSystemProperties.next()@NotNull MemorySegmentXrSystemPropertiesBodyTrackingFullBodyMETA.next()@NotNull MemorySegmentXrSystemRenderModelPropertiesFB.next()@NotNull MemorySegmentXrSystemSimultaneousHandsAndControllersPropertiesMETA.next()@NotNull MemorySegmentXrSystemSpaceWarpPropertiesFB.next()@NotNull MemorySegmentXrSystemSpatialAnchorPropertiesBD.next()@NotNull MemorySegmentXrSystemSpatialAnchorSharingPropertiesBD.next()@NotNull MemorySegmentXrSystemSpatialEntityGroupSharingPropertiesMETA.next()@NotNull MemorySegmentXrSystemSpatialEntityPropertiesFB.next()@NotNull MemorySegmentXrSystemSpatialEntitySharingPropertiesMETA.next()@NotNull MemorySegmentXrSystemSpatialMeshPropertiesBD.next()@NotNull MemorySegmentXrSystemSpatialPlanePropertiesBD.next()@NotNull MemorySegmentXrSystemSpatialScenePropertiesBD.next()@NotNull MemorySegmentXrSystemSpatialSensingPropertiesBD.next()@NotNull MemorySegmentXrSystemUserPresencePropertiesEXT.next()@NotNull MemorySegmentXrSystemVirtualKeyboardPropertiesMETA.next()@NotNull MemorySegmentXrTriangleMeshCreateInfoFB.next()@NotNull MemorySegmentXrUnpersistSpatialEntityCompletionEXT.next()@NotNull MemorySegmentXrUserCalibrationEnableEventsInfoML.next()@NotNull MemorySegmentXrView.next()@NotNull MemorySegmentXrViewConfigurationDepthRangeEXT.next()@NotNull MemorySegmentXrViewConfigurationProperties.next()@NotNull MemorySegmentXrViewConfigurationView.next()@NotNull MemorySegmentXrViewConfigurationViewFovEPIC.next()@NotNull MemorySegmentXrViewLocateFoveatedRenderingVARJO.next()@NotNull MemorySegmentXrViewLocateInfo.next()@NotNull MemorySegmentXrViewState.next()@NotNull MemorySegmentXrVirtualKeyboardAnimationStateMETA.next()@NotNull MemorySegmentXrVirtualKeyboardCreateInfoMETA.next()@NotNull MemorySegmentXrVirtualKeyboardInputInfoMETA.next()@NotNull MemorySegmentXrVirtualKeyboardLocationInfoMETA.next()@NotNull MemorySegmentXrVirtualKeyboardModelAnimationStatesMETA.next()@NotNull MemorySegmentXrVirtualKeyboardModelVisibilitySetInfoMETA.next()@NotNull MemorySegmentXrVirtualKeyboardSpaceCreateInfoMETA.next()@NotNull MemorySegmentXrVirtualKeyboardTextContextChangeInfoMETA.next()@NotNull MemorySegmentXrVirtualKeyboardTextureDataMETA.next()@NotNull MemorySegmentXrVisibilityMaskKHR.next()@NotNull MemorySegmentXrVisualMeshComputeLodInfoMSFT.next()@NotNull MemorySegmentXrViveTrackerPathsHTCX.next()@NotNull MemorySegmentXrVulkanDeviceCreateInfoKHR.next()@NotNull MemorySegmentXrVulkanGraphicsDeviceGetInfoKHR.next()@NotNull MemorySegmentXrVulkanInstanceCreateInfoKHR.next()@NotNull MemorySegmentXrVulkanSwapchainCreateInfoMETA.next()@NotNull MemorySegmentXrVulkanSwapchainFormatListCreateInfoKHR.next()@NotNull MemorySegmentXrWorldMeshBlockML.next()@NotNull MemorySegmentXrWorldMeshBlockRequestML.next()@NotNull MemorySegmentXrWorldMeshBlockStateML.next()@NotNull MemorySegmentXrWorldMeshBufferML.next()@NotNull MemorySegmentXrWorldMeshBufferRecommendedSizeInfoML.next()@NotNull MemorySegmentXrWorldMeshBufferSizeML.next()@NotNull MemorySegmentXrWorldMeshDetectorCreateInfoML.next()@NotNull MemorySegmentXrWorldMeshGetInfoML.next()@NotNull MemorySegmentXrWorldMeshRequestCompletionInfoML.next()@NotNull MemorySegmentXrWorldMeshRequestCompletionML.next()@NotNull MemorySegmentXrWorldMeshStateRequestCompletionML.next()@NotNull MemorySegmentXrWorldMeshStateRequestInfoML.next()@NotNull MemorySegmentXrApiLayerNextInfo.nextCreateApiLayerInstance()@NotNull MemorySegmentXrApiLayerNextInfo.nextGetInstanceProcAddr()@NotNull MemorySegmentXrApiLayerCreateInfo.nextInfoRaw()@NotNull MemorySegmentXrApiLayerNextInfo.nextRaw()@NotNull MemorySegmentXrBaseInStructure.nextRaw()@NotNull MemorySegmentXrBaseOutStructure.nextRaw()@NotNull MemorySegmentXrControllerModelPropertiesMSFT.nodePropertiesRaw()@NotNull MemorySegmentXrRenderModelAssetPropertiesEXT.nodePropertiesRaw()@NotNull MemorySegmentXrControllerModelStateMSFT.nodeStatesRaw()@NotNull MemorySegmentXrRenderModelStateEXT.nodeStatesRaw()@NotNull MemorySegmentXrWorldMeshBlockML.normalBufferRaw()@NotNull MemorySegmentXrDebugUtilsObjectNameInfoEXT.objectNameRaw()@NotNull MemorySegmentXrDebugUtilsMessengerCallbackDataEXT.objectsRaw()@NotNull MemorySegmentXrSceneObjectTypesFilterInfoMSFT.objectTypesRaw()@NotNull MemorySegmentXrInteractionProfileAnalogThresholdVALVE.offHapticRaw()@NotNull MemorySegmentXrInteractionProfileDpadBindingEXT.offHapticRaw()@NotNull MemorySegmentXrInteractionProfileAnalogThresholdVALVE.onHapticRaw()@NotNull MemorySegmentXrInteractionProfileDpadBindingEXT.onHapticRaw()@NotNull MemorySegmentXrPlaneDetectorBeginInfoEXT.orientationsRaw()@NotNull MemorySegmentXrSenseDataFilterPlaneOrientationBD.orientationsRaw()@Nullable LongPtrXrSpatialComponentParentListEXT.parents()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@NotNull MemorySegmentXrSpatialComponentParentListEXT.parentsRaw()@NotNull MemorySegmentXrEventDataViveTrackerConnectedHTCX.pathsRaw()@NotNull MemorySegmentXrSpatialComponentPersistenceListEXT.persistDataRaw()@NotNull MemorySegmentXrSpatialDiscoveryPersistenceUuidFilterEXT.persistedUuidsRaw()@NotNull MemorySegmentXrSpatialContextPersistenceConfigEXT.persistenceContextsRaw()@NotNull MemorySegmentXrVulkanDeviceCreateInfoKHR.pfnGetInstanceProcAddr()@NotNull MemorySegmentXrVulkanInstanceCreateInfoKHR.pfnGetInstanceProcAddr()@NotNull MemorySegmentXrSpatialComponentPlaneAlignmentListEXT.planeAlignmentsRaw()@NotNull MemorySegmentXrPlaneDetectorLocationsEXT.planeLocationsRaw()@NotNull MemorySegmentXrSpatialComponentPolygon2DListEXT.polygonsRaw()@NotNull MemorySegmentXrSceneMarkerQRCodesMSFT.qrCodesRaw()@NotNull MemorySegmentXrGraphicsBindingD3D12KHR.queueRaw()@NotNull MemorySegmentXrShareSpacesInfoMETA.recipientInfoRaw()@NotNull MemorySegmentXrSemanticLabelsSupportInfoFB.recognizedLabelsRaw()@NotNull MemorySegmentXrFaceTrackerCreateInfo2FB.requestedDataSourcesRaw()@NotNull MemorySegmentXrHandTrackingDataSourceInfoEXT.requestedDataSourcesRaw()@NotNull MemorySegmentXrFacialExpressionClientCreateInfoML.requestedFacialBlendShapesRaw()@NotNull MemorySegmentXrNewSceneComputeInfoMSFT.requestedFeaturesRaw()@NotNull MemorySegmentXrSceneCaptureRequestInfoFB.requestRaw()@NotNull MemorySegmentXrSpaceQueryResultsFB.resultsRaw()@NotNull MemorySegmentXrSpatialAnchorsDeleteCompletionDetailsML.resultsRaw()@NotNull MemorySegmentXrSpatialAnchorsPublishCompletionDetailsML.resultsRaw()@NotNull MemorySegmentXrSpatialAnchorsUpdateExpirationCompletionDetailsML.resultsRaw()@NotNull MemorySegmentXrHapticPcmVibrationFB.samplesConsumedRaw()@NotNull MemorySegmentXrSceneMarkersMSFT.sceneMarkersRaw()@NotNull MemorySegmentXrSceneMeshesMSFT.sceneMeshesRaw()@NotNull MemorySegmentXrSceneObjectsMSFT.sceneObjectsRaw()@NotNull MemorySegmentXrScenePlanesMSFT.scenePlanesRaw()@NotNull MemorySegmentXrSpatialComponentPlaneSemanticLabelListEXT.semanticLabelsRaw()@NotNull MemorySegmentXrPlaneDetectorBeginInfoEXT.semanticTypesRaw()@NotNull MemorySegmentXrDebugUtilsMessengerCallbackDataEXT.sessionLabelsRaw()@NotNull MemorySegmentXrCreateSpatialAnchorsCompletionML.spacesRaw()@NotNull MemorySegmentXrShareSpacesInfoMETA.spacesRaw()@NotNull MemorySegmentXrSpaceListSaveInfoFB.spacesRaw()@NotNull MemorySegmentXrSpaceShareInfoFB.spacesRaw()@NotNull MemorySegmentXrSpacesLocateInfo.spacesRaw()@NotNull MemorySegmentXrSpacesLocateInfoKHR.spacesRaw()@NotNull MemorySegmentXrSceneBoundsMSFT.spheresRaw()@NotNull MemorySegmentXrQueriedSenseDataBD.statesRaw()@NotNull MemorySegmentXrVirtualKeyboardModelAnimationStatesMETA.statesRaw()@Nullable LongPtrXrActionCreateInfo.subactionPaths()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@NotNull MemorySegmentXrActionCreateInfo.subactionPathsRaw()@NotNull MemorySegmentXrFoveationApplyInfoHTC.subImagesRaw()@NotNull MemorySegmentXrInteractionProfileSuggestedBinding.suggestedBindingsRaw()@NotNull MemorySegmentXrVirtualKeyboardTextContextChangeInfoMETA.textContextRaw()@NotNull MemorySegmentXrSwapchainImageMetalKHR.texture()@NotNull MemorySegmentXrSwapchainImageD3D11KHR.textureRaw()@NotNull MemorySegmentXrSwapchainImageD3D12KHR.textureRaw()@Nullable LongPtrXrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPaths()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@NotNull MemorySegmentXrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPathsRaw()@NotNull MemorySegmentXrDebugUtilsMessengerCreateInfoEXT.userCallback()@NotNull MemorySegmentXrDebugUtilsMessengerCreateInfoEXT.userData()@NotNull MemorySegmentXrSpaceShareInfoFB.usersRaw()@NotNull MemorySegmentXrSenseDataFilterUuidBD.uuidsRaw()@NotNull MemorySegmentXrSpaceContainerFB.uuidsRaw()@NotNull MemorySegmentXrSpaceUuidFilterInfoFB.uuidsRaw()@NotNull MemorySegmentXrSpatialAnchorsCreateInfoFromUuidsML.uuidsRaw()@NotNull MemorySegmentXrSpatialAnchorsDeleteInfoML.uuidsRaw()@NotNull MemorySegmentXrSpatialAnchorsPublishCompletionML.uuidsRaw()@NotNull MemorySegmentXrSpatialAnchorsQueryCompletionML.uuidsRaw()@NotNull MemorySegmentXrSpatialAnchorsUpdateExpirationInfoML.uuidsRaw()@NotNull MemorySegmentXrSpaceVelocities.velocitiesRaw()@NotNull MemorySegmentXrSpaceVelocitiesKHR.velocitiesRaw()@NotNull MemorySegmentXrHandTrackingMeshFB.vertexBlendIndicesRaw()@NotNull MemorySegmentXrHandTrackingMeshFB.vertexBlendWeightsRaw()@NotNull MemorySegmentXrTriangleMeshCreateInfoFB.vertexBufferRaw()@NotNull MemorySegmentXrWorldMeshBlockML.vertexBufferRaw()@NotNull MemorySegmentXrHandTrackingMeshFB.vertexNormalsRaw()@NotNull MemorySegmentXrHandTrackingMeshFB.vertexPositionsRaw()@NotNull MemorySegmentXrHandTrackingMeshFB.vertexUVsRaw()@NotNull MemorySegmentXrBoundary2DFB.verticesRaw()@NotNull MemorySegmentXrHandMeshVertexBufferMSFT.verticesRaw()@NotNull MemorySegmentXrPassthroughMeshTransformInfoHTC.verticesRaw()@NotNull MemorySegmentXrPlaneDetectorPolygonBufferEXT.verticesRaw()@NotNull MemorySegmentXrSceneMeshVertexBufferMSFT.verticesRaw()@NotNull MemorySegmentXrSpaceTriangleMeshMETA.verticesRaw()@NotNull MemorySegmentXrSpatialEntityComponentDataPolygonBD.verticesRaw()@NotNull MemorySegmentXrSpatialEntityComponentDataTriangleMeshBD.verticesRaw()@NotNull MemorySegmentXrVisibilityMaskKHR.verticesRaw()@NotNull MemorySegmentXrSecondaryViewConfigurationFrameEndInfoMSFT.viewConfigurationLayersInfoRaw()@NotNull MemorySegmentXrSecondaryViewConfigurationFrameStateMSFT.viewConfigurationStatesRaw()@NotNull MemorySegmentXrVulkanSwapchainFormatListCreateInfoKHR.viewFormatsRaw()@NotNull MemorySegmentXrCompositionLayerProjection.viewsRaw()@NotNull MemorySegmentXrVulkanDeviceCreateInfoKHR.vulkanAllocatorRaw()@NotNull MemorySegmentXrVulkanInstanceCreateInfoKHR.vulkanAllocatorRaw()@NotNull MemorySegmentXrVulkanDeviceCreateInfoKHR.vulkanCreateInfoRaw()@NotNull MemorySegmentXrVulkanInstanceCreateInfoKHR.vulkanCreateInfoRaw()@NotNull MemorySegmentXrRoomLayoutFB.wallUuidsRaw()@NotNull MemorySegmentXrFaceExpressionWeights2FB.weightsRaw()@NotNull MemorySegmentXrFaceExpressionWeightsFB.weightsRaw()@NotNull MemorySegmentXrGraphicsBindingOpenGLXlibKHR.xDisplayRaw()Method parameters in club.doki7.openxr.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoidXrActiveActionSetPrioritiesEXT.actionSetPrioritiesRaw(@NotNull MemorySegment value) voidXrSessionActionSetsAttachInfo.actionSetsRaw(@NotNull MemorySegment value) voidXrActionsSyncInfo.activeActionSetsRaw(@NotNull MemorySegment value) voidXrScenePlaneAlignmentFilterInfoMSFT.alignmentsRaw(@NotNull MemorySegment value) voidXrHapticAmplitudeEnvelopeVibrationFB.amplitudesRaw(@NotNull MemorySegment value) voidXrSpatialAnchorsPublishInfoML.anchorsRaw(@NotNull MemorySegment value) XrInstanceCreateInfoAndroidKHR.applicationActivity(@NotNull MemorySegment value) XrLoaderInitInfoAndroidKHR.applicationContext(@NotNull MemorySegment value) XrInstanceCreateInfoAndroidKHR.applicationVM(@NotNull MemorySegment value) XrLoaderInitInfoAndroidKHR.applicationVM(@NotNull MemorySegment value) voidXrBindingModificationsKHR.bindingModificationsRaw(@NotNull MemorySegment value) voidXrWorldMeshGetInfoML.blocksRaw(@NotNull MemorySegment value) voidXrWorldMeshRequestCompletionML.blocksRaw(@NotNull MemorySegment value) voidXrSpatialComponentBounded2DListEXT.boundsRaw(@NotNull MemorySegment value) voidXrSpatialComponentBounded3DListEXT.boundsRaw(@NotNull MemorySegment value) voidXrSceneBoundsMSFT.boxesRaw(@NotNull MemorySegment value) XrWorldMeshBufferML.buffer(@NotNull MemorySegment value) voidXrColocationAdvertisementStartInfoMETA.bufferRaw(@NotNull MemorySegment value) voidXrDeserializeSceneFragmentMSFT.bufferRaw(@NotNull MemorySegment value) voidXrHapticPcmVibrationFB.bufferRaw(@NotNull MemorySegment value) voidXrPassthroughColorLutDataMETA.bufferRaw(@NotNull MemorySegment value) voidXrRenderModelAssetDataEXT.bufferRaw(@NotNull MemorySegment value) voidXrRenderModelBufferFB.bufferRaw(@NotNull MemorySegment value) voidXrSemanticLabelsFB.bufferRaw(@NotNull MemorySegment value) voidXrVirtualKeyboardTextureDataMETA.bufferRaw(@NotNull MemorySegment value) voidXrSpatialContextCreateInfoEXT.capabilityConfigsRaw(@NotNull MemorySegment value) XrGraphicsBindingMetalKHR.commandQueue(@NotNull MemorySegment value) voidXrSceneComponentsLocateInfoMSFT.componentIdsRaw(@NotNull MemorySegment value) voidXrSceneComponentsMSFT.componentsRaw(@NotNull MemorySegment value) voidXrSpatialCapabilityComponentTypesEXT.componentTypesRaw(@NotNull MemorySegment value) voidXrSpatialComponentDataQueryConditionEXT.componentTypesRaw(@NotNull MemorySegment value) voidXrSpatialDiscoverySnapshotCreateInfoEXT.componentTypesRaw(@NotNull MemorySegment value) voidXrSpatialUpdateSnapshotCreateInfoEXT.componentTypesRaw(@NotNull MemorySegment value) voidXrWorldMeshBlockML.confidenceBufferRaw(@NotNull MemorySegment value) voidXrFaceExpressionWeights2FB.confidencesRaw(@NotNull MemorySegment value) voidXrFaceExpressionWeightsFB.confidencesRaw(@NotNull MemorySegment value) XrGraphicsBindingEGLMNDX.config(@NotNull MemorySegment value) XrGraphicsBindingOpenGLESAndroidKHR.config(@NotNull MemorySegment value) voidXrFoveationCustomModeInfoHTC.configsRaw(@NotNull MemorySegment value) XrGraphicsBindingOpenGLXcbKHR.connection(@NotNull MemorySegment value) XrGraphicsBindingEGLMNDX.context(@NotNull MemorySegment value) XrGraphicsBindingOpenGLESAndroidKHR.context(@NotNull MemorySegment value) voidXrHolographicWindowAttachmentMSFT.coreWindowRaw(@NotNull MemorySegment value) XrNegotiateApiLayerRequest.createApiLayerInstance(@NotNull MemorySegment value) voidXrLocalizationMapImportInfoML.dataRaw(@NotNull MemorySegment value) voidXrGraphicsBindingD3D11KHR.deviceRaw(@NotNull MemorySegment value) voidXrGraphicsBindingD3D12KHR.deviceRaw(@NotNull MemorySegment value) XrGraphicsBindingEGLMNDX.display(@NotNull MemorySegment value) XrGraphicsBindingOpenGLESAndroidKHR.display(@NotNull MemorySegment value) voidXrGraphicsBindingOpenGLWaylandKHR.displayRaw(@NotNull MemorySegment value) voidXrInstanceCreateInfo.enabledApiLayerNamesRaw(@NotNull MemorySegment value) voidXrSpatialCapabilityConfigurationAnchorEXT.enabledComponentsRaw(@NotNull MemorySegment value) voidXrSpatialCapabilityConfigurationAprilTagEXT.enabledComponentsRaw(@NotNull MemorySegment value) voidXrSpatialCapabilityConfigurationArucoMarkerEXT.enabledComponentsRaw(@NotNull MemorySegment value) voidXrSpatialCapabilityConfigurationBaseHeaderEXT.enabledComponentsRaw(@NotNull MemorySegment value) voidXrSpatialCapabilityConfigurationMicroQrCodeEXT.enabledComponentsRaw(@NotNull MemorySegment value) voidXrSpatialCapabilityConfigurationPlaneTrackingEXT.enabledComponentsRaw(@NotNull MemorySegment value) voidXrSpatialCapabilityConfigurationQrCodeEXT.enabledComponentsRaw(@NotNull MemorySegment value) voidXrInstanceCreateInfo.enabledExtensionNamesRaw(@NotNull MemorySegment value) voidXrSecondaryViewConfigurationSessionBeginInfoMSFT.enabledViewConfigurationTypesRaw(@NotNull MemorySegment value) voidXrSpatialUpdateSnapshotCreateInfoEXT.entitiesRaw(@NotNull MemorySegment value) voidXrSpatialComponentDataQueryResultEXT.entityIdsRaw(@NotNull MemorySegment value) voidXrSpatialComponentDataQueryResultEXT.entityStatesRaw(@NotNull MemorySegment value) voidXrSpaceQueryInfoFB.excludeFilterRaw(@NotNull MemorySegment value) voidXrFacialExpressionsHTC.expressionWeightingsRaw(@NotNull MemorySegment value) voidXrSpaceQueryInfoFB.filterRaw(@NotNull MemorySegment value) voidXrSceneDeserializeInfoMSFT.fragmentsRaw(@NotNull MemorySegment value) voidXrSceneBoundsMSFT.frustumsRaw(@NotNull MemorySegment value) voidXrDebugUtilsMessengerCallbackDataEXT.functionNameRaw(@NotNull MemorySegment value) XrNegotiateApiLayerRequest.getInstanceProcAddr(@NotNull MemorySegment value) XrNegotiateRuntimeRequest.getInstanceProcAddr(@NotNull MemorySegment value) XrGraphicsBindingEGLMNDX.getProcAddress(@NotNull MemorySegment value) voidXrRenderModelCreateInfoEXT.gltfExtensionsRaw(@NotNull MemorySegment value) XrGraphicsBindingOpenGLXlibKHR.glxContext(@NotNull MemorySegment value) XrGraphicsBindingOpenGLXlibKHR.glxFBConfig(@NotNull MemorySegment value) voidXrShareSpacesRecipientGroupsMETA.groupsRaw(@NotNull MemorySegment value) XrGraphicsBindingOpenGLWin32KHR.hDC(@NotNull MemorySegment value) XrGraphicsBindingOpenGLWin32KHR.hGLRC(@NotNull MemorySegment value) voidXrHolographicWindowAttachmentMSFT.holographicSpaceRaw(@NotNull MemorySegment value) voidXrTriangleMeshCreateInfoFB.indexBufferRaw(@NotNull MemorySegment value) voidXrWorldMeshBlockML.indexBufferRaw(@NotNull MemorySegment value) voidXrHandMeshIndexBufferMSFT.indicesRaw(@NotNull MemorySegment value) voidXrHandTrackingMeshFB.indicesRaw(@NotNull MemorySegment value) voidXrPassthroughMeshTransformInfoHTC.indicesRaw(@NotNull MemorySegment value) voidXrSceneMeshIndicesUint16MSFT.indicesRaw(@NotNull MemorySegment value) voidXrSceneMeshIndicesUint32MSFT.indicesRaw(@NotNull MemorySegment value) voidXrSpaceTriangleMeshMETA.indicesRaw(@NotNull MemorySegment value) voidXrSpatialEntityComponentDataTriangleMeshBD.indicesRaw(@NotNull MemorySegment value) voidXrVisibilityMaskKHR.indicesRaw(@NotNull MemorySegment value) voidXrHandTrackingMeshFB.jointBindPosesRaw(@NotNull MemorySegment value) voidXrBodyJointLocationsBD.jointLocationsRaw(@NotNull MemorySegment value) voidXrBodyJointLocationsFB.jointLocationsRaw(@NotNull MemorySegment value) voidXrBodyJointLocationsHTC.jointLocationsRaw(@NotNull MemorySegment value) voidXrHandJointLocationsEXT.jointLocationsRaw(@NotNull MemorySegment value) voidXrHandTrackingMeshFB.jointParentsRaw(@NotNull MemorySegment value) voidXrHandTrackingMeshFB.jointRadiiRaw(@NotNull MemorySegment value) voidXrBodySkeletonFB.jointsRaw(@NotNull MemorySegment value) voidXrBodySkeletonHTC.jointsRaw(@NotNull MemorySegment value) voidXrHandJointVelocitiesEXT.jointVelocitiesRaw(@NotNull MemorySegment value) voidXrDebugUtilsLabelEXT.labelNameRaw(@NotNull MemorySegment value) voidXrSenseDataFilterSemanticBD.labelsRaw(@NotNull MemorySegment value) voidXrSpatialEntityComponentDataSemanticBD.labelsRaw(@NotNull MemorySegment value) voidXrRecommendedLayerResolutionGetInfoMETA.layerRaw(@NotNull MemorySegment value) voidXrFrameEndInfo.layersRaw(@NotNull MemorySegment value) voidXrSecondaryViewConfigurationLayerInfoMSFT.layersRaw(@NotNull MemorySegment value) XrApiLayerCreateInfo.loaderInstance(@NotNull MemorySegment value) voidXrForceFeedbackCurlApplyLocationsMNDX.locationsRaw(@NotNull MemorySegment value) voidXrSceneComponentLocationsMSFT.locationsRaw(@NotNull MemorySegment value) voidXrSpaceLocations.locationsRaw(@NotNull MemorySegment value) voidXrSpaceLocationsKHR.locationsRaw(@NotNull MemorySegment value) voidXrSpatialComponentAnchorListEXT.locationsRaw(@NotNull MemorySegment value) voidXrSpatialComponentMarkerListEXT.markersRaw(@NotNull MemorySegment value) voidXrSceneMarkerTypeFilterMSFT.markerTypesRaw(@NotNull MemorySegment value) voidXrWorldMeshStateRequestCompletionML.meshBlockStatesRaw(@NotNull MemorySegment value) voidXrSpatialComponentMesh2DListEXT.meshesRaw(@NotNull MemorySegment value) voidXrSpatialComponentMesh3DListEXT.meshesRaw(@NotNull MemorySegment value) voidXrDebugUtilsMessengerCallbackDataEXT.messageIdRaw(@NotNull MemorySegment value) voidXrDebugUtilsMessengerCallbackDataEXT.messageRaw(@NotNull MemorySegment value) XrGraphicsRequirementsMetalKHR.metalDevice(@NotNull MemorySegment value) XrActionCreateInfo.next(@NotNull MemorySegment value) XrActionSetCreateInfo.next(@NotNull MemorySegment value) XrActionSpaceCreateInfo.next(@NotNull MemorySegment value) XrActionsSyncInfo.next(@NotNull MemorySegment value) XrActionStateBoolean.next(@NotNull MemorySegment value) XrActionStateFloat.next(@NotNull MemorySegment value) XrActionStateGetInfo.next(@NotNull MemorySegment value) XrActionStatePose.next(@NotNull MemorySegment value) XrActionStateVector2f.next(@NotNull MemorySegment value) XrActiveActionSetPrioritiesEXT.next(@NotNull MemorySegment value) XrAnchorSpaceCreateInfoBD.next(@NotNull MemorySegment value) XrAndroidSurfaceSwapchainCreateInfoFB.next(@NotNull MemorySegment value) XrApiLayerProperties.next(@NotNull MemorySegment value) XrBindingModificationBaseHeaderKHR.next(@NotNull MemorySegment value) XrBindingModificationsKHR.next(@NotNull MemorySegment value) XrBodyJointLocationsBD.next(@NotNull MemorySegment value) XrBodyJointLocationsFB.next(@NotNull MemorySegment value) XrBodyJointLocationsHTC.next(@NotNull MemorySegment value) XrBodyJointsLocateInfoBD.next(@NotNull MemorySegment value) XrBodyJointsLocateInfoFB.next(@NotNull MemorySegment value) XrBodyJointsLocateInfoHTC.next(@NotNull MemorySegment value) XrBodySkeletonFB.next(@NotNull MemorySegment value) XrBodySkeletonHTC.next(@NotNull MemorySegment value) XrBodyTrackerCreateInfoBD.next(@NotNull MemorySegment value) XrBodyTrackerCreateInfoFB.next(@NotNull MemorySegment value) XrBodyTrackerCreateInfoHTC.next(@NotNull MemorySegment value) XrBoundary2DFB.next(@NotNull MemorySegment value) XrBoundSourcesForActionEnumerateInfo.next(@NotNull MemorySegment value) XrColocationAdvertisementStartInfoMETA.next(@NotNull MemorySegment value) XrColocationAdvertisementStopInfoMETA.next(@NotNull MemorySegment value) XrColocationDiscoveryStartInfoMETA.next(@NotNull MemorySegment value) XrColocationDiscoveryStopInfoMETA.next(@NotNull MemorySegment value) XrCompositionLayerAlphaBlendFB.next(@NotNull MemorySegment value) XrCompositionLayerBaseHeader.next(@NotNull MemorySegment value) XrCompositionLayerColorScaleBiasKHR.next(@NotNull MemorySegment value) XrCompositionLayerCubeKHR.next(@NotNull MemorySegment value) XrCompositionLayerCylinderKHR.next(@NotNull MemorySegment value) XrCompositionLayerDepthInfoKHR.next(@NotNull MemorySegment value) XrCompositionLayerDepthTestFB.next(@NotNull MemorySegment value) XrCompositionLayerDepthTestVARJO.next(@NotNull MemorySegment value) XrCompositionLayerEquirect2KHR.next(@NotNull MemorySegment value) XrCompositionLayerEquirectKHR.next(@NotNull MemorySegment value) XrCompositionLayerImageLayoutFB.next(@NotNull MemorySegment value) XrCompositionLayerPassthroughFB.next(@NotNull MemorySegment value) XrCompositionLayerPassthroughHTC.next(@NotNull MemorySegment value) XrCompositionLayerProjection.next(@NotNull MemorySegment value) XrCompositionLayerProjectionView.next(@NotNull MemorySegment value) XrCompositionLayerQuad.next(@NotNull MemorySegment value) XrCompositionLayerReprojectionInfoMSFT.next(@NotNull MemorySegment value) XrCompositionLayerReprojectionPlaneOverrideMSFT.next(@NotNull MemorySegment value) XrCompositionLayerSecureContentFB.next(@NotNull MemorySegment value) XrCompositionLayerSettingsFB.next(@NotNull MemorySegment value) XrCompositionLayerSpaceWarpInfoFB.next(@NotNull MemorySegment value) XrControllerModelKeyStateMSFT.next(@NotNull MemorySegment value) XrControllerModelNodePropertiesMSFT.next(@NotNull MemorySegment value) XrControllerModelNodeStateMSFT.next(@NotNull MemorySegment value) XrControllerModelPropertiesMSFT.next(@NotNull MemorySegment value) XrControllerModelStateMSFT.next(@NotNull MemorySegment value) XrCoordinateSpaceCreateInfoML.next(@NotNull MemorySegment value) XrCreateSpatialAnchorsCompletionML.next(@NotNull MemorySegment value) XrCreateSpatialContextCompletionEXT.next(@NotNull MemorySegment value) XrCreateSpatialDiscoverySnapshotCompletionEXT.next(@NotNull MemorySegment value) XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.next(@NotNull MemorySegment value) XrCreateSpatialPersistenceContextCompletionEXT.next(@NotNull MemorySegment value) XrDebugUtilsLabelEXT.next(@NotNull MemorySegment value) XrDebugUtilsMessengerCallbackDataEXT.next(@NotNull MemorySegment value) XrDebugUtilsMessengerCreateInfoEXT.next(@NotNull MemorySegment value) XrDebugUtilsObjectNameInfoEXT.next(@NotNull MemorySegment value) XrDevicePcmSampleRateGetInfoFB.next(@NotNull MemorySegment value) XrDevicePcmSampleRateStateFB.next(@NotNull MemorySegment value) XrDigitalLensControlALMALENCE.next(@NotNull MemorySegment value) XrEnvironmentDepthHandRemovalSetInfoMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthImageAcquireInfoMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthImageMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthImageViewMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthProviderCreateInfoMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthSwapchainCreateInfoMETA.next(@NotNull MemorySegment value) XrEnvironmentDepthSwapchainStateMETA.next(@NotNull MemorySegment value) XrEventDataBaseHeader.next(@NotNull MemorySegment value) XrEventDataBuffer.next(@NotNull MemorySegment value) XrEventDataColocationAdvertisementCompleteMETA.next(@NotNull MemorySegment value) XrEventDataColocationDiscoveryCompleteMETA.next(@NotNull MemorySegment value) XrEventDataColocationDiscoveryResultMETA.next(@NotNull MemorySegment value) XrEventDataDisplayRefreshRateChangedFB.next(@NotNull MemorySegment value) XrEventDataEventsLost.next(@NotNull MemorySegment value) XrEventDataEyeCalibrationChangedML.next(@NotNull MemorySegment value) XrEventDataHeadsetFitChangedML.next(@NotNull MemorySegment value) XrEventDataInstanceLossPending.next(@NotNull MemorySegment value) XrEventDataInteractionProfileChanged.next(@NotNull MemorySegment value) XrEventDataInteractionRenderModelsChangedEXT.next(@NotNull MemorySegment value) XrEventDataLocalizationChangedML.next(@NotNull MemorySegment value) XrEventDataMainSessionVisibilityChangedEXTX.next(@NotNull MemorySegment value) XrEventDataMarkerTrackingUpdateVARJO.next(@NotNull MemorySegment value) XrEventDataPassthroughLayerResumedMETA.next(@NotNull MemorySegment value) XrEventDataPassthroughStateChangedFB.next(@NotNull MemorySegment value) XrEventDataPerfSettingsEXT.next(@NotNull MemorySegment value) XrEventDataReferenceSpaceChangePending.next(@NotNull MemorySegment value) XrEventDataSceneCaptureCompleteFB.next(@NotNull MemorySegment value) XrEventDataSenseDataProviderStateChangedBD.next(@NotNull MemorySegment value) XrEventDataSenseDataUpdatedBD.next(@NotNull MemorySegment value) XrEventDataSessionStateChanged.next(@NotNull MemorySegment value) XrEventDataShareSpacesCompleteMETA.next(@NotNull MemorySegment value) XrEventDataSpaceEraseCompleteFB.next(@NotNull MemorySegment value) XrEventDataSpaceListSaveCompleteFB.next(@NotNull MemorySegment value) XrEventDataSpaceQueryCompleteFB.next(@NotNull MemorySegment value) XrEventDataSpaceQueryResultsAvailableFB.next(@NotNull MemorySegment value) XrEventDataSpaceSaveCompleteFB.next(@NotNull MemorySegment value) XrEventDataSpaceSetStatusCompleteFB.next(@NotNull MemorySegment value) XrEventDataSpaceShareCompleteFB.next(@NotNull MemorySegment value) XrEventDataSpatialAnchorCreateCompleteFB.next(@NotNull MemorySegment value) XrEventDataSpatialDiscoveryRecommendedEXT.next(@NotNull MemorySegment value) XrEventDataStartColocationAdvertisementCompleteMETA.next(@NotNull MemorySegment value) XrEventDataStartColocationDiscoveryCompleteMETA.next(@NotNull MemorySegment value) XrEventDataStopColocationAdvertisementCompleteMETA.next(@NotNull MemorySegment value) XrEventDataStopColocationDiscoveryCompleteMETA.next(@NotNull MemorySegment value) XrEventDataUserPresenceChangedEXT.next(@NotNull MemorySegment value) XrEventDataVirtualKeyboardBackspaceMETA.next(@NotNull MemorySegment value) XrEventDataVirtualKeyboardCommitTextMETA.next(@NotNull MemorySegment value) XrEventDataVirtualKeyboardEnterMETA.next(@NotNull MemorySegment value) XrEventDataVirtualKeyboardHiddenMETA.next(@NotNull MemorySegment value) XrEventDataVirtualKeyboardShownMETA.next(@NotNull MemorySegment value) XrEventDataVisibilityMaskChangedKHR.next(@NotNull MemorySegment value) XrEventDataViveTrackerConnectedHTCX.next(@NotNull MemorySegment value) XrExtensionProperties.next(@NotNull MemorySegment value) XrExternalCameraOCULUS.next(@NotNull MemorySegment value) XrEyeGazeSampleTimeEXT.next(@NotNull MemorySegment value) XrEyeGazesFB.next(@NotNull MemorySegment value) XrEyeGazesInfoFB.next(@NotNull MemorySegment value) XrEyeTrackerCreateInfoFB.next(@NotNull MemorySegment value) XrFaceExpressionInfo2FB.next(@NotNull MemorySegment value) XrFaceExpressionInfoFB.next(@NotNull MemorySegment value) XrFaceExpressionWeights2FB.next(@NotNull MemorySegment value) XrFaceExpressionWeightsFB.next(@NotNull MemorySegment value) XrFaceTrackerCreateInfo2FB.next(@NotNull MemorySegment value) XrFaceTrackerCreateInfoFB.next(@NotNull MemorySegment value) XrFacialExpressionBlendShapeGetInfoML.next(@NotNull MemorySegment value) XrFacialExpressionBlendShapePropertiesML.next(@NotNull MemorySegment value) XrFacialExpressionClientCreateInfoML.next(@NotNull MemorySegment value) XrFacialExpressionsHTC.next(@NotNull MemorySegment value) XrFacialTrackerCreateInfoHTC.next(@NotNull MemorySegment value) XrForceFeedbackCurlApplyLocationsMNDX.next(@NotNull MemorySegment value) XrFoveatedViewConfigurationViewVARJO.next(@NotNull MemorySegment value) XrFoveationApplyInfoHTC.next(@NotNull MemorySegment value) XrFoveationCustomModeInfoHTC.next(@NotNull MemorySegment value) XrFoveationDynamicModeInfoHTC.next(@NotNull MemorySegment value) XrFoveationEyeTrackedProfileCreateInfoMETA.next(@NotNull MemorySegment value) XrFoveationEyeTrackedStateMETA.next(@NotNull MemorySegment value) XrFoveationLevelProfileCreateInfoFB.next(@NotNull MemorySegment value) XrFoveationProfileCreateInfoFB.next(@NotNull MemorySegment value) XrFrameBeginInfo.next(@NotNull MemorySegment value) XrFrameEndInfo.next(@NotNull MemorySegment value) XrFrameEndInfoML.next(@NotNull MemorySegment value) XrFrameState.next(@NotNull MemorySegment value) XrFrameSynthesisConfigViewEXT.next(@NotNull MemorySegment value) XrFrameSynthesisInfoEXT.next(@NotNull MemorySegment value) XrFrameWaitInfo.next(@NotNull MemorySegment value) XrFutureCancelInfoEXT.next(@NotNull MemorySegment value) XrFutureCompletionBaseHeaderEXT.next(@NotNull MemorySegment value) XrFutureCompletionEXT.next(@NotNull MemorySegment value) XrFuturePollInfoEXT.next(@NotNull MemorySegment value) XrFuturePollResultEXT.next(@NotNull MemorySegment value) XrFuturePollResultProgressBD.next(@NotNull MemorySegment value) XrGeometryInstanceCreateInfoFB.next(@NotNull MemorySegment value) XrGeometryInstanceTransformFB.next(@NotNull MemorySegment value) XrGlobalDimmerFrameEndInfoML.next(@NotNull MemorySegment value) XrGraphicsBindingD3D11KHR.next(@NotNull MemorySegment value) XrGraphicsBindingD3D12KHR.next(@NotNull MemorySegment value) XrGraphicsBindingEGLMNDX.next(@NotNull MemorySegment value) XrGraphicsBindingMetalKHR.next(@NotNull MemorySegment value) XrGraphicsBindingOpenGLESAndroidKHR.next(@NotNull MemorySegment value) XrGraphicsBindingOpenGLWaylandKHR.next(@NotNull MemorySegment value) XrGraphicsBindingOpenGLWin32KHR.next(@NotNull MemorySegment value) XrGraphicsBindingOpenGLXcbKHR.next(@NotNull MemorySegment value) XrGraphicsBindingOpenGLXlibKHR.next(@NotNull MemorySegment value) XrGraphicsBindingVulkan2KHR.next(@NotNull MemorySegment value) XrGraphicsBindingVulkanKHR.next(@NotNull MemorySegment value) XrGraphicsRequirementsD3D11KHR.next(@NotNull MemorySegment value) XrGraphicsRequirementsD3D12KHR.next(@NotNull MemorySegment value) XrGraphicsRequirementsMetalKHR.next(@NotNull MemorySegment value) XrGraphicsRequirementsOpenGLESKHR.next(@NotNull MemorySegment value) XrGraphicsRequirementsOpenGLKHR.next(@NotNull MemorySegment value) XrGraphicsRequirementsVulkan2KHR.next(@NotNull MemorySegment value) XrGraphicsRequirementsVulkanKHR.next(@NotNull MemorySegment value) XrHandJointLocationsEXT.next(@NotNull MemorySegment value) XrHandJointsLocateInfoEXT.next(@NotNull MemorySegment value) XrHandJointsMotionRangeInfoEXT.next(@NotNull MemorySegment value) XrHandJointVelocitiesEXT.next(@NotNull MemorySegment value) XrHandMeshMSFT.next(@NotNull MemorySegment value) XrHandMeshSpaceCreateInfoMSFT.next(@NotNull MemorySegment value) XrHandMeshUpdateInfoMSFT.next(@NotNull MemorySegment value) XrHandPoseTypeInfoMSFT.next(@NotNull MemorySegment value) XrHandTrackerCreateInfoEXT.next(@NotNull MemorySegment value) XrHandTrackingAimStateFB.next(@NotNull MemorySegment value) XrHandTrackingCapsulesStateFB.next(@NotNull MemorySegment value) XrHandTrackingDataSourceInfoEXT.next(@NotNull MemorySegment value) XrHandTrackingDataSourceStateEXT.next(@NotNull MemorySegment value) XrHandTrackingMeshFB.next(@NotNull MemorySegment value) XrHandTrackingScaleFB.next(@NotNull MemorySegment value) XrHapticActionInfo.next(@NotNull MemorySegment value) XrHapticAmplitudeEnvelopeVibrationFB.next(@NotNull MemorySegment value) XrHapticBaseHeader.next(@NotNull MemorySegment value) XrHapticPcmVibrationFB.next(@NotNull MemorySegment value) XrHapticVibration.next(@NotNull MemorySegment value) XrHolographicWindowAttachmentMSFT.next(@NotNull MemorySegment value) XrInputSourceLocalizedNameGetInfo.next(@NotNull MemorySegment value) XrInstanceCreateInfo.next(@NotNull MemorySegment value) XrInstanceCreateInfoAndroidKHR.next(@NotNull MemorySegment value) XrInstanceProperties.next(@NotNull MemorySegment value) XrInteractionProfileAnalogThresholdVALVE.next(@NotNull MemorySegment value) XrInteractionProfileDpadBindingEXT.next(@NotNull MemorySegment value) XrInteractionProfileState.next(@NotNull MemorySegment value) XrInteractionProfileSuggestedBinding.next(@NotNull MemorySegment value) XrInteractionRenderModelIdsEnumerateInfoEXT.next(@NotNull MemorySegment value) XrInteractionRenderModelSubactionPathInfoEXT.next(@NotNull MemorySegment value) XrInteractionRenderModelTopLevelUserPathGetInfoEXT.next(@NotNull MemorySegment value) XrKeyboardSpaceCreateInfoFB.next(@NotNull MemorySegment value) XrKeyboardTrackingQueryFB.next(@NotNull MemorySegment value) XrLoaderInitInfoAndroidKHR.next(@NotNull MemorySegment value) XrLoaderInitInfoBaseHeaderKHR.next(@NotNull MemorySegment value) XrLocalDimmingFrameEndInfoMETA.next(@NotNull MemorySegment value) XrLocalizationEnableEventsInfoML.next(@NotNull MemorySegment value) XrLocalizationMapImportInfoML.next(@NotNull MemorySegment value) XrLocalizationMapML.next(@NotNull MemorySegment value) XrLocalizationMapQueryInfoBaseHeaderML.next(@NotNull MemorySegment value) XrMapLocalizationRequestInfoML.next(@NotNull MemorySegment value) XrMarkerDetectorAprilTagInfoML.next(@NotNull MemorySegment value) XrMarkerDetectorArucoInfoML.next(@NotNull MemorySegment value) XrMarkerDetectorCreateInfoML.next(@NotNull MemorySegment value) XrMarkerDetectorCustomProfileInfoML.next(@NotNull MemorySegment value) XrMarkerDetectorSizeInfoML.next(@NotNull MemorySegment value) XrMarkerDetectorSnapshotInfoML.next(@NotNull MemorySegment value) XrMarkerDetectorStateML.next(@NotNull MemorySegment value) XrMarkerSpaceCreateInfoML.next(@NotNull MemorySegment value) XrMarkerSpaceCreateInfoVARJO.next(@NotNull MemorySegment value) XrNewSceneComputeInfoMSFT.next(@NotNull MemorySegment value) XrPassthroughBrightnessContrastSaturationFB.next(@NotNull MemorySegment value) XrPassthroughColorHTC.next(@NotNull MemorySegment value) XrPassthroughColorLutCreateInfoMETA.next(@NotNull MemorySegment value) XrPassthroughColorLutUpdateInfoMETA.next(@NotNull MemorySegment value) XrPassthroughColorMapInterpolatedLutMETA.next(@NotNull MemorySegment value) XrPassthroughColorMapLutMETA.next(@NotNull MemorySegment value) XrPassthroughColorMapMonoToMonoFB.next(@NotNull MemorySegment value) XrPassthroughColorMapMonoToRgbaFB.next(@NotNull MemorySegment value) XrPassthroughCreateInfoFB.next(@NotNull MemorySegment value) XrPassthroughCreateInfoHTC.next(@NotNull MemorySegment value) XrPassthroughKeyboardHandsIntensityFB.next(@NotNull MemorySegment value) XrPassthroughLayerCreateInfoFB.next(@NotNull MemorySegment value) XrPassthroughMeshTransformInfoHTC.next(@NotNull MemorySegment value) XrPassthroughPreferencesMETA.next(@NotNull MemorySegment value) XrPassthroughStyleFB.next(@NotNull MemorySegment value) XrPerformanceMetricsCounterMETA.next(@NotNull MemorySegment value) XrPerformanceMetricsStateMETA.next(@NotNull MemorySegment value) XrPersistSpatialEntityCompletionEXT.next(@NotNull MemorySegment value) XrPlaneDetectorBeginInfoEXT.next(@NotNull MemorySegment value) XrPlaneDetectorCreateInfoEXT.next(@NotNull MemorySegment value) XrPlaneDetectorGetInfoEXT.next(@NotNull MemorySegment value) XrPlaneDetectorLocationEXT.next(@NotNull MemorySegment value) XrPlaneDetectorLocationsEXT.next(@NotNull MemorySegment value) XrPlaneDetectorPolygonBufferEXT.next(@NotNull MemorySegment value) XrQueriedSenseDataBD.next(@NotNull MemorySegment value) XrQueriedSenseDataGetInfoBD.next(@NotNull MemorySegment value) XrRecommendedLayerResolutionGetInfoMETA.next(@NotNull MemorySegment value) XrRecommendedLayerResolutionMETA.next(@NotNull MemorySegment value) XrReferenceSpaceCreateInfo.next(@NotNull MemorySegment value) XrRenderModelAssetCreateInfoEXT.next(@NotNull MemorySegment value) XrRenderModelAssetDataEXT.next(@NotNull MemorySegment value) XrRenderModelAssetDataGetInfoEXT.next(@NotNull MemorySegment value) XrRenderModelAssetPropertiesEXT.next(@NotNull MemorySegment value) XrRenderModelAssetPropertiesGetInfoEXT.next(@NotNull MemorySegment value) XrRenderModelBufferFB.next(@NotNull MemorySegment value) XrRenderModelCapabilitiesRequestFB.next(@NotNull MemorySegment value) XrRenderModelCreateInfoEXT.next(@NotNull MemorySegment value) XrRenderModelLoadInfoFB.next(@NotNull MemorySegment value) XrRenderModelPathInfoFB.next(@NotNull MemorySegment value) XrRenderModelPropertiesEXT.next(@NotNull MemorySegment value) XrRenderModelPropertiesFB.next(@NotNull MemorySegment value) XrRenderModelPropertiesGetInfoEXT.next(@NotNull MemorySegment value) XrRenderModelSpaceCreateInfoEXT.next(@NotNull MemorySegment value) XrRenderModelStateEXT.next(@NotNull MemorySegment value) XrRenderModelStateGetInfoEXT.next(@NotNull MemorySegment value) XrRoomLayoutFB.next(@NotNull MemorySegment value) XrSceneCaptureInfoBD.next(@NotNull MemorySegment value) XrSceneCaptureRequestInfoFB.next(@NotNull MemorySegment value) XrSceneComponentLocationsMSFT.next(@NotNull MemorySegment value) XrSceneComponentParentFilterInfoMSFT.next(@NotNull MemorySegment value) XrSceneComponentsGetInfoMSFT.next(@NotNull MemorySegment value) XrSceneComponentsLocateInfoMSFT.next(@NotNull MemorySegment value) XrSceneComponentsMSFT.next(@NotNull MemorySegment value) XrSceneCreateInfoMSFT.next(@NotNull MemorySegment value) XrSceneDeserializeInfoMSFT.next(@NotNull MemorySegment value) XrSceneMarkerQRCodesMSFT.next(@NotNull MemorySegment value) XrSceneMarkersMSFT.next(@NotNull MemorySegment value) XrSceneMarkerTypeFilterMSFT.next(@NotNull MemorySegment value) XrSceneMeshBuffersGetInfoMSFT.next(@NotNull MemorySegment value) XrSceneMeshBuffersMSFT.next(@NotNull MemorySegment value) XrSceneMeshesMSFT.next(@NotNull MemorySegment value) XrSceneMeshIndicesUint16MSFT.next(@NotNull MemorySegment value) XrSceneMeshIndicesUint32MSFT.next(@NotNull MemorySegment value) XrSceneMeshVertexBufferMSFT.next(@NotNull MemorySegment value) XrSceneObjectsMSFT.next(@NotNull MemorySegment value) XrSceneObjectTypesFilterInfoMSFT.next(@NotNull MemorySegment value) XrSceneObserverCreateInfoMSFT.next(@NotNull MemorySegment value) XrScenePlaneAlignmentFilterInfoMSFT.next(@NotNull MemorySegment value) XrScenePlanesMSFT.next(@NotNull MemorySegment value) XrSecondaryViewConfigurationFrameEndInfoMSFT.next(@NotNull MemorySegment value) XrSecondaryViewConfigurationFrameStateMSFT.next(@NotNull MemorySegment value) XrSecondaryViewConfigurationLayerInfoMSFT.next(@NotNull MemorySegment value) XrSecondaryViewConfigurationSessionBeginInfoMSFT.next(@NotNull MemorySegment value) XrSecondaryViewConfigurationStateMSFT.next(@NotNull MemorySegment value) XrSecondaryViewConfigurationSwapchainCreateInfoMSFT.next(@NotNull MemorySegment value) XrSemanticLabelsFB.next(@NotNull MemorySegment value) XrSemanticLabelsSupportInfoFB.next(@NotNull MemorySegment value) XrSenseDataFilterPlaneOrientationBD.next(@NotNull MemorySegment value) XrSenseDataFilterSemanticBD.next(@NotNull MemorySegment value) XrSenseDataFilterUuidBD.next(@NotNull MemorySegment value) XrSenseDataProviderCreateInfoBD.next(@NotNull MemorySegment value) XrSenseDataProviderCreateInfoSpatialMeshBD.next(@NotNull MemorySegment value) XrSenseDataProviderStartInfoBD.next(@NotNull MemorySegment value) XrSenseDataQueryCompletionBD.next(@NotNull MemorySegment value) XrSenseDataQueryInfoBD.next(@NotNull MemorySegment value) XrSerializedSceneFragmentDataGetInfoMSFT.next(@NotNull MemorySegment value) XrSessionActionSetsAttachInfo.next(@NotNull MemorySegment value) XrSessionBeginInfo.next(@NotNull MemorySegment value) XrSessionCreateInfo.next(@NotNull MemorySegment value) XrSessionCreateInfoOverlayEXTX.next(@NotNull MemorySegment value) XrSharedSpatialAnchorDownloadInfoBD.next(@NotNull MemorySegment value) XrShareSpacesInfoMETA.next(@NotNull MemorySegment value) XrShareSpacesRecipientBaseHeaderMETA.next(@NotNull MemorySegment value) XrShareSpacesRecipientGroupsMETA.next(@NotNull MemorySegment value) XrSimultaneousHandsAndControllersTrackingPauseInfoMETA.next(@NotNull MemorySegment value) XrSimultaneousHandsAndControllersTrackingResumeInfoMETA.next(@NotNull MemorySegment value) XrSpaceComponentFilterInfoFB.next(@NotNull MemorySegment value) XrSpaceComponentStatusFB.next(@NotNull MemorySegment value) XrSpaceComponentStatusSetInfoFB.next(@NotNull MemorySegment value) XrSpaceContainerFB.next(@NotNull MemorySegment value) XrSpaceEraseInfoFB.next(@NotNull MemorySegment value) XrSpaceFilterInfoBaseHeaderFB.next(@NotNull MemorySegment value) XrSpaceGroupUuidFilterInfoMETA.next(@NotNull MemorySegment value) XrSpaceListSaveInfoFB.next(@NotNull MemorySegment value) XrSpaceLocation.next(@NotNull MemorySegment value) XrSpaceLocations.next(@NotNull MemorySegment value) XrSpaceLocationsKHR.next(@NotNull MemorySegment value) XrSpaceQueryInfoBaseHeaderFB.next(@NotNull MemorySegment value) XrSpaceQueryInfoFB.next(@NotNull MemorySegment value) XrSpaceQueryResultsFB.next(@NotNull MemorySegment value) XrSpaceSaveInfoFB.next(@NotNull MemorySegment value) XrSpaceShareInfoFB.next(@NotNull MemorySegment value) XrSpacesLocateInfo.next(@NotNull MemorySegment value) XrSpacesLocateInfoKHR.next(@NotNull MemorySegment value) XrSpaceStorageLocationFilterInfoFB.next(@NotNull MemorySegment value) XrSpaceTriangleMeshGetInfoMETA.next(@NotNull MemorySegment value) XrSpaceTriangleMeshMETA.next(@NotNull MemorySegment value) XrSpaceUserCreateInfoFB.next(@NotNull MemorySegment value) XrSpaceUuidFilterInfoFB.next(@NotNull MemorySegment value) XrSpaceVelocities.next(@NotNull MemorySegment value) XrSpaceVelocitiesKHR.next(@NotNull MemorySegment value) XrSpaceVelocity.next(@NotNull MemorySegment value) XrSpatialAnchorCreateCompletionBD.next(@NotNull MemorySegment value) XrSpatialAnchorCreateInfoBD.next(@NotNull MemorySegment value) XrSpatialAnchorCreateInfoEXT.next(@NotNull MemorySegment value) XrSpatialAnchorCreateInfoFB.next(@NotNull MemorySegment value) XrSpatialAnchorCreateInfoHTC.next(@NotNull MemorySegment value) XrSpatialAnchorCreateInfoMSFT.next(@NotNull MemorySegment value) XrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.next(@NotNull MemorySegment value) XrSpatialAnchorPersistenceInfoMSFT.next(@NotNull MemorySegment value) XrSpatialAnchorPersistInfoBD.next(@NotNull MemorySegment value) XrSpatialAnchorsCreateInfoBaseHeaderML.next(@NotNull MemorySegment value) XrSpatialAnchorsCreateInfoFromPoseML.next(@NotNull MemorySegment value) XrSpatialAnchorsCreateInfoFromUuidsML.next(@NotNull MemorySegment value) XrSpatialAnchorsCreateStorageInfoML.next(@NotNull MemorySegment value) XrSpatialAnchorsDeleteCompletionDetailsML.next(@NotNull MemorySegment value) XrSpatialAnchorsDeleteCompletionML.next(@NotNull MemorySegment value) XrSpatialAnchorsDeleteInfoML.next(@NotNull MemorySegment value) XrSpatialAnchorShareInfoBD.next(@NotNull MemorySegment value) XrSpatialAnchorSpaceCreateInfoMSFT.next(@NotNull MemorySegment value) XrSpatialAnchorsPublishCompletionDetailsML.next(@NotNull MemorySegment value) XrSpatialAnchorsPublishCompletionML.next(@NotNull MemorySegment value) XrSpatialAnchorsPublishInfoML.next(@NotNull MemorySegment value) XrSpatialAnchorsQueryCompletionML.next(@NotNull MemorySegment value) XrSpatialAnchorsQueryInfoBaseHeaderML.next(@NotNull MemorySegment value) XrSpatialAnchorsQueryInfoRadiusML.next(@NotNull MemorySegment value) XrSpatialAnchorStateML.next(@NotNull MemorySegment value) XrSpatialAnchorsUpdateExpirationCompletionDetailsML.next(@NotNull MemorySegment value) XrSpatialAnchorsUpdateExpirationCompletionML.next(@NotNull MemorySegment value) XrSpatialAnchorsUpdateExpirationInfoML.next(@NotNull MemorySegment value) XrSpatialAnchorUnpersistInfoBD.next(@NotNull MemorySegment value) XrSpatialBufferGetInfoEXT.next(@NotNull MemorySegment value) XrSpatialCapabilityComponentTypesEXT.next(@NotNull MemorySegment value) XrSpatialCapabilityConfigurationAnchorEXT.next(@NotNull MemorySegment value) XrSpatialCapabilityConfigurationAprilTagEXT.next(@NotNull MemorySegment value) XrSpatialCapabilityConfigurationArucoMarkerEXT.next(@NotNull MemorySegment value) XrSpatialCapabilityConfigurationBaseHeaderEXT.next(@NotNull MemorySegment value) XrSpatialCapabilityConfigurationMicroQrCodeEXT.next(@NotNull MemorySegment value) XrSpatialCapabilityConfigurationPlaneTrackingEXT.next(@NotNull MemorySegment value) XrSpatialCapabilityConfigurationQrCodeEXT.next(@NotNull MemorySegment value) XrSpatialComponentAnchorListEXT.next(@NotNull MemorySegment value) XrSpatialComponentBounded2DListEXT.next(@NotNull MemorySegment value) XrSpatialComponentBounded3DListEXT.next(@NotNull MemorySegment value) XrSpatialComponentDataQueryConditionEXT.next(@NotNull MemorySegment value) XrSpatialComponentDataQueryResultEXT.next(@NotNull MemorySegment value) XrSpatialComponentMarkerListEXT.next(@NotNull MemorySegment value) XrSpatialComponentMesh2DListEXT.next(@NotNull MemorySegment value) XrSpatialComponentMesh3DListEXT.next(@NotNull MemorySegment value) XrSpatialComponentParentListEXT.next(@NotNull MemorySegment value) XrSpatialComponentPersistenceListEXT.next(@NotNull MemorySegment value) XrSpatialComponentPlaneAlignmentListEXT.next(@NotNull MemorySegment value) XrSpatialComponentPlaneSemanticLabelListEXT.next(@NotNull MemorySegment value) XrSpatialComponentPolygon2DListEXT.next(@NotNull MemorySegment value) XrSpatialContextCreateInfoEXT.next(@NotNull MemorySegment value) XrSpatialContextPersistenceConfigEXT.next(@NotNull MemorySegment value) XrSpatialDiscoveryPersistenceUuidFilterEXT.next(@NotNull MemorySegment value) XrSpatialDiscoverySnapshotCreateInfoEXT.next(@NotNull MemorySegment value) XrSpatialEntityAnchorCreateInfoBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentDataBaseHeaderBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentDataBoundingBox2DBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentDataBoundingBox3DBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentDataLocationBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentDataPlaneOrientationBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentDataPolygonBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentDataSemanticBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentDataTriangleMeshBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentGetInfoBD.next(@NotNull MemorySegment value) XrSpatialEntityFromIdCreateInfoEXT.next(@NotNull MemorySegment value) XrSpatialEntityLocationGetInfoBD.next(@NotNull MemorySegment value) XrSpatialEntityPersistInfoEXT.next(@NotNull MemorySegment value) XrSpatialEntityStateBD.next(@NotNull MemorySegment value) XrSpatialEntityUnpersistInfoEXT.next(@NotNull MemorySegment value) XrSpatialFilterTrackingStateEXT.next(@NotNull MemorySegment value) XrSpatialGraphNodeBindingPropertiesGetInfoMSFT.next(@NotNull MemorySegment value) XrSpatialGraphNodeBindingPropertiesMSFT.next(@NotNull MemorySegment value) XrSpatialGraphNodeSpaceCreateInfoMSFT.next(@NotNull MemorySegment value) XrSpatialGraphStaticNodeBindingCreateInfoMSFT.next(@NotNull MemorySegment value) XrSpatialMarkerSizeEXT.next(@NotNull MemorySegment value) XrSpatialMarkerStaticOptimizationEXT.next(@NotNull MemorySegment value) XrSpatialPersistenceContextCreateInfoEXT.next(@NotNull MemorySegment value) XrSpatialUpdateSnapshotCreateInfoEXT.next(@NotNull MemorySegment value) XrSwapchainCreateInfo.next(@NotNull MemorySegment value) XrSwapchainCreateInfoFoveationFB.next(@NotNull MemorySegment value) XrSwapchainImageAcquireInfo.next(@NotNull MemorySegment value) XrSwapchainImageBaseHeader.next(@NotNull MemorySegment value) XrSwapchainImageD3D11KHR.next(@NotNull MemorySegment value) XrSwapchainImageD3D12KHR.next(@NotNull MemorySegment value) XrSwapchainImageFoveationVulkanFB.next(@NotNull MemorySegment value) XrSwapchainImageMetalKHR.next(@NotNull MemorySegment value) XrSwapchainImageOpenGLESKHR.next(@NotNull MemorySegment value) XrSwapchainImageOpenGLKHR.next(@NotNull MemorySegment value) XrSwapchainImageReleaseInfo.next(@NotNull MemorySegment value) XrSwapchainImageVulkan2KHR.next(@NotNull MemorySegment value) XrSwapchainImageVulkanKHR.next(@NotNull MemorySegment value) XrSwapchainImageWaitInfo.next(@NotNull MemorySegment value) XrSwapchainStateAndroidSurfaceDimensionsFB.next(@NotNull MemorySegment value) XrSwapchainStateBaseHeaderFB.next(@NotNull MemorySegment value) XrSwapchainStateFoveationFB.next(@NotNull MemorySegment value) XrSwapchainStateSamplerOpenGLESFB.next(@NotNull MemorySegment value) XrSwapchainStateSamplerVulkanFB.next(@NotNull MemorySegment value) XrSystemAnchorPropertiesHTC.next(@NotNull MemorySegment value) XrSystemBodyTrackingPropertiesBD.next(@NotNull MemorySegment value) XrSystemBodyTrackingPropertiesFB.next(@NotNull MemorySegment value) XrSystemBodyTrackingPropertiesHTC.next(@NotNull MemorySegment value) XrSystemColocationDiscoveryPropertiesMETA.next(@NotNull MemorySegment value) XrSystemColorSpacePropertiesFB.next(@NotNull MemorySegment value) XrSystemEnvironmentDepthPropertiesMETA.next(@NotNull MemorySegment value) XrSystemEyeGazeInteractionPropertiesEXT.next(@NotNull MemorySegment value) XrSystemEyeTrackingPropertiesFB.next(@NotNull MemorySegment value) XrSystemFaceTrackingProperties2FB.next(@NotNull MemorySegment value) XrSystemFaceTrackingPropertiesFB.next(@NotNull MemorySegment value) XrSystemFacialExpressionPropertiesML.next(@NotNull MemorySegment value) XrSystemFacialTrackingPropertiesHTC.next(@NotNull MemorySegment value) XrSystemForceFeedbackCurlPropertiesMNDX.next(@NotNull MemorySegment value) XrSystemFoveatedRenderingPropertiesVARJO.next(@NotNull MemorySegment value) XrSystemFoveationEyeTrackedPropertiesMETA.next(@NotNull MemorySegment value) XrSystemGetInfo.next(@NotNull MemorySegment value) XrSystemHandTrackingMeshPropertiesMSFT.next(@NotNull MemorySegment value) XrSystemHandTrackingPropertiesEXT.next(@NotNull MemorySegment value) XrSystemHeadsetIdPropertiesMETA.next(@NotNull MemorySegment value) XrSystemKeyboardTrackingPropertiesFB.next(@NotNull MemorySegment value) XrSystemMarkerTrackingPropertiesVARJO.next(@NotNull MemorySegment value) XrSystemMarkerUnderstandingPropertiesML.next(@NotNull MemorySegment value) XrSystemNotificationsSetInfoML.next(@NotNull MemorySegment value) XrSystemPassthroughColorLutPropertiesMETA.next(@NotNull MemorySegment value) XrSystemPassthroughProperties2FB.next(@NotNull MemorySegment value) XrSystemPassthroughPropertiesFB.next(@NotNull MemorySegment value) XrSystemPlaneDetectionPropertiesEXT.next(@NotNull MemorySegment value) XrSystemProperties.next(@NotNull MemorySegment value) XrSystemPropertiesBodyTrackingFullBodyMETA.next(@NotNull MemorySegment value) XrSystemRenderModelPropertiesFB.next(@NotNull MemorySegment value) XrSystemSimultaneousHandsAndControllersPropertiesMETA.next(@NotNull MemorySegment value) XrSystemSpaceWarpPropertiesFB.next(@NotNull MemorySegment value) XrSystemSpatialAnchorPropertiesBD.next(@NotNull MemorySegment value) XrSystemSpatialAnchorSharingPropertiesBD.next(@NotNull MemorySegment value) XrSystemSpatialEntityGroupSharingPropertiesMETA.next(@NotNull MemorySegment value) XrSystemSpatialEntityPropertiesFB.next(@NotNull MemorySegment value) XrSystemSpatialEntitySharingPropertiesMETA.next(@NotNull MemorySegment value) XrSystemSpatialMeshPropertiesBD.next(@NotNull MemorySegment value) XrSystemSpatialPlanePropertiesBD.next(@NotNull MemorySegment value) XrSystemSpatialScenePropertiesBD.next(@NotNull MemorySegment value) XrSystemSpatialSensingPropertiesBD.next(@NotNull MemorySegment value) XrSystemUserPresencePropertiesEXT.next(@NotNull MemorySegment value) XrSystemVirtualKeyboardPropertiesMETA.next(@NotNull MemorySegment value) XrTriangleMeshCreateInfoFB.next(@NotNull MemorySegment value) XrUnpersistSpatialEntityCompletionEXT.next(@NotNull MemorySegment value) XrUserCalibrationEnableEventsInfoML.next(@NotNull MemorySegment value) XrView.next(@NotNull MemorySegment value) XrViewConfigurationDepthRangeEXT.next(@NotNull MemorySegment value) XrViewConfigurationProperties.next(@NotNull MemorySegment value) XrViewConfigurationView.next(@NotNull MemorySegment value) XrViewConfigurationViewFovEPIC.next(@NotNull MemorySegment value) XrViewLocateFoveatedRenderingVARJO.next(@NotNull MemorySegment value) XrViewLocateInfo.next(@NotNull MemorySegment value) XrViewState.next(@NotNull MemorySegment value) XrVirtualKeyboardAnimationStateMETA.next(@NotNull MemorySegment value) XrVirtualKeyboardCreateInfoMETA.next(@NotNull MemorySegment value) XrVirtualKeyboardInputInfoMETA.next(@NotNull MemorySegment value) XrVirtualKeyboardLocationInfoMETA.next(@NotNull MemorySegment value) XrVirtualKeyboardModelAnimationStatesMETA.next(@NotNull MemorySegment value) XrVirtualKeyboardModelVisibilitySetInfoMETA.next(@NotNull MemorySegment value) XrVirtualKeyboardSpaceCreateInfoMETA.next(@NotNull MemorySegment value) XrVirtualKeyboardTextContextChangeInfoMETA.next(@NotNull MemorySegment value) XrVirtualKeyboardTextureDataMETA.next(@NotNull MemorySegment value) XrVisibilityMaskKHR.next(@NotNull MemorySegment value) XrVisualMeshComputeLodInfoMSFT.next(@NotNull MemorySegment value) XrViveTrackerPathsHTCX.next(@NotNull MemorySegment value) XrVulkanDeviceCreateInfoKHR.next(@NotNull MemorySegment value) XrVulkanGraphicsDeviceGetInfoKHR.next(@NotNull MemorySegment value) XrVulkanInstanceCreateInfoKHR.next(@NotNull MemorySegment value) XrVulkanSwapchainCreateInfoMETA.next(@NotNull MemorySegment value) XrVulkanSwapchainFormatListCreateInfoKHR.next(@NotNull MemorySegment value) XrWorldMeshBlockML.next(@NotNull MemorySegment value) XrWorldMeshBlockRequestML.next(@NotNull MemorySegment value) XrWorldMeshBlockStateML.next(@NotNull MemorySegment value) XrWorldMeshBufferML.next(@NotNull MemorySegment value) XrWorldMeshBufferRecommendedSizeInfoML.next(@NotNull MemorySegment value) XrWorldMeshBufferSizeML.next(@NotNull MemorySegment value) XrWorldMeshDetectorCreateInfoML.next(@NotNull MemorySegment value) XrWorldMeshGetInfoML.next(@NotNull MemorySegment value) XrWorldMeshRequestCompletionInfoML.next(@NotNull MemorySegment value) XrWorldMeshRequestCompletionML.next(@NotNull MemorySegment value) XrWorldMeshStateRequestCompletionML.next(@NotNull MemorySegment value) XrWorldMeshStateRequestInfoML.next(@NotNull MemorySegment value) XrApiLayerNextInfo.nextCreateApiLayerInstance(@NotNull MemorySegment value) XrApiLayerNextInfo.nextGetInstanceProcAddr(@NotNull MemorySegment value) voidXrApiLayerCreateInfo.nextInfoRaw(@NotNull MemorySegment value) voidXrApiLayerNextInfo.nextRaw(@NotNull MemorySegment value) voidXrBaseInStructure.nextRaw(@NotNull MemorySegment value) voidXrBaseOutStructure.nextRaw(@NotNull MemorySegment value) voidXrControllerModelPropertiesMSFT.nodePropertiesRaw(@NotNull MemorySegment value) voidXrRenderModelAssetPropertiesEXT.nodePropertiesRaw(@NotNull MemorySegment value) voidXrControllerModelStateMSFT.nodeStatesRaw(@NotNull MemorySegment value) voidXrRenderModelStateEXT.nodeStatesRaw(@NotNull MemorySegment value) voidXrWorldMeshBlockML.normalBufferRaw(@NotNull MemorySegment value) voidXrDebugUtilsObjectNameInfoEXT.objectNameRaw(@NotNull MemorySegment value) voidXrDebugUtilsMessengerCallbackDataEXT.objectsRaw(@NotNull MemorySegment value) voidXrSceneObjectTypesFilterInfoMSFT.objectTypesRaw(@NotNull MemorySegment value) voidXrInteractionProfileAnalogThresholdVALVE.offHapticRaw(@NotNull MemorySegment value) voidXrInteractionProfileDpadBindingEXT.offHapticRaw(@NotNull MemorySegment value) voidXrInteractionProfileAnalogThresholdVALVE.onHapticRaw(@NotNull MemorySegment value) voidXrInteractionProfileDpadBindingEXT.onHapticRaw(@NotNull MemorySegment value) voidXrPlaneDetectorBeginInfoEXT.orientationsRaw(@NotNull MemorySegment value) voidXrSenseDataFilterPlaneOrientationBD.orientationsRaw(@NotNull MemorySegment value) voidXrSpatialComponentParentListEXT.parentsRaw(@NotNull MemorySegment value) voidXrEventDataViveTrackerConnectedHTCX.pathsRaw(@NotNull MemorySegment value) voidXrSpatialComponentPersistenceListEXT.persistDataRaw(@NotNull MemorySegment value) voidXrSpatialDiscoveryPersistenceUuidFilterEXT.persistedUuidsRaw(@NotNull MemorySegment value) voidXrSpatialContextPersistenceConfigEXT.persistenceContextsRaw(@NotNull MemorySegment value) XrVulkanDeviceCreateInfoKHR.pfnGetInstanceProcAddr(@NotNull MemorySegment value) XrVulkanInstanceCreateInfoKHR.pfnGetInstanceProcAddr(@NotNull MemorySegment value) voidXrSpatialComponentPlaneAlignmentListEXT.planeAlignmentsRaw(@NotNull MemorySegment value) voidXrPlaneDetectorLocationsEXT.planeLocationsRaw(@NotNull MemorySegment value) voidXrSpatialComponentPolygon2DListEXT.polygonsRaw(@NotNull MemorySegment value) voidXrSceneMarkerQRCodesMSFT.qrCodesRaw(@NotNull MemorySegment value) voidXrGraphicsBindingD3D12KHR.queueRaw(@NotNull MemorySegment value) voidXrShareSpacesInfoMETA.recipientInfoRaw(@NotNull MemorySegment value) voidXrSemanticLabelsSupportInfoFB.recognizedLabelsRaw(@NotNull MemorySegment value) voidXrFaceTrackerCreateInfo2FB.requestedDataSourcesRaw(@NotNull MemorySegment value) voidXrHandTrackingDataSourceInfoEXT.requestedDataSourcesRaw(@NotNull MemorySegment value) voidXrFacialExpressionClientCreateInfoML.requestedFacialBlendShapesRaw(@NotNull MemorySegment value) voidXrNewSceneComputeInfoMSFT.requestedFeaturesRaw(@NotNull MemorySegment value) voidXrSceneCaptureRequestInfoFB.requestRaw(@NotNull MemorySegment value) voidXrSpaceQueryResultsFB.resultsRaw(@NotNull MemorySegment value) voidXrSpatialAnchorsDeleteCompletionDetailsML.resultsRaw(@NotNull MemorySegment value) voidXrSpatialAnchorsPublishCompletionDetailsML.resultsRaw(@NotNull MemorySegment value) voidXrSpatialAnchorsUpdateExpirationCompletionDetailsML.resultsRaw(@NotNull MemorySegment value) voidXrHapticPcmVibrationFB.samplesConsumedRaw(@NotNull MemorySegment value) voidXrSceneMarkersMSFT.sceneMarkersRaw(@NotNull MemorySegment value) voidXrSceneMeshesMSFT.sceneMeshesRaw(@NotNull MemorySegment value) voidXrSceneObjectsMSFT.sceneObjectsRaw(@NotNull MemorySegment value) voidXrScenePlanesMSFT.scenePlanesRaw(@NotNull MemorySegment value) voidXrSpatialComponentPlaneSemanticLabelListEXT.semanticLabelsRaw(@NotNull MemorySegment value) voidXrPlaneDetectorBeginInfoEXT.semanticTypesRaw(@NotNull MemorySegment value) voidXrDebugUtilsMessengerCallbackDataEXT.sessionLabelsRaw(@NotNull MemorySegment value) voidXrCreateSpatialAnchorsCompletionML.spacesRaw(@NotNull MemorySegment value) voidXrShareSpacesInfoMETA.spacesRaw(@NotNull MemorySegment value) voidXrSpaceListSaveInfoFB.spacesRaw(@NotNull MemorySegment value) voidXrSpaceShareInfoFB.spacesRaw(@NotNull MemorySegment value) voidXrSpacesLocateInfo.spacesRaw(@NotNull MemorySegment value) voidXrSpacesLocateInfoKHR.spacesRaw(@NotNull MemorySegment value) voidXrSceneBoundsMSFT.spheresRaw(@NotNull MemorySegment value) voidXrQueriedSenseDataBD.statesRaw(@NotNull MemorySegment value) voidXrVirtualKeyboardModelAnimationStatesMETA.statesRaw(@NotNull MemorySegment value) XrActionCreateInfo.subactionPaths(@Nullable LongPtr value) voidXrActionCreateInfo.subactionPathsRaw(@NotNull MemorySegment value) voidXrFoveationApplyInfoHTC.subImagesRaw(@NotNull MemorySegment value) voidXrInteractionProfileSuggestedBinding.suggestedBindingsRaw(@NotNull MemorySegment value) voidXrVirtualKeyboardTextContextChangeInfoMETA.textContextRaw(@NotNull MemorySegment value) XrSwapchainImageMetalKHR.texture(@NotNull MemorySegment value) voidXrSwapchainImageD3D11KHR.textureRaw(@NotNull MemorySegment value) voidXrSwapchainImageD3D12KHR.textureRaw(@NotNull MemorySegment value) XrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPaths(@Nullable LongPtr value) voidXrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPathsRaw(@NotNull MemorySegment value) XrDebugUtilsMessengerCreateInfoEXT.userCallback(@NotNull MemorySegment value) XrDebugUtilsMessengerCreateInfoEXT.userData(@NotNull MemorySegment value) voidXrSpaceShareInfoFB.usersRaw(@NotNull MemorySegment value) voidXrSenseDataFilterUuidBD.uuidsRaw(@NotNull MemorySegment value) voidXrSpaceContainerFB.uuidsRaw(@NotNull MemorySegment value) voidXrSpaceUuidFilterInfoFB.uuidsRaw(@NotNull MemorySegment value) voidXrSpatialAnchorsCreateInfoFromUuidsML.uuidsRaw(@NotNull MemorySegment value) voidXrSpatialAnchorsDeleteInfoML.uuidsRaw(@NotNull MemorySegment value) voidXrSpatialAnchorsPublishCompletionML.uuidsRaw(@NotNull MemorySegment value) voidXrSpatialAnchorsQueryCompletionML.uuidsRaw(@NotNull MemorySegment value) voidXrSpatialAnchorsUpdateExpirationInfoML.uuidsRaw(@NotNull MemorySegment value) voidXrSpaceVelocities.velocitiesRaw(@NotNull MemorySegment value) voidXrSpaceVelocitiesKHR.velocitiesRaw(@NotNull MemorySegment value) voidXrHandTrackingMeshFB.vertexBlendIndicesRaw(@NotNull MemorySegment value) voidXrHandTrackingMeshFB.vertexBlendWeightsRaw(@NotNull MemorySegment value) voidXrTriangleMeshCreateInfoFB.vertexBufferRaw(@NotNull MemorySegment value) voidXrWorldMeshBlockML.vertexBufferRaw(@NotNull MemorySegment value) voidXrHandTrackingMeshFB.vertexNormalsRaw(@NotNull MemorySegment value) voidXrHandTrackingMeshFB.vertexPositionsRaw(@NotNull MemorySegment value) voidXrHandTrackingMeshFB.vertexUVsRaw(@NotNull MemorySegment value) voidXrBoundary2DFB.verticesRaw(@NotNull MemorySegment value) voidXrHandMeshVertexBufferMSFT.verticesRaw(@NotNull MemorySegment value) voidXrPassthroughMeshTransformInfoHTC.verticesRaw(@NotNull MemorySegment value) voidXrPlaneDetectorPolygonBufferEXT.verticesRaw(@NotNull MemorySegment value) voidXrSceneMeshVertexBufferMSFT.verticesRaw(@NotNull MemorySegment value) voidXrSpaceTriangleMeshMETA.verticesRaw(@NotNull MemorySegment value) voidXrSpatialEntityComponentDataPolygonBD.verticesRaw(@NotNull MemorySegment value) voidXrSpatialEntityComponentDataTriangleMeshBD.verticesRaw(@NotNull MemorySegment value) voidXrVisibilityMaskKHR.verticesRaw(@NotNull MemorySegment value) voidXrSecondaryViewConfigurationFrameEndInfoMSFT.viewConfigurationLayersInfoRaw(@NotNull MemorySegment value) voidXrSecondaryViewConfigurationFrameStateMSFT.viewConfigurationStatesRaw(@NotNull MemorySegment value) voidXrVulkanSwapchainFormatListCreateInfoKHR.viewFormatsRaw(@NotNull MemorySegment value) voidXrCompositionLayerProjection.viewsRaw(@NotNull MemorySegment value) voidXrVulkanDeviceCreateInfoKHR.vulkanAllocatorRaw(@NotNull MemorySegment value) voidXrVulkanInstanceCreateInfoKHR.vulkanAllocatorRaw(@NotNull MemorySegment value) voidXrVulkanDeviceCreateInfoKHR.vulkanCreateInfoRaw(@NotNull MemorySegment value) voidXrVulkanInstanceCreateInfoKHR.vulkanCreateInfoRaw(@NotNull MemorySegment value) voidXrRoomLayoutFB.wallUuidsRaw(@NotNull MemorySegment value) voidXrFaceExpressionWeights2FB.weightsRaw(@NotNull MemorySegment value) voidXrFaceExpressionWeightsFB.weightsRaw(@NotNull MemorySegment value) voidXrGraphicsBindingOpenGLXlibKHR.xDisplayRaw(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.sdl3
Methods in club.doki7.sdl3 with annotations of type PointerModifier and TypeMethodDescriptionSDL3.aligned_alloc(long alignment, long size) Allocate memory aligned to a specific alignment.SDL3.bsearch(MemorySegment key, MemorySegment base, long nmemb, long size, MemorySegment compare) Perform a binary search on a previously sorted array.SDL3.bsearch_r(MemorySegment key, MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Perform a binary search on a previously sorted array, passing a userdata pointer to the compare function.SDL3.calloc(long nmemb, long size) Allocate a zero-initialized array.SDL3.createPalette(int ncolors) Create a palette structure with the specified number of color entries.SDL3.createSurfacePalette(@Nullable SDL_Surface surface) Create a palette and associate it with a surface.SDL3.EGL_GetCurrentConfig()Get the currently active EGL config.SDL3.EGL_GetCurrentDisplay()Get the currently active EGL display.SDL3.EGL_GetProcAddress(@Nullable BytePtr proc) Get an EGL library function by name.SDL3.EGL_GetWindowSurface(@Nullable SDL_Window window) Get the EGL surface associated with the window.SDL3.getAndroidActivity()Retrieve the Java instance of the Android activity class.SDL3.getAndroidJNIEnv()Get the Android Java Native Interface Environment of the current thread.SDL3.getAtomicPointer(@Nullable PointerPtr a) Get the value of a pointer atomically.SDL3.getAudioPlaybackDevices(@Nullable IntPtr count) Get a list of currently-connected audio playback devices.SDL3.getAudioRecordingDevices(@Nullable IntPtr count) Get a list of currently-connected audio recording devices.SDL3.getCameras(@Nullable IntPtr count) Get a list of currently connected camera devices.SDL3.getClipboardData(@Nullable BytePtr mime_type, @Nullable PointerPtr size) Get the data from clipboard for a given mime type.SDL3.getCurrentDisplayMode(int displayID) Get information about the current display mode.SDL3.getDefaultLogOutputFunction()Get the default log output function.SDL3.getDesktopDisplayMode(int displayID) Get information about the desktop's display mode.SDL3.getDisplays(@Nullable IntPtr count) Get a list of currently connected displays.SDL3.getGamepads(@Nullable IntPtr count) Get a list of currently connected gamepads.SDL3.getHaptics(@Nullable IntPtr count) Get a list of currently connected haptic devices.SDL3.getJoysticks(@Nullable IntPtr count) Get a list of currently connected joysticks.SDL3.getKeyboards(@Nullable IntPtr count) Get a list of currently connected keyboards.SDL3.getKeyboardState(@Nullable IntPtr numkeys) Get a snapshot of the current state of the keyboard.Get a list of currently connected mice.SDL3.getPixelFormatDetails(int format) Create an SDL_PixelFormatDetails structure corresponding to a pixel format.SDL3.getPointerProperty(int props, @Nullable BytePtr name, MemorySegment default_value) Get a pointer property from a group of properties.SDL3.getRenderMetalCommandEncoder(@Nullable SDL_Renderer renderer) Get the Metal command encoder for the current frame.SDL3.getRenderMetalLayer(@Nullable SDL_Renderer renderer) Get the CAMetalLayer associated with the given Metal renderer.SDL3.getSensors(@Nullable IntPtr count) Get a list of currently connected sensors.SDL3.getSurfaceImages(@Nullable SDL_Surface surface, @Nullable IntPtr count) Get an array including all versions of a surface.SDL3.getSurfacePalette(@Nullable SDL_Surface surface) Get the palette used by a surface.SDL3.getTLS(@Nullable ISDL_AtomicInt id) Get the current thread's value associated with a thread local storage ID.SDL3.getTouchDevices(@Nullable IntPtr count) Get a list of registered touch devices.SDL3.getTrayEntries(@Nullable SDL_TrayMenu menu, @Nullable IntPtr count) Returns a list of entries in the menu, in order.SDL3.getWindowFullscreenMode(@Nullable SDL_Window window) Query the display mode to use when a window is visible at fullscreen.SDL3.getWindowICCProfile(@Nullable SDL_Window window, @Nullable PointerPtr size) Get the raw ICC profile data for the screen the window is currently on.SDL3.getWindowMouseRect(@Nullable SDL_Window window) Get the mouse confinement rectangle of a window.SDL3.getWindows(@Nullable IntPtr count) Get a list of valid windows.SDL3.GL_GetProcAddress(@Nullable BytePtr proc) Get an OpenGL function by name.SDL3.hid_enumerate(short vendor_id, short product_id) Enumerate the HID Devices.SDL3.hid_get_device_info(@Nullable SDL_hid_device dev) Get the device info from a HID device.SDL3.loadFile(@Nullable BytePtr file, @Nullable PointerPtr datasize) Load all the data from a file path.SDL3.loadFile_IO(@Nullable SDL_IOStream src, @Nullable PointerPtr datasize, boolean closeio) Load all the data from an SDL data stream.SDL3.loadFunction(@Nullable SDL_SharedObject handle, @Nullable BytePtr name) Look up the address of the named function in a shared object.SDL3.malloc(long size) Allocate uninitialized memory.SDL3.mapGPUTransferBuffer(@Nullable SDL_GPUDevice device, @Nullable SDL_GPUTransferBuffer transfer_buffer, boolean cycle) Maps a transfer buffer into application address space.SDL3.memcpy(MemorySegment dst, MemorySegment src, long len) Copy non-overlapping memory.SDL3.memmove(MemorySegment dst, MemorySegment src, long len) Copy memory ranges that might overlap.SDL3.memset(MemorySegment dst, int c, long len) Initialize all bytes of buffer of memory to a specific value.SDL3.memset4(MemorySegment dst, int val, long dwords) Initialize all 32-bit words of buffer of memory to a specific value.SDL3.metal_CreateView(@Nullable SDL_Window window) Create a CAMetalLayer-backed NSView/UIView and attach it to the specified window.SDL3.metal_GetLayer(MemorySegment view) Get a pointer to the backing CAMetalLayer for the given view.SDL3.readProcess(@Nullable SDL_Process process, @Nullable PointerPtr datasize, @Nullable IntPtr exitcode) Read all the output from a process.SDL3.realloc(MemorySegment mem, long size) Change the size of allocated memory.SDL3.setAtomicPointer(@Nullable PointerPtr a, MemorySegment v) Set a pointer to a value atomically.SDL3.wcsdup(MemorySegment wstr) Allocate a copy of a wide string.SDL3.wcsnstr(MemorySegment haystack, MemorySegment needle, long maxlen) Search a wide string, up to n wide chars, for the first instance of a specific substring.SDL3.wcsstr(MemorySegment haystack, MemorySegment needle) Search a wide string for the first instance of a specific substring.Method parameters in club.doki7.sdl3 with annotations of type PointerModifier and TypeMethodDescriptionSDL3.acquireCameraFrame(@Nullable SDL_Camera camera, @Nullable LongPtr timestampNS) Acquire a frame.booleanSDL3.acquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Acquire a texture to use in presentation.booleanSDL3.acquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Acquire a texture to use in presentation.booleanSDL3.acquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Acquire a texture to use in presentation.intSDL3.addAtomicInt(@Nullable ISDL_AtomicInt a, int v) Add to an atomic variable.booleanSDL3.addEventWatch(MemorySegment filter, MemorySegment userdata) Add a callback to be triggered when an event is added to the event queue.booleanSDL3.addEventWatch(MemorySegment filter, MemorySegment userdata) Add a callback to be triggered when an event is added to the event queue.booleanSDL3.addHintCallback(@Nullable BytePtr name, MemorySegment callback, MemorySegment userdata) Add a function to watch a particular hint.booleanSDL3.addHintCallback(@Nullable BytePtr name, MemorySegment callback, MemorySegment userdata) Add a function to watch a particular hint.intSDL3.addTimer(int interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.intSDL3.addTimer(int interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.intSDL3.addTimerNS(long interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.intSDL3.addTimerNS(long interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.voidSDL3.aligned_free(MemorySegment mem) Free memory allocated by SDL_aligned_alloc().intSDL3.attachVirtualJoystick(@Nullable ISDL_VirtualJoystickDesc desc) Attach a new virtual joystick.SDL3.beginGPUComputePass(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable ISDL_GPUStorageTextureReadWriteBinding storage_texture_bindings, int num_storage_texture_bindings, @Nullable ISDL_GPUStorageBufferReadWriteBinding storage_buffer_bindings, int num_storage_buffer_bindings) Begins a compute pass on a command buffer.SDL3.beginGPUComputePass(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable ISDL_GPUStorageTextureReadWriteBinding storage_texture_bindings, int num_storage_texture_bindings, @Nullable ISDL_GPUStorageBufferReadWriteBinding storage_buffer_bindings, int num_storage_buffer_bindings) Begins a compute pass on a command buffer.SDL3.beginGPURenderPass(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable ISDL_GPUColorTargetInfo color_target_infos, int num_color_targets, @Nullable ISDL_GPUDepthStencilTargetInfo depth_stencil_target_info) Begins a render pass on a command buffer.SDL3.beginGPURenderPass(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable ISDL_GPUColorTargetInfo color_target_infos, int num_color_targets, @Nullable ISDL_GPUDepthStencilTargetInfo depth_stencil_target_info) Begins a render pass on a command buffer.booleanSDL3.bindAudioStreams(int devid, SDL_AudioStream.Ptr streams, int num_streams) Bind a list of audio streams to an audio device.voidSDL3.bindGPUComputeSamplers(@Nullable SDL_GPUComputePass compute_pass, int first_slot, @Nullable ISDL_GPUTextureSamplerBinding texture_sampler_bindings, int num_bindings) Binds texture-sampler pairs for use on the compute shader.voidSDL3.bindGPUComputeStorageBuffers(@Nullable SDL_GPUComputePass compute_pass, int first_slot, SDL_GPUBuffer.Ptr storage_buffers, int num_bindings) Binds storage buffers as readonly for use on the compute pipeline.voidSDL3.bindGPUComputeStorageTextures(@Nullable SDL_GPUComputePass compute_pass, int first_slot, SDL_GPUTexture.Ptr storage_textures, int num_bindings) Binds storage textures as readonly for use on the compute pipeline.voidSDL3.bindGPUFragmentSamplers(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUTextureSamplerBinding texture_sampler_bindings, int num_bindings) Binds texture-sampler pairs for use on the fragment shader.voidSDL3.bindGPUFragmentStorageBuffers(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUBuffer.Ptr storage_buffers, int num_bindings) Binds storage buffers for use on the fragment shader.voidSDL3.bindGPUFragmentStorageTextures(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUTexture.Ptr storage_textures, int num_bindings) Binds storage textures for use on the fragment shader.voidSDL3.bindGPUIndexBuffer(@Nullable SDL_GPURenderPass render_pass, @Nullable ISDL_GPUBufferBinding binding, int index_element_size) Binds an index buffer on a command buffer for use with subsequent draw calls.voidSDL3.bindGPUVertexBuffers(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUBufferBinding bindings, int num_bindings) Binds vertex buffers on a command buffer for use with subsequent draw calls.voidSDL3.bindGPUVertexSamplers(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUTextureSamplerBinding texture_sampler_bindings, int num_bindings) Binds texture-sampler pairs for use on the vertex shader.voidSDL3.bindGPUVertexStorageBuffers(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUBuffer.Ptr storage_buffers, int num_bindings) Binds storage buffers for use on the vertex shader.voidSDL3.bindGPUVertexStorageTextures(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUTexture.Ptr storage_textures, int num_bindings) Binds storage textures for use on the vertex shader.voidSDL3.blitGPUTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable ISDL_GPUBlitInfo info) Blits from a source texture region to a destination texture region.booleanSDL3.blitSurface(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Performs a fast blit from the source surface to the destination surface with clipping.booleanSDL3.blitSurface(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Performs a fast blit from the source surface to the destination surface with clipping.booleanSDL3.blitSurface9Grid(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, int left_width, int right_width, int top_height, int bottom_height, float scale, int scaleMode, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform a scaled blit using the 9-grid algorithm to a destination surface, which may be of a different format.booleanSDL3.blitSurface9Grid(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, int left_width, int right_width, int top_height, int bottom_height, float scale, int scaleMode, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform a scaled blit using the 9-grid algorithm to a destination surface, which may be of a different format.booleanSDL3.blitSurfaceScaled(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect, int scaleMode) Perform a scaled blit to a destination surface, which may be of a different format.booleanSDL3.blitSurfaceScaled(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect, int scaleMode) Perform a scaled blit to a destination surface, which may be of a different format.booleanSDL3.blitSurfaceTiled(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform a tiled blit to a destination surface, which may be of a different format.booleanSDL3.blitSurfaceTiled(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform a tiled blit to a destination surface, which may be of a different format.booleanSDL3.blitSurfaceTiledWithScale(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, float scale, int scaleMode, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform a scaled and tiled blit to a destination surface, which may be of a different format.booleanSDL3.blitSurfaceTiledWithScale(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, float scale, int scaleMode, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform a scaled and tiled blit to a destination surface, which may be of a different format.booleanSDL3.blitSurfaceUnchecked(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform low-level surface blitting only.booleanSDL3.blitSurfaceUnchecked(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform low-level surface blitting only.booleanSDL3.blitSurfaceUncheckedScaled(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect, int scaleMode) Perform low-level surface scaled blitting only.booleanSDL3.blitSurfaceUncheckedScaled(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect, int scaleMode) Perform low-level surface scaled blitting only.SDL3.bsearch(MemorySegment key, MemorySegment base, long nmemb, long size, MemorySegment compare) Perform a binary search on a previously sorted array.SDL3.bsearch(MemorySegment key, MemorySegment base, long nmemb, long size, MemorySegment compare) Perform a binary search on a previously sorted array.SDL3.bsearch(MemorySegment key, MemorySegment base, long nmemb, long size, MemorySegment compare) Perform a binary search on a previously sorted array.SDL3.bsearch_r(MemorySegment key, MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Perform a binary search on a previously sorted array, passing a userdata pointer to the compare function.SDL3.bsearch_r(MemorySegment key, MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Perform a binary search on a previously sorted array, passing a userdata pointer to the compare function.SDL3.bsearch_r(MemorySegment key, MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Perform a binary search on a previously sorted array, passing a userdata pointer to the compare function.SDL3.bsearch_r(MemorySegment key, MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Perform a binary search on a previously sorted array, passing a userdata pointer to the compare function.booleanSDL3.closeAsyncIO(@Nullable SDL_AsyncIO asyncio, boolean flush, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Close and free any allocated resources for an async I/O object.booleanSDL3.compareAndSwapAtomicInt(@Nullable ISDL_AtomicInt a, int oldval, int newval) Set an atomic variable to a new value if it is currently an old value.booleanSDL3.compareAndSwapAtomicPointer(@Nullable PointerPtr a, MemorySegment oldval, MemorySegment newval) Set a pointer to a new value if it is currently an old value.booleanSDL3.compareAndSwapAtomicPointer(@Nullable PointerPtr a, MemorySegment oldval, MemorySegment newval) Set a pointer to a new value if it is currently an old value.booleanSDL3.compareAndSwapAtomicU32(@Nullable ISDL_AtomicU32 a, int oldval, int newval) Set an atomic variable to a new value if it is currently an old value.booleanSDL3.convertAudioSamples(@Nullable ISDL_AudioSpec src_spec, @Nullable BytePtr src_data, int src_len, @Nullable ISDL_AudioSpec dst_spec, @Nullable PointerPtr dst_data, @Nullable IntPtr dst_len) Convert some audio data of one format to another format.booleanSDL3.convertAudioSamples(@Nullable ISDL_AudioSpec src_spec, @Nullable BytePtr src_data, int src_len, @Nullable ISDL_AudioSpec dst_spec, @Nullable PointerPtr dst_data, @Nullable IntPtr dst_len) Convert some audio data of one format to another format.booleanSDL3.convertAudioSamples(@Nullable ISDL_AudioSpec src_spec, @Nullable BytePtr src_data, int src_len, @Nullable ISDL_AudioSpec dst_spec, @Nullable PointerPtr dst_data, @Nullable IntPtr dst_len) Convert some audio data of one format to another format.booleanSDL3.convertEventToRenderCoordinates(@Nullable SDL_Renderer renderer, @Nullable ISDL_Event event) Convert the coordinates in an event to render coordinates.booleanSDL3.convertPixels(int width, int height, int src_format, MemorySegment src, int src_pitch, int dst_format, MemorySegment dst, int dst_pitch) Copy a block of pixels of one format to another format.booleanSDL3.convertPixels(int width, int height, int src_format, MemorySegment src, int src_pitch, int dst_format, MemorySegment dst, int dst_pitch) Copy a block of pixels of one format to another format.booleanSDL3.convertPixelsAndColorspace(int width, int height, int src_format, int src_colorspace, int src_properties, MemorySegment src, int src_pitch, int dst_format, int dst_colorspace, int dst_properties, MemorySegment dst, int dst_pitch) Copy a block of pixels of one format and colorspace to another format and colorspace.booleanSDL3.convertPixelsAndColorspace(int width, int height, int src_format, int src_colorspace, int src_properties, MemorySegment src, int src_pitch, int dst_format, int dst_colorspace, int dst_properties, MemorySegment dst, int dst_pitch) Copy a block of pixels of one format and colorspace to another format and colorspace.SDL3.convertSurfaceAndColorspace(@Nullable SDL_Surface surface, int format, @Nullable ISDL_Palette palette, int colorspace, int props) Copy an existing surface to a new surface of the specified format and colorspace.voidSDL3.copyGPUBufferToBuffer(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUBufferLocation source, @Nullable ISDL_GPUBufferLocation destination, int size, boolean cycle) Performs a buffer-to-buffer copy.voidSDL3.copyGPUBufferToBuffer(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUBufferLocation source, @Nullable ISDL_GPUBufferLocation destination, int size, boolean cycle) Performs a buffer-to-buffer copy.voidSDL3.copyGPUTextureToTexture(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureLocation source, @Nullable ISDL_GPUTextureLocation destination, int w, int h, int d, boolean cycle) Performs a texture-to-texture copy.voidSDL3.copyGPUTextureToTexture(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureLocation source, @Nullable ISDL_GPUTextureLocation destination, int w, int h, int d, boolean cycle) Performs a texture-to-texture copy.shortSDL3.crc16(short crc, MemorySegment data, long len) Calculate a CRC-16 value.intSDL3.crc32(int crc, MemorySegment data, long len) Calculate a CRC-32 value.SDL3.createAudioStream(@Nullable ISDL_AudioSpec src_spec, @Nullable ISDL_AudioSpec dst_spec) Create a new audio stream.SDL3.createAudioStream(@Nullable ISDL_AudioSpec src_spec, @Nullable ISDL_AudioSpec dst_spec) Create a new audio stream.SDL3.createCursor(@Nullable BytePtr data, @Nullable BytePtr mask, int w, int h, int hot_x, int hot_y) Create a cursor using the specified bitmap data and mask (in MSB format).SDL3.createCursor(@Nullable BytePtr data, @Nullable BytePtr mask, int w, int h, int hot_x, int hot_y) Create a cursor using the specified bitmap data and mask (in MSB format).SDL3.createGPUBuffer(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUBufferCreateInfo createinfo) Creates a buffer object to be used in graphics or compute workflows.SDL3.createGPUComputePipeline(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUComputePipelineCreateInfo createinfo) Creates a pipeline object to be used in a compute workflow.SDL3.createGPUGraphicsPipeline(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUGraphicsPipelineCreateInfo createinfo) Creates a pipeline object to be used in a graphics workflow.SDL3.createGPUSampler(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUSamplerCreateInfo createinfo) Creates a sampler object to be used when binding textures in a graphics workflow.SDL3.createGPUShader(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUShaderCreateInfo createinfo) Creates a shader to be used when creating a graphics pipeline.SDL3.createGPUTexture(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUTextureCreateInfo createinfo) Creates a texture object to be used in graphics or compute workflows.SDL3.createGPUTransferBuffer(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUTransferBufferCreateInfo createinfo) Creates a transfer buffer to be used when uploading to or downloading from graphics resources.intSDL3.createHapticEffect(@Nullable SDL_Haptic haptic, @Nullable ISDL_HapticEffect effect) Create a new haptic effect on a specified device.SDL3.createSurfaceFrom(int width, int height, int format, MemorySegment pixels, int pitch) Allocate a new surface with a specific pixel format and existing pixel data.SDL3.createThread(MemorySegment fn, @Nullable BytePtr name, MemorySegment data) Create a new thread with a default stack size.SDL3.createThread(MemorySegment fn, @Nullable BytePtr name, MemorySegment data) Create a new thread with a default stack size.SDL3.createThreadRuntime(MemorySegment fn, @Nullable BytePtr name, MemorySegment data, MemorySegment pfnBeginThread, MemorySegment pfnEndThread) The actual entry point for SDL_CreateThread.SDL3.createThreadRuntime(MemorySegment fn, @Nullable BytePtr name, MemorySegment data, MemorySegment pfnBeginThread, MemorySegment pfnEndThread) The actual entry point for SDL_CreateThread.SDL3.createThreadRuntime(MemorySegment fn, @Nullable BytePtr name, MemorySegment data, MemorySegment pfnBeginThread, MemorySegment pfnEndThread) The actual entry point for SDL_CreateThread.SDL3.createThreadRuntime(MemorySegment fn, @Nullable BytePtr name, MemorySegment data, MemorySegment pfnBeginThread, MemorySegment pfnEndThread) The actual entry point for SDL_CreateThread.SDL3.createThreadWithPropertiesRuntime(int props, MemorySegment pfnBeginThread, MemorySegment pfnEndThread) The actual entry point for SDL_CreateThreadWithProperties.SDL3.createThreadWithPropertiesRuntime(int props, MemorySegment pfnBeginThread, MemorySegment pfnEndThread) The actual entry point for SDL_CreateThreadWithProperties.booleanSDL3.createWindowAndRenderer(@Nullable BytePtr title, int width, int height, long window_flags, SDL_Window.Ptr window, SDL_Renderer.Ptr renderer) Create a window and default renderer.booleanSDL3.createWindowAndRenderer(@Nullable BytePtr title, int width, int height, long window_flags, SDL_Window.Ptr window, SDL_Renderer.Ptr renderer) Create a window and default renderer.booleanSDL3.dateTimeToTime(@Nullable ISDL_DateTime dt, @Nullable LongPtr ticks) Converts a calendar time to an SDL_Time in nanoseconds since the epoch.booleanSDL3.dateTimeToTime(@Nullable ISDL_DateTime dt, @Nullable LongPtr ticks) Converts a calendar time to an SDL_Time in nanoseconds since the epoch.voidSDL3.destroyPalette(@Nullable ISDL_Palette palette) Free a palette created with SDL_CreatePalette().voidSDL3.downloadFromGPUBuffer(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUBufferRegion source, @Nullable ISDL_GPUTransferBufferLocation destination) Copies data from a buffer to a transfer buffer on the GPU timeline.voidSDL3.downloadFromGPUBuffer(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUBufferRegion source, @Nullable ISDL_GPUTransferBufferLocation destination) Copies data from a buffer to a transfer buffer on the GPU timeline.voidSDL3.downloadFromGPUTexture(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureRegion source, @Nullable ISDL_GPUTextureTransferInfo destination) Copies data from a texture to a transfer buffer on the GPU timeline.voidSDL3.downloadFromGPUTexture(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureRegion source, @Nullable ISDL_GPUTextureTransferInfo destination) Copies data from a texture to a transfer buffer on the GPU timeline.voidSDL3.EGL_SetAttributeCallbacks(MemorySegment platformAttribCallback, MemorySegment surfaceAttribCallback, MemorySegment contextAttribCallback, MemorySegment userdata) Sets the callbacks for defining custom EGLAttrib arrays for EGL initialization.voidSDL3.EGL_SetAttributeCallbacks(MemorySegment platformAttribCallback, MemorySegment surfaceAttribCallback, MemorySegment contextAttribCallback, MemorySegment userdata) Sets the callbacks for defining custom EGLAttrib arrays for EGL initialization.voidSDL3.EGL_SetAttributeCallbacks(MemorySegment platformAttribCallback, MemorySegment surfaceAttribCallback, MemorySegment contextAttribCallback, MemorySegment userdata) Sets the callbacks for defining custom EGLAttrib arrays for EGL initialization.voidSDL3.EGL_SetAttributeCallbacks(MemorySegment platformAttribCallback, MemorySegment surfaceAttribCallback, MemorySegment contextAttribCallback, MemorySegment userdata) Sets the callbacks for defining custom EGLAttrib arrays for EGL initialization.booleanSDL3.enumerateDirectory(@Nullable BytePtr path, MemorySegment callback, MemorySegment userdata) Enumerate a directory through a callback function.booleanSDL3.enumerateDirectory(@Nullable BytePtr path, MemorySegment callback, MemorySegment userdata) Enumerate a directory through a callback function.booleanSDL3.enumerateProperties(int props, MemorySegment callback, MemorySegment userdata) Enumerate the properties contained in a group of properties.booleanSDL3.enumerateProperties(int props, MemorySegment callback, MemorySegment userdata) Enumerate the properties contained in a group of properties.booleanSDL3.enumerateStorageDirectory(@Nullable SDL_Storage storage, @Nullable BytePtr path, MemorySegment callback, MemorySegment userdata) Enumerate a directory in a storage container through a callback function.booleanSDL3.enumerateStorageDirectory(@Nullable SDL_Storage storage, @Nullable BytePtr path, MemorySegment callback, MemorySegment userdata) Enumerate a directory in a storage container through a callback function.booleanSDL3.fillSurfaceRect(@Nullable SDL_Surface dst, @Nullable ISDL_Rect rect, int color) Perform a fast fill of a rectangle with a specific color.booleanSDL3.fillSurfaceRects(@Nullable SDL_Surface dst, @Nullable ISDL_Rect rects, int count, int color) Perform a fast fill of a set of rectangles with a specific color.voidSDL3.filterEvents(MemorySegment filter, MemorySegment userdata) Run a specific filter function on the current event queue, removing any events for which the filter returns false.voidSDL3.filterEvents(MemorySegment filter, MemorySegment userdata) Run a specific filter function on the current event queue, removing any events for which the filter returns false.voidSDL3.free(MemorySegment mem) Free allocated memory.booleanSDL3.getAsyncIOResult(@Nullable SDL_AsyncIOQueue queue, @Nullable ISDL_AsyncIOOutcome outcome) Query an async I/O task queue for completed tasks.intSDL3.getAtomicInt(@Nullable ISDL_AtomicInt a) Get the value of an atomic variable.intSDL3.getAtomicU32(@Nullable ISDL_AtomicU32 a) Get the value of an atomic variable.booleanSDL3.getAudioDeviceFormat(int devid, @Nullable ISDL_AudioSpec spec, @Nullable IntPtr sample_frames) Get the current audio format of a specific audio device.intSDL3.getAudioStreamData(@Nullable SDL_AudioStream stream, MemorySegment buf, int len) Get converted/resampled data from the stream.booleanSDL3.getAudioStreamFormat(@Nullable SDL_AudioStream stream, @Nullable ISDL_AudioSpec src_spec, @Nullable ISDL_AudioSpec dst_spec) Query the current format of an audio stream.booleanSDL3.getAudioStreamFormat(@Nullable SDL_AudioStream stream, @Nullable ISDL_AudioSpec src_spec, @Nullable ISDL_AudioSpec dst_spec) Query the current format of an audio stream.booleanSDL3.getCameraFormat(@Nullable SDL_Camera camera, @Nullable ISDL_CameraSpec spec) Get the spec that a camera is using when generating images.booleanSDL3.getClosestFullscreenDisplayMode(int displayID, int w, int h, float refresh_rate, boolean include_high_density_modes, @Nullable ISDL_DisplayMode closest) Get the closest match to the requested display mode.booleanSDL3.getCurrentTime(@Nullable LongPtr ticks) Gets the current value of the system realtime clock in nanoseconds since Jan 1, 1970 in Universal Coordinated Time (UTC).booleanSDL3.getDisplayBounds(int displayID, @Nullable ISDL_Rect rect) Get the desktop area represented by a display.intSDL3.getDisplayForPoint(@Nullable ISDL_Point point) Get the display containing a point.intSDL3.getDisplayForRect(@Nullable ISDL_Rect rect) Get the display primarily containing a rect.booleanSDL3.getDisplayUsableBounds(int displayID, @Nullable ISDL_Rect rect) Get the usable desktop area represented by a display, in screen coordinates.booleanSDL3.getGamepadTouchpadFinger(@Nullable SDL_Gamepad gamepad, int touchpad, int finger, @Nullable BytePtr down, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr pressure) Get the current state of a finger on a touchpad on a gamepad.booleanSDL3.getGDKDefaultUser(XUserHandle.Ptr outUserHandle) Gets a reference to the default user handle for GDK.booleanSDL3.getGDKTaskQueue(XTaskQueueHandle.Ptr outTaskQueue) Gets a reference to the global async task queue handle for GDK, initializing if needed.booleanSDL3.getJoystickAxisInitialState(@Nullable SDL_Joystick joystick, int axis, @Nullable ShortPtr state) Get the initial state of an axis control on a joystick.voidSDL3.getJoystickGUIDInfo(SDL_GUID guid, @Nullable ShortPtr vendor, @Nullable ShortPtr product, @Nullable ShortPtr version, @Nullable ShortPtr crc16) Get the device information encoded in a SDL_GUID structure.voidSDL3.getJoystickGUIDInfo(SDL_GUID guid, @Nullable ShortPtr vendor, @Nullable ShortPtr product, @Nullable ShortPtr version, @Nullable ShortPtr crc16) Get the device information encoded in a SDL_GUID structure.voidSDL3.getJoystickGUIDInfo(SDL_GUID guid, @Nullable ShortPtr vendor, @Nullable ShortPtr product, @Nullable ShortPtr version, @Nullable ShortPtr crc16) Get the device information encoded in a SDL_GUID structure.voidSDL3.getJoystickGUIDInfo(SDL_GUID guid, @Nullable ShortPtr vendor, @Nullable ShortPtr product, @Nullable ShortPtr version, @Nullable ShortPtr crc16) Get the device information encoded in a SDL_GUID structure.booleanSDL3.getMasksForPixelFormat(int format, @Nullable IntPtr bpp, @Nullable IntPtr Rmask, @Nullable IntPtr Gmask, @Nullable IntPtr Bmask, @Nullable IntPtr Amask) Convert one of the enumerated pixel formats to a bpp value and RGBA masks.booleanSDL3.getMasksForPixelFormat(int format, @Nullable IntPtr bpp, @Nullable IntPtr Rmask, @Nullable IntPtr Gmask, @Nullable IntPtr Bmask, @Nullable IntPtr Amask) Convert one of the enumerated pixel formats to a bpp value and RGBA masks.booleanSDL3.getMasksForPixelFormat(int format, @Nullable IntPtr bpp, @Nullable IntPtr Rmask, @Nullable IntPtr Gmask, @Nullable IntPtr Bmask, @Nullable IntPtr Amask) Convert one of the enumerated pixel formats to a bpp value and RGBA masks.booleanSDL3.getMasksForPixelFormat(int format, @Nullable IntPtr bpp, @Nullable IntPtr Rmask, @Nullable IntPtr Gmask, @Nullable IntPtr Bmask, @Nullable IntPtr Amask) Convert one of the enumerated pixel formats to a bpp value and RGBA masks.booleanSDL3.getPathInfo(@Nullable BytePtr path, @Nullable ISDL_PathInfo info) Get information about a filesystem path.SDL3.getPointerProperty(int props, @Nullable BytePtr name, MemorySegment default_value) Get a pointer property from a group of properties.booleanSDL3.getRectAndLineIntersection(@Nullable ISDL_Rect rect, @Nullable IntPtr X1, @Nullable IntPtr Y1, @Nullable IntPtr X2, @Nullable IntPtr Y2) Calculate the intersection of a rectangle and line segment.booleanSDL3.getRectAndLineIntersectionFloat(@Nullable ISDL_FRect rect, @Nullable FloatPtr X1, @Nullable FloatPtr Y1, @Nullable FloatPtr X2, @Nullable FloatPtr Y2) Calculate the intersection of a rectangle and line segment with float precision.booleanSDL3.getRectEnclosingPoints(@Nullable ISDL_Point points, int count, @Nullable ISDL_Rect clip, @Nullable ISDL_Rect result) Calculate a minimal rectangle enclosing a set of points.booleanSDL3.getRectEnclosingPoints(@Nullable ISDL_Point points, int count, @Nullable ISDL_Rect clip, @Nullable ISDL_Rect result) Calculate a minimal rectangle enclosing a set of points.booleanSDL3.getRectEnclosingPoints(@Nullable ISDL_Point points, int count, @Nullable ISDL_Rect clip, @Nullable ISDL_Rect result) Calculate a minimal rectangle enclosing a set of points.booleanSDL3.getRectEnclosingPointsFloat(@Nullable ISDL_FPoint points, int count, @Nullable ISDL_FRect clip, @Nullable ISDL_FRect result) Calculate a minimal rectangle enclosing a set of points with float precision.booleanSDL3.getRectEnclosingPointsFloat(@Nullable ISDL_FPoint points, int count, @Nullable ISDL_FRect clip, @Nullable ISDL_FRect result) Calculate a minimal rectangle enclosing a set of points with float precision.booleanSDL3.getRectEnclosingPointsFloat(@Nullable ISDL_FPoint points, int count, @Nullable ISDL_FRect clip, @Nullable ISDL_FRect result) Calculate a minimal rectangle enclosing a set of points with float precision.booleanSDL3.getRectIntersection(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the intersection of two rectangles.booleanSDL3.getRectIntersection(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the intersection of two rectangles.booleanSDL3.getRectIntersection(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the intersection of two rectangles.booleanSDL3.getRectIntersectionFloat(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the intersection of two rectangles with float precision.booleanSDL3.getRectIntersectionFloat(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the intersection of two rectangles with float precision.booleanSDL3.getRectIntersectionFloat(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the intersection of two rectangles with float precision.booleanSDL3.getRectUnion(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the union of two rectangles.booleanSDL3.getRectUnion(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the union of two rectangles.booleanSDL3.getRectUnion(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the union of two rectangles.booleanSDL3.getRectUnionFloat(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the union of two rectangles with float precision.booleanSDL3.getRectUnionFloat(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the union of two rectangles with float precision.booleanSDL3.getRectUnionFloat(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the union of two rectangles with float precision.booleanSDL3.getRenderClipRect(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Get the clip rectangle for the current target.booleanSDL3.getRenderDrawColor(@Nullable SDL_Renderer renderer, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get the color used for drawing operations (Rect, Line and Clear).booleanSDL3.getRenderDrawColor(@Nullable SDL_Renderer renderer, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get the color used for drawing operations (Rect, Line and Clear).booleanSDL3.getRenderDrawColor(@Nullable SDL_Renderer renderer, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get the color used for drawing operations (Rect, Line and Clear).booleanSDL3.getRenderDrawColor(@Nullable SDL_Renderer renderer, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get the color used for drawing operations (Rect, Line and Clear).booleanSDL3.getRenderLogicalPresentationRect(@Nullable SDL_Renderer renderer, @Nullable ISDL_FRect rect) Get the final presentation rectangle for rendering.booleanSDL3.getRenderSafeArea(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Get the safe area for rendering within the current viewport.booleanSDL3.getRenderViewport(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Get the drawing area for the current target.voidSDL3.getRGB(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get RGB values from a pixel in the specified format.voidSDL3.getRGB(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get RGB values from a pixel in the specified format.voidSDL3.getRGB(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get RGB values from a pixel in the specified format.voidSDL3.getRGB(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get RGB values from a pixel in the specified format.voidSDL3.getRGB(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get RGB values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.booleanSDL3.getStorageFileSize(@Nullable SDL_Storage storage, @Nullable BytePtr path, @Nullable LongPtr length) Query the size of a file within a storage container.booleanSDL3.getStoragePathInfo(@Nullable SDL_Storage storage, @Nullable BytePtr path, @Nullable ISDL_PathInfo info) Get information about a filesystem path in a storage container.booleanSDL3.getSurfaceAlphaMod(@Nullable SDL_Surface surface, @Nullable BytePtr alpha) Get the additional alpha value used in blit operations.booleanSDL3.getSurfaceClipRect(@Nullable SDL_Surface surface, @Nullable ISDL_Rect rect) Get the clipping rectangle for a surface.booleanSDL3.getSurfaceColorKey(@Nullable SDL_Surface surface, @Nullable IntPtr key) Get the color key (transparent pixel) for a surface.booleanSDL3.getSurfaceColorMod(@Nullable SDL_Surface surface, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into blit operations.booleanSDL3.getSurfaceColorMod(@Nullable SDL_Surface surface, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into blit operations.booleanSDL3.getSurfaceColorMod(@Nullable SDL_Surface surface, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into blit operations.booleanSDL3.getTextInputArea(@Nullable SDL_Window window, @Nullable ISDL_Rect rect, @Nullable IntPtr cursor) Get the area used to type Unicode text input.booleanSDL3.getTextureAlphaMod(@Nullable SDL_Texture texture, @Nullable BytePtr alpha) Get the additional alpha value multiplied into render copy operations.booleanSDL3.getTextureColorMod(@Nullable SDL_Texture texture, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into render copy operations.booleanSDL3.getTextureColorMod(@Nullable SDL_Texture texture, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into render copy operations.booleanSDL3.getTextureColorMod(@Nullable SDL_Texture texture, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into render copy operations.SDL3.getTLS(@Nullable ISDL_AtomicInt id) Get the current thread's value associated with a thread local storage ID.SDL3.getWindowFromEvent(@Nullable ISDL_Event event) Get window associated with an event.booleanSDL3.getWindowSafeArea(@Nullable SDL_Window window, @Nullable ISDL_Rect rect) Get the safe area for this window.booleanSDL3.hapticEffectSupported(@Nullable SDL_Haptic haptic, @Nullable ISDL_HapticEffect effect) Check to see if an effect is supported by a haptic device.booleanSDL3.hasRectIntersection(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B) Determine whether two rectangles intersect.booleanSDL3.hasRectIntersection(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B) Determine whether two rectangles intersect.booleanSDL3.hasRectIntersectionFloat(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B) Determine whether two rectangles intersect with float precision.booleanSDL3.hasRectIntersectionFloat(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B) Determine whether two rectangles intersect with float precision.voidSDL3.hid_free_enumeration(@Nullable ISDL_hid_device_info devs) Free an enumeration linked list.intSDL3.hid_get_indexed_string(@Nullable SDL_hid_device dev, int string_index, MemorySegment string, long maxlen) Get a string from a HID device, based on its string index.intSDL3.hid_get_manufacturer_string(@Nullable SDL_hid_device dev, MemorySegment string, long maxlen) Get The Manufacturer String from a HID device.intSDL3.hid_get_product_string(@Nullable SDL_hid_device dev, MemorySegment string, long maxlen) Get The Product String from a HID device.intSDL3.hid_get_serial_number_string(@Nullable SDL_hid_device dev, MemorySegment string, long maxlen) Get The Serial Number String from a HID device.SDL3.hid_open(short vendor_id, short product_id, MemorySegment serial_number) Open a HID device using a Vendor ID (VID), Product ID (PID) and optionally a serial number.SDL3.IOFromConstMem(MemorySegment mem, long size) Use this function to prepare a read-only memory buffer for use with SDL_IOStream.SDL3.IOFromMem(MemorySegment mem, long size) Use this function to prepare a read-write memory buffer for use with SDL_IOStream.booleanSDL3.loadFileAsync(@Nullable BytePtr file, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Load all the data from a file path, asynchronously.booleanSDL3.loadWAV(@Nullable BytePtr path, @Nullable ISDL_AudioSpec spec, @Nullable PointerPtr audio_buf, @Nullable IntPtr audio_len) Loads a WAV from a file path.booleanSDL3.loadWAV(@Nullable BytePtr path, @Nullable ISDL_AudioSpec spec, @Nullable PointerPtr audio_buf, @Nullable IntPtr audio_len) Loads a WAV from a file path.booleanSDL3.loadWAV_IO(@Nullable SDL_IOStream src, boolean closeio, @Nullable ISDL_AudioSpec spec, @Nullable PointerPtr audio_buf, @Nullable IntPtr audio_len) Load the audio data of a WAVE file into memory.booleanSDL3.loadWAV_IO(@Nullable SDL_IOStream src, boolean closeio, @Nullable ISDL_AudioSpec spec, @Nullable PointerPtr audio_buf, @Nullable IntPtr audio_len) Load the audio data of a WAVE file into memory.voidSDL3.lockSpinlock(@Nullable IntPtr lock) Lock a spin lock by setting it to a non-zero value.booleanSDL3.lockTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable PointerPtr pixels, @Nullable IntPtr pitch) Lock a portion of the texture for write-only pixel access.booleanSDL3.lockTextureToSurface(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, SDL_Surface.Ptr surface) Lock a portion of the texture for write-only pixel access, and expose it as a SDL surface.booleanSDL3.lockTextureToSurface(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, SDL_Surface.Ptr surface) Lock a portion of the texture for write-only pixel access, and expose it as a SDL surface.intSDL3.mapRGB(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a given pixel format.intSDL3.mapRGB(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a given pixel format.intSDL3.mapRGBA(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a given pixel format.intSDL3.mapRGBA(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a given pixel format.intSDL3.memcmp(MemorySegment s1, MemorySegment s2, long len) Compare two buffers of memory.intSDL3.memcmp(MemorySegment s1, MemorySegment s2, long len) Compare two buffers of memory.SDL3.memcpy(MemorySegment dst, MemorySegment src, long len) Copy non-overlapping memory.SDL3.memcpy(MemorySegment dst, MemorySegment src, long len) Copy non-overlapping memory.SDL3.memmove(MemorySegment dst, MemorySegment src, long len) Copy memory ranges that might overlap.SDL3.memmove(MemorySegment dst, MemorySegment src, long len) Copy memory ranges that might overlap.SDL3.memset(MemorySegment dst, int c, long len) Initialize all bytes of buffer of memory to a specific value.SDL3.memset4(MemorySegment dst, int val, long dwords) Initialize all 32-bit words of buffer of memory to a specific value.voidSDL3.metal_DestroyView(MemorySegment view) Destroy an existing SDL_MetalView object.SDL3.metal_GetLayer(MemorySegment view) Get a pointer to the backing CAMetalLayer for the given view.booleanMix audio data in a specified format.booleanMix audio data in a specified format.intSDL3.murmur3_32(MemorySegment data, long len, int seed) Calculate a 32-bit MurmurHash3 value for a block of data.intSDL3.openAudioDevice(int devid, @Nullable ISDL_AudioSpec spec) Open a specific audio device.SDL3.openAudioDeviceStream(int devid, @Nullable ISDL_AudioSpec spec, MemorySegment callback, MemorySegment userdata) Convenience function for straightforward audio init for the common case.SDL3.openAudioDeviceStream(int devid, @Nullable ISDL_AudioSpec spec, MemorySegment callback, MemorySegment userdata) Convenience function for straightforward audio init for the common case.SDL3.openAudioDeviceStream(int devid, @Nullable ISDL_AudioSpec spec, MemorySegment callback, MemorySegment userdata) Convenience function for straightforward audio init for the common case.SDL3.openCamera(int instance_id, @Nullable ISDL_CameraSpec spec) Open a video recording device (a "camera").SDL3.openIO(@Nullable ISDL_IOStreamInterface iface, MemorySegment userdata) Create a custom SDL_IOStream.SDL3.openIO(@Nullable ISDL_IOStreamInterface iface, MemorySegment userdata) Create a custom SDL_IOStream.SDL3.openStorage(@Nullable ISDL_StorageInterface iface, MemorySegment userdata) Opens up a container using a client-provided storage interface.SDL3.openStorage(@Nullable ISDL_StorageInterface iface, MemorySegment userdata) Opens up a container using a client-provided storage interface.intSDL3.peepEvents(@Nullable ISDL_Event events, int numevents, int action, int minType, int maxType) Check the event queue for messages and optionally return them.booleanSDL3.pollEvent(@Nullable ISDL_Event event) Poll for currently pending events.booleanSDL3.premultiplyAlpha(int width, int height, int src_format, MemorySegment src, int src_pitch, int dst_format, MemorySegment dst, int dst_pitch, boolean linear) Premultiply the alpha on a block of pixels.booleanSDL3.premultiplyAlpha(int width, int height, int src_format, MemorySegment src, int src_pitch, int dst_format, MemorySegment dst, int dst_pitch, boolean linear) Premultiply the alpha on a block of pixels.booleanSDL3.pushEvent(@Nullable ISDL_Event event) Add an event to the event queue.voidSDL3.pushGPUComputeUniformData(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a uniform slot on the command buffer.voidSDL3.pushGPUFragmentUniformData(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a fragment uniform slot on the command buffer.voidSDL3.pushGPUVertexUniformData(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a vertex uniform slot on the command buffer.booleanSDL3.putAudioStreamData(@Nullable SDL_AudioStream stream, MemorySegment buf, int len) Add data to the stream.voidSDL3.qsort(MemorySegment base, long nmemb, long size, MemorySegment compare) Sort an array.voidSDL3.qsort(MemorySegment base, long nmemb, long size, MemorySegment compare) Sort an array.voidSDL3.qsort_r(MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Sort an array, passing a userdata pointer to the compare function.voidSDL3.qsort_r(MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Sort an array, passing a userdata pointer to the compare function.voidSDL3.qsort_r(MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Sort an array, passing a userdata pointer to the compare function.intSDL3.rand_bits_r(@Nullable LongPtr state) Generate 32 pseudo-random bits.intGenerate a pseudo-random number less than n for positive nfloatGenerate a uniform pseudo-random floating point number less than 1.0booleanSDL3.readAsyncIO(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async read.booleanSDL3.readAsyncIO(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async read.longSDL3.readIO(@Nullable SDL_IOStream context, MemorySegment ptr, long size) Read from a data source.booleanSDL3.readS16BE(@Nullable SDL_IOStream src, @Nullable ShortPtr value) Use this function to read 16 bits of big-endian data from an SDL_IOStream and return in native format.booleanSDL3.readS16LE(@Nullable SDL_IOStream src, @Nullable ShortPtr value) Use this function to read 16 bits of little-endian data from an SDL_IOStream and return in native format.booleanSDL3.readS32BE(@Nullable SDL_IOStream src, @Nullable IntPtr value) Use this function to read 32 bits of big-endian data from an SDL_IOStream and return in native format.booleanSDL3.readS32LE(@Nullable SDL_IOStream src, @Nullable IntPtr value) Use this function to read 32 bits of little-endian data from an SDL_IOStream and return in native format.booleanSDL3.readS64BE(@Nullable SDL_IOStream src, @Nullable LongPtr value) Use this function to read 64 bits of big-endian data from an SDL_IOStream and return in native format.booleanSDL3.readS64LE(@Nullable SDL_IOStream src, @Nullable LongPtr value) Use this function to read 64 bits of little-endian data from an SDL_IOStream and return in native format.booleanSDL3.readS8(@Nullable SDL_IOStream src, @Nullable BytePtr value) Use this function to read a signed byte from an SDL_IOStream.booleanSDL3.readStorageFile(@Nullable SDL_Storage storage, @Nullable BytePtr path, MemorySegment destination, long length) Synchronously read a file from a storage container into a client-provided buffer.booleanSDL3.readSurfacePixel(@Nullable SDL_Surface surface, int x, int y, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Retrieves a single pixel from a surface.booleanSDL3.readSurfacePixel(@Nullable SDL_Surface surface, int x, int y, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Retrieves a single pixel from a surface.booleanSDL3.readSurfacePixel(@Nullable SDL_Surface surface, int x, int y, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Retrieves a single pixel from a surface.booleanSDL3.readSurfacePixel(@Nullable SDL_Surface surface, int x, int y, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Retrieves a single pixel from a surface.booleanSDL3.readU16BE(@Nullable SDL_IOStream src, @Nullable ShortPtr value) Use this function to read 16 bits of big-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU16LE(@Nullable SDL_IOStream src, @Nullable ShortPtr value) Use this function to read 16 bits of little-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU32BE(@Nullable SDL_IOStream src, @Nullable IntPtr value) Use this function to read 32 bits of big-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU32LE(@Nullable SDL_IOStream src, @Nullable IntPtr value) Use this function to read 32 bits of little-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU64BE(@Nullable SDL_IOStream src, @Nullable LongPtr value) Use this function to read 64 bits of big-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU64LE(@Nullable SDL_IOStream src, @Nullable LongPtr value) Use this function to read 64 bits of little-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU8(@Nullable SDL_IOStream src, @Nullable BytePtr value) Use this function to read a byte from an SDL_IOStream.SDL3.realloc(MemorySegment mem, long size) Change the size of allocated memory.voidSDL3.removeEventWatch(MemorySegment filter, MemorySegment userdata) Remove an event watch callback added with SDL_AddEventWatch().voidSDL3.removeEventWatch(MemorySegment filter, MemorySegment userdata) Remove an event watch callback added with SDL_AddEventWatch().voidSDL3.removeHintCallback(@Nullable BytePtr name, MemorySegment callback, MemorySegment userdata) Remove a function watching a particular hint.voidSDL3.removeHintCallback(@Nullable BytePtr name, MemorySegment callback, MemorySegment userdata) Remove a function watching a particular hint.booleanSDL3.renderFillRect(@Nullable SDL_Renderer renderer, @Nullable ISDL_FRect rect) Fill a rectangle on the current rendering target with the drawing color at subpixel precision.booleanSDL3.renderFillRects(@Nullable SDL_Renderer renderer, @Nullable ISDL_FRect rects, int count) Fill some number of rectangles on the current rendering target with the drawing color at subpixel precision.booleanSDL3.renderGeometry(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_Vertex vertices, int num_vertices, @Nullable IntPtr indices, int num_indices) Render a list of triangles, optionally using a texture and indices into the vertex array Color and alpha modulation is done per vertex (SDL_SetTextureColorMod and SDL_SetTextureAlphaMod are ignored).booleanSDL3.renderGeometryRaw(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable FloatPtr xy, int xy_stride, @Nullable ISDL_FColor color, int color_stride, @Nullable FloatPtr uv, int uv_stride, int num_vertices, MemorySegment indices, int num_indices, int size_indices) Render a list of triangles, optionally using a texture and indices into the vertex arrays Color and alpha modulation is done per vertex (SDL_SetTextureColorMod and SDL_SetTextureAlphaMod are ignored).booleanSDL3.renderGeometryRaw(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable FloatPtr xy, int xy_stride, @Nullable ISDL_FColor color, int color_stride, @Nullable FloatPtr uv, int uv_stride, int num_vertices, MemorySegment indices, int num_indices, int size_indices) Render a list of triangles, optionally using a texture and indices into the vertex arrays Color and alpha modulation is done per vertex (SDL_SetTextureColorMod and SDL_SetTextureAlphaMod are ignored).booleanSDL3.renderLines(@Nullable SDL_Renderer renderer, @Nullable ISDL_FPoint points, int count) Draw a series of connected lines on the current rendering target at subpixel precision.booleanSDL3.renderPoints(@Nullable SDL_Renderer renderer, @Nullable ISDL_FPoint points, int count) Draw multiple points on the current rendering target at subpixel precision.SDL3.renderReadPixels(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Read pixels from the current rendering target.booleanSDL3.renderRect(@Nullable SDL_Renderer renderer, @Nullable ISDL_FRect rect) Draw a rectangle on the current rendering target at subpixel precision.booleanSDL3.renderRects(@Nullable SDL_Renderer renderer, @Nullable ISDL_FRect rects, int count) Draw some number of rectangles on the current rendering target at subpixel precision.booleanSDL3.renderTexture(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, @Nullable ISDL_FRect dstrect) Copy a portion of the texture to the current rendering target at subpixel precision.booleanSDL3.renderTexture(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, @Nullable ISDL_FRect dstrect) Copy a portion of the texture to the current rendering target at subpixel precision.booleanSDL3.renderTexture9Grid(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, float left_width, float right_width, float top_height, float bottom_height, float scale, @Nullable ISDL_FRect dstrect) Perform a scaled copy using the 9-grid algorithm to the current rendering target at subpixel precision.booleanSDL3.renderTexture9Grid(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, float left_width, float right_width, float top_height, float bottom_height, float scale, @Nullable ISDL_FRect dstrect) Perform a scaled copy using the 9-grid algorithm to the current rendering target at subpixel precision.booleanSDL3.renderTextureAffine(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, @Nullable ISDL_FPoint origin, @Nullable ISDL_FPoint right, @Nullable ISDL_FPoint down) Copy a portion of the source texture to the current rendering target, with affine transform, at subpixel precision.booleanSDL3.renderTextureAffine(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, @Nullable ISDL_FPoint origin, @Nullable ISDL_FPoint right, @Nullable ISDL_FPoint down) Copy a portion of the source texture to the current rendering target, with affine transform, at subpixel precision.booleanSDL3.renderTextureAffine(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, @Nullable ISDL_FPoint origin, @Nullable ISDL_FPoint right, @Nullable ISDL_FPoint down) Copy a portion of the source texture to the current rendering target, with affine transform, at subpixel precision.booleanSDL3.renderTextureAffine(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, @Nullable ISDL_FPoint origin, @Nullable ISDL_FPoint right, @Nullable ISDL_FPoint down) Copy a portion of the source texture to the current rendering target, with affine transform, at subpixel precision.booleanSDL3.renderTextureRotated(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, @Nullable ISDL_FRect dstrect, double angle, @Nullable ISDL_FPoint center, int flip) Copy a portion of the source texture to the current rendering target, with rotation and flipping, at subpixel precision.booleanSDL3.renderTextureRotated(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, @Nullable ISDL_FRect dstrect, double angle, @Nullable ISDL_FPoint center, int flip) Copy a portion of the source texture to the current rendering target, with rotation and flipping, at subpixel precision.booleanSDL3.renderTextureRotated(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, @Nullable ISDL_FRect dstrect, double angle, @Nullable ISDL_FPoint center, int flip) Copy a portion of the source texture to the current rendering target, with rotation and flipping, at subpixel precision.booleanSDL3.renderTextureTiled(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, float scale, @Nullable ISDL_FRect dstrect) Tile a portion of the texture to the current rendering target at subpixel precision.booleanSDL3.renderTextureTiled(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_FRect srcrect, float scale, @Nullable ISDL_FRect dstrect) Tile a portion of the texture to the current rendering target at subpixel precision.booleanSDL3.requestAndroidPermission(@Nullable BytePtr permission, MemorySegment cb, MemorySegment userdata) Request permissions at runtime, asynchronously.booleanSDL3.requestAndroidPermission(@Nullable BytePtr permission, MemorySegment cb, MemorySegment userdata) Request permissions at runtime, asynchronously.booleanSDL3.runOnMainThread(MemorySegment callback, MemorySegment userdata, boolean wait_complete) Call a function on the main thread during event processing.booleanSDL3.runOnMainThread(MemorySegment callback, MemorySegment userdata, boolean wait_complete) Call a function on the main thread during event processing.booleanSDL3.saveFile(@Nullable BytePtr file, MemorySegment data, long datasize) Save all the data into a file path.booleanSDL3.saveFile_IO(@Nullable SDL_IOStream src, MemorySegment data, long datasize, boolean closeio) Save all the data into an SDL data stream.booleanSDL3.sendGamepadEffect(@Nullable SDL_Gamepad gamepad, MemorySegment data, int size) Send a gamepad specific effect packet.booleanSDL3.sendJoystickEffect(@Nullable SDL_Joystick joystick, MemorySegment data, int size) Send a joystick specific effect packet.intSDL3.setAtomicInt(@Nullable ISDL_AtomicInt a, int v) Set an atomic variable to a value.SDL3.setAtomicPointer(@Nullable PointerPtr a, MemorySegment v) Set a pointer to a value atomically.intSDL3.setAtomicU32(@Nullable ISDL_AtomicU32 a, int v) Set an atomic variable to a value.booleanSDL3.setAudioPostmixCallback(int devid, MemorySegment callback, MemorySegment userdata) Set a callback that fires when data is about to be fed to an audio device.booleanSDL3.setAudioPostmixCallback(int devid, MemorySegment callback, MemorySegment userdata) Set a callback that fires when data is about to be fed to an audio device.booleanSDL3.setAudioStreamFormat(@Nullable SDL_AudioStream stream, @Nullable ISDL_AudioSpec src_spec, @Nullable ISDL_AudioSpec dst_spec) Change the input and output formats of an audio stream.booleanSDL3.setAudioStreamFormat(@Nullable SDL_AudioStream stream, @Nullable ISDL_AudioSpec src_spec, @Nullable ISDL_AudioSpec dst_spec) Change the input and output formats of an audio stream.booleanSDL3.setAudioStreamGetCallback(@Nullable SDL_AudioStream stream, MemorySegment callback, MemorySegment userdata) Set a callback that runs when data is requested from an audio stream.booleanSDL3.setAudioStreamGetCallback(@Nullable SDL_AudioStream stream, MemorySegment callback, MemorySegment userdata) Set a callback that runs when data is requested from an audio stream.booleanSDL3.setAudioStreamPutCallback(@Nullable SDL_AudioStream stream, MemorySegment callback, MemorySegment userdata) Set a callback that runs when data is added to an audio stream.booleanSDL3.setAudioStreamPutCallback(@Nullable SDL_AudioStream stream, MemorySegment callback, MemorySegment userdata) Set a callback that runs when data is added to an audio stream.booleanSDL3.setClipboardData(MemorySegment callback, MemorySegment cleanup, MemorySegment userdata, @Nullable PointerPtr mime_types, long num_mime_types) Offer clipboard data to the OS.booleanSDL3.setClipboardData(MemorySegment callback, MemorySegment cleanup, MemorySegment userdata, @Nullable PointerPtr mime_types, long num_mime_types) Offer clipboard data to the OS.booleanSDL3.setClipboardData(MemorySegment callback, MemorySegment cleanup, MemorySegment userdata, @Nullable PointerPtr mime_types, long num_mime_types) Offer clipboard data to the OS.voidSDL3.setEventFilter(MemorySegment filter, MemorySegment userdata) Set up a filter to process all events before they are added to the internal event queue.voidSDL3.setEventFilter(MemorySegment filter, MemorySegment userdata) Set up a filter to process all events before they are added to the internal event queue.voidSDL3.setGPUScissor(@Nullable SDL_GPURenderPass render_pass, @Nullable ISDL_Rect scissor) Sets the current scissor state on a command buffer.voidSDL3.setGPUViewport(@Nullable SDL_GPURenderPass render_pass, @Nullable ISDL_GPUViewport viewport) Sets the current viewport state on a command buffer.voidSDL3.setInitialized(@Nullable ISDL_InitState state, boolean initialized) Finish an initialization state transition.booleanSDL3.setiOSAnimationCallback(@Nullable SDL_Window window, int interval, MemorySegment callback, MemorySegment callbackParam) Use this function to set the animation callback on Apple iOS.booleanSDL3.setiOSAnimationCallback(@Nullable SDL_Window window, int interval, MemorySegment callback, MemorySegment callbackParam) Use this function to set the animation callback on Apple iOS.voidSDL3.setLogOutputFunction(MemorySegment callback, MemorySegment userdata) Replace the default log output function with one of your own.voidSDL3.setLogOutputFunction(MemorySegment callback, MemorySegment userdata) Replace the default log output function with one of your own.booleanSDL3.setMemoryFunctions(MemorySegment malloc_func, MemorySegment calloc_func, MemorySegment realloc_func, MemorySegment free_func) Replace SDL's memory allocation functions with a custom set.booleanSDL3.setMemoryFunctions(MemorySegment malloc_func, MemorySegment calloc_func, MemorySegment realloc_func, MemorySegment free_func) Replace SDL's memory allocation functions with a custom set.booleanSDL3.setMemoryFunctions(MemorySegment malloc_func, MemorySegment calloc_func, MemorySegment realloc_func, MemorySegment free_func) Replace SDL's memory allocation functions with a custom set.booleanSDL3.setMemoryFunctions(MemorySegment malloc_func, MemorySegment calloc_func, MemorySegment realloc_func, MemorySegment free_func) Replace SDL's memory allocation functions with a custom set.booleanSDL3.setPaletteColors(@Nullable ISDL_Palette palette, @Nullable ISDL_Color colors, int firstcolor, int ncolors) Set a range of colors in a palette.booleanSDL3.setPaletteColors(@Nullable ISDL_Palette palette, @Nullable ISDL_Color colors, int firstcolor, int ncolors) Set a range of colors in a palette.booleanSDL3.setPointerProperty(int props, @Nullable BytePtr name, MemorySegment value) Set a pointer property in a group of properties.booleanSDL3.setPointerPropertyWithCleanup(int props, @Nullable BytePtr name, MemorySegment value, MemorySegment cleanup, MemorySegment userdata) Set a pointer property in a group of properties with a cleanup function that is called when the property is deleted.booleanSDL3.setPointerPropertyWithCleanup(int props, @Nullable BytePtr name, MemorySegment value, MemorySegment cleanup, MemorySegment userdata) Set a pointer property in a group of properties with a cleanup function that is called when the property is deleted.booleanSDL3.setPointerPropertyWithCleanup(int props, @Nullable BytePtr name, MemorySegment value, MemorySegment cleanup, MemorySegment userdata) Set a pointer property in a group of properties with a cleanup function that is called when the property is deleted.booleanSDL3.setRenderClipRect(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Set the clip rectangle for rendering on the specified target.booleanSDL3.setRenderViewport(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Set the drawing area for rendering on the current target.booleanSDL3.setSurfaceClipRect(@Nullable SDL_Surface surface, @Nullable ISDL_Rect rect) Set the clipping rectangle for a surface.booleanSDL3.setSurfacePalette(@Nullable SDL_Surface surface, @Nullable ISDL_Palette palette) Set the palette used by a surface.booleanSDL3.setTextInputArea(@Nullable SDL_Window window, @Nullable ISDL_Rect rect, int cursor) Set the area used to type Unicode text input.booleanSDL3.setTLS(@Nullable ISDL_AtomicInt id, MemorySegment value, MemorySegment destructor) Set the current thread's value associated with a thread local storage ID.booleanSDL3.setTLS(@Nullable ISDL_AtomicInt id, MemorySegment value, MemorySegment destructor) Set the current thread's value associated with a thread local storage ID.booleanSDL3.setTLS(@Nullable ISDL_AtomicInt id, MemorySegment value, MemorySegment destructor) Set the current thread's value associated with a thread local storage ID.voidSDL3.setTrayEntryCallback(@Nullable SDL_TrayEntry entry, MemorySegment callback, MemorySegment userdata) Sets a callback to be invoked when the entry is selected.voidSDL3.setTrayEntryCallback(@Nullable SDL_TrayEntry entry, MemorySegment callback, MemorySegment userdata) Sets a callback to be invoked when the entry is selected.booleanSDL3.setWindowFullscreenMode(@Nullable SDL_Window window, @Nullable ISDL_DisplayMode mode) Set the display mode to use when a window is visible and fullscreen.booleanSDL3.setWindowHitTest(@Nullable SDL_Window window, MemorySegment callback, MemorySegment callback_data) Provide a callback that decides if a window region has special properties.booleanSDL3.setWindowHitTest(@Nullable SDL_Window window, MemorySegment callback, MemorySegment callback_data) Provide a callback that decides if a window region has special properties.booleanSDL3.setWindowMouseRect(@Nullable SDL_Window window, @Nullable ISDL_Rect rect) Confines the cursor to the specified area of a window.voidSDL3.setWindowsMessageHook(MemorySegment callback, MemorySegment userdata) Set a callback for every Windows message, run before TranslateMessage().voidSDL3.setWindowsMessageHook(MemorySegment callback, MemorySegment userdata) Set a callback for every Windows message, run before TranslateMessage().voidSDL3.setX11EventHook(MemorySegment callback, MemorySegment userdata) Set a callback for every X11 event.voidSDL3.setX11EventHook(MemorySegment callback, MemorySegment userdata) Set a callback for every X11 event.booleanSDL3.shouldInit(@Nullable ISDL_InitState state) Return whether initialization should be done.booleanSDL3.shouldQuit(@Nullable ISDL_InitState state) Return whether cleanup should be done.voidSDL3.showFileDialogWithProperties(int type, MemorySegment callback, MemorySegment userdata, int props) Create and launch a file dialog with the specified properties.voidSDL3.showFileDialogWithProperties(int type, MemorySegment callback, MemorySegment userdata, int props) Create and launch a file dialog with the specified properties.booleanSDL3.showMessageBox(@Nullable ISDL_MessageBoxData messageboxdata, @Nullable IntPtr buttonid) Create a modal message box.voidSDL3.showOpenFileDialog(MemorySegment callback, MemorySegment userdata, @Nullable SDL_Window window, @Nullable ISDL_DialogFileFilter filters, int nfilters, @Nullable BytePtr default_location, boolean allow_many) Displays a dialog that lets the user select a file on their filesystem.voidSDL3.showOpenFileDialog(MemorySegment callback, MemorySegment userdata, @Nullable SDL_Window window, @Nullable ISDL_DialogFileFilter filters, int nfilters, @Nullable BytePtr default_location, boolean allow_many) Displays a dialog that lets the user select a file on their filesystem.voidSDL3.showOpenFileDialog(MemorySegment callback, MemorySegment userdata, @Nullable SDL_Window window, @Nullable ISDL_DialogFileFilter filters, int nfilters, @Nullable BytePtr default_location, boolean allow_many) Displays a dialog that lets the user select a file on their filesystem.voidSDL3.showOpenFolderDialog(MemorySegment callback, MemorySegment userdata, @Nullable SDL_Window window, @Nullable BytePtr default_location, boolean allow_many) Displays a dialog that lets the user select a folder on their filesystem.voidSDL3.showOpenFolderDialog(MemorySegment callback, MemorySegment userdata, @Nullable SDL_Window window, @Nullable BytePtr default_location, boolean allow_many) Displays a dialog that lets the user select a folder on their filesystem.voidSDL3.showSaveFileDialog(MemorySegment callback, MemorySegment userdata, @Nullable SDL_Window window, @Nullable ISDL_DialogFileFilter filters, int nfilters, @Nullable BytePtr default_location) Displays a dialog that lets the user choose a new or existing file on their filesystem.voidSDL3.showSaveFileDialog(MemorySegment callback, MemorySegment userdata, @Nullable SDL_Window window, @Nullable ISDL_DialogFileFilter filters, int nfilters, @Nullable BytePtr default_location) Displays a dialog that lets the user choose a new or existing file on their filesystem.voidSDL3.showSaveFileDialog(MemorySegment callback, MemorySegment userdata, @Nullable SDL_Window window, @Nullable ISDL_DialogFileFilter filters, int nfilters, @Nullable BytePtr default_location) Displays a dialog that lets the user choose a new or existing file on their filesystem.booleanSDL3.stretchSurface(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect, int scaleMode) Perform a stretched pixel copy from one surface to another.booleanSDL3.stretchSurface(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect, int scaleMode) Perform a stretched pixel copy from one surface to another.booleanSDL3.timeToDateTime(long ticks, @Nullable ISDL_DateTime dt, boolean localTime) Converts an SDL_Time in nanoseconds since the epoch to a calendar time in the SDL_DateTime format.voidSDL3.timeToWindows(long ticks, @Nullable IntPtr dwLowDateTime, @Nullable IntPtr dwHighDateTime) Converts an SDL time into a Windows FILETIME (100-nanosecond intervals since January 1, 1601).voidSDL3.timeToWindows(long ticks, @Nullable IntPtr dwLowDateTime, @Nullable IntPtr dwHighDateTime) Converts an SDL time into a Windows FILETIME (100-nanosecond intervals since January 1, 1601).booleanSDL3.tryLockSpinlock(@Nullable IntPtr lock) Try to lock a spin lock by setting it to a non-zero value.voidSDL3.unbindAudioStreams(SDL_AudioStream.Ptr streams, int num_streams) Unbind a list of audio streams from their audio devices.voidSDL3.unlockSpinlock(@Nullable IntPtr lock) Unlock a spin lock by setting it to 0.booleanSDL3.updateHapticEffect(@Nullable SDL_Haptic haptic, int effect, @Nullable ISDL_HapticEffect data) Update the properties of an effect.booleanSDL3.updateNVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr UVplane, int UVpitch) Update a rectangle within a planar NV12 or NV21 texture with new pixels.booleanSDL3.updateNVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr UVplane, int UVpitch) Update a rectangle within a planar NV12 or NV21 texture with new pixels.booleanSDL3.updateNVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr UVplane, int UVpitch) Update a rectangle within a planar NV12 or NV21 texture with new pixels.booleanSDL3.updateTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, MemorySegment pixels, int pitch) Update the given texture rectangle with new pixel data.booleanSDL3.updateTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, MemorySegment pixels, int pitch) Update the given texture rectangle with new pixel data.booleanSDL3.updateWindowSurfaceRects(@Nullable SDL_Window window, @Nullable ISDL_Rect rects, int numrects) Copy areas of the window surface to the screen.booleanSDL3.updateYUVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr Uplane, int Upitch, @Nullable BytePtr Vplane, int Vpitch) Update a rectangle within a planar YV12 or IYUV texture with new pixel data.booleanSDL3.updateYUVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr Uplane, int Upitch, @Nullable BytePtr Vplane, int Vpitch) Update a rectangle within a planar YV12 or IYUV texture with new pixel data.booleanSDL3.updateYUVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr Uplane, int Upitch, @Nullable BytePtr Vplane, int Vpitch) Update a rectangle within a planar YV12 or IYUV texture with new pixel data.booleanSDL3.updateYUVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr Uplane, int Upitch, @Nullable BytePtr Vplane, int Vpitch) Update a rectangle within a planar YV12 or IYUV texture with new pixel data.voidSDL3.uploadToGPUBuffer(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTransferBufferLocation source, @Nullable ISDL_GPUBufferRegion destination, boolean cycle) Uploads data from a transfer buffer to a buffer.voidSDL3.uploadToGPUBuffer(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTransferBufferLocation source, @Nullable ISDL_GPUBufferRegion destination, boolean cycle) Uploads data from a transfer buffer to a buffer.voidSDL3.uploadToGPUTexture(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureTransferInfo source, @Nullable ISDL_GPUTextureRegion destination, boolean cycle) Uploads data from a transfer buffer to a texture.voidSDL3.uploadToGPUTexture(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureTransferInfo source, @Nullable ISDL_GPUTextureRegion destination, boolean cycle) Uploads data from a transfer buffer to a texture.booleanSDL3.waitAndAcquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Blocks the thread until a swapchain texture is available to be acquired, and then acquires it.booleanSDL3.waitAndAcquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Blocks the thread until a swapchain texture is available to be acquired, and then acquires it.booleanSDL3.waitAndAcquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Blocks the thread until a swapchain texture is available to be acquired, and then acquires it.booleanSDL3.waitAsyncIOResult(@Nullable SDL_AsyncIOQueue queue, @Nullable ISDL_AsyncIOOutcome outcome, int timeoutMS) Block until an async I/O task queue has a completed task.booleanSDL3.waitEvent(@Nullable ISDL_Event event) Wait indefinitely for the next available event.booleanSDL3.waitEventTimeout(@Nullable ISDL_Event event, int timeoutMS) Wait until the specified timeout (in milliseconds) for the next available event.booleanSDL3.waitForGPUFences(@Nullable SDL_GPUDevice device, boolean wait_all, SDL_GPUFence.Ptr fences, int num_fences) Blocks the thread until the given fences are signaled.intSDL3.wcscasecmp(MemorySegment str1, MemorySegment str2) Compare two null-terminated wide strings, case-insensitively.intSDL3.wcscasecmp(MemorySegment str1, MemorySegment str2) Compare two null-terminated wide strings, case-insensitively.intSDL3.wcscmp(MemorySegment str1, MemorySegment str2) Compare two null-terminated wide strings.intSDL3.wcscmp(MemorySegment str1, MemorySegment str2) Compare two null-terminated wide strings.SDL3.wcsdup(MemorySegment wstr) Allocate a copy of a wide string.longSDL3.wcslcat(MemorySegment dst, MemorySegment src, long maxlen) Concatenate wide strings.longSDL3.wcslcat(MemorySegment dst, MemorySegment src, long maxlen) Concatenate wide strings.longSDL3.wcslcpy(MemorySegment dst, MemorySegment src, long maxlen) Copy a wide string.longSDL3.wcslcpy(MemorySegment dst, MemorySegment src, long maxlen) Copy a wide string.longSDL3.wcslen(MemorySegment wstr) This works exactly like wcslen() but doesn't require access to a C runtime.intSDL3.wcsncasecmp(MemorySegment str1, MemorySegment str2, long maxlen) Compare two wide strings, case-insensitively, up to a number of wchar_t.intSDL3.wcsncasecmp(MemorySegment str1, MemorySegment str2, long maxlen) Compare two wide strings, case-insensitively, up to a number of wchar_t.intSDL3.wcsncmp(MemorySegment str1, MemorySegment str2, long maxlen) Compare two wide strings up to a number of wchar_t values.intSDL3.wcsncmp(MemorySegment str1, MemorySegment str2, long maxlen) Compare two wide strings up to a number of wchar_t values.longSDL3.wcsnlen(MemorySegment wstr, long maxlen) This works exactly like wcsnlen() but doesn't require access to a C runtime.SDL3.wcsnstr(MemorySegment haystack, MemorySegment needle, long maxlen) Search a wide string, up to n wide chars, for the first instance of a specific substring.SDL3.wcsnstr(MemorySegment haystack, MemorySegment needle, long maxlen) Search a wide string, up to n wide chars, for the first instance of a specific substring.SDL3.wcsstr(MemorySegment haystack, MemorySegment needle) Search a wide string for the first instance of a specific substring.SDL3.wcsstr(MemorySegment haystack, MemorySegment needle) Search a wide string for the first instance of a specific substring.longSDL3.wcstol(MemorySegment str, @Nullable PointerPtr endp, int base) Parse alongfrom a wide string.booleanSDL3.writeAsyncIO(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async write.booleanSDL3.writeAsyncIO(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async write.longSDL3.writeIO(@Nullable SDL_IOStream context, MemorySegment ptr, long size) Write to an SDL_IOStream data stream.booleanSDL3.writeStorageFile(@Nullable SDL_Storage storage, @Nullable BytePtr path, MemorySegment source, long length) Synchronously write a file from client memory into a storage container. -
Uses of Pointer in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype with annotations of type PointerModifier and TypeMethodDescriptionSDL_alignment_test.b()SDL_AsyncIOOutcome.buffer()SDL_MessageBoxData.buttonsRaw()SDL_TextEditingCandidatesEvent.candidatesRaw()SDL_HapticCondition.center()SDL_VirtualJoystickDesc.Cleanup()SDL_IOStreamInterface.close()SDL_StorageInterface.close()@Nullable BytePtrSDL_GPUComputePipelineCreateInfo.code()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.@Nullable BytePtrSDL_GPUShaderCreateInfo.code()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.SDL_GPUComputePipelineCreateInfo.codeRaw()SDL_GPUShaderCreateInfo.codeRaw()SDL_GPUGraphicsPipelineTargetInfo.color_target_descriptionsRaw()SDL_MessageBoxData.colorSchemeRaw()SDL_Palette.colorsRaw()SDL_StorageInterface.copy()SDL_Locale.countryRaw()@Nullable ShortPtrSDL_HapticCustom.data()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.SDL_UserEvent.data1()SDL_UserEvent.data2()SDL_DropEvent.dataRaw()SDL_HapticCustom.dataRaw()SDL_HapticCondition.deadband()SDL_HapticDirection.dir()SDL_GPUComputePipelineCreateInfo.entrypointRaw()SDL_GPUShaderCreateInfo.entrypointRaw()SDL_StorageInterface.enumerate()SDL_IOStreamInterface.flush()SDL_StorageInterface.info()SDL_Locale.languageRaw()SDL_HapticCondition.left_coeff()SDL_HapticCondition.left_sat()SDL_hid_device_info.manufacturer_string()SDL_MessageBoxData.messageRaw()SDL_ClipboardEvent.mime_typesRaw()SDL_StorageInterface.mkdir()SDL_DialogFileFilter.nameRaw()SDL_VirtualJoystickDesc.nameRaw()SDL_hid_device_info.nextRaw()SDL_Event.padding()SDL_PixelFormatDetails.padding()SDL_VirtualJoystickTouchpadDesc.padding()SDL_VirtualJoystickDesc.padding2()SDL_hid_device_info.pathRaw()SDL_DialogFileFilter.patternRaw()SDL_hid_device_info.product_string()SDL_IOStreamInterface.read()SDL_StorageInterface.read_file()SDL_StorageInterface.ready()SDL_StorageInterface.remove()SDL_StorageInterface.rename()SDL_HapticCondition.right_coeff()SDL_HapticCondition.right_sat()SDL_VirtualJoystickDesc.Rumble()SDL_VirtualJoystickDesc.RumbleTriggers()SDL_IOStreamInterface.seek()SDL_VirtualJoystickDesc.SendEffect()SDL_VirtualJoystickDesc.sensorsRaw()SDL_hid_device_info.serial_number()SDL_VirtualJoystickDesc.SetLED()SDL_VirtualJoystickDesc.SetPlayerIndex()SDL_VirtualJoystickDesc.SetSensorsEnabled()SDL_IOStreamInterface.size()SDL_DropEvent.sourceRaw()SDL_StorageInterface.space_remaining()SDL_MessageBoxButtonData.textRaw()SDL_TextEditingEvent.textRaw()SDL_TextInputEvent.textRaw()SDL_MessageBoxData.titleRaw()SDL_VirtualJoystickDesc.touchpadsRaw()SDL_VirtualJoystickDesc.Update()SDL_AsyncIOOutcome.userdata()SDL_VirtualJoystickDesc.userdata()SDL_GPUVertexInputState.vertex_attributesRaw()SDL_GPUVertexInputState.vertex_buffer_descriptionsRaw()SDL_IOStreamInterface.write()SDL_StorageInterface.write_file()Method parameters in club.doki7.sdl3.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoidSDL_alignment_test.b(MemorySegment value) voidSDL_AsyncIOOutcome.buffer(MemorySegment value) voidSDL_MessageBoxData.buttonsRaw(MemorySegment value) voidSDL_TextEditingCandidatesEvent.candidatesRaw(MemorySegment value) voidSDL_VirtualJoystickDesc.Cleanup(MemorySegment value) voidSDL_IOStreamInterface.close(MemorySegment value) voidSDL_StorageInterface.close(MemorySegment value) voidSDL_GPUComputePipelineCreateInfo.codeRaw(MemorySegment value) voidSDL_GPUShaderCreateInfo.codeRaw(MemorySegment value) voidSDL_GPUGraphicsPipelineTargetInfo.color_target_descriptionsRaw(MemorySegment value) voidSDL_MessageBoxData.colorSchemeRaw(MemorySegment value) voidSDL_Palette.colorsRaw(MemorySegment value) voidSDL_StorageInterface.copy(MemorySegment value) voidSDL_Locale.countryRaw(MemorySegment value) voidSDL_UserEvent.data1(MemorySegment value) voidSDL_UserEvent.data2(MemorySegment value) voidSDL_DropEvent.dataRaw(MemorySegment value) voidSDL_HapticCustom.dataRaw(MemorySegment value) voidSDL_GPUComputePipelineCreateInfo.entrypointRaw(MemorySegment value) voidSDL_GPUShaderCreateInfo.entrypointRaw(MemorySegment value) voidSDL_StorageInterface.enumerate(MemorySegment value) voidSDL_IOStreamInterface.flush(MemorySegment value) voidSDL_StorageInterface.info(MemorySegment value) voidSDL_Locale.languageRaw(MemorySegment value) SDL_HapticCondition.left_coeff(ShortPtr value) voidSDL_hid_device_info.manufacturer_string(MemorySegment value) voidSDL_MessageBoxData.messageRaw(MemorySegment value) voidSDL_ClipboardEvent.mime_typesRaw(MemorySegment value) voidSDL_StorageInterface.mkdir(MemorySegment value) voidSDL_DialogFileFilter.nameRaw(MemorySegment value) voidSDL_VirtualJoystickDesc.nameRaw(MemorySegment value) voidSDL_hid_device_info.nextRaw(MemorySegment value) voidSDL_hid_device_info.pathRaw(MemorySegment value) voidSDL_DialogFileFilter.patternRaw(MemorySegment value) voidSDL_hid_device_info.product_string(MemorySegment value) voidSDL_IOStreamInterface.read(MemorySegment value) voidSDL_StorageInterface.read_file(MemorySegment value) voidSDL_StorageInterface.ready(MemorySegment value) voidSDL_StorageInterface.remove(MemorySegment value) voidSDL_StorageInterface.rename(MemorySegment value) SDL_HapticCondition.right_coeff(ShortPtr value) voidSDL_VirtualJoystickDesc.Rumble(MemorySegment value) voidSDL_VirtualJoystickDesc.RumbleTriggers(MemorySegment value) voidSDL_IOStreamInterface.seek(MemorySegment value) voidSDL_VirtualJoystickDesc.SendEffect(MemorySegment value) voidSDL_VirtualJoystickDesc.sensorsRaw(MemorySegment value) voidSDL_hid_device_info.serial_number(MemorySegment value) voidSDL_VirtualJoystickDesc.SetLED(MemorySegment value) voidSDL_VirtualJoystickDesc.SetPlayerIndex(MemorySegment value) voidSDL_VirtualJoystickDesc.SetSensorsEnabled(MemorySegment value) voidSDL_IOStreamInterface.size(MemorySegment value) voidSDL_DropEvent.sourceRaw(MemorySegment value) voidSDL_StorageInterface.space_remaining(MemorySegment value) voidSDL_MessageBoxButtonData.textRaw(MemorySegment value) voidSDL_TextEditingEvent.textRaw(MemorySegment value) voidSDL_TextInputEvent.textRaw(MemorySegment value) voidSDL_MessageBoxData.titleRaw(MemorySegment value) voidSDL_VirtualJoystickDesc.touchpadsRaw(MemorySegment value) voidSDL_VirtualJoystickDesc.Update(MemorySegment value) voidSDL_AsyncIOOutcome.userdata(MemorySegment value) voidSDL_VirtualJoystickDesc.userdata(MemorySegment value) voidSDL_GPUVertexInputState.vertex_attributesRaw(MemorySegment value) voidSDL_GPUVertexInputState.vertex_buffer_descriptionsRaw(MemorySegment value) voidSDL_IOStreamInterface.write(MemorySegment value) voidSDL_StorageInterface.write_file(MemorySegment value) -
Uses of Pointer in club.doki7.shaderc
Methods in club.doki7.shaderc with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentShadercFunctionTypes.Ishaderc_include_resolve_fn.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, @NotNull MemorySegment p3, MemorySegment p4) Method parameters in club.doki7.shaderc with annotations of type PointerModifier and TypeMethodDescriptionvoidShaderc.compileOptionsSetIncludeCallbacks(@Nullable ShadercCompileOptions options, ShadercFunctionTypes.Ishaderc_include_resolve_fn resolver, ShadercFunctionTypes.Ishaderc_include_result_release_fn resultReleaser, @NotNull MemorySegment userData) voidShaderc.compileOptionsSetIncludeCallbacks(@Nullable ShadercCompileOptions options, @NotNull MemorySegment resolver, @NotNull MemorySegment resultReleaser, @NotNull MemorySegment userData) voidShaderc.compileOptionsSetIncludeCallbacks(@Nullable ShadercCompileOptions options, @NotNull MemorySegment resolver, @NotNull MemorySegment resultReleaser, @NotNull MemorySegment userData) voidShaderc.compileOptionsSetIncludeCallbacks(@Nullable ShadercCompileOptions options, @NotNull MemorySegment resolver, @NotNull MemorySegment resultReleaser, @NotNull MemorySegment userData) voidShaderc.compileOptionsSetIncludeCallbacks(Arena arena, @Nullable ShadercCompileOptions options, ShadercFunctionTypes.Ishaderc_include_resolve_fn resolver, ShadercFunctionTypes.Ishaderc_include_result_release_fn resultReleaser, @NotNull MemorySegment userData) @NotNull MemorySegmentShadercFunctionTypes.Ishaderc_include_resolve_fn.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, @NotNull MemorySegment p3, MemorySegment p4) @NotNull MemorySegmentShadercFunctionTypes.Ishaderc_include_resolve_fn.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, @NotNull MemorySegment p3, MemorySegment p4) @NotNull MemorySegmentShadercFunctionTypes.Ishaderc_include_resolve_fn.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, @NotNull MemorySegment p3, MemorySegment p4) voidShadercFunctionTypes.Ishaderc_include_result_release_fn.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidShadercFunctionTypes.Ishaderc_include_result_release_fn.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) -
Uses of Pointer in club.doki7.shaderc.datatype
Methods in club.doki7.shaderc.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentShadercIncludeResult.contentRaw()@NotNull MemorySegmentShadercIncludeResult.sourceNameRaw()@NotNull MemorySegmentShadercIncludeResult.userData()Method parameters in club.doki7.shaderc.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoidShadercIncludeResult.contentRaw(@NotNull MemorySegment value) voidShadercIncludeResult.sourceNameRaw(@NotNull MemorySegment value) ShadercIncludeResult.userData(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.stb.image
Methods in club.doki7.stb.image with annotations of type PointerModifier and TypeMethodDescription@Nullable BytePtrSTBI.load(@Nullable BytePtr filename, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtrSTBI.load16(@Nullable BytePtr filename, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtrSTBI.load16FromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtrSTBI.load16FromMemory(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtrSTBI.loadFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtrSTBI.loadFromMemory(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtrSTBI.loadGifFromMemory(@Nullable BytePtr buffer, int len, @Nullable PointerPtr delays, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr z, @Nullable IntPtr comp, int reqComp) Method parameters in club.doki7.stb.image with annotations of type PointerModifier and TypeMethodDescriptionvoidSTBI.imageFree(@NotNull MemorySegment retvalFromStbiLoad) intSTBI.infoFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr comp) intSTBI.infoFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr comp) intSTBI.infoFromMemory(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr comp) intSTBIFunctionTypes.IPFN_stbi_io_callbacks_eof.invoke(@NotNull MemorySegment p0) intSTBIFunctionTypes.IPFN_stbi_io_callbacks_read.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) intSTBIFunctionTypes.IPFN_stbi_io_callbacks_read.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) voidSTBIFunctionTypes.IPFN_stbi_io_callbacks_skip.invoke(@NotNull MemorySegment p0, int p1) intSTBI.is16BitFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user) intSTBI.is16BitFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user) intSTBI.is16BitFromMemory(@Nullable BytePtr buffer, int len) intSTBI.isHdrFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user) intSTBI.isHdrFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user) intSTBI.isHdrFromMemory(@Nullable BytePtr buffer, int len) @Nullable ShortPtrSTBI.load16FromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtrSTBI.load16FromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtrSTBI.load16FromMemory(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable FloatPtrSTBI.loadfFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable FloatPtrSTBI.loadfFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable FloatPtrSTBI.loadfFromMemory(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtrSTBI.loadFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtrSTBI.loadFromCallbacks(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtrSTBI.loadFromMemory(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtrSTBI.loadGifFromMemory(@Nullable BytePtr buffer, int len, @Nullable PointerPtr delays, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr z, @Nullable IntPtr comp, int reqComp) -
Uses of Pointer in club.doki7.stb.image.datatype
Methods in club.doki7.stb.image.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentSTBI_IoCallbacks.eof()@NotNull MemorySegmentSTBI_IoCallbacks.read()@NotNull MemorySegmentSTBI_IoCallbacks.skip()Method parameters in club.doki7.stb.image.datatype with annotations of type PointerModifier and TypeMethodDescriptionSTBI_IoCallbacks.eof(@NotNull MemorySegment value) STBI_IoCallbacks.read(@NotNull MemorySegment value) STBI_IoCallbacks.skip(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.stb.imageresize
Methods in club.doki7.stb.imageresize with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentSTBIRFunctionTypes.Istbir_input_callback.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, int p3, int p4, @NotNull MemorySegment p5) @NotNull MemorySegmentSTBIR.resize(@NotNull MemorySegment inputPixels, int inputW, int inputH, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputW, int outputH, int outputStrideInBytes, int pixelLayout, int dataType, int edge, int filter) Method parameters in club.doki7.stb.imageresize with annotations of type PointerModifier and TypeMethodDescriptionintSTBIR.buildSamplers(@Nullable ISTBIR_RESIZE resize) intSTBIR.buildSamplersWithSplits(@Nullable ISTBIR_RESIZE resize, int trySplits) voidSTBIR.freeSamplers(@Nullable ISTBIR_RESIZE resize) floatSTBIRFunctionTypes.Istbir__kernel_callback.invoke(float p0, float p1, @NotNull MemorySegment p2) floatSTBIRFunctionTypes.Istbir__support_callback.invoke(float p0, @NotNull MemorySegment p1) @NotNull MemorySegmentSTBIRFunctionTypes.Istbir_input_callback.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, int p3, int p4, @NotNull MemorySegment p5) @NotNull MemorySegmentSTBIRFunctionTypes.Istbir_input_callback.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, int p3, int p4, @NotNull MemorySegment p5) @NotNull MemorySegmentSTBIRFunctionTypes.Istbir_input_callback.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, int p3, int p4, @NotNull MemorySegment p5) voidSTBIRFunctionTypes.Istbir_output_callback.invoke(@NotNull MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) voidSTBIRFunctionTypes.Istbir_output_callback.invoke(@NotNull MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) @NotNull MemorySegmentSTBIR.resize(@NotNull MemorySegment inputPixels, int inputW, int inputH, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputW, int outputH, int outputStrideInBytes, int pixelLayout, int dataType, int edge, int filter) @NotNull MemorySegmentSTBIR.resize(@NotNull MemorySegment inputPixels, int inputW, int inputH, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputW, int outputH, int outputStrideInBytes, int pixelLayout, int dataType, int edge, int filter) voidSTBIR.resizeBuildProfileInfo(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize) voidSTBIR.resizeBuildProfileInfo(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize) intSTBIR.resizeExtended(@Nullable ISTBIR_RESIZE resize) voidSTBIR.resizeExtendedProfileInfo(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize) voidSTBIR.resizeExtendedProfileInfo(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize) intSTBIR.resizeExtendedSplit(@Nullable ISTBIR_RESIZE resize, int splitStart, int splitCount) voidSTBIR.resizeInit(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputPixels, int inputW, int inputH, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputW, int outputH, int outputStrideInBytes, int pixelLayout, int dataType) voidSTBIR.resizeInit(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputPixels, int inputW, int inputH, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputW, int outputH, int outputStrideInBytes, int pixelLayout, int dataType) voidSTBIR.resizeInit(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputPixels, int inputW, int inputH, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputW, int outputH, int outputStrideInBytes, int pixelLayout, int dataType) voidSTBIR.resizeSplitProfileInfo(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize, int splitStart, int splitNum) voidSTBIR.resizeSplitProfileInfo(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize, int splitStart, int splitNum) voidSTBIR.setBufferPtrs(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputPixels, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputStrideInBytes) voidSTBIR.setBufferPtrs(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputPixels, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputStrideInBytes) voidSTBIR.setBufferPtrs(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputPixels, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputStrideInBytes) voidSTBIR.setDatatypes(@Nullable ISTBIR_RESIZE resize, int inputType, int outputType) intSTBIR.setEdgemodes(@Nullable ISTBIR_RESIZE resize, int horizontalEdge, int verticalEdge) intSTBIR.setFilterCallbacks(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) intSTBIR.setFilterCallbacks(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) intSTBIR.setFilterCallbacks(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) intSTBIR.setFilterCallbacks(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) intSTBIR.setFilterCallbacks(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) intSTBIR.setFilters(@Nullable ISTBIR_RESIZE resize, int horizontalFilter, int verticalFilter) intSTBIR.setInputSubrect(@Nullable ISTBIR_RESIZE resize, double s0, double t0, double s1, double t1) intSTBIR.setNonPmAlphaSpeedOverQuality(@Nullable ISTBIR_RESIZE resize, int nonPmaAlphaSpeedOverQuality) intSTBIR.setOutputPixelSubrect(@Nullable ISTBIR_RESIZE resize, int subx, int suby, int subw, int subh) voidSTBIR.setPixelCallbacks(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputCb, @NotNull MemorySegment outputCb) voidSTBIR.setPixelCallbacks(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputCb, @NotNull MemorySegment outputCb) voidSTBIR.setPixelCallbacks(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputCb, @NotNull MemorySegment outputCb) intSTBIR.setPixelLayouts(@Nullable ISTBIR_RESIZE resize, int inputPixelLayout, int outputPixelLayout) intSTBIR.setPixelSubrect(@Nullable ISTBIR_RESIZE resize, int subx, int suby, int subw, int subh) voidSTBIR.setUserData(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment userData) voidSTBIR.setUserData(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment userData) -
Uses of Pointer in club.doki7.stb.imageresize.datatype
Methods in club.doki7.stb.imageresize.datatype with annotations of type PointerModifier and TypeMethodDescriptionSTBIR_PROFILEINFO.clocks()@NotNull MemorySegmentSTBIR_PROFILEINFO.descriptionsRaw()@NotNull MemorySegmentSTBIR_RESIZE.horizontalFilterKernel()@NotNull MemorySegmentSTBIR_RESIZE.horizontalFilterSupport()@NotNull MemorySegmentSTBIR_RESIZE.inputCb()@NotNull MemorySegmentSTBIR_RESIZE.inputPixels()@NotNull MemorySegmentSTBIR_RESIZE.outputCb()@NotNull MemorySegmentSTBIR_RESIZE.outputPixels()@NotNull MemorySegmentSTBIR_RESIZE.userData()@NotNull MemorySegmentSTBIR_RESIZE.verticalFilterKernel()@NotNull MemorySegmentSTBIR_RESIZE.verticalFilterSupport()Method parameters in club.doki7.stb.imageresize.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoidSTBIR_PROFILEINFO.descriptionsRaw(@NotNull MemorySegment value) STBIR_RESIZE.horizontalFilterKernel(@NotNull MemorySegment value) STBIR_RESIZE.horizontalFilterSupport(@NotNull MemorySegment value) STBIR_RESIZE.inputCb(@NotNull MemorySegment value) STBIR_RESIZE.inputPixels(@NotNull MemorySegment value) STBIR_RESIZE.outputCb(@NotNull MemorySegment value) STBIR_RESIZE.outputPixels(@NotNull MemorySegment value) STBIR_RESIZE.userData(@NotNull MemorySegment value) STBIR_RESIZE.verticalFilterKernel(@NotNull MemorySegment value) STBIR_RESIZE.verticalFilterSupport(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.stb.imagewrite
Method parameters in club.doki7.stb.imagewrite with annotations of type PointerModifier and TypeMethodDescriptionvoidSTBIWFunctionTypes.Istbi_write_func.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) voidSTBIWFunctionTypes.Istbi_write_func.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) intSTBIW.writeBmp(@Nullable BytePtr filename, int w, int h, int comp, @NotNull MemorySegment data) intSTBIW.writeBmpToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) intSTBIW.writeBmpToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) intSTBIW.writeBmpToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) intSTBIW.writeHdrToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @Nullable FloatPtr data) intSTBIW.writeHdrToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @Nullable FloatPtr data) intSTBIW.writeJpg(@Nullable BytePtr filename, int x, int y, int comp, @NotNull MemorySegment data, int quality) intSTBIW.writeJpgToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int x, int y, int comp, @NotNull MemorySegment data, int quality) intSTBIW.writeJpgToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int x, int y, int comp, @NotNull MemorySegment data, int quality) intSTBIW.writeJpgToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int x, int y, int comp, @NotNull MemorySegment data, int quality) intSTBIW.writePng(@Nullable BytePtr filename, int w, int h, int comp, @NotNull MemorySegment data, int strideInBytes) intSTBIW.writePngToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data, int strideInBytes) intSTBIW.writePngToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data, int strideInBytes) intSTBIW.writePngToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data, int strideInBytes) intSTBIW.writeTga(@Nullable BytePtr filename, int w, int h, int comp, @NotNull MemorySegment data) intSTBIW.writeTgaToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) intSTBIW.writeTgaToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) intSTBIW.writeTgaToFunc(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) -
Uses of Pointer in club.doki7.stb.truetype
Method parameters in club.doki7.stb.truetype with annotations of type PointerModifier and TypeMethodDescriptionintSTBTT.bakeFontBitmap(@Nullable BytePtr data, int offset, float pixelHeight, @Nullable BytePtr pixels, int pw, int ph, int firstChar, int numChars, @Nullable ISTBTT_Bakedchar chardata) intSTBTT.findGlyphIndex(@Nullable ISTBTT_Fontinfo info, int unicodeCodepoint) @Nullable BytePtrSTBTT.findSVGDoc(@Nullable ISTBTT_Fontinfo info, int gl) voidSTBTT.freeBitmap(@Nullable BytePtr bitmap, @NotNull MemorySegment userdata) voidSTBTT.freeSDF(@Nullable BytePtr bitmap, @NotNull MemorySegment userdata) voidSTBTT.freeShape(@Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_Vertex vertices) voidSTBTT.freeShape(@Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_Vertex vertices) voidSTBTT.getBakedQuad(@Nullable ISTBTT_Bakedchar chardata, int pw, int ph, int charIndex, @Nullable FloatPtr xpos, @Nullable FloatPtr ypos, @Nullable ISTBTT_AlignedQuad q, int openglFillrule) voidSTBTT.getBakedQuad(@Nullable ISTBTT_Bakedchar chardata, int pw, int ph, int charIndex, @Nullable FloatPtr xpos, @Nullable FloatPtr ypos, @Nullable ISTBTT_AlignedQuad q, int openglFillrule) @Nullable BytePtrSTBTT.getCodepointBitmap(@Nullable ISTBTT_Fontinfo info, float scaleX, float scaleY, int codepoint, @Nullable IntPtr width, @Nullable IntPtr height, @Nullable IntPtr xoff, @Nullable IntPtr yoff) voidSTBTT.getCodepointBitmapBox(@Nullable ISTBTT_Fontinfo font, int codepoint, float scaleX, float scaleY, @Nullable IntPtr ix0, @Nullable IntPtr iy0, @Nullable IntPtr ix1, @Nullable IntPtr iy1) voidSTBTT.getCodepointBitmapBoxSubpixel(@Nullable ISTBTT_Fontinfo font, int codepoint, float scaleX, float scaleY, float shiftX, float shiftY, @Nullable IntPtr ix0, @Nullable IntPtr iy0, @Nullable IntPtr ix1, @Nullable IntPtr iy1) @Nullable BytePtrSTBTT.getCodepointBitmapSubpixel(@Nullable ISTBTT_Fontinfo info, float scaleX, float scaleY, float shiftX, float shiftY, int codepoint, @Nullable IntPtr width, @Nullable IntPtr height, @Nullable IntPtr xoff, @Nullable IntPtr yoff) intSTBTT.getCodepointBox(@Nullable ISTBTT_Fontinfo info, int codepoint, @Nullable IntPtr x0, @Nullable IntPtr y0, @Nullable IntPtr x1, @Nullable IntPtr y1) voidSTBTT.getCodepointHMetrics(@Nullable ISTBTT_Fontinfo info, int codepoint, @Nullable IntPtr advancewidth, @Nullable IntPtr leftsidebearing) intSTBTT.getCodepointKernAdvance(@Nullable ISTBTT_Fontinfo info, int ch1, int ch2) @Nullable BytePtrSTBTT.getCodepointSDF(@Nullable ISTBTT_Fontinfo info, float scale, int codepoint, int padding, byte onedgeValue, float pixelDistScale, @Nullable IntPtr width, @Nullable IntPtr height, @Nullable IntPtr xoff, @Nullable IntPtr yoff) intSTBTT.getCodepointShape(@Nullable ISTBTT_Fontinfo info, int unicodeCodepoint, @Nullable PointerPtr vertices) intSTBTT.getCodepointSVG(@Nullable ISTBTT_Fontinfo info, int unicodeCodepoint, @Nullable PointerPtr svg) voidSTBTT.getFontBoundingBox(@Nullable ISTBTT_Fontinfo info, @Nullable IntPtr x0, @Nullable IntPtr y0, @Nullable IntPtr x1, @Nullable IntPtr y1) @Nullable BytePtrSTBTT.getFontNameString(@Nullable ISTBTT_Fontinfo font, @Nullable IntPtr length, int platformid, int encodingid, int languageid, int nameid) voidSTBTT.getFontVMetrics(@Nullable ISTBTT_Fontinfo info, @Nullable IntPtr ascent, @Nullable IntPtr descent, @Nullable IntPtr linegap) intSTBTT.getFontVMetricsOS2(@Nullable ISTBTT_Fontinfo info, @Nullable IntPtr typoascent, @Nullable IntPtr typodescent, @Nullable IntPtr typolinegap) @Nullable BytePtrSTBTT.getGlyphBitmap(@Nullable ISTBTT_Fontinfo info, float scaleX, float scaleY, int glyph, @Nullable IntPtr width, @Nullable IntPtr height, @Nullable IntPtr xoff, @Nullable IntPtr yoff) voidSTBTT.getGlyphBitmapBox(@Nullable ISTBTT_Fontinfo font, int glyph, float scaleX, float scaleY, @Nullable IntPtr ix0, @Nullable IntPtr iy0, @Nullable IntPtr ix1, @Nullable IntPtr iy1) voidSTBTT.getGlyphBitmapBoxSubpixel(@Nullable ISTBTT_Fontinfo font, int glyph, float scaleX, float scaleY, float shiftX, float shiftY, @Nullable IntPtr ix0, @Nullable IntPtr iy0, @Nullable IntPtr ix1, @Nullable IntPtr iy1) @Nullable BytePtrSTBTT.getGlyphBitmapSubpixel(@Nullable ISTBTT_Fontinfo info, float scaleX, float scaleY, float shiftX, float shiftY, int glyph, @Nullable IntPtr width, @Nullable IntPtr height, @Nullable IntPtr xoff, @Nullable IntPtr yoff) intSTBTT.getGlyphBox(@Nullable ISTBTT_Fontinfo info, int glyphIndex, @Nullable IntPtr x0, @Nullable IntPtr y0, @Nullable IntPtr x1, @Nullable IntPtr y1) voidSTBTT.getGlyphHMetrics(@Nullable ISTBTT_Fontinfo info, int glyphIndex, @Nullable IntPtr advancewidth, @Nullable IntPtr leftsidebearing) intSTBTT.getGlyphKernAdvance(@Nullable ISTBTT_Fontinfo info, int glyph1, int glyph2) @Nullable BytePtrSTBTT.getGlyphSDF(@Nullable ISTBTT_Fontinfo info, float scale, int glyph, int padding, byte onedgeValue, float pixelDistScale, @Nullable IntPtr width, @Nullable IntPtr height, @Nullable IntPtr xoff, @Nullable IntPtr yoff) intSTBTT.getGlyphShape(@Nullable ISTBTT_Fontinfo info, int glyphIndex, @Nullable PointerPtr vertices) intSTBTT.getGlyphSVG(@Nullable ISTBTT_Fontinfo info, int gl, @Nullable PointerPtr svg) intSTBTT.getKerningTable(@Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_Kerningentry table, int tableLength) intSTBTT.getKerningTable(@Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_Kerningentry table, int tableLength) intSTBTT.getKerningTableLength(@Nullable ISTBTT_Fontinfo info) voidSTBTT.getPackedQuad(@Nullable ISTBTT_Packedchar chardata, int pw, int ph, int charIndex, @Nullable FloatPtr xpos, @Nullable FloatPtr ypos, @Nullable ISTBTT_AlignedQuad q, int alignToInteger) voidSTBTT.getPackedQuad(@Nullable ISTBTT_Packedchar chardata, int pw, int ph, int charIndex, @Nullable FloatPtr xpos, @Nullable FloatPtr ypos, @Nullable ISTBTT_AlignedQuad q, int alignToInteger) intSTBTT.initFont(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr data, int offset) intSTBTT.isGlyphEmpty(@Nullable ISTBTT_Fontinfo info, int glyphIndex) voidSTBTT.makeCodepointBitmap(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, int codepoint) voidSTBTT.makeCodepointBitmapSubpixel(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, float shiftX, float shiftY, int codepoint) voidSTBTT.makeCodepointBitmapSubpixelPrefilter(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, float shiftX, float shiftY, int oversampleX, int oversampleY, @Nullable FloatPtr subX, @Nullable FloatPtr subY, int codepoint) voidSTBTT.makeGlyphBitmap(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, int glyph) voidSTBTT.makeGlyphBitmapSubpixel(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, float shiftX, float shiftY, int glyph) voidSTBTT.makeGlyphBitmapSubpixelPrefilter(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, float shiftX, float shiftY, int oversampleX, int oversampleY, @Nullable FloatPtr subX, @Nullable FloatPtr subY, int glyph) intSTBTT.packBegin(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr pixels, int width, int height, int strideInBytes, int padding, @NotNull MemorySegment allocContext) intSTBTT.packBegin(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr pixels, int width, int height, int strideInBytes, int padding, @NotNull MemorySegment allocContext) voidSTBTT.packEnd(@Nullable ISTBTT_PackContext spc) intSTBTT.packFontRange(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr fontdata, int fontIndex, float fontSize, int firstUnicodeCharInRange, int numCharsInRange, @Nullable ISTBTT_Packedchar chardataForRange) intSTBTT.packFontRange(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr fontdata, int fontIndex, float fontSize, int firstUnicodeCharInRange, int numCharsInRange, @Nullable ISTBTT_Packedchar chardataForRange) intSTBTT.packFontRanges(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr fontdata, int fontIndex, @Nullable ISTBTT_PackRange ranges, int numRanges) intSTBTT.packFontRanges(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr fontdata, int fontIndex, @Nullable ISTBTT_PackRange ranges, int numRanges) intSTBTT.packFontRangesGatherRects(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) intSTBTT.packFontRangesGatherRects(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) intSTBTT.packFontRangesGatherRects(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) voidSTBTT.packFontRangesPackRects(@Nullable ISTBTT_PackContext spc, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects, int numRects) intSTBTT.packFontRangesRenderIntoRects(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) intSTBTT.packFontRangesRenderIntoRects(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) intSTBTT.packFontRangesRenderIntoRects(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) voidSTBTT.packSetOversampling(@Nullable ISTBTT_PackContext spc, int hOversample, int vOversample) voidSTBTT.packSetSkipMissingCodepoints(@Nullable ISTBTT_PackContext spc, int skip) voidSTBTT.rasterize(@Nullable ISTBTT_Bitmap result, float flatnessInPixels, @Nullable ISTBTT_Vertex vertices, int numVerts, float scaleX, float scaleY, float shiftX, float shiftY, int xOff, int yOff, int invert, @NotNull MemorySegment userdata) voidSTBTT.rasterize(@Nullable ISTBTT_Bitmap result, float flatnessInPixels, @Nullable ISTBTT_Vertex vertices, int numVerts, float scaleX, float scaleY, float shiftX, float shiftY, int xOff, int yOff, int invert, @NotNull MemorySegment userdata) voidSTBTT.rasterize(@Nullable ISTBTT_Bitmap result, float flatnessInPixels, @Nullable ISTBTT_Vertex vertices, int numVerts, float scaleX, float scaleY, float shiftX, float shiftY, int xOff, int yOff, int invert, @NotNull MemorySegment userdata) floatSTBTT.scaleForMappingEmToPixels(@Nullable ISTBTT_Fontinfo info, float pixels) floatSTBTT.scaleForPixelHeight(@Nullable ISTBTT_Fontinfo info, float pixels) -
Uses of Pointer in club.doki7.stb.truetype.datatype
Methods in club.doki7.stb.truetype.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentSTBTT_PackRange.arrayOfUnicodeCodepointsRaw()@NotNull MemorySegmentSTBTT_PackRange.chardataForRangeRaw()@NotNull MemorySegmentSTBTT_Buf.dataRaw()@NotNull MemorySegmentSTBTT_Fontinfo.dataRaw()@NotNull MemorySegmentSTBTT_PackContext.nodes()@NotNull MemorySegmentSTBTT_PackContext.packInfo()@NotNull MemorySegmentSTBTT_Bitmap.pixelsRaw()@NotNull MemorySegmentSTBTT_PackContext.pixelsRaw()@NotNull MemorySegmentSTBTT_PackContext.userAllocatorContext()@NotNull MemorySegmentSTBTT_Fontinfo.userdata()Method parameters in club.doki7.stb.truetype.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoidSTBTT_PackRange.arrayOfUnicodeCodepointsRaw(@NotNull MemorySegment value) voidSTBTT_PackRange.chardataForRangeRaw(@NotNull MemorySegment value) voidSTBTT_Buf.dataRaw(@NotNull MemorySegment value) voidSTBTT_Fontinfo.dataRaw(@NotNull MemorySegment value) STBTT_PackContext.nodes(@NotNull MemorySegment value) STBTT_PackContext.packInfo(@NotNull MemorySegment value) voidSTBTT_Bitmap.pixelsRaw(@NotNull MemorySegment value) voidSTBTT_PackContext.pixelsRaw(@NotNull MemorySegment value) STBTT_PackContext.userAllocatorContext(@NotNull MemorySegment value) STBTT_Fontinfo.userdata(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.stb.vorbis
Method parameters in club.doki7.stb.vorbis with annotations of type PointerModifier and TypeMethodDescription@Nullable STB_VorbisSTBVorbis.openFilename(@Nullable BytePtr filename, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) @Nullable STB_VorbisSTBVorbis.openMemory(@Nullable BytePtr data, int len, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) @Nullable STB_VorbisSTBVorbis.openPushdata(@Nullable BytePtr datablock, int datablockLengthInBytes, @Nullable IntPtr datablockMemoryConsumedInBytes, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) -
Uses of Pointer in club.doki7.stb.vorbis.datatype
Methods in club.doki7.stb.vorbis.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentSTB_VorbisAlloc.allocBufferRaw()@NotNull MemorySegmentSTB_VorbisComment.commentListRaw()@NotNull MemorySegmentSTB_VorbisComment.vendorRaw()Method parameters in club.doki7.stb.vorbis.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoidSTB_VorbisAlloc.allocBufferRaw(@NotNull MemorySegment value) voidSTB_VorbisComment.commentListRaw(@NotNull MemorySegment value) voidSTB_VorbisComment.vendorRaw(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.vma
Method parameters in club.doki7.vma with annotations of type PointerModifier and TypeMethodDescriptionintVMA.allocateMemory(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.intVMA.allocateMemory(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.intVMA.allocateMemory(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.intVMA.allocateMemory(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.intVMA.allocateMemoryForBuffer(VmaAllocator allocator, VkBuffer buffer, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkBuffer.intVMA.allocateMemoryForBuffer(VmaAllocator allocator, VkBuffer buffer, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkBuffer.intVMA.allocateMemoryForBuffer(VmaAllocator allocator, VkBuffer buffer, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkBuffer.intVMA.allocateMemoryForImage(VmaAllocator allocator, VkImage image, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkImage.intVMA.allocateMemoryForImage(VmaAllocator allocator, VkImage image, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkImage.intVMA.allocateMemoryForImage(VmaAllocator allocator, VkImage image, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkImage.intVMA.allocateMemoryPages(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, long allocationCount, VmaAllocation.Ptr pAllocations, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation for multiple allocation objects at once.intVMA.allocateMemoryPages(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, long allocationCount, VmaAllocation.Ptr pAllocations, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation for multiple allocation objects at once.intVMA.allocateMemoryPages(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, long allocationCount, VmaAllocation.Ptr pAllocations, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation for multiple allocation objects at once.intVMA.allocateMemoryPages(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, long allocationCount, VmaAllocation.Ptr pAllocations, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation for multiple allocation objects at once.intVMA.beginDefragmentation(VmaAllocator allocator, IVmaDefragmentationInfo pInfo, VmaDefragmentationContext.Ptr pContext) Begins defragmentation process.intVMA.beginDefragmentation(VmaAllocator allocator, IVmaDefragmentationInfo pInfo, VmaDefragmentationContext.Ptr pContext) Begins defragmentation process.intVMA.beginDefragmentationPass(VmaAllocator allocator, VmaDefragmentationContext context, IVmaDefragmentationPassMoveInfo pPassInfo) Starts single defragmentation pass.intVMA.bindBufferMemory2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, VkBuffer buffer, @NotNull MemorySegment pNext) Binds buffer to allocation with additional parameters.intVMA.bindImageMemory2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, VkImage image, @NotNull MemorySegment pNext) Binds image to allocation with additional parameters.voidVMA.calculatePoolStatistics(VmaAllocator allocator, VmaPool pool, IVmaDetailedStatistics pPoolStats) Retrieves detailed statistics of existingVmaPoolobject.voidVMA.calculateStatistics(VmaAllocator allocator, IVmaTotalStatistics pStats) Retrieves statistics from current state of the Allocator.voidVMA.calculateVirtualBlockStatistics(VmaVirtualBlock virtualBlock, IVmaDetailedStatistics pStats) Calculates and returns detailed statistics about virtual allocations and memory usage in givenVmaVirtualBlock.intVMA.copyAllocationToMemory(VmaAllocator allocator, VmaAllocation srcAllocation, long srcAllocationLocalOffset, @NotNull MemorySegment pDstHostPointer, long size) Invalidates memory in the host caches if needed, maps the allocation temporarily if needed, and copies data from it to a specified host pointer.intVMA.copyMemoryToAllocation(VmaAllocator allocator, @NotNull MemorySegment pSrcHostPointer, VmaAllocation dstAllocation, long dstAllocationLocalOffset, long size) Maps the allocation temporarily if needed, copies data from specified host pointer to it, and flushes the memory from the host caches if needed.intVMA.createAliasingBuffer(VmaAllocator allocator, VmaAllocation allocation, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer, binds already created memory for it.intVMA.createAliasingBuffer(VmaAllocator allocator, VmaAllocation allocation, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer, binds already created memory for it.intVMA.createAliasingBuffer2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer, binds already created memory for it.intVMA.createAliasingBuffer2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer, binds already created memory for it.intVMA.createAliasingImage(VmaAllocator allocator, VmaAllocation allocation, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer() but for images.intVMA.createAliasingImage(VmaAllocator allocator, VmaAllocation allocation, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer() but for images.intVMA.createAliasingImage2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer2() but for images.intVMA.createAliasingImage2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer2() but for images.intVMA.createAllocator(IVmaAllocatorCreateInfo pCreateInfo, VmaAllocator.Ptr pAllocator) CreatesVmaAllocatorobject.intVMA.createAllocator(IVmaAllocatorCreateInfo pCreateInfo, VmaAllocator.Ptr pAllocator) CreatesVmaAllocatorobject.intVMA.createBuffer(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a newVkBuffer, allocates and binds memory for it.intVMA.createBuffer(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a newVkBuffer, allocates and binds memory for it.intVMA.createBuffer(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a newVkBuffer, allocates and binds memory for it.intVMA.createBuffer(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a newVkBuffer, allocates and binds memory for it.intVMA.createBuffer(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a newVkBuffer, allocates and binds memory for it.intVMA.createBufferWithAlignment(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, long minAlignment, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a buffer with additional minimum alignment.intVMA.createBufferWithAlignment(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, long minAlignment, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a buffer with additional minimum alignment.intVMA.createBufferWithAlignment(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, long minAlignment, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a buffer with additional minimum alignment.intVMA.createBufferWithAlignment(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, long minAlignment, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a buffer with additional minimum alignment.intVMA.createBufferWithAlignment(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, long minAlignment, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a buffer with additional minimum alignment.intVMA.createImage(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().intVMA.createImage(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().intVMA.createImage(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().intVMA.createImage(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().intVMA.createImage(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().intVMA.createPool(VmaAllocator allocator, IVmaPoolCreateInfo pCreateInfo, VmaPool.Ptr pPool) Allocates Vulkan device memory and createsVmaPoolobject.intVMA.createPool(VmaAllocator allocator, IVmaPoolCreateInfo pCreateInfo, VmaPool.Ptr pPool) Allocates Vulkan device memory and createsVmaPoolobject.intVMA.createVirtualBlock(IVmaVirtualBlockCreateInfo pCreateInfo, VmaVirtualBlock.Ptr pVirtualBlock) Creates newVmaVirtualBlockobject.intVMA.createVirtualBlock(IVmaVirtualBlockCreateInfo pCreateInfo, VmaVirtualBlock.Ptr pVirtualBlock) Creates newVmaVirtualBlockobject.voidVMA.endDefragmentation(VmaAllocator allocator, VmaDefragmentationContext context, @Nullable IVmaDefragmentationStats pStats) Ends defragmentation process.intVMA.endDefragmentationPass(VmaAllocator allocator, VmaDefragmentationContext context, IVmaDefragmentationPassMoveInfo pPassInfo) Ends single defragmentation pass.intVMA.findMemoryTypeIndex(VmaAllocator allocator, int memoryTypeBits, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given memoryTypeBits and VmaAllocationCreateInfo.intVMA.findMemoryTypeIndexForBufferInfo(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkBufferCreateInfo and VmaAllocationCreateInfo.intVMA.findMemoryTypeIndexForBufferInfo(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkBufferCreateInfo and VmaAllocationCreateInfo.intVMA.findMemoryTypeIndexForImageInfo(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkImageCreateInfo and VmaAllocationCreateInfo.intVMA.findMemoryTypeIndexForImageInfo(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkImageCreateInfo and VmaAllocationCreateInfo.intVMA.flushAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Flushes memory of given set of allocations.intVMA.flushAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Flushes memory of given set of allocations.intVMA.flushAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Flushes memory of given set of allocations.voidVMA.freeMemoryPages(VmaAllocator allocator, long allocationCount, VmaAllocation.Ptr pAllocations) Frees memory and destroys multiple allocations.voidVMA.getAllocationInfo(VmaAllocator allocator, VmaAllocation allocation, IVmaAllocationInfo pAllocationInfo) Returns current information about specified allocation.voidVMA.getAllocationInfo2(VmaAllocator allocator, VmaAllocation allocation, IVmaAllocationInfo2 pAllocationInfo) Returns extended information about specified allocation.voidVMA.getAllocatorInfo(VmaAllocator allocator, IVmaAllocatorInfo pAllocatorInfo) Returns information about existingVmaAllocatorobject - handle to Vulkan device etc.voidVMA.getHeapBudgets(VmaAllocator allocator, IVmaBudget pBudgets) Retrieves information about current memory usage and budget for all memory heaps.intVMA.getMemoryWin32Handle(VmaAllocator allocator, VmaAllocation allocation, @NotNull MemorySegment hTargetProcess, PointerPtr pHandle) Given an allocation, returns Win32 handle that may be imported by other processes or APIs.voidVMA.getPoolStatistics(VmaAllocator allocator, VmaPool pool, IVmaStatistics pPoolStats) Retrieves statistics of existingVmaPoolobject.voidVMA.getVirtualAllocationInfo(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, IVmaVirtualAllocationInfo pVirtualAllocInfo) Returns information about a specific virtual allocation within a virtual block, like its size andpUserDatapointer.voidVMA.getVirtualBlockStatistics(VmaVirtualBlock virtualBlock, IVmaStatistics pStats) Calculates and returns statistics about virtual allocations and memory usage in givenVmaVirtualBlock.intVMA.invalidateAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Invalidates memory of given set of allocations.intVMA.invalidateAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Invalidates memory of given set of allocations.intVMA.invalidateAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Invalidates memory of given set of allocations.voidVMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction.invoke(MemorySegment p0, int p1, MemorySegment p2, long p3, @NotNull MemorySegment p4) intVMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction.invoke(@NotNull MemorySegment p0) voidVMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction.invoke(MemorySegment p0, int p1, MemorySegment p2, long p3, @NotNull MemorySegment p4) voidVMA.setAllocationUserData(VmaAllocator allocator, VmaAllocation allocation, @NotNull MemorySegment pUserData) Sets pUserData in given allocation to new value.voidVMA.setVirtualAllocationUserData(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, @NotNull MemorySegment pUserData) Changes custom pointer associated with given virtual allocation.intVMA.virtualAllocate(VmaVirtualBlock virtualBlock, IVmaVirtualAllocationCreateInfo pCreateInfo, VmaVirtualAllocation.Ptr pAllocation, @Nullable LongPtr pOffset) Allocates new virtual allocation inside givenVmaVirtualBlock.intVMA.virtualAllocate(VmaVirtualBlock virtualBlock, IVmaVirtualAllocationCreateInfo pCreateInfo, VmaVirtualAllocation.Ptr pAllocation, @Nullable LongPtr pOffset) Allocates new virtual allocation inside givenVmaVirtualBlock.intVMA.virtualAllocate(VmaVirtualBlock virtualBlock, IVmaVirtualAllocationCreateInfo pCreateInfo, VmaVirtualAllocation.Ptr pAllocation, @Nullable LongPtr pOffset) Allocates new virtual allocation inside givenVmaVirtualBlock. -
Uses of Pointer in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentVmaVulkanFunctions.allocateMemory()@NotNull MemorySegmentVmaVulkanFunctions.bindBufferMemory()@NotNull MemorySegmentVmaVulkanFunctions.bindBufferMemory2KHR()@NotNull MemorySegmentVmaVulkanFunctions.bindImageMemory()@NotNull MemorySegmentVmaVulkanFunctions.bindImageMemory2KHR()@NotNull MemorySegmentVmaVulkanFunctions.cmdCopyBuffer()@NotNull MemorySegmentVmaVulkanFunctions.createBuffer()@NotNull MemorySegmentVmaVulkanFunctions.createImage()@NotNull MemorySegmentVmaVulkanFunctions.destroyBuffer()@NotNull MemorySegmentVmaVulkanFunctions.destroyImage()@NotNull MemorySegmentVmaVulkanFunctions.flushMappedMemoryRanges()@NotNull MemorySegmentVmaVulkanFunctions.freeMemory()@NotNull MemorySegmentVmaVulkanFunctions.getBufferMemoryRequirements()@NotNull MemorySegmentVmaVulkanFunctions.getBufferMemoryRequirements2KHR()@NotNull MemorySegmentVmaVulkanFunctions.getDeviceBufferMemoryRequirements()@NotNull MemorySegmentVmaVulkanFunctions.getDeviceImageMemoryRequirements()@NotNull MemorySegmentVmaVulkanFunctions.getDeviceProcAddr()@NotNull MemorySegmentVmaVulkanFunctions.getImageMemoryRequirements()@NotNull MemorySegmentVmaVulkanFunctions.getImageMemoryRequirements2KHR()@NotNull MemorySegmentVmaVulkanFunctions.getInstanceProcAddr()@NotNull MemorySegmentVmaVulkanFunctions.getMemoryWin32HandleKHR()@NotNull MemorySegmentVmaVulkanFunctions.getPhysicalDeviceMemoryProperties()@NotNull MemorySegmentVmaVulkanFunctions.getPhysicalDeviceMemoryProperties2KHR()@NotNull MemorySegmentVmaVulkanFunctions.getPhysicalDeviceProperties()@NotNull MemorySegmentVmaVulkanFunctions.invalidateMappedMemoryRanges()@NotNull MemorySegmentVmaVulkanFunctions.mapMemory()@NotNull MemorySegmentVmaAllocatorCreateInfo.pAllocationCallbacksRaw()@NotNull MemorySegmentVmaVirtualBlockCreateInfo.pAllocationCallbacksRaw()@NotNull MemorySegmentVmaDefragmentationInfo.pBreakCallbackUserData()@NotNull MemorySegmentVmaAllocatorCreateInfo.pDeviceMemoryCallbacksRaw()@NotNull MemorySegmentVmaDeviceMemoryCallbacks.pfnAllocate()@NotNull MemorySegmentVmaDefragmentationInfo.pfnBreakCallback()@NotNull MemorySegmentVmaDeviceMemoryCallbacks.pfnFree()@Nullable LongPtrVmaAllocatorCreateInfo.pHeapSizeLimit()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@NotNull MemorySegmentVmaAllocatorCreateInfo.pHeapSizeLimitRaw()@NotNull MemorySegmentVmaAllocationInfo.pMappedData()@NotNull MemorySegmentVmaPoolCreateInfo.pMemoryAllocateNext()@NotNull MemorySegmentVmaDefragmentationPassMoveInfo.pMovesRaw()@NotNull MemorySegmentVmaAllocationInfo.pNameRaw()@NotNull MemorySegmentVmaAllocatorCreateInfo.pTypeExternalMemoryHandleTypesRaw()@NotNull MemorySegmentVmaAllocationCreateInfo.pUserData()@NotNull MemorySegmentVmaAllocationInfo.pUserData()@NotNull MemorySegmentVmaDeviceMemoryCallbacks.pUserData()@NotNull MemorySegmentVmaVirtualAllocationCreateInfo.pUserData()@NotNull MemorySegmentVmaVirtualAllocationInfo.pUserData()@NotNull MemorySegmentVmaAllocatorCreateInfo.pVulkanFunctionsRaw()@NotNull MemorySegmentVmaVulkanFunctions.unmapMemory()Method parameters in club.doki7.vma.datatype with annotations of type PointerModifier and TypeMethodDescriptionVmaVulkanFunctions.allocateMemory(@NotNull MemorySegment value) VmaVulkanFunctions.bindBufferMemory(@NotNull MemorySegment value) VmaVulkanFunctions.bindBufferMemory2KHR(@NotNull MemorySegment value) VmaVulkanFunctions.bindImageMemory(@NotNull MemorySegment value) VmaVulkanFunctions.bindImageMemory2KHR(@NotNull MemorySegment value) VmaVulkanFunctions.cmdCopyBuffer(@NotNull MemorySegment value) VmaVulkanFunctions.createBuffer(@NotNull MemorySegment value) VmaVulkanFunctions.createImage(@NotNull MemorySegment value) VmaVulkanFunctions.destroyBuffer(@NotNull MemorySegment value) VmaVulkanFunctions.destroyImage(@NotNull MemorySegment value) VmaVulkanFunctions.flushMappedMemoryRanges(@NotNull MemorySegment value) VmaVulkanFunctions.freeMemory(@NotNull MemorySegment value) VmaVulkanFunctions.getBufferMemoryRequirements(@NotNull MemorySegment value) VmaVulkanFunctions.getBufferMemoryRequirements2KHR(@NotNull MemorySegment value) VmaVulkanFunctions.getDeviceBufferMemoryRequirements(@NotNull MemorySegment value) VmaVulkanFunctions.getDeviceImageMemoryRequirements(@NotNull MemorySegment value) VmaVulkanFunctions.getDeviceProcAddr(@NotNull MemorySegment value) VmaVulkanFunctions.getImageMemoryRequirements(@NotNull MemorySegment value) VmaVulkanFunctions.getImageMemoryRequirements2KHR(@NotNull MemorySegment value) VmaVulkanFunctions.getInstanceProcAddr(@NotNull MemorySegment value) VmaVulkanFunctions.getMemoryWin32HandleKHR(@NotNull MemorySegment value) VmaVulkanFunctions.getPhysicalDeviceMemoryProperties(@NotNull MemorySegment value) VmaVulkanFunctions.getPhysicalDeviceMemoryProperties2KHR(@NotNull MemorySegment value) VmaVulkanFunctions.getPhysicalDeviceProperties(@NotNull MemorySegment value) VmaVulkanFunctions.invalidateMappedMemoryRanges(@NotNull MemorySegment value) VmaVulkanFunctions.mapMemory(@NotNull MemorySegment value) voidVmaAllocatorCreateInfo.pAllocationCallbacksRaw(@NotNull MemorySegment value) voidVmaVirtualBlockCreateInfo.pAllocationCallbacksRaw(@NotNull MemorySegment value) VmaDefragmentationInfo.pBreakCallbackUserData(@NotNull MemorySegment value) voidVmaAllocatorCreateInfo.pDeviceMemoryCallbacksRaw(@NotNull MemorySegment value) VmaDeviceMemoryCallbacks.pfnAllocate(@NotNull MemorySegment value) VmaDefragmentationInfo.pfnBreakCallback(@NotNull MemorySegment value) VmaDeviceMemoryCallbacks.pfnFree(@NotNull MemorySegment value) VmaAllocatorCreateInfo.pHeapSizeLimit(@Nullable LongPtr value) voidVmaAllocatorCreateInfo.pHeapSizeLimitRaw(@NotNull MemorySegment value) VmaAllocationInfo.pMappedData(@NotNull MemorySegment value) VmaPoolCreateInfo.pMemoryAllocateNext(@NotNull MemorySegment value) voidVmaDefragmentationPassMoveInfo.pMovesRaw(@NotNull MemorySegment value) voidVmaAllocationInfo.pNameRaw(@NotNull MemorySegment value) voidVmaAllocatorCreateInfo.pTypeExternalMemoryHandleTypesRaw(@NotNull MemorySegment value) VmaAllocationCreateInfo.pUserData(@NotNull MemorySegment value) VmaAllocationInfo.pUserData(@NotNull MemorySegment value) VmaDeviceMemoryCallbacks.pUserData(@NotNull MemorySegment value) VmaVirtualAllocationCreateInfo.pUserData(@NotNull MemorySegment value) VmaVirtualAllocationInfo.pUserData(@NotNull MemorySegment value) voidVmaAllocatorCreateInfo.pVulkanFunctionsRaw(@NotNull MemorySegment value) VmaVulkanFunctions.unmapMemory(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.vulkan
Methods in club.doki7.vulkan with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentVkFunctionTypes.IPFN_vkAllocationFunction.invoke(@NotNull MemorySegment p0, MemorySegment p1, MemorySegment p2, int p3) @NotNull MemorySegmentVkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG.invoke(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegmentVkFunctionTypes.IPFN_vkReallocationFunction.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, MemorySegment p3, int p4) Method parameters in club.doki7.vulkan with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentVkFunctionTypes.IPFN_vkAllocationFunction.invoke(@NotNull MemorySegment p0, MemorySegment p1, MemorySegment p2, int p3) intVkFunctionTypes.IPFN_vkDebugReportCallbackEXT.invoke(int p0, int p1, long p2, MemorySegment p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) intVkFunctionTypes.IPFN_vkDebugReportCallbackEXT.invoke(int p0, int p1, long p2, MemorySegment p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) intVkFunctionTypes.IPFN_vkDebugReportCallbackEXT.invoke(int p0, int p1, long p2, MemorySegment p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) intVkFunctionTypes.IPFN_vkDebugUtilsMessengerCallbackEXT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) intVkFunctionTypes.IPFN_vkDebugUtilsMessengerCallbackEXT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidVkFunctionTypes.IPFN_vkDeviceMemoryReportCallbackEXT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidVkFunctionTypes.IPFN_vkDeviceMemoryReportCallbackEXT.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidVkFunctionTypes.IPFN_vkFreeFunction.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) voidVkFunctionTypes.IPFN_vkFreeFunction.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegmentVkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG.invoke(MemorySegment p0, @NotNull MemorySegment p1) voidVkFunctionTypes.IPFN_vkInternalAllocationNotification.invoke(@NotNull MemorySegment p0, MemorySegment p1, int p2, int p3) voidVkFunctionTypes.IPFN_vkInternalFreeNotification.invoke(@NotNull MemorySegment p0, MemorySegment p1, int p2, int p3) @NotNull MemorySegmentVkFunctionTypes.IPFN_vkReallocationFunction.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, MemorySegment p3, int p4) @NotNull MemorySegmentVkFunctionTypes.IPFN_vkReallocationFunction.invoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, MemorySegment p3, int p4) -
Uses of Pointer in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentVkStaticCommands.getDeviceProcAddr(VkDevice device, BytePtr pName) @NotNull MemorySegmentVkStaticCommands.getInstanceProcAddr(@Nullable VkInstance instance, BytePtr pName) Method parameters in club.doki7.vulkan.command with annotations of type PointerModifier and TypeMethodDescriptionintVkDeviceCommands.acquireNextImage2KHR(VkDevice device, VkAcquireNextImageInfoKHR pAcquireInfo, IntPtr pImageIndex) intVkDeviceCommands.acquirePerformanceConfigurationINTEL(VkDevice device, VkPerformanceConfigurationAcquireInfoINTEL pAcquireInfo, VkPerformanceConfigurationINTEL.Ptr pConfiguration) intVkDeviceCommands.acquirePerformanceConfigurationINTEL(VkDevice device, VkPerformanceConfigurationAcquireInfoINTEL pAcquireInfo, VkPerformanceConfigurationINTEL.Ptr pConfiguration) intVkDeviceCommands.acquireProfilingLockKHR(VkDevice device, VkAcquireProfilingLockInfoKHR pInfo) intVkDeviceCommands.allocateCommandBuffers(VkDevice device, VkCommandBufferAllocateInfo pAllocateInfo, VkCommandBuffer.Ptr pCommandBuffers) intVkDeviceCommands.allocateCommandBuffers(VkDevice device, VkCommandBufferAllocateInfo pAllocateInfo, VkCommandBuffer.Ptr pCommandBuffers) intVkDeviceCommands.allocateDescriptorSets(VkDevice device, VkDescriptorSetAllocateInfo pAllocateInfo, VkDescriptorSet.Ptr pDescriptorSets) intVkDeviceCommands.allocateDescriptorSets(VkDevice device, VkDescriptorSetAllocateInfo pAllocateInfo, VkDescriptorSet.Ptr pDescriptorSets) intVkDeviceCommands.allocateMemory(VkDevice device, VkMemoryAllocateInfo pAllocateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDeviceMemory.Ptr pMemory) intVkDeviceCommands.allocateMemory(VkDevice device, VkMemoryAllocateInfo pAllocateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDeviceMemory.Ptr pMemory) intVkDeviceCommands.allocateMemory(VkDevice device, VkMemoryAllocateInfo pAllocateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDeviceMemory.Ptr pMemory) voidVkDeviceCommands.antiLagUpdateAMD(VkDevice device, VkAntiLagDataAMD pData) intVkDeviceCommands.beginCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferBeginInfo pBeginInfo) intVkDeviceCommands.bindAccelerationStructureMemoryNV(VkDevice device, int bindInfoCount, IVkBindAccelerationStructureMemoryInfoNV pBindInfos) intVkDeviceCommands.bindBufferMemory2(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) intVkDeviceCommands.bindBufferMemory2KHR(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) intVkDeviceCommands.bindImageMemory2(VkDevice device, int bindInfoCount, IVkBindImageMemoryInfo pBindInfos) intVkDeviceCommands.bindImageMemory2KHR(VkDevice device, int bindInfoCount, IVkBindImageMemoryInfo pBindInfos) intVkDeviceCommands.bindVideoSessionMemoryKHR(VkDevice device, VkVideoSessionKHR videoSession, int bindSessionMemoryInfoCount, IVkBindVideoSessionMemoryInfoKHR pBindSessionMemoryInfos) intVkDeviceCommands.buildAccelerationStructuresKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, PointerPtr ppBuildRangeInfos) intVkDeviceCommands.buildMicromapsEXT(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, int infoCount, IVkMicromapBuildInfoEXT pInfos) voidVkDeviceCommands.cmdBeginConditionalRenderingEXT(VkCommandBuffer commandBuffer, VkConditionalRenderingBeginInfoEXT pConditionalRenderingBegin) voidVkInstanceCommands.cmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) voidVkDeviceCommands.cmdBeginPerTileExecutionQCOM(VkCommandBuffer commandBuffer, VkPerTileBeginInfoQCOM pPerTileBeginInfo) voidVkDeviceCommands.cmdBeginRendering(VkCommandBuffer commandBuffer, VkRenderingInfo pRenderingInfo) voidVkDeviceCommands.cmdBeginRenderingKHR(VkCommandBuffer commandBuffer, VkRenderingInfo pRenderingInfo) voidVkDeviceCommands.cmdBeginRenderPass(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, int contents) voidVkDeviceCommands.cmdBeginRenderPass2(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) voidVkDeviceCommands.cmdBeginRenderPass2(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) voidVkDeviceCommands.cmdBeginRenderPass2KHR(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) voidVkDeviceCommands.cmdBeginRenderPass2KHR(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) voidVkDeviceCommands.cmdBeginTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdBeginTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdBeginVideoCodingKHR(VkCommandBuffer commandBuffer, VkVideoBeginCodingInfoKHR pBeginInfo) voidVkDeviceCommands.cmdBindDescriptorBufferEmbeddedSamplers2EXT(VkCommandBuffer commandBuffer, VkBindDescriptorBufferEmbeddedSamplersInfoEXT pBindDescriptorBufferEmbeddedSamplersInfo) voidVkDeviceCommands.cmdBindDescriptorBuffersEXT(VkCommandBuffer commandBuffer, int bufferCount, IVkDescriptorBufferBindingInfoEXT pBindingInfos) voidVkDeviceCommands.cmdBindDescriptorSets(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) voidVkDeviceCommands.cmdBindDescriptorSets2(VkCommandBuffer commandBuffer, VkBindDescriptorSetsInfo pBindDescriptorSetsInfo) voidVkDeviceCommands.cmdBindDescriptorSets2KHR(VkCommandBuffer commandBuffer, VkBindDescriptorSetsInfo pBindDescriptorSetsInfo) voidVkDeviceCommands.cmdBindShadersEXT(VkCommandBuffer commandBuffer, int stageCount, IntPtr pStages, VkShaderEXT.Ptr pShaders) voidVkDeviceCommands.cmdBindTileMemoryQCOM(VkCommandBuffer commandBuffer, @Nullable VkTileMemoryBindInfoQCOM pTileMemoryBindInfo) voidVkDeviceCommands.cmdBindTransformFeedbackBuffersEXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) voidVkDeviceCommands.cmdBindTransformFeedbackBuffersEXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) voidVkDeviceCommands.cmdBindTransformFeedbackBuffersEXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) voidVkDeviceCommands.cmdBindVertexBuffers(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets) voidVkDeviceCommands.cmdBindVertexBuffers(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets) voidVkDeviceCommands.cmdBindVertexBuffers2(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2EXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2EXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2EXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2EXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageBlit pRegions, int filter) voidVkDeviceCommands.cmdBlitImage2(VkCommandBuffer commandBuffer, VkBlitImageInfo2 pBlitImageInfo) voidVkDeviceCommands.cmdBlitImage2KHR(VkCommandBuffer commandBuffer, VkBlitImageInfo2 pBlitImageInfo) voidVkDeviceCommands.cmdBuildAccelerationStructureNV(VkCommandBuffer commandBuffer, VkAccelerationStructureInfoNV pInfo, @Nullable VkBuffer instanceData, long instanceOffset, int update, VkAccelerationStructureNV dst, @Nullable VkAccelerationStructureNV src, VkBuffer scratch, long scratchOffset) voidVkDeviceCommands.cmdBuildAccelerationStructuresIndirectKHR(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, LongPtr pIndirectDeviceAddresses, IntPtr pIndirectStrides, PointerPtr ppMaxPrimitiveCounts) voidVkDeviceCommands.cmdBuildAccelerationStructuresIndirectKHR(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, LongPtr pIndirectDeviceAddresses, IntPtr pIndirectStrides, PointerPtr ppMaxPrimitiveCounts) voidVkDeviceCommands.cmdBuildAccelerationStructuresKHR(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, PointerPtr ppBuildRangeInfos) voidVkDeviceCommands.cmdBuildClusterAccelerationStructureIndirectNV(VkCommandBuffer commandBuffer, VkClusterAccelerationStructureCommandsInfoNV pCommandInfos) voidVkDeviceCommands.cmdBuildMicromapsEXT(VkCommandBuffer commandBuffer, int infoCount, IVkMicromapBuildInfoEXT pInfos) voidVkDeviceCommands.cmdBuildPartitionedAccelerationStructuresNV(VkCommandBuffer commandBuffer, VkBuildPartitionedAccelerationStructureInfoNV pBuildInfo) voidVkDeviceCommands.cmdClearAttachments(VkCommandBuffer commandBuffer, int attachmentCount, IVkClearAttachment pAttachments, int rectCount, IVkClearRect pRects) voidVkDeviceCommands.cmdClearAttachments(VkCommandBuffer commandBuffer, int attachmentCount, IVkClearAttachment pAttachments, int rectCount, IVkClearRect pRects) voidVkDeviceCommands.cmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearColorValue pColor, int rangeCount, IVkImageSubresourceRange pRanges) voidVkDeviceCommands.cmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearColorValue pColor, int rangeCount, IVkImageSubresourceRange pRanges) voidVkDeviceCommands.cmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearDepthStencilValue pDepthStencil, int rangeCount, IVkImageSubresourceRange pRanges) voidVkDeviceCommands.cmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearDepthStencilValue pDepthStencil, int rangeCount, IVkImageSubresourceRange pRanges) voidVkDeviceCommands.cmdControlVideoCodingKHR(VkCommandBuffer commandBuffer, VkVideoCodingControlInfoKHR pCodingControlInfo) voidVkDeviceCommands.cmdConvertCooperativeVectorMatrixNV(VkCommandBuffer commandBuffer, int infoCount, IVkConvertCooperativeVectorMatrixInfoNV pInfos) voidVkDeviceCommands.cmdCopyAccelerationStructureKHR(VkCommandBuffer commandBuffer, VkCopyAccelerationStructureInfoKHR pInfo) voidVkDeviceCommands.cmdCopyAccelerationStructureToMemoryKHR(VkCommandBuffer commandBuffer, VkCopyAccelerationStructureToMemoryInfoKHR pInfo) voidVkDeviceCommands.cmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, int regionCount, IVkBufferCopy pRegions) voidVkDeviceCommands.cmdCopyBuffer2(VkCommandBuffer commandBuffer, VkCopyBufferInfo2 pCopyBufferInfo) voidVkDeviceCommands.cmdCopyBuffer2KHR(VkCommandBuffer commandBuffer, VkCopyBufferInfo2 pCopyBufferInfo) voidVkDeviceCommands.cmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, int dstImageLayout, int regionCount, IVkBufferImageCopy pRegions) voidVkDeviceCommands.cmdCopyBufferToImage2(VkCommandBuffer commandBuffer, VkCopyBufferToImageInfo2 pCopyBufferToImageInfo) voidVkDeviceCommands.cmdCopyBufferToImage2KHR(VkCommandBuffer commandBuffer, VkCopyBufferToImageInfo2 pCopyBufferToImageInfo) voidVkDeviceCommands.cmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageCopy pRegions) voidVkDeviceCommands.cmdCopyImage2(VkCommandBuffer commandBuffer, VkCopyImageInfo2 pCopyImageInfo) voidVkDeviceCommands.cmdCopyImage2KHR(VkCommandBuffer commandBuffer, VkCopyImageInfo2 pCopyImageInfo) voidVkDeviceCommands.cmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkBuffer dstBuffer, int regionCount, IVkBufferImageCopy pRegions) voidVkDeviceCommands.cmdCopyImageToBuffer2(VkCommandBuffer commandBuffer, VkCopyImageToBufferInfo2 pCopyImageToBufferInfo) voidVkDeviceCommands.cmdCopyImageToBuffer2KHR(VkCommandBuffer commandBuffer, VkCopyImageToBufferInfo2 pCopyImageToBufferInfo) voidVkDeviceCommands.cmdCopyMemoryToAccelerationStructureKHR(VkCommandBuffer commandBuffer, VkCopyMemoryToAccelerationStructureInfoKHR pInfo) voidVkDeviceCommands.cmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) voidVkDeviceCommands.cmdCopyMemoryToMicromapEXT(VkCommandBuffer commandBuffer, VkCopyMemoryToMicromapInfoEXT pInfo) voidVkDeviceCommands.cmdCopyMicromapEXT(VkCommandBuffer commandBuffer, VkCopyMicromapInfoEXT pInfo) voidVkDeviceCommands.cmdCopyMicromapToMemoryEXT(VkCommandBuffer commandBuffer, VkCopyMicromapToMemoryInfoEXT pInfo) voidVkDeviceCommands.cmdCudaLaunchKernelNV(VkCommandBuffer commandBuffer, VkCudaLaunchInfoNV pLaunchInfo) voidVkDeviceCommands.cmdCuLaunchKernelNVX(VkCommandBuffer commandBuffer, VkCuLaunchInfoNVX pLaunchInfo) voidVkDeviceCommands.cmdDebugMarkerBeginEXT(VkCommandBuffer commandBuffer, VkDebugMarkerMarkerInfoEXT pMarkerInfo) voidVkDeviceCommands.cmdDebugMarkerInsertEXT(VkCommandBuffer commandBuffer, VkDebugMarkerMarkerInfoEXT pMarkerInfo) voidVkDeviceCommands.cmdDecodeVideoKHR(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR pDecodeInfo) voidVkDeviceCommands.cmdDecompressMemoryNV(VkCommandBuffer commandBuffer, int decompressRegionCount, IVkDecompressMemoryRegionNV pDecompressMemoryRegions) voidVkDeviceCommands.cmdDispatchGraphAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) voidVkDeviceCommands.cmdDispatchGraphIndirectAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) voidVkDeviceCommands.cmdDrawMultiEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) voidVkDeviceCommands.cmdDrawMultiIndexedEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) voidVkDeviceCommands.cmdEncodeVideoKHR(VkCommandBuffer commandBuffer, VkVideoEncodeInfoKHR pEncodeInfo) voidVkDeviceCommands.cmdEndPerTileExecutionQCOM(VkCommandBuffer commandBuffer, VkPerTileEndInfoQCOM pPerTileEndInfo) voidVkDeviceCommands.cmdEndRendering2EXT(VkCommandBuffer commandBuffer, @Nullable VkRenderingEndInfoEXT pRenderingEndInfo) voidVkDeviceCommands.cmdEndRenderPass2(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.cmdEndRenderPass2KHR(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.cmdEndTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdEndTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdEndVideoCodingKHR(VkCommandBuffer commandBuffer, VkVideoEndCodingInfoKHR pEndCodingInfo) voidVkDeviceCommands.cmdExecuteCommands(VkCommandBuffer commandBuffer, int commandBufferCount, VkCommandBuffer.Ptr pCommandBuffers) voidVkDeviceCommands.cmdExecuteGeneratedCommandsEXT(VkCommandBuffer commandBuffer, int isPreprocessed, VkGeneratedCommandsInfoEXT pGeneratedCommandsInfo) voidVkDeviceCommands.cmdExecuteGeneratedCommandsNV(VkCommandBuffer commandBuffer, int isPreprocessed, VkGeneratedCommandsInfoNV pGeneratedCommandsInfo) voidVkInstanceCommands.cmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) voidVkDeviceCommands.cmdNextSubpass2(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.cmdNextSubpass2(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.cmdNextSubpass2KHR(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.cmdNextSubpass2KHR(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.cmdOpticalFlowExecuteNV(VkCommandBuffer commandBuffer, VkOpticalFlowSessionNV session, VkOpticalFlowExecuteInfoNV pExecuteInfo) voidVkDeviceCommands.cmdPipelineBarrier(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdPipelineBarrier(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdPipelineBarrier(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdPipelineBarrier2(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) voidVkDeviceCommands.cmdPipelineBarrier2KHR(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) voidVkDeviceCommands.cmdPreprocessGeneratedCommandsEXT(VkCommandBuffer commandBuffer, VkGeneratedCommandsInfoEXT pGeneratedCommandsInfo, VkCommandBuffer stateCommandBuffer) voidVkDeviceCommands.cmdPreprocessGeneratedCommandsNV(VkCommandBuffer commandBuffer, VkGeneratedCommandsInfoNV pGeneratedCommandsInfo) voidVkDeviceCommands.cmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, int stageFlags, int offset, int size, @NotNull MemorySegment pValues) voidVkDeviceCommands.cmdPushConstants2(VkCommandBuffer commandBuffer, VkPushConstantsInfo pPushConstantsInfo) voidVkDeviceCommands.cmdPushConstants2KHR(VkCommandBuffer commandBuffer, VkPushConstantsInfo pPushConstantsInfo) voidVkDeviceCommands.cmdPushDescriptorSet(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) voidVkDeviceCommands.cmdPushDescriptorSet2(VkCommandBuffer commandBuffer, VkPushDescriptorSetInfo pPushDescriptorSetInfo) voidVkDeviceCommands.cmdPushDescriptorSet2KHR(VkCommandBuffer commandBuffer, VkPushDescriptorSetInfo pPushDescriptorSetInfo) voidVkDeviceCommands.cmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) voidVkDeviceCommands.cmdPushDescriptorSetWithTemplate(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, int set, @NotNull MemorySegment pData) voidVkDeviceCommands.cmdPushDescriptorSetWithTemplate2(VkCommandBuffer commandBuffer, VkPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo) voidVkDeviceCommands.cmdPushDescriptorSetWithTemplate2KHR(VkCommandBuffer commandBuffer, VkPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo) voidVkDeviceCommands.cmdPushDescriptorSetWithTemplateKHR(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, int set, @NotNull MemorySegment pData) voidVkDeviceCommands.cmdRefreshObjectsKHR(VkCommandBuffer commandBuffer, VkRefreshObjectListKHR pRefreshObjects) voidVkDeviceCommands.cmdResolveImage(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageResolve pRegions) voidVkDeviceCommands.cmdResolveImage2(VkCommandBuffer commandBuffer, VkResolveImageInfo2 pResolveImageInfo) voidVkDeviceCommands.cmdResolveImage2KHR(VkCommandBuffer commandBuffer, VkResolveImageInfo2 pResolveImageInfo) voidVkDeviceCommands.cmdSetCheckpointNV(VkCommandBuffer commandBuffer, @NotNull MemorySegment pCheckpointMarker) voidVkDeviceCommands.cmdSetCoarseSampleOrderNV(VkCommandBuffer commandBuffer, int sampleOrderType, int customSampleOrderCount, @Nullable IVkCoarseSampleOrderCustomNV pCustomSampleOrders) voidVkDeviceCommands.cmdSetColorBlendAdvancedEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendAdvancedEXT pColorBlendAdvanced) voidVkDeviceCommands.cmdSetColorBlendEnableEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorBlendEnables) voidVkDeviceCommands.cmdSetColorBlendEquationEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendEquationEXT pColorBlendEquations) voidVkDeviceCommands.cmdSetColorWriteEnableEXT(VkCommandBuffer commandBuffer, int attachmentCount, IntPtr pColorWriteEnables) voidVkDeviceCommands.cmdSetDepthBias2EXT(VkCommandBuffer commandBuffer, VkDepthBiasInfoEXT pDepthBiasInfo) voidVkDeviceCommands.cmdSetDepthClampRangeEXT(VkCommandBuffer commandBuffer, int depthClampMode, @Nullable VkDepthClampRangeEXT pDepthClampRange) voidVkDeviceCommands.cmdSetDescriptorBufferOffsets2EXT(VkCommandBuffer commandBuffer, VkSetDescriptorBufferOffsetsInfoEXT pSetDescriptorBufferOffsetsInfo) voidVkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) voidVkDeviceCommands.cmdSetDiscardRectangleEXT(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, IVkRect2D pDiscardRectangles) voidVkDeviceCommands.cmdSetEvent2(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) voidVkDeviceCommands.cmdSetEvent2KHR(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) voidVkDeviceCommands.cmdSetExclusiveScissorEnableNV(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IntPtr pExclusiveScissorEnables) voidVkDeviceCommands.cmdSetExclusiveScissorNV(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IVkRect2D pExclusiveScissors) voidVkDeviceCommands.cmdSetFragmentShadingRateKHR(VkCommandBuffer commandBuffer, VkExtent2D pFragmentSize, int combinerOps) intVkDeviceCommands.cmdSetPerformanceMarkerINTEL(VkCommandBuffer commandBuffer, VkPerformanceMarkerInfoINTEL pMarkerInfo) intVkDeviceCommands.cmdSetPerformanceOverrideINTEL(VkCommandBuffer commandBuffer, VkPerformanceOverrideInfoINTEL pOverrideInfo) intVkDeviceCommands.cmdSetPerformanceStreamMarkerINTEL(VkCommandBuffer commandBuffer, VkPerformanceStreamMarkerInfoINTEL pMarkerInfo) voidVkDeviceCommands.cmdSetRenderingAttachmentLocations(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) voidVkDeviceCommands.cmdSetRenderingAttachmentLocationsKHR(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) voidVkDeviceCommands.cmdSetRenderingInputAttachmentIndices(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) voidVkDeviceCommands.cmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) voidVkDeviceCommands.cmdSetSampleLocationsEXT(VkCommandBuffer commandBuffer, VkSampleLocationsInfoEXT pSampleLocationsInfo) voidVkDeviceCommands.cmdSetSampleMaskEXT(VkCommandBuffer commandBuffer, int samples, IntPtr pSampleMask) voidVkDeviceCommands.cmdSetScissor(VkCommandBuffer commandBuffer, int firstScissor, int scissorCount, IVkRect2D pScissors) voidVkDeviceCommands.cmdSetScissorWithCount(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) voidVkDeviceCommands.cmdSetScissorWithCountEXT(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) voidVkDeviceCommands.cmdSetVertexInputEXT(VkCommandBuffer commandBuffer, int vertexBindingDescriptionCount, @Nullable IVkVertexInputBindingDescription2EXT pVertexBindingDescriptions, int vertexAttributeDescriptionCount, @Nullable IVkVertexInputAttributeDescription2EXT pVertexAttributeDescriptions) voidVkDeviceCommands.cmdSetVertexInputEXT(VkCommandBuffer commandBuffer, int vertexBindingDescriptionCount, @Nullable IVkVertexInputBindingDescription2EXT pVertexBindingDescriptions, int vertexAttributeDescriptionCount, @Nullable IVkVertexInputAttributeDescription2EXT pVertexAttributeDescriptions) voidVkDeviceCommands.cmdSetViewport(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewport pViewports) voidVkDeviceCommands.cmdSetViewportShadingRatePaletteNV(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkShadingRatePaletteNV pShadingRatePalettes) voidVkDeviceCommands.cmdSetViewportSwizzleNV(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportSwizzleNV pViewportSwizzles) voidVkDeviceCommands.cmdSetViewportWithCount(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) voidVkDeviceCommands.cmdSetViewportWithCountEXT(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) voidVkDeviceCommands.cmdSetViewportWScalingNV(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportWScalingNV pViewportWScalings) voidVkDeviceCommands.cmdTraceRaysIndirectKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) voidVkDeviceCommands.cmdTraceRaysIndirectKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) voidVkDeviceCommands.cmdTraceRaysIndirectKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) voidVkDeviceCommands.cmdTraceRaysIndirectKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) voidVkDeviceCommands.cmdTraceRaysKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) voidVkDeviceCommands.cmdTraceRaysKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) voidVkDeviceCommands.cmdTraceRaysKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) voidVkDeviceCommands.cmdTraceRaysKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) voidVkDeviceCommands.cmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long dataSize, @NotNull MemorySegment pData) voidVkDeviceCommands.cmdWaitEvents(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdWaitEvents(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdWaitEvents(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdWaitEvents(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdWaitEvents2(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) voidVkDeviceCommands.cmdWaitEvents2(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) voidVkDeviceCommands.cmdWaitEvents2KHR(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) voidVkDeviceCommands.cmdWaitEvents2KHR(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) voidVkDeviceCommands.cmdWriteAccelerationStructuresPropertiesKHR(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteAccelerationStructuresPropertiesNV(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureNV.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteMicromapsPropertiesEXT(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) intVkDeviceCommands.convertCooperativeVectorMatrixNV(VkDevice device, VkConvertCooperativeVectorMatrixInfoNV pInfo) intVkDeviceCommands.copyAccelerationStructureKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyAccelerationStructureInfoKHR pInfo) intVkDeviceCommands.copyAccelerationStructureToMemoryKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyAccelerationStructureToMemoryInfoKHR pInfo) intVkDeviceCommands.copyImageToImage(VkDevice device, VkCopyImageToImageInfo pCopyImageToImageInfo) intVkDeviceCommands.copyImageToImageEXT(VkDevice device, VkCopyImageToImageInfo pCopyImageToImageInfo) intVkDeviceCommands.copyImageToMemory(VkDevice device, VkCopyImageToMemoryInfo pCopyImageToMemoryInfo) intVkDeviceCommands.copyImageToMemoryEXT(VkDevice device, VkCopyImageToMemoryInfo pCopyImageToMemoryInfo) intVkDeviceCommands.copyMemoryToAccelerationStructureKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyMemoryToAccelerationStructureInfoKHR pInfo) intVkDeviceCommands.copyMemoryToImage(VkDevice device, VkCopyMemoryToImageInfo pCopyMemoryToImageInfo) intVkDeviceCommands.copyMemoryToImageEXT(VkDevice device, VkCopyMemoryToImageInfo pCopyMemoryToImageInfo) intVkDeviceCommands.copyMemoryToMicromapEXT(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyMemoryToMicromapInfoEXT pInfo) intVkDeviceCommands.copyMicromapEXT(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyMicromapInfoEXT pInfo) intVkDeviceCommands.copyMicromapToMemoryEXT(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyMicromapToMemoryInfoEXT pInfo) intVkDeviceCommands.createAccelerationStructureKHR(VkDevice device, VkAccelerationStructureCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureKHR.Ptr pAccelerationStructure) intVkDeviceCommands.createAccelerationStructureKHR(VkDevice device, VkAccelerationStructureCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureKHR.Ptr pAccelerationStructure) intVkDeviceCommands.createAccelerationStructureKHR(VkDevice device, VkAccelerationStructureCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureKHR.Ptr pAccelerationStructure) intVkDeviceCommands.createAccelerationStructureNV(VkDevice device, VkAccelerationStructureCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureNV.Ptr pAccelerationStructure) intVkDeviceCommands.createAccelerationStructureNV(VkDevice device, VkAccelerationStructureCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureNV.Ptr pAccelerationStructure) intVkDeviceCommands.createAccelerationStructureNV(VkDevice device, VkAccelerationStructureCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureNV.Ptr pAccelerationStructure) intVkInstanceCommands.createAndroidSurfaceKHR(VkInstance instance, VkAndroidSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createAndroidSurfaceKHR(VkInstance instance, VkAndroidSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createAndroidSurfaceKHR(VkInstance instance, VkAndroidSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkDeviceCommands.createBuffer(VkDevice device, VkBufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBuffer.Ptr pBuffer) intVkDeviceCommands.createBuffer(VkDevice device, VkBufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBuffer.Ptr pBuffer) intVkDeviceCommands.createBuffer(VkDevice device, VkBufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBuffer.Ptr pBuffer) intVkDeviceCommands.createBufferCollectionFUCHSIA(VkDevice device, VkBufferCollectionCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferCollectionFUCHSIA.Ptr pCollection) intVkDeviceCommands.createBufferCollectionFUCHSIA(VkDevice device, VkBufferCollectionCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferCollectionFUCHSIA.Ptr pCollection) intVkDeviceCommands.createBufferCollectionFUCHSIA(VkDevice device, VkBufferCollectionCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferCollectionFUCHSIA.Ptr pCollection) intVkDeviceCommands.createBufferView(VkDevice device, VkBufferViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferView.Ptr pView) intVkDeviceCommands.createBufferView(VkDevice device, VkBufferViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferView.Ptr pView) intVkDeviceCommands.createBufferView(VkDevice device, VkBufferViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferView.Ptr pView) intVkDeviceCommands.createCommandPool(VkDevice device, VkCommandPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCommandPool.Ptr pCommandPool) intVkDeviceCommands.createCommandPool(VkDevice device, VkCommandPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCommandPool.Ptr pCommandPool) intVkDeviceCommands.createCommandPool(VkDevice device, VkCommandPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCommandPool.Ptr pCommandPool) intVkDeviceCommands.createComputePipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkComputePipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createComputePipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkComputePipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createComputePipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkComputePipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createCudaFunctionNV(VkDevice device, VkCudaFunctionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaFunctionNV.Ptr pFunction) intVkDeviceCommands.createCudaFunctionNV(VkDevice device, VkCudaFunctionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaFunctionNV.Ptr pFunction) intVkDeviceCommands.createCudaFunctionNV(VkDevice device, VkCudaFunctionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaFunctionNV.Ptr pFunction) intVkDeviceCommands.createCudaModuleNV(VkDevice device, VkCudaModuleCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaModuleNV.Ptr pModule) intVkDeviceCommands.createCudaModuleNV(VkDevice device, VkCudaModuleCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaModuleNV.Ptr pModule) intVkDeviceCommands.createCudaModuleNV(VkDevice device, VkCudaModuleCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaModuleNV.Ptr pModule) intVkDeviceCommands.createCuFunctionNVX(VkDevice device, VkCuFunctionCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuFunctionNVX.Ptr pFunction) intVkDeviceCommands.createCuFunctionNVX(VkDevice device, VkCuFunctionCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuFunctionNVX.Ptr pFunction) intVkDeviceCommands.createCuFunctionNVX(VkDevice device, VkCuFunctionCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuFunctionNVX.Ptr pFunction) intVkDeviceCommands.createCuModuleNVX(VkDevice device, VkCuModuleCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuModuleNVX.Ptr pModule) intVkDeviceCommands.createCuModuleNVX(VkDevice device, VkCuModuleCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuModuleNVX.Ptr pModule) intVkDeviceCommands.createCuModuleNVX(VkDevice device, VkCuModuleCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuModuleNVX.Ptr pModule) intVkInstanceCommands.createDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Ptr pCallback) intVkInstanceCommands.createDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Ptr pCallback) intVkInstanceCommands.createDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Ptr pCallback) intVkInstanceCommands.createDebugUtilsMessengerEXT(VkInstance instance, VkDebugUtilsMessengerCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugUtilsMessengerEXT.Ptr pMessenger) intVkInstanceCommands.createDebugUtilsMessengerEXT(VkInstance instance, VkDebugUtilsMessengerCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugUtilsMessengerEXT.Ptr pMessenger) intVkInstanceCommands.createDebugUtilsMessengerEXT(VkInstance instance, VkDebugUtilsMessengerCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugUtilsMessengerEXT.Ptr pMessenger) intVkDeviceCommands.createDeferredOperationKHR(VkDevice device, @Nullable VkAllocationCallbacks pAllocator, VkDeferredOperationKHR.Ptr pDeferredOperation) intVkDeviceCommands.createDeferredOperationKHR(VkDevice device, @Nullable VkAllocationCallbacks pAllocator, VkDeferredOperationKHR.Ptr pDeferredOperation) intVkDeviceCommands.createDescriptorPool(VkDevice device, VkDescriptorPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorPool.Ptr pDescriptorPool) intVkDeviceCommands.createDescriptorPool(VkDevice device, VkDescriptorPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorPool.Ptr pDescriptorPool) intVkDeviceCommands.createDescriptorPool(VkDevice device, VkDescriptorPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorPool.Ptr pDescriptorPool) intVkDeviceCommands.createDescriptorSetLayout(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorSetLayout.Ptr pSetLayout) intVkDeviceCommands.createDescriptorSetLayout(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorSetLayout.Ptr pSetLayout) intVkDeviceCommands.createDescriptorSetLayout(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorSetLayout.Ptr pSetLayout) intVkDeviceCommands.createDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) intVkDeviceCommands.createDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) intVkDeviceCommands.createDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) intVkDeviceCommands.createDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) intVkDeviceCommands.createDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) intVkDeviceCommands.createDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) intVkInstanceCommands.createDevice(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDevice.Ptr pDevice) intVkInstanceCommands.createDevice(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDevice.Ptr pDevice) intVkInstanceCommands.createDevice(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDevice.Ptr pDevice) intVkInstanceCommands.createDirectFBSurfaceEXT(VkInstance instance, VkDirectFBSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createDirectFBSurfaceEXT(VkInstance instance, VkDirectFBSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createDirectFBSurfaceEXT(VkInstance instance, VkDirectFBSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createDisplayModeKHR(VkPhysicalDevice physicalDevice, VkDisplayKHR display, VkDisplayModeCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDisplayModeKHR.Ptr pMode) intVkInstanceCommands.createDisplayModeKHR(VkPhysicalDevice physicalDevice, VkDisplayKHR display, VkDisplayModeCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDisplayModeKHR.Ptr pMode) intVkInstanceCommands.createDisplayModeKHR(VkPhysicalDevice physicalDevice, VkDisplayKHR display, VkDisplayModeCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDisplayModeKHR.Ptr pMode) intVkInstanceCommands.createDisplayPlaneSurfaceKHR(VkInstance instance, VkDisplaySurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createDisplayPlaneSurfaceKHR(VkInstance instance, VkDisplaySurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createDisplayPlaneSurfaceKHR(VkInstance instance, VkDisplaySurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkDeviceCommands.createEvent(VkDevice device, VkEventCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkEvent.Ptr pEvent) intVkDeviceCommands.createEvent(VkDevice device, VkEventCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkEvent.Ptr pEvent) intVkDeviceCommands.createEvent(VkDevice device, VkEventCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkEvent.Ptr pEvent) intVkDeviceCommands.createExecutionGraphPipelinesAMDX(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createExecutionGraphPipelinesAMDX(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createExecutionGraphPipelinesAMDX(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createExternalComputeQueueNV(VkDevice device, VkExternalComputeQueueCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkExternalComputeQueueNV.Ptr pExternalQueue) intVkDeviceCommands.createExternalComputeQueueNV(VkDevice device, VkExternalComputeQueueCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkExternalComputeQueueNV.Ptr pExternalQueue) intVkDeviceCommands.createExternalComputeQueueNV(VkDevice device, VkExternalComputeQueueCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkExternalComputeQueueNV.Ptr pExternalQueue) intVkDeviceCommands.createFence(VkDevice device, VkFenceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) intVkDeviceCommands.createFence(VkDevice device, VkFenceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) intVkDeviceCommands.createFence(VkDevice device, VkFenceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) intVkDeviceCommands.createFramebuffer(VkDevice device, VkFramebufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFramebuffer.Ptr pFramebuffer) intVkDeviceCommands.createFramebuffer(VkDevice device, VkFramebufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFramebuffer.Ptr pFramebuffer) intVkDeviceCommands.createFramebuffer(VkDevice device, VkFramebufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFramebuffer.Ptr pFramebuffer) intVkDeviceCommands.createGraphicsPipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkGraphicsPipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createGraphicsPipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkGraphicsPipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createGraphicsPipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkGraphicsPipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkInstanceCommands.createHeadlessSurfaceEXT(VkInstance instance, VkHeadlessSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createHeadlessSurfaceEXT(VkInstance instance, VkHeadlessSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createHeadlessSurfaceEXT(VkInstance instance, VkHeadlessSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkDeviceCommands.createImage(VkDevice device, VkImageCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImage.Ptr pImage) intVkDeviceCommands.createImage(VkDevice device, VkImageCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImage.Ptr pImage) intVkDeviceCommands.createImage(VkDevice device, VkImageCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImage.Ptr pImage) intVkInstanceCommands.createImagePipeSurfaceFUCHSIA(VkInstance instance, VkImagePipeSurfaceCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createImagePipeSurfaceFUCHSIA(VkInstance instance, VkImagePipeSurfaceCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createImagePipeSurfaceFUCHSIA(VkInstance instance, VkImagePipeSurfaceCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkDeviceCommands.createImageView(VkDevice device, VkImageViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImageView.Ptr pView) intVkDeviceCommands.createImageView(VkDevice device, VkImageViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImageView.Ptr pView) intVkDeviceCommands.createImageView(VkDevice device, VkImageViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImageView.Ptr pView) intVkDeviceCommands.createIndirectCommandsLayoutEXT(VkDevice device, VkIndirectCommandsLayoutCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutEXT.Ptr pIndirectCommandsLayout) intVkDeviceCommands.createIndirectCommandsLayoutEXT(VkDevice device, VkIndirectCommandsLayoutCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutEXT.Ptr pIndirectCommandsLayout) intVkDeviceCommands.createIndirectCommandsLayoutEXT(VkDevice device, VkIndirectCommandsLayoutCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutEXT.Ptr pIndirectCommandsLayout) intVkDeviceCommands.createIndirectCommandsLayoutNV(VkDevice device, VkIndirectCommandsLayoutCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutNV.Ptr pIndirectCommandsLayout) intVkDeviceCommands.createIndirectCommandsLayoutNV(VkDevice device, VkIndirectCommandsLayoutCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutNV.Ptr pIndirectCommandsLayout) intVkDeviceCommands.createIndirectCommandsLayoutNV(VkDevice device, VkIndirectCommandsLayoutCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutNV.Ptr pIndirectCommandsLayout) intVkDeviceCommands.createIndirectExecutionSetEXT(VkDevice device, VkIndirectExecutionSetCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectExecutionSetEXT.Ptr pIndirectExecutionSet) intVkDeviceCommands.createIndirectExecutionSetEXT(VkDevice device, VkIndirectExecutionSetCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectExecutionSetEXT.Ptr pIndirectExecutionSet) intVkDeviceCommands.createIndirectExecutionSetEXT(VkDevice device, VkIndirectExecutionSetCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectExecutionSetEXT.Ptr pIndirectExecutionSet) intVkEntryCommands.createInstance(VkInstanceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkInstance.Ptr pInstance) intVkEntryCommands.createInstance(VkInstanceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkInstance.Ptr pInstance) intVkEntryCommands.createInstance(VkInstanceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkInstance.Ptr pInstance) intVkInstanceCommands.createIOSSurfaceMVK(VkInstance instance, VkIOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createIOSSurfaceMVK(VkInstance instance, VkIOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createIOSSurfaceMVK(VkInstance instance, VkIOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createMacOSSurfaceMVK(VkInstance instance, VkMacOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createMacOSSurfaceMVK(VkInstance instance, VkMacOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createMacOSSurfaceMVK(VkInstance instance, VkMacOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createMetalSurfaceEXT(VkInstance instance, VkMetalSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createMetalSurfaceEXT(VkInstance instance, VkMetalSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createMetalSurfaceEXT(VkInstance instance, VkMetalSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkDeviceCommands.createMicromapEXT(VkDevice device, VkMicromapCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkMicromapEXT.Ptr pMicromap) intVkDeviceCommands.createMicromapEXT(VkDevice device, VkMicromapCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkMicromapEXT.Ptr pMicromap) intVkDeviceCommands.createMicromapEXT(VkDevice device, VkMicromapCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkMicromapEXT.Ptr pMicromap) intVkDeviceCommands.createOpticalFlowSessionNV(VkDevice device, VkOpticalFlowSessionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkOpticalFlowSessionNV.Ptr pSession) intVkDeviceCommands.createOpticalFlowSessionNV(VkDevice device, VkOpticalFlowSessionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkOpticalFlowSessionNV.Ptr pSession) intVkDeviceCommands.createOpticalFlowSessionNV(VkDevice device, VkOpticalFlowSessionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkOpticalFlowSessionNV.Ptr pSession) intVkDeviceCommands.createPipelineBinariesKHR(VkDevice device, VkPipelineBinaryCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineBinaryHandlesInfoKHR pBinaries) intVkDeviceCommands.createPipelineBinariesKHR(VkDevice device, VkPipelineBinaryCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineBinaryHandlesInfoKHR pBinaries) intVkDeviceCommands.createPipelineBinariesKHR(VkDevice device, VkPipelineBinaryCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineBinaryHandlesInfoKHR pBinaries) intVkDeviceCommands.createPipelineCache(VkDevice device, VkPipelineCacheCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineCache.Ptr pPipelineCache) intVkDeviceCommands.createPipelineCache(VkDevice device, VkPipelineCacheCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineCache.Ptr pPipelineCache) intVkDeviceCommands.createPipelineCache(VkDevice device, VkPipelineCacheCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineCache.Ptr pPipelineCache) intVkDeviceCommands.createPipelineLayout(VkDevice device, VkPipelineLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineLayout.Ptr pPipelineLayout) intVkDeviceCommands.createPipelineLayout(VkDevice device, VkPipelineLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineLayout.Ptr pPipelineLayout) intVkDeviceCommands.createPipelineLayout(VkDevice device, VkPipelineLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineLayout.Ptr pPipelineLayout) intVkDeviceCommands.createPrivateDataSlot(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) intVkDeviceCommands.createPrivateDataSlot(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) intVkDeviceCommands.createPrivateDataSlot(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) intVkDeviceCommands.createPrivateDataSlotEXT(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) intVkDeviceCommands.createPrivateDataSlotEXT(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) intVkDeviceCommands.createPrivateDataSlotEXT(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) intVkDeviceCommands.createQueryPool(VkDevice device, VkQueryPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkQueryPool.Ptr pQueryPool) intVkDeviceCommands.createQueryPool(VkDevice device, VkQueryPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkQueryPool.Ptr pQueryPool) intVkDeviceCommands.createQueryPool(VkDevice device, VkQueryPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkQueryPool.Ptr pQueryPool) intVkDeviceCommands.createRayTracingPipelinesKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createRayTracingPipelinesKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createRayTracingPipelinesKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createRayTracingPipelinesNV(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoNV pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createRayTracingPipelinesNV(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoNV pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createRayTracingPipelinesNV(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoNV pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createRenderPass(VkDevice device, VkRenderPassCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) intVkDeviceCommands.createRenderPass(VkDevice device, VkRenderPassCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) intVkDeviceCommands.createRenderPass(VkDevice device, VkRenderPassCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) intVkDeviceCommands.createRenderPass2(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) intVkDeviceCommands.createRenderPass2(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) intVkDeviceCommands.createRenderPass2(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) intVkDeviceCommands.createRenderPass2KHR(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) intVkDeviceCommands.createRenderPass2KHR(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) intVkDeviceCommands.createRenderPass2KHR(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) intVkDeviceCommands.createSampler(VkDevice device, VkSamplerCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSampler.Ptr pSampler) intVkDeviceCommands.createSampler(VkDevice device, VkSamplerCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSampler.Ptr pSampler) intVkDeviceCommands.createSampler(VkDevice device, VkSamplerCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSampler.Ptr pSampler) intVkDeviceCommands.createSamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) intVkDeviceCommands.createSamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) intVkDeviceCommands.createSamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) intVkDeviceCommands.createSamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) intVkDeviceCommands.createSamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) intVkDeviceCommands.createSamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) intVkInstanceCommands.createScreenSurfaceQNX(VkInstance instance, VkScreenSurfaceCreateInfoQNX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createScreenSurfaceQNX(VkInstance instance, VkScreenSurfaceCreateInfoQNX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createScreenSurfaceQNX(VkInstance instance, VkScreenSurfaceCreateInfoQNX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkDeviceCommands.createSemaphore(VkDevice device, VkSemaphoreCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphore.Ptr pSemaphore) intVkDeviceCommands.createSemaphore(VkDevice device, VkSemaphoreCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphore.Ptr pSemaphore) intVkDeviceCommands.createSemaphore(VkDevice device, VkSemaphoreCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphore.Ptr pSemaphore) intVkDeviceCommands.createSemaphoreSciSyncPoolNV(VkDevice device, VkSemaphoreSciSyncPoolCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphoreSciSyncPoolNV.Ptr pSemaphorePool) intVkDeviceCommands.createSemaphoreSciSyncPoolNV(VkDevice device, VkSemaphoreSciSyncPoolCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphoreSciSyncPoolNV.Ptr pSemaphorePool) intVkDeviceCommands.createSemaphoreSciSyncPoolNV(VkDevice device, VkSemaphoreSciSyncPoolCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphoreSciSyncPoolNV.Ptr pSemaphorePool) intVkDeviceCommands.createShaderModule(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkShaderModule.Ptr pShaderModule) intVkDeviceCommands.createShaderModule(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkShaderModule.Ptr pShaderModule) intVkDeviceCommands.createShaderModule(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkShaderModule.Ptr pShaderModule) intVkDeviceCommands.createShadersEXT(VkDevice device, int createInfoCount, IVkShaderCreateInfoEXT pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkShaderEXT.Ptr pShaders) intVkDeviceCommands.createShadersEXT(VkDevice device, int createInfoCount, IVkShaderCreateInfoEXT pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkShaderEXT.Ptr pShaders) intVkDeviceCommands.createShadersEXT(VkDevice device, int createInfoCount, IVkShaderCreateInfoEXT pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkShaderEXT.Ptr pShaders) intVkDeviceCommands.createSharedSwapchainsKHR(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) intVkDeviceCommands.createSharedSwapchainsKHR(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) intVkDeviceCommands.createSharedSwapchainsKHR(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) intVkInstanceCommands.createStreamDescriptorSurfaceGGP(VkInstance instance, VkStreamDescriptorSurfaceCreateInfoGGP pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createStreamDescriptorSurfaceGGP(VkInstance instance, VkStreamDescriptorSurfaceCreateInfoGGP pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createStreamDescriptorSurfaceGGP(VkInstance instance, VkStreamDescriptorSurfaceCreateInfoGGP pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkDeviceCommands.createSwapchainKHR(VkDevice device, VkSwapchainCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchain) intVkDeviceCommands.createSwapchainKHR(VkDevice device, VkSwapchainCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchain) intVkDeviceCommands.createSwapchainKHR(VkDevice device, VkSwapchainCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchain) intVkDeviceCommands.createValidationCacheEXT(VkDevice device, VkValidationCacheCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkValidationCacheEXT.Ptr pValidationCache) intVkDeviceCommands.createValidationCacheEXT(VkDevice device, VkValidationCacheCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkValidationCacheEXT.Ptr pValidationCache) intVkDeviceCommands.createValidationCacheEXT(VkDevice device, VkValidationCacheCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkValidationCacheEXT.Ptr pValidationCache) intVkDeviceCommands.createVideoSessionKHR(VkDevice device, VkVideoSessionCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionKHR.Ptr pVideoSession) intVkDeviceCommands.createVideoSessionKHR(VkDevice device, VkVideoSessionCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionKHR.Ptr pVideoSession) intVkDeviceCommands.createVideoSessionKHR(VkDevice device, VkVideoSessionCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionKHR.Ptr pVideoSession) intVkDeviceCommands.createVideoSessionParametersKHR(VkDevice device, VkVideoSessionParametersCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionParametersKHR.Ptr pVideoSessionParameters) intVkDeviceCommands.createVideoSessionParametersKHR(VkDevice device, VkVideoSessionParametersCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionParametersKHR.Ptr pVideoSessionParameters) intVkDeviceCommands.createVideoSessionParametersKHR(VkDevice device, VkVideoSessionParametersCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionParametersKHR.Ptr pVideoSessionParameters) intVkInstanceCommands.createViSurfaceNN(VkInstance instance, VkViSurfaceCreateInfoNN pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createViSurfaceNN(VkInstance instance, VkViSurfaceCreateInfoNN pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createViSurfaceNN(VkInstance instance, VkViSurfaceCreateInfoNN pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createWaylandSurfaceKHR(VkInstance instance, VkWaylandSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createWaylandSurfaceKHR(VkInstance instance, VkWaylandSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createWaylandSurfaceKHR(VkInstance instance, VkWaylandSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createWin32SurfaceKHR(VkInstance instance, VkWin32SurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createWin32SurfaceKHR(VkInstance instance, VkWin32SurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createWin32SurfaceKHR(VkInstance instance, VkWin32SurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createXcbSurfaceKHR(VkInstance instance, VkXcbSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createXcbSurfaceKHR(VkInstance instance, VkXcbSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createXcbSurfaceKHR(VkInstance instance, VkXcbSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createXlibSurfaceKHR(VkInstance instance, VkXlibSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createXlibSurfaceKHR(VkInstance instance, VkXlibSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkInstanceCommands.createXlibSurfaceKHR(VkInstance instance, VkXlibSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) intVkDeviceCommands.debugMarkerSetObjectNameEXT(VkDevice device, VkDebugMarkerObjectNameInfoEXT pNameInfo) intVkDeviceCommands.debugMarkerSetObjectTagEXT(VkDevice device, VkDebugMarkerObjectTagInfoEXT pTagInfo) voidVkDeviceCommands.destroyAccelerationStructureKHR(VkDevice device, @Nullable VkAccelerationStructureKHR accelerationStructure, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyAccelerationStructureNV(VkDevice device, @Nullable VkAccelerationStructureNV accelerationStructure, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyBuffer(VkDevice device, @Nullable VkBuffer buffer, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyBufferCollectionFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyBufferView(VkDevice device, @Nullable VkBufferView bufferView, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyCommandPool(VkDevice device, @Nullable VkCommandPool commandPool, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyCudaFunctionNV(VkDevice device, VkCudaFunctionNV function, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyCudaModuleNV(VkDevice device, VkCudaModuleNV module, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyCuFunctionNVX(VkDevice device, VkCuFunctionNVX function, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyCuModuleNVX(VkDevice device, VkCuModuleNVX module, @Nullable VkAllocationCallbacks pAllocator) voidVkInstanceCommands.destroyDebugReportCallbackEXT(VkInstance instance, @Nullable VkDebugReportCallbackEXT callback, @Nullable VkAllocationCallbacks pAllocator) voidVkInstanceCommands.destroyDebugUtilsMessengerEXT(VkInstance instance, @Nullable VkDebugUtilsMessengerEXT messenger, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyDeferredOperationKHR(VkDevice device, @Nullable VkDeferredOperationKHR operation, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyDescriptorPool(VkDevice device, @Nullable VkDescriptorPool descriptorPool, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyDescriptorSetLayout(VkDevice device, @Nullable VkDescriptorSetLayout descriptorSetLayout, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyDescriptorUpdateTemplate(VkDevice device, @Nullable VkDescriptorUpdateTemplate descriptorUpdateTemplate, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyDescriptorUpdateTemplateKHR(VkDevice device, @Nullable VkDescriptorUpdateTemplate descriptorUpdateTemplate, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyDevice(@Nullable VkDevice device, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyEvent(VkDevice device, @Nullable VkEvent event, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyExternalComputeQueueNV(VkDevice device, VkExternalComputeQueueNV externalQueue, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyFence(VkDevice device, @Nullable VkFence fence, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyFramebuffer(VkDevice device, @Nullable VkFramebuffer framebuffer, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyImage(VkDevice device, @Nullable VkImage image, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyImageView(VkDevice device, @Nullable VkImageView imageView, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyIndirectCommandsLayoutEXT(VkDevice device, @Nullable VkIndirectCommandsLayoutEXT indirectCommandsLayout, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyIndirectCommandsLayoutNV(VkDevice device, @Nullable VkIndirectCommandsLayoutNV indirectCommandsLayout, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyIndirectExecutionSetEXT(VkDevice device, @Nullable VkIndirectExecutionSetEXT indirectExecutionSet, @Nullable VkAllocationCallbacks pAllocator) voidVkInstanceCommands.destroyInstance(@Nullable VkInstance instance, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyMicromapEXT(VkDevice device, @Nullable VkMicromapEXT micromap, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyOpticalFlowSessionNV(VkDevice device, VkOpticalFlowSessionNV session, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyPipeline(VkDevice device, @Nullable VkPipeline pipeline, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyPipelineBinaryKHR(VkDevice device, @Nullable VkPipelineBinaryKHR pipelineBinary, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyPipelineCache(VkDevice device, @Nullable VkPipelineCache pipelineCache, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyPipelineLayout(VkDevice device, @Nullable VkPipelineLayout pipelineLayout, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyPrivateDataSlot(VkDevice device, @Nullable VkPrivateDataSlot privateDataSlot, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyPrivateDataSlotEXT(VkDevice device, @Nullable VkPrivateDataSlot privateDataSlot, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyQueryPool(VkDevice device, @Nullable VkQueryPool queryPool, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyRenderPass(VkDevice device, @Nullable VkRenderPass renderPass, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroySampler(VkDevice device, @Nullable VkSampler sampler, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroySamplerYcbcrConversion(VkDevice device, @Nullable VkSamplerYcbcrConversion ycbcrConversion, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroySamplerYcbcrConversionKHR(VkDevice device, @Nullable VkSamplerYcbcrConversion ycbcrConversion, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroySemaphore(VkDevice device, @Nullable VkSemaphore semaphore, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroySemaphoreSciSyncPoolNV(VkDevice device, @Nullable VkSemaphoreSciSyncPoolNV semaphorePool, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyShaderEXT(VkDevice device, @Nullable VkShaderEXT shader, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyShaderModule(VkDevice device, @Nullable VkShaderModule shaderModule, @Nullable VkAllocationCallbacks pAllocator) voidVkInstanceCommands.destroySurfaceKHR(VkInstance instance, @Nullable VkSurfaceKHR surface, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroySwapchainKHR(VkDevice device, @Nullable VkSwapchainKHR swapchain, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyValidationCacheEXT(VkDevice device, @Nullable VkValidationCacheEXT validationCache, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyVideoSessionKHR(VkDevice device, @Nullable VkVideoSessionKHR videoSession, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroyVideoSessionParametersKHR(VkDevice device, @Nullable VkVideoSessionParametersKHR videoSessionParameters, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.displayPowerControlEXT(VkDevice device, VkDisplayKHR display, VkDisplayPowerInfoEXT pDisplayPowerInfo) intVkInstanceCommands.enumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, @Nullable BytePtr pLayerName, IntPtr pPropertyCount, @Nullable IVkExtensionProperties pProperties) intVkInstanceCommands.enumerateDeviceLayerProperties(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkLayerProperties pProperties) intVkEntryCommands.enumerateInstanceExtensionProperties(@Nullable BytePtr pLayerName, IntPtr pPropertyCount, @Nullable IVkExtensionProperties pProperties) intVkEntryCommands.enumerateInstanceLayerProperties(IntPtr pPropertyCount, @Nullable IVkLayerProperties pProperties) intVkInstanceCommands.enumeratePhysicalDeviceGroups(VkInstance instance, IntPtr pPhysicalDeviceGroupCount, @Nullable IVkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) intVkInstanceCommands.enumeratePhysicalDeviceGroupsKHR(VkInstance instance, IntPtr pPhysicalDeviceGroupCount, @Nullable IVkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) intVkInstanceCommands.enumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, IntPtr pCounterCount, @Nullable IVkPerformanceCounterKHR pCounters, @Nullable IVkPerformanceCounterDescriptionKHR pCounterDescriptions) intVkInstanceCommands.enumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, IntPtr pCounterCount, @Nullable IVkPerformanceCounterKHR pCounters, @Nullable IVkPerformanceCounterDescriptionKHR pCounterDescriptions) intVkInstanceCommands.enumeratePhysicalDevices(VkInstance instance, IntPtr pPhysicalDeviceCount, VkPhysicalDevice.Ptr pPhysicalDevices) voidVkDeviceCommands.exportMetalObjectsEXT(VkDevice device, VkExportMetalObjectsInfoEXT pMetalObjectsInfo) intVkDeviceCommands.flushMappedMemoryRanges(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) voidVkDeviceCommands.freeCommandBuffers(VkDevice device, VkCommandPool commandPool, int commandBufferCount, VkCommandBuffer.Ptr pCommandBuffers) intVkDeviceCommands.freeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets) voidVkDeviceCommands.freeMemory(VkDevice device, @Nullable VkDeviceMemory memory, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.getAccelerationStructureBuildSizesKHR(VkDevice device, int buildType, VkAccelerationStructureBuildGeometryInfoKHR pBuildInfo, @Nullable IntPtr pMaxPrimitiveCounts, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) voidVkDeviceCommands.getAccelerationStructureBuildSizesKHR(VkDevice device, int buildType, VkAccelerationStructureBuildGeometryInfoKHR pBuildInfo, @Nullable IntPtr pMaxPrimitiveCounts, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) longVkDeviceCommands.getAccelerationStructureDeviceAddressKHR(VkDevice device, VkAccelerationStructureDeviceAddressInfoKHR pInfo) intVkDeviceCommands.getAccelerationStructureHandleNV(VkDevice device, VkAccelerationStructureNV accelerationStructure, long dataSize, @NotNull MemorySegment pData) voidVkDeviceCommands.getAccelerationStructureMemoryRequirementsNV(VkDevice device, VkAccelerationStructureMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getAccelerationStructureMemoryRequirementsNV(VkDevice device, VkAccelerationStructureMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) intVkDeviceCommands.getAccelerationStructureOpaqueCaptureDescriptorDataEXT(VkDevice device, VkAccelerationStructureCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) intVkDeviceCommands.getAccelerationStructureOpaqueCaptureDescriptorDataEXT(VkDevice device, VkAccelerationStructureCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) intVkDeviceCommands.getAndroidHardwareBufferPropertiesANDROID(VkDevice device, PointerPtr buffer, VkAndroidHardwareBufferPropertiesANDROID pProperties) intVkDeviceCommands.getBufferCollectionPropertiesFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferCollectionPropertiesFUCHSIA pProperties) longVkDeviceCommands.getBufferDeviceAddress(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferDeviceAddressEXT(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferDeviceAddressKHR(VkDevice device, VkBufferDeviceAddressInfo pInfo) voidVkDeviceCommands.getBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements pMemoryRequirements) voidVkDeviceCommands.getBufferMemoryRequirements2(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getBufferMemoryRequirements2(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getBufferMemoryRequirements2KHR(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getBufferMemoryRequirements2KHR(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) longVkDeviceCommands.getBufferOpaqueCaptureAddress(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferOpaqueCaptureAddressKHR(VkDevice device, VkBufferDeviceAddressInfo pInfo) intVkDeviceCommands.getBufferOpaqueCaptureDescriptorDataEXT(VkDevice device, VkBufferCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) intVkDeviceCommands.getBufferOpaqueCaptureDescriptorDataEXT(VkDevice device, VkBufferCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) intVkDeviceCommands.getCalibratedTimestampsEXT(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) intVkDeviceCommands.getCalibratedTimestampsKHR(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) voidVkDeviceCommands.getClusterAccelerationStructureBuildSizesNV(VkDevice device, VkClusterAccelerationStructureInputInfoNV pInfo, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) voidVkDeviceCommands.getClusterAccelerationStructureBuildSizesNV(VkDevice device, VkClusterAccelerationStructureInputInfoNV pInfo, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) intVkDeviceCommands.getCudaModuleCacheNV(VkDevice device, VkCudaModuleNV module, PointerPtr pCacheSize, @NotNull MemorySegment pCacheData) voidVkDeviceCommands.getDescriptorEXT(VkDevice device, VkDescriptorGetInfoEXT pDescriptorInfo, long dataSize, @NotNull MemorySegment pDescriptor) voidVkDeviceCommands.getDescriptorEXT(VkDevice device, VkDescriptorGetInfoEXT pDescriptorInfo, long dataSize, @NotNull MemorySegment pDescriptor) voidVkDeviceCommands.getDescriptorSetLayoutBindingOffsetEXT(VkDevice device, VkDescriptorSetLayout layout, int binding, LongPtr pOffset) voidVkDeviceCommands.getDescriptorSetLayoutHostMappingInfoVALVE(VkDevice device, VkDescriptorSetBindingReferenceVALVE pBindingReference, VkDescriptorSetLayoutHostMappingInfoVALVE pHostMapping) voidVkDeviceCommands.getDescriptorSetLayoutHostMappingInfoVALVE(VkDevice device, VkDescriptorSetBindingReferenceVALVE pBindingReference, VkDescriptorSetLayoutHostMappingInfoVALVE pHostMapping) voidVkDeviceCommands.getDescriptorSetLayoutSizeEXT(VkDevice device, VkDescriptorSetLayout layout, LongPtr pLayoutSizeInBytes) voidVkDeviceCommands.getDescriptorSetLayoutSupport(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) voidVkDeviceCommands.getDescriptorSetLayoutSupport(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) voidVkDeviceCommands.getDescriptorSetLayoutSupportKHR(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) voidVkDeviceCommands.getDescriptorSetLayoutSupportKHR(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) voidVkDeviceCommands.getDeviceAccelerationStructureCompatibilityKHR(VkDevice device, VkAccelerationStructureVersionInfoKHR pVersionInfo, IntPtr pCompatibility) voidVkDeviceCommands.getDeviceBufferMemoryRequirements(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getDeviceBufferMemoryRequirements(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getDeviceBufferMemoryRequirementsKHR(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getDeviceBufferMemoryRequirementsKHR(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) intVkDeviceCommands.getDeviceFaultInfoEXT(VkDevice device, VkDeviceFaultCountsEXT pFaultCounts, @Nullable VkDeviceFaultInfoEXT pFaultInfo) intVkDeviceCommands.getDeviceFaultInfoEXT(VkDevice device, VkDeviceFaultCountsEXT pFaultCounts, @Nullable VkDeviceFaultInfoEXT pFaultInfo) intVkDeviceCommands.getDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPresentCapabilitiesKHR pDeviceGroupPresentCapabilities) intVkDeviceCommands.getDeviceGroupSurfacePresentModes2EXT(VkDevice device, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pModes) voidVkDeviceCommands.getDeviceImageMemoryRequirements(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getDeviceImageMemoryRequirements(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getDeviceImageMemoryRequirementsKHR(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getDeviceImageMemoryRequirementsKHR(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getDeviceImageSparseMemoryRequirements(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getDeviceImageSparseMemoryRequirements(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getDeviceImageSparseMemoryRequirementsKHR(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getDeviceImageSparseMemoryRequirementsKHR(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getDeviceImageSubresourceLayout(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getDeviceImageSubresourceLayout(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getDeviceImageSubresourceLayoutKHR(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getDeviceImageSubresourceLayoutKHR(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, LongPtr pCommittedMemoryInBytes) longVkDeviceCommands.getDeviceMemoryOpaqueCaptureAddress(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) longVkDeviceCommands.getDeviceMemoryOpaqueCaptureAddressKHR(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) voidVkDeviceCommands.getDeviceMicromapCompatibilityEXT(VkDevice device, VkMicromapVersionInfoEXT pVersionInfo, IntPtr pCompatibility) voidVkDeviceCommands.getDeviceQueue(VkDevice device, int queueFamilyIndex, int queueIndex, VkQueue.Ptr pQueue) voidVkDeviceCommands.getDeviceQueue2(VkDevice device, VkDeviceQueueInfo2 pQueueInfo, VkQueue.Ptr pQueue) voidVkDeviceCommands.getDeviceQueue2(VkDevice device, VkDeviceQueueInfo2 pQueueInfo, VkQueue.Ptr pQueue) intVkDeviceCommands.getDeviceSubpassShadingMaxWorkgroupSizeHUAWEI(VkDevice device, VkRenderPass renderpass, IVkExtent2D pMaxWorkgroupSize) intVkInstanceCommands.getDisplayModeProperties2KHR(VkPhysicalDevice physicalDevice, VkDisplayKHR display, IntPtr pPropertyCount, @Nullable IVkDisplayModeProperties2KHR pProperties) intVkInstanceCommands.getDisplayModePropertiesKHR(VkPhysicalDevice physicalDevice, VkDisplayKHR display, IntPtr pPropertyCount, @Nullable IVkDisplayModePropertiesKHR pProperties) intVkInstanceCommands.getDisplayPlaneCapabilities2KHR(VkPhysicalDevice physicalDevice, VkDisplayPlaneInfo2KHR pDisplayPlaneInfo, VkDisplayPlaneCapabilities2KHR pCapabilities) intVkInstanceCommands.getDisplayPlaneCapabilities2KHR(VkPhysicalDevice physicalDevice, VkDisplayPlaneInfo2KHR pDisplayPlaneInfo, VkDisplayPlaneCapabilities2KHR pCapabilities) intVkInstanceCommands.getDisplayPlaneCapabilitiesKHR(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, int planeIndex, VkDisplayPlaneCapabilitiesKHR pCapabilities) intVkInstanceCommands.getDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, int planeIndex, IntPtr pDisplayCount, VkDisplayKHR.Ptr pDisplays) intVkInstanceCommands.getDrmDisplayEXT(VkPhysicalDevice physicalDevice, int drmFd, int connectorId, VkDisplayKHR.Ptr display) intVkDeviceCommands.getDynamicRenderingTilePropertiesQCOM(VkDevice device, VkRenderingInfo pRenderingInfo, VkTilePropertiesQCOM pProperties) intVkDeviceCommands.getDynamicRenderingTilePropertiesQCOM(VkDevice device, VkRenderingInfo pRenderingInfo, VkTilePropertiesQCOM pProperties) intVkDeviceCommands.getEncodedVideoSessionParametersKHR(VkDevice device, VkVideoEncodeSessionParametersGetInfoKHR pVideoSessionParametersInfo, @Nullable VkVideoEncodeSessionParametersFeedbackInfoKHR pFeedbackInfo, PointerPtr pDataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getEncodedVideoSessionParametersKHR(VkDevice device, VkVideoEncodeSessionParametersGetInfoKHR pVideoSessionParametersInfo, @Nullable VkVideoEncodeSessionParametersFeedbackInfoKHR pFeedbackInfo, PointerPtr pDataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getEncodedVideoSessionParametersKHR(VkDevice device, VkVideoEncodeSessionParametersGetInfoKHR pVideoSessionParametersInfo, @Nullable VkVideoEncodeSessionParametersFeedbackInfoKHR pFeedbackInfo, PointerPtr pDataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getExecutionGraphPipelineNodeIndexAMDX(VkDevice device, VkPipeline executionGraph, VkPipelineShaderStageNodeCreateInfoAMDX pNodeInfo, IntPtr pNodeIndex) intVkDeviceCommands.getExecutionGraphPipelineScratchSizeAMDX(VkDevice device, VkPipeline executionGraph, VkExecutionGraphPipelineScratchSizeAMDX pSizeInfo) voidVkDeviceCommands.getExternalComputeQueueDataNV(VkExternalComputeQueueNV externalQueue, VkExternalComputeQueueDataParamsNV params, @NotNull MemorySegment pData) voidVkDeviceCommands.getExternalComputeQueueDataNV(VkExternalComputeQueueNV externalQueue, VkExternalComputeQueueDataParamsNV params, @NotNull MemorySegment pData) intVkDeviceCommands.getFenceFdKHR(VkDevice device, VkFenceGetFdInfoKHR pGetFdInfo, IntPtr pFd) intVkDeviceCommands.getFenceSciSyncFenceNV(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) intVkDeviceCommands.getFenceSciSyncFenceNV(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) intVkDeviceCommands.getFenceSciSyncObjNV(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) intVkDeviceCommands.getFenceSciSyncObjNV(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) intVkDeviceCommands.getFenceWin32HandleKHR(VkDevice device, VkFenceGetWin32HandleInfoKHR pGetWin32HandleInfo, PointerPtr pHandle) intVkDeviceCommands.getFramebufferTilePropertiesQCOM(VkDevice device, VkFramebuffer framebuffer, IntPtr pPropertiesCount, @Nullable IVkTilePropertiesQCOM pProperties) voidVkDeviceCommands.getGeneratedCommandsMemoryRequirementsEXT(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoEXT pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getGeneratedCommandsMemoryRequirementsEXT(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoEXT pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getGeneratedCommandsMemoryRequirementsNV(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getGeneratedCommandsMemoryRequirementsNV(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) intVkDeviceCommands.getImageDrmFormatModifierPropertiesEXT(VkDevice device, VkImage image, VkImageDrmFormatModifierPropertiesEXT pProperties) voidVkDeviceCommands.getImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements pMemoryRequirements) voidVkDeviceCommands.getImageMemoryRequirements2(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getImageMemoryRequirements2(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getImageMemoryRequirements2KHR(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getImageMemoryRequirements2KHR(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) intVkDeviceCommands.getImageOpaqueCaptureDescriptorDataEXT(VkDevice device, VkImageCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) intVkDeviceCommands.getImageOpaqueCaptureDescriptorDataEXT(VkDevice device, VkImageCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) voidVkDeviceCommands.getImageSparseMemoryRequirements(VkDevice device, VkImage image, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements pSparseMemoryRequirements) voidVkDeviceCommands.getImageSparseMemoryRequirements2(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getImageSparseMemoryRequirements2(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getImageSparseMemoryRequirements2KHR(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getImageSparseMemoryRequirements2KHR(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getImageSubresourceLayout(VkDevice device, VkImage image, VkImageSubresource pSubresource, VkSubresourceLayout pLayout) voidVkDeviceCommands.getImageSubresourceLayout(VkDevice device, VkImage image, VkImageSubresource pSubresource, VkSubresourceLayout pLayout) voidVkDeviceCommands.getImageSubresourceLayout2(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getImageSubresourceLayout2(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getImageSubresourceLayout2EXT(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getImageSubresourceLayout2EXT(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getImageSubresourceLayout2KHR(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getImageSubresourceLayout2KHR(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) intVkDeviceCommands.getImageViewAddressNVX(VkDevice device, VkImageView imageView, VkImageViewAddressPropertiesNVX pProperties) longVkDeviceCommands.getImageViewHandle64NVX(VkDevice device, VkImageViewHandleInfoNVX pInfo) intVkDeviceCommands.getImageViewHandleNVX(VkDevice device, VkImageViewHandleInfoNVX pInfo) intVkDeviceCommands.getImageViewOpaqueCaptureDescriptorDataEXT(VkDevice device, VkImageViewCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) intVkDeviceCommands.getImageViewOpaqueCaptureDescriptorDataEXT(VkDevice device, VkImageViewCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) voidVkDeviceCommands.getLatencyTimingsNV(VkDevice device, VkSwapchainKHR swapchain, VkGetLatencyMarkerInfoNV pLatencyMarkerInfo) intVkDeviceCommands.getMemoryAndroidHardwareBufferANDROID(VkDevice device, VkMemoryGetAndroidHardwareBufferInfoANDROID pInfo, PointerPtr pBuffer) intVkDeviceCommands.getMemoryFdKHR(VkDevice device, VkMemoryGetFdInfoKHR pGetFdInfo, IntPtr pFd) intVkDeviceCommands.getMemoryFdPropertiesKHR(VkDevice device, int handleType, int fd, VkMemoryFdPropertiesKHR pMemoryFdProperties) intVkDeviceCommands.getMemoryHostPointerPropertiesEXT(VkDevice device, int handleType, @NotNull MemorySegment pHostPointer, VkMemoryHostPointerPropertiesEXT pMemoryHostPointerProperties) intVkDeviceCommands.getMemoryHostPointerPropertiesEXT(VkDevice device, int handleType, @NotNull MemorySegment pHostPointer, VkMemoryHostPointerPropertiesEXT pMemoryHostPointerProperties) intVkDeviceCommands.getMemoryMetalHandleEXT(VkDevice device, VkMemoryGetMetalHandleInfoEXT pGetMetalHandleInfo, PointerPtr pHandle) intVkDeviceCommands.getMemoryMetalHandlePropertiesEXT(VkDevice device, int handleType, @NotNull MemorySegment pHandle, VkMemoryMetalHandlePropertiesEXT pMemoryMetalHandleProperties) intVkDeviceCommands.getMemoryMetalHandlePropertiesEXT(VkDevice device, int handleType, @NotNull MemorySegment pHandle, VkMemoryMetalHandlePropertiesEXT pMemoryMetalHandleProperties) intVkDeviceCommands.getMemoryRemoteAddressNV(VkDevice device, VkMemoryGetRemoteAddressInfoNV pMemoryGetRemoteAddressInfo, PointerPtr pAddress) intVkDeviceCommands.getMemorySciBufNV(VkDevice device, VkMemoryGetSciBufInfoNV pGetSciBufInfo, PointerPtr pHandle) intVkDeviceCommands.getMemoryWin32HandleKHR(VkDevice device, VkMemoryGetWin32HandleInfoKHR pGetWin32HandleInfo, PointerPtr pHandle) intVkDeviceCommands.getMemoryWin32HandlePropertiesKHR(VkDevice device, int handleType, @NotNull MemorySegment handle, VkMemoryWin32HandlePropertiesKHR pMemoryWin32HandleProperties) intVkDeviceCommands.getMemoryWin32HandlePropertiesKHR(VkDevice device, int handleType, @NotNull MemorySegment handle, VkMemoryWin32HandlePropertiesKHR pMemoryWin32HandleProperties) intVkDeviceCommands.getMemoryZirconHandleFUCHSIA(VkDevice device, VkMemoryGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) intVkDeviceCommands.getMemoryZirconHandleFUCHSIA(VkDevice device, VkMemoryGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) intVkDeviceCommands.getMemoryZirconHandlePropertiesFUCHSIA(VkDevice device, int handleType, int zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA pMemoryZirconHandleProperties) voidVkDeviceCommands.getMicromapBuildSizesEXT(VkDevice device, int buildType, VkMicromapBuildInfoEXT pBuildInfo, VkMicromapBuildSizesInfoEXT pSizeInfo) voidVkDeviceCommands.getMicromapBuildSizesEXT(VkDevice device, int buildType, VkMicromapBuildInfoEXT pBuildInfo, VkMicromapBuildSizesInfoEXT pSizeInfo) voidVkDeviceCommands.getPartitionedAccelerationStructuresBuildSizesNV(VkDevice device, VkPartitionedAccelerationStructureInstancesInputNV pInfo, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) voidVkDeviceCommands.getPartitionedAccelerationStructuresBuildSizesNV(VkDevice device, VkPartitionedAccelerationStructureInstancesInputNV pInfo, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) intVkDeviceCommands.getPastPresentationTimingGOOGLE(VkDevice device, VkSwapchainKHR swapchain, IntPtr pPresentationTimingCount, @Nullable IVkPastPresentationTimingGOOGLE pPresentationTimings) intVkDeviceCommands.getPerformanceParameterINTEL(VkDevice device, int parameter, VkPerformanceValueINTEL pValue) intVkInstanceCommands.getPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixFlexibleDimensionsPropertiesNV pProperties) intVkInstanceCommands.getPhysicalDeviceCooperativeMatrixPropertiesKHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixPropertiesKHR pProperties) intVkInstanceCommands.getPhysicalDeviceCooperativeMatrixPropertiesNV(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixPropertiesNV pProperties) intVkInstanceCommands.getPhysicalDeviceCooperativeVectorPropertiesNV(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeVectorPropertiesNV pProperties) intVkInstanceCommands.getPhysicalDeviceDisplayPlaneProperties2KHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPlaneProperties2KHR pProperties) intVkInstanceCommands.getPhysicalDeviceDisplayPlanePropertiesKHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPlanePropertiesKHR pProperties) intVkInstanceCommands.getPhysicalDeviceDisplayProperties2KHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayProperties2KHR pProperties) intVkInstanceCommands.getPhysicalDeviceDisplayPropertiesKHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPropertiesKHR pProperties) voidVkInstanceCommands.getPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) voidVkInstanceCommands.getPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) voidVkInstanceCommands.getPhysicalDeviceExternalBufferPropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) voidVkInstanceCommands.getPhysicalDeviceExternalBufferPropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) voidVkInstanceCommands.getPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) voidVkInstanceCommands.getPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) voidVkInstanceCommands.getPhysicalDeviceExternalFencePropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) voidVkInstanceCommands.getPhysicalDeviceExternalFencePropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) intVkInstanceCommands.getPhysicalDeviceExternalImageFormatPropertiesNV(VkPhysicalDevice physicalDevice, int format, int type, int tiling, int usage, int flags, int externalHandleType, VkExternalImageFormatPropertiesNV pExternalImageFormatProperties) intVkInstanceCommands.getPhysicalDeviceExternalMemorySciBufPropertiesNV(VkPhysicalDevice physicalDevice, int handleType, @NotNull MemorySegment handle, VkMemorySciBufPropertiesNV pMemorySciBufProperties) intVkInstanceCommands.getPhysicalDeviceExternalMemorySciBufPropertiesNV(VkPhysicalDevice physicalDevice, int handleType, @NotNull MemorySegment handle, VkMemorySciBufPropertiesNV pMemorySciBufProperties) voidVkInstanceCommands.getPhysicalDeviceExternalSemaphoreProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) voidVkInstanceCommands.getPhysicalDeviceExternalSemaphoreProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) voidVkInstanceCommands.getPhysicalDeviceExternalSemaphorePropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) voidVkInstanceCommands.getPhysicalDeviceExternalSemaphorePropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) voidVkInstanceCommands.getPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures pFeatures) voidVkInstanceCommands.getPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2 pFeatures) voidVkInstanceCommands.getPhysicalDeviceFeatures2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2 pFeatures) voidVkInstanceCommands.getPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, int format, VkFormatProperties pFormatProperties) voidVkInstanceCommands.getPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, int format, VkFormatProperties2 pFormatProperties) voidVkInstanceCommands.getPhysicalDeviceFormatProperties2KHR(VkPhysicalDevice physicalDevice, int format, VkFormatProperties2 pFormatProperties) intVkInstanceCommands.getPhysicalDeviceFragmentShadingRatesKHR(VkPhysicalDevice physicalDevice, IntPtr pFragmentShadingRateCount, @Nullable IVkPhysicalDeviceFragmentShadingRateKHR pFragmentShadingRates) intVkInstanceCommands.getPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, int format, int type, int tiling, int usage, int flags, VkImageFormatProperties pImageFormatProperties) intVkInstanceCommands.getPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) intVkInstanceCommands.getPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) intVkInstanceCommands.getPhysicalDeviceImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) intVkInstanceCommands.getPhysicalDeviceImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) voidVkInstanceCommands.getPhysicalDeviceMemoryProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties pMemoryProperties) voidVkInstanceCommands.getPhysicalDeviceMemoryProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2 pMemoryProperties) voidVkInstanceCommands.getPhysicalDeviceMemoryProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2 pMemoryProperties) voidVkInstanceCommands.getPhysicalDeviceMultisamplePropertiesEXT(VkPhysicalDevice physicalDevice, int samples, VkMultisamplePropertiesEXT pMultisampleProperties) intVkInstanceCommands.getPhysicalDeviceOpticalFlowImageFormatsNV(VkPhysicalDevice physicalDevice, VkOpticalFlowImageFormatInfoNV pOpticalFlowImageFormatInfo, IntPtr pFormatCount, @Nullable IVkOpticalFlowImageFormatPropertiesNV pImageFormatProperties) intVkInstanceCommands.getPhysicalDeviceOpticalFlowImageFormatsNV(VkPhysicalDevice physicalDevice, VkOpticalFlowImageFormatInfoNV pOpticalFlowImageFormatInfo, IntPtr pFormatCount, @Nullable IVkOpticalFlowImageFormatPropertiesNV pImageFormatProperties) intVkInstanceCommands.getPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, IntPtr pRectCount, @Nullable IVkRect2D pRects) voidVkInstanceCommands.getPhysicalDeviceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties pProperties) voidVkInstanceCommands.getPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 pProperties) voidVkInstanceCommands.getPhysicalDeviceProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 pProperties) voidVkInstanceCommands.getPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR(VkPhysicalDevice physicalDevice, VkQueryPoolPerformanceCreateInfoKHR pPerformanceQueryCreateInfo, IntPtr pNumPasses) voidVkInstanceCommands.getPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties pQueueFamilyProperties) voidVkInstanceCommands.getPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties2 pQueueFamilyProperties) voidVkInstanceCommands.getPhysicalDeviceQueueFamilyProperties2KHR(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties2 pQueueFamilyProperties) intVkInstanceCommands.getPhysicalDeviceSciBufAttributesNV(VkPhysicalDevice physicalDevice, @NotNull MemorySegment pAttributes) intVkInstanceCommands.getPhysicalDeviceSciSyncAttributesNV(VkPhysicalDevice physicalDevice, VkSciSyncAttributesInfoNV pSciSyncAttributesInfo, @NotNull MemorySegment pAttributes) intVkInstanceCommands.getPhysicalDeviceSciSyncAttributesNV(VkPhysicalDevice physicalDevice, VkSciSyncAttributesInfoNV pSciSyncAttributesInfo, @NotNull MemorySegment pAttributes) voidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, int format, int type, int samples, int usage, int tiling, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties pProperties) voidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) voidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) voidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) voidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) intVkInstanceCommands.getPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(VkPhysicalDevice physicalDevice, IntPtr pCombinationCount, @Nullable IVkFramebufferMixedSamplesCombinationNV pCombinations) intVkInstanceCommands.getPhysicalDeviceSurfaceCapabilities2EXT(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilities2EXT pSurfaceCapabilities) intVkInstanceCommands.getPhysicalDeviceSurfaceCapabilities2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, VkSurfaceCapabilities2KHR pSurfaceCapabilities) intVkInstanceCommands.getPhysicalDeviceSurfaceCapabilities2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, VkSurfaceCapabilities2KHR pSurfaceCapabilities) intVkInstanceCommands.getPhysicalDeviceSurfaceCapabilitiesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR pSurfaceCapabilities) intVkInstanceCommands.getPhysicalDeviceSurfaceFormats2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormat2KHR pSurfaceFormats) intVkInstanceCommands.getPhysicalDeviceSurfaceFormats2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormat2KHR pSurfaceFormats) intVkInstanceCommands.getPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice physicalDevice, @Nullable VkSurfaceKHR surface, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormatKHR pSurfaceFormats) intVkInstanceCommands.getPhysicalDeviceSurfacePresentModes2EXT(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pPresentModeCount, @Nullable IntPtr pPresentModes) intVkInstanceCommands.getPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, VkSurfaceKHR surface, IntPtr pSupported) intVkInstanceCommands.getPhysicalDeviceToolProperties(VkPhysicalDevice physicalDevice, IntPtr pToolCount, @Nullable IVkPhysicalDeviceToolProperties pToolProperties) intVkInstanceCommands.getPhysicalDeviceToolPropertiesEXT(VkPhysicalDevice physicalDevice, IntPtr pToolCount, @Nullable IVkPhysicalDeviceToolProperties pToolProperties) intVkInstanceCommands.getPhysicalDeviceVideoCapabilitiesKHR(VkPhysicalDevice physicalDevice, VkVideoProfileInfoKHR pVideoProfile, VkVideoCapabilitiesKHR pCapabilities) intVkInstanceCommands.getPhysicalDeviceVideoCapabilitiesKHR(VkPhysicalDevice physicalDevice, VkVideoProfileInfoKHR pVideoProfile, VkVideoCapabilitiesKHR pCapabilities) intVkInstanceCommands.getPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR pQualityLevelInfo, VkVideoEncodeQualityLevelPropertiesKHR pQualityLevelProperties) intVkInstanceCommands.getPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR pQualityLevelInfo, VkVideoEncodeQualityLevelPropertiesKHR pQualityLevelProperties) intVkInstanceCommands.getPhysicalDeviceVideoFormatPropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoFormatInfoKHR pVideoFormatInfo, IntPtr pVideoFormatPropertyCount, @Nullable IVkVideoFormatPropertiesKHR pVideoFormatProperties) intVkInstanceCommands.getPhysicalDeviceVideoFormatPropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoFormatInfoKHR pVideoFormatInfo, IntPtr pVideoFormatPropertyCount, @Nullable IVkVideoFormatPropertiesKHR pVideoFormatProperties) intVkInstanceCommands.getPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, @NotNull MemorySegment connection, int visual_id) intVkDeviceCommands.getPipelineBinaryDataKHR(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, @NotNull MemorySegment pPipelineBinaryData) intVkDeviceCommands.getPipelineBinaryDataKHR(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, @NotNull MemorySegment pPipelineBinaryData) intVkDeviceCommands.getPipelineBinaryDataKHR(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, @NotNull MemorySegment pPipelineBinaryData) intVkDeviceCommands.getPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, PointerPtr pDataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getPipelineExecutableInternalRepresentationsKHR(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pInternalRepresentationCount, @Nullable IVkPipelineExecutableInternalRepresentationKHR pInternalRepresentations) intVkDeviceCommands.getPipelineExecutableInternalRepresentationsKHR(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pInternalRepresentationCount, @Nullable IVkPipelineExecutableInternalRepresentationKHR pInternalRepresentations) intVkDeviceCommands.getPipelineExecutablePropertiesKHR(VkDevice device, VkPipelineInfoKHR pPipelineInfo, IntPtr pExecutableCount, @Nullable IVkPipelineExecutablePropertiesKHR pProperties) intVkDeviceCommands.getPipelineExecutablePropertiesKHR(VkDevice device, VkPipelineInfoKHR pPipelineInfo, IntPtr pExecutableCount, @Nullable IVkPipelineExecutablePropertiesKHR pProperties) intVkDeviceCommands.getPipelineExecutableStatisticsKHR(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pStatisticCount, @Nullable IVkPipelineExecutableStatisticKHR pStatistics) intVkDeviceCommands.getPipelineExecutableStatisticsKHR(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pStatisticCount, @Nullable IVkPipelineExecutableStatisticKHR pStatistics) longVkDeviceCommands.getPipelineIndirectDeviceAddressNV(VkDevice device, VkPipelineIndirectDeviceAddressInfoNV pInfo) voidVkDeviceCommands.getPipelineIndirectMemoryRequirementsNV(VkDevice device, VkComputePipelineCreateInfo pCreateInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getPipelineIndirectMemoryRequirementsNV(VkDevice device, VkComputePipelineCreateInfo pCreateInfo, VkMemoryRequirements2 pMemoryRequirements) intVkDeviceCommands.getPipelineKeyKHR(VkDevice device, @Nullable VkPipelineCreateInfoKHR pPipelineCreateInfo, VkPipelineBinaryKeyKHR pPipelineKey) intVkDeviceCommands.getPipelineKeyKHR(VkDevice device, @Nullable VkPipelineCreateInfoKHR pPipelineCreateInfo, VkPipelineBinaryKeyKHR pPipelineKey) intVkDeviceCommands.getPipelinePropertiesEXT(VkDevice device, VkPipelineInfoKHR pPipelineInfo, VkBaseOutStructure pPipelineProperties) intVkDeviceCommands.getPipelinePropertiesEXT(VkDevice device, VkPipelineInfoKHR pPipelineInfo, VkBaseOutStructure pPipelineProperties) intVkDeviceCommands.getQueryPoolResults(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, @NotNull MemorySegment pData, long stride, int flags) voidVkDeviceCommands.getQueueCheckpointData2NV(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointData2NV pCheckpointData) voidVkDeviceCommands.getQueueCheckpointDataNV(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointDataNV pCheckpointData) intVkInstanceCommands.getRandROutputDisplayEXT(VkPhysicalDevice physicalDevice, PointerPtr dpy, long rrOutput, VkDisplayKHR.Ptr pDisplay) intVkDeviceCommands.getRayTracingCaptureReplayShaderGroupHandlesKHR(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getRayTracingShaderGroupHandlesKHR(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getRayTracingShaderGroupHandlesNV(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getRefreshCycleDurationGOOGLE(VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE pDisplayTimingProperties) voidVkDeviceCommands.getRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D pGranularity) voidVkDeviceCommands.getRenderingAreaGranularity(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) voidVkDeviceCommands.getRenderingAreaGranularity(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) voidVkDeviceCommands.getRenderingAreaGranularityKHR(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) voidVkDeviceCommands.getRenderingAreaGranularityKHR(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) intVkDeviceCommands.getSamplerOpaqueCaptureDescriptorDataEXT(VkDevice device, VkSamplerCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) intVkDeviceCommands.getSamplerOpaqueCaptureDescriptorDataEXT(VkDevice device, VkSamplerCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) intVkDeviceCommands.getScreenBufferPropertiesQNX(VkDevice device, PointerPtr buffer, VkScreenBufferPropertiesQNX pProperties) intVkDeviceCommands.getSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR pGetFdInfo, IntPtr pFd) intVkDeviceCommands.getSemaphoreSciSyncObjNV(VkDevice device, VkSemaphoreGetSciSyncInfoNV pGetSciSyncInfo, @NotNull MemorySegment pHandle) intVkDeviceCommands.getSemaphoreSciSyncObjNV(VkDevice device, VkSemaphoreGetSciSyncInfoNV pGetSciSyncInfo, @NotNull MemorySegment pHandle) intVkDeviceCommands.getSemaphoreWin32HandleKHR(VkDevice device, VkSemaphoreGetWin32HandleInfoKHR pGetWin32HandleInfo, PointerPtr pHandle) intVkDeviceCommands.getSemaphoreZirconHandleFUCHSIA(VkDevice device, VkSemaphoreGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) intVkDeviceCommands.getSemaphoreZirconHandleFUCHSIA(VkDevice device, VkSemaphoreGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) intVkDeviceCommands.getShaderBinaryDataEXT(VkDevice device, VkShaderEXT shader, PointerPtr pDataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getShaderInfoAMD(VkDevice device, VkPipeline pipeline, int shaderStage, int infoType, PointerPtr pInfoSize, @NotNull MemorySegment pInfo) voidVkDeviceCommands.getShaderModuleCreateInfoIdentifierEXT(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, VkShaderModuleIdentifierEXT pIdentifier) voidVkDeviceCommands.getShaderModuleCreateInfoIdentifierEXT(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, VkShaderModuleIdentifierEXT pIdentifier) voidVkDeviceCommands.getShaderModuleIdentifierEXT(VkDevice device, VkShaderModule shaderModule, VkShaderModuleIdentifierEXT pIdentifier) intVkDeviceCommands.getSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, IntPtr pSwapchainImageCount, VkImage.Ptr pSwapchainImages) intVkDeviceCommands.getValidationCacheDataEXT(VkDevice device, VkValidationCacheEXT validationCache, PointerPtr pDataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getVideoSessionMemoryRequirementsKHR(VkDevice device, VkVideoSessionKHR videoSession, IntPtr pMemoryRequirementsCount, @Nullable IVkVideoSessionMemoryRequirementsKHR pMemoryRequirements) intVkInstanceCommands.getWinrtDisplayNV(VkPhysicalDevice physicalDevice, int deviceRelativeId, VkDisplayKHR.Ptr pDisplay) intVkDeviceCommands.importFenceFdKHR(VkDevice device, VkImportFenceFdInfoKHR pImportFenceFdInfo) intVkDeviceCommands.importFenceSciSyncFenceNV(VkDevice device, VkImportFenceSciSyncInfoNV pImportFenceSciSyncInfo) intVkDeviceCommands.importFenceSciSyncObjNV(VkDevice device, VkImportFenceSciSyncInfoNV pImportFenceSciSyncInfo) intVkDeviceCommands.importFenceWin32HandleKHR(VkDevice device, VkImportFenceWin32HandleInfoKHR pImportFenceWin32HandleInfo) intVkDeviceCommands.importSemaphoreFdKHR(VkDevice device, VkImportSemaphoreFdInfoKHR pImportSemaphoreFdInfo) intVkDeviceCommands.importSemaphoreSciSyncObjNV(VkDevice device, VkImportSemaphoreSciSyncInfoNV pImportSemaphoreSciSyncInfo) intVkDeviceCommands.importSemaphoreWin32HandleKHR(VkDevice device, VkImportSemaphoreWin32HandleInfoKHR pImportSemaphoreWin32HandleInfo) intVkDeviceCommands.importSemaphoreZirconHandleFUCHSIA(VkDevice device, VkImportSemaphoreZirconHandleInfoFUCHSIA pImportSemaphoreZirconHandleInfo) intVkDeviceCommands.initializePerformanceApiINTEL(VkDevice device, VkInitializePerformanceApiInfoINTEL pInitializeInfo) intVkDeviceCommands.invalidateMappedMemoryRanges(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) intVkDeviceCommands.latencySleepNV(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepInfoNV pSleepInfo) intVkDeviceCommands.mapMemory2(VkDevice device, VkMemoryMapInfo pMemoryMapInfo, PointerPtr ppData) intVkDeviceCommands.mapMemory2KHR(VkDevice device, VkMemoryMapInfo pMemoryMapInfo, PointerPtr ppData) intVkDeviceCommands.mergePipelineCaches(VkDevice device, VkPipelineCache dstCache, int srcCacheCount, VkPipelineCache.Ptr pSrcCaches) intVkDeviceCommands.mergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, int srcCacheCount, VkValidationCacheEXT.Ptr pSrcCaches) voidVkInstanceCommands.queueBeginDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) intVkDeviceCommands.queueBindSparse(VkQueue queue, int bindInfoCount, @Nullable IVkBindSparseInfo pBindInfo, @Nullable VkFence fence) voidVkInstanceCommands.queueInsertDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) voidVkDeviceCommands.queueNotifyOutOfBandNV(VkQueue queue, VkOutOfBandQueueTypeInfoNV pQueueTypeInfo) intVkDeviceCommands.queuePresentKHR(VkQueue queue, VkPresentInfoKHR pPresentInfo) intVkDeviceCommands.queueSubmit(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo pSubmits, @Nullable VkFence fence) intVkDeviceCommands.queueSubmit2(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) intVkDeviceCommands.queueSubmit2KHR(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) intVkDeviceCommands.registerDeviceEventEXT(VkDevice device, VkDeviceEventInfoEXT pDeviceEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) intVkDeviceCommands.registerDeviceEventEXT(VkDevice device, VkDeviceEventInfoEXT pDeviceEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) intVkDeviceCommands.registerDeviceEventEXT(VkDevice device, VkDeviceEventInfoEXT pDeviceEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) intVkDeviceCommands.registerDisplayEventEXT(VkDevice device, VkDisplayKHR display, VkDisplayEventInfoEXT pDisplayEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) intVkDeviceCommands.registerDisplayEventEXT(VkDevice device, VkDisplayKHR display, VkDisplayEventInfoEXT pDisplayEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) intVkDeviceCommands.registerDisplayEventEXT(VkDevice device, VkDisplayKHR display, VkDisplayEventInfoEXT pDisplayEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) intVkDeviceCommands.releaseCapturedPipelineDataKHR(VkDevice device, VkReleaseCapturedPipelineDataInfoKHR pInfo, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.releaseCapturedPipelineDataKHR(VkDevice device, VkReleaseCapturedPipelineDataInfoKHR pInfo, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.releaseSwapchainImagesEXT(VkDevice device, VkReleaseSwapchainImagesInfoEXT pReleaseInfo) intVkDeviceCommands.resetFences(VkDevice device, int fenceCount, VkFence.Ptr pFences) intVkDeviceCommands.setBufferCollectionBufferConstraintsFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferConstraintsInfoFUCHSIA pBufferConstraintsInfo) intVkDeviceCommands.setBufferCollectionImageConstraintsFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, VkImageConstraintsInfoFUCHSIA pImageConstraintsInfo) intVkInstanceCommands.setDebugUtilsObjectNameEXT(VkDevice device, VkDebugUtilsObjectNameInfoEXT pNameInfo) intVkInstanceCommands.setDebugUtilsObjectTagEXT(VkDevice device, VkDebugUtilsObjectTagInfoEXT pTagInfo) voidVkDeviceCommands.setHdrMetadataEXT(VkDevice device, int swapchainCount, VkSwapchainKHR.Ptr pSwapchains, IVkHdrMetadataEXT pMetadata) voidVkDeviceCommands.setHdrMetadataEXT(VkDevice device, int swapchainCount, VkSwapchainKHR.Ptr pSwapchains, IVkHdrMetadataEXT pMetadata) voidVkDeviceCommands.setLatencyMarkerNV(VkDevice device, VkSwapchainKHR swapchain, VkSetLatencyMarkerInfoNV pLatencyMarkerInfo) intVkDeviceCommands.setLatencySleepModeNV(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepModeInfoNV pSleepModeInfo) intVkDeviceCommands.signalSemaphore(VkDevice device, VkSemaphoreSignalInfo pSignalInfo) intVkDeviceCommands.signalSemaphoreKHR(VkDevice device, VkSemaphoreSignalInfo pSignalInfo) voidVkInstanceCommands.submitDebugUtilsMessageEXT(VkInstance instance, int messageSeverity, int messageTypes, VkDebugUtilsMessengerCallbackDataEXT pCallbackData) intVkDeviceCommands.transitionImageLayout(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) intVkDeviceCommands.transitionImageLayoutEXT(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) intVkDeviceCommands.unmapMemory2(VkDevice device, VkMemoryUnmapInfo pMemoryUnmapInfo) intVkDeviceCommands.unmapMemory2KHR(VkDevice device, VkMemoryUnmapInfo pMemoryUnmapInfo) voidVkDeviceCommands.updateDescriptorSets(VkDevice device, int descriptorWriteCount, @Nullable IVkWriteDescriptorSet pDescriptorWrites, int descriptorCopyCount, @Nullable IVkCopyDescriptorSet pDescriptorCopies) voidVkDeviceCommands.updateDescriptorSets(VkDevice device, int descriptorWriteCount, @Nullable IVkWriteDescriptorSet pDescriptorWrites, int descriptorCopyCount, @Nullable IVkCopyDescriptorSet pDescriptorCopies) voidVkDeviceCommands.updateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, @NotNull MemorySegment pData) voidVkDeviceCommands.updateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, @NotNull MemorySegment pData) voidVkDeviceCommands.updateIndirectExecutionSetPipelineEXT(VkDevice device, VkIndirectExecutionSetEXT indirectExecutionSet, int executionSetWriteCount, IVkWriteIndirectExecutionSetPipelineEXT pExecutionSetWrites) voidVkDeviceCommands.updateIndirectExecutionSetShaderEXT(VkDevice device, VkIndirectExecutionSetEXT indirectExecutionSet, int executionSetWriteCount, IVkWriteIndirectExecutionSetShaderEXT pExecutionSetWrites) intVkDeviceCommands.updateVideoSessionParametersKHR(VkDevice device, VkVideoSessionParametersKHR videoSessionParameters, VkVideoSessionParametersUpdateInfoKHR pUpdateInfo) intVkDeviceCommands.waitForFences(VkDevice device, int fenceCount, VkFence.Ptr pFences, int waitAll, long timeout) intVkDeviceCommands.waitSemaphores(VkDevice device, VkSemaphoreWaitInfo pWaitInfo, long timeout) intVkDeviceCommands.waitSemaphoresKHR(VkDevice device, VkSemaphoreWaitInfo pWaitInfo, long timeout) intVkDeviceCommands.writeAccelerationStructuresPropertiesKHR(VkDevice device, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, long dataSize, @NotNull MemorySegment pData, long stride) intVkDeviceCommands.writeAccelerationStructuresPropertiesKHR(VkDevice device, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, long dataSize, @NotNull MemorySegment pData, long stride) intVkDeviceCommands.writeMicromapsPropertiesEXT(VkDevice device, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, long dataSize, @NotNull MemorySegment pData, long stride) intVkDeviceCommands.writeMicromapsPropertiesEXT(VkDevice device, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, long dataSize, @NotNull MemorySegment pData, long stride) -
Uses of Pointer in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentVkImportAndroidHardwareBufferInfoANDROID.bufferRaw()@NotNull MemorySegmentVkImportScreenBufferInfoQNX.bufferRaw()@NotNull MemorySegmentVkXcbSurfaceCreateInfoKHR.connection()@NotNull MemorySegmentVkScreenSurfaceCreateInfoQNX.contextRaw()@NotNull MemorySegmentVkDirectFBSurfaceCreateInfoEXT.dfbRaw()@NotNull MemorySegmentVkDisplayPropertiesKHR.displayNameRaw()@NotNull MemorySegmentVkWaylandSurfaceCreateInfoKHR.displayRaw()@NotNull MemorySegmentVkXlibSurfaceCreateInfoKHR.dpyRaw()@NotNull MemorySegmentVkImportFenceSciSyncInfoNV.handle()@NotNull MemorySegmentVkImportFenceWin32HandleInfoKHR.handle()@NotNull MemorySegmentVkImportMemoryMetalHandleInfoEXT.handle()@NotNull MemorySegmentVkImportMemorySciBufInfoNV.handle()@NotNull MemorySegmentVkImportMemoryWin32HandleInfoKHR.handle()@NotNull MemorySegmentVkImportMemoryWin32HandleInfoNV.handle()@NotNull MemorySegmentVkImportSemaphoreSciSyncInfoNV.handle()@NotNull MemorySegmentVkImportSemaphoreWin32HandleInfoKHR.handle()@NotNull MemorySegmentVkSemaphoreSciSyncPoolCreateInfoNV.handle()VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapBudget()VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapUsage()@NotNull MemorySegmentVkWin32SurfaceCreateInfoKHR.hinstance()@NotNull MemorySegmentVkSurfaceFullScreenExclusiveWin32InfoEXT.hmonitor()@NotNull MemorySegmentVkDeviceOrHostAddressConstAMDX.hostAddress()@NotNull MemorySegmentVkDeviceOrHostAddressConstKHR.hostAddress()@NotNull MemorySegmentVkDeviceOrHostAddressKHR.hostAddress()@NotNull MemorySegmentVkWin32SurfaceCreateInfoKHR.hwnd()@NotNull MemorySegmentVkExportMetalIOSurfaceInfoEXT.ioSurface()@NotNull MemorySegmentVkImportMetalIOSurfaceInfoEXT.ioSurface()@NotNull MemorySegmentVkExportMetalBufferInfoEXT.mtlBuffer()@NotNull MemorySegmentVkImportMetalBufferInfoEXT.mtlBuffer()@NotNull MemorySegmentVkExportMetalCommandQueueInfoEXT.mtlCommandQueue()@NotNull MemorySegmentVkExportMetalDeviceInfoEXT.mtlDevice()@NotNull MemorySegmentVkExportMetalSharedEventInfoEXT.mtlSharedEvent()@NotNull MemorySegmentVkImportMetalSharedEventInfoEXT.mtlSharedEvent()@NotNull MemorySegmentVkExportMetalTextureInfoEXT.mtlTexture()@NotNull MemorySegmentVkImportMetalTextureInfoEXT.mtlTexture()@NotNull MemorySegmentVkExportFenceWin32HandleInfoKHR.nameRaw()@NotNull MemorySegmentVkExportMemoryWin32HandleInfoKHR.nameRaw()@NotNull MemorySegmentVkExportSemaphoreWin32HandleInfoKHR.nameRaw()@NotNull MemorySegmentVkImportFenceWin32HandleInfoKHR.nameRaw()@NotNull MemorySegmentVkImportMemoryWin32HandleInfoKHR.nameRaw()@NotNull MemorySegmentVkImportSemaphoreWin32HandleInfoKHR.nameRaw()@NotNull MemorySegmentVkOpaqueCaptureDescriptorDataCreateInfoEXT.opaqueCaptureDescriptorData()@Nullable LongPtrVkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructures()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@NotNull MemorySegmentVkWriteDescriptorSetAccelerationStructureKHR.pAccelerationStructuresRaw()@NotNull MemorySegmentVkWriteDescriptorSetAccelerationStructureNV.pAccelerationStructuresRaw()@NotNull MemorySegmentVkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructuresRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireKeysRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireKeysRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireSyncsRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireSyncsRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireTimeoutMillisecondsRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireTimeoutsRaw()@NotNull MemorySegmentVkDeviceFaultInfoEXT.pAddressInfosRaw()@NotNull MemorySegmentVkInstanceCreateInfo.pApplicationInfoRaw()@NotNull MemorySegmentVkApplicationInfo.pApplicationNameRaw()@NotNull MemorySegmentVkRenderPassInputAttachmentAspectCreateInfo.pAspectReferencesRaw()@NotNull MemorySegmentVkFramebufferAttachmentsCreateInfo.pAttachmentImageInfosRaw()@NotNull MemorySegmentVkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocationsRaw()@NotNull MemorySegmentVkFramebufferCreateInfo.pAttachmentsRaw()@NotNull MemorySegmentVkPipelineColorBlendStateCreateInfo.pAttachmentsRaw()@NotNull MemorySegmentVkRenderPassAttachmentBeginInfo.pAttachmentsRaw()@NotNull MemorySegmentVkRenderPassCreateInfo.pAttachmentsRaw()@NotNull MemorySegmentVkRenderPassCreateInfo2.pAttachmentsRaw()@NotNull MemorySegmentVkExportFenceSciSyncInfoNV.pAttributes()@NotNull MemorySegmentVkExportFenceWin32HandleInfoKHR.pAttributes()@NotNull MemorySegmentVkExportMemorySciBufInfoNV.pAttributes()@NotNull MemorySegmentVkExportMemoryWin32HandleInfoKHR.pAttributes()@NotNull MemorySegmentVkExportMemoryWin32HandleInfoNV.pAttributes()@NotNull MemorySegmentVkExportSemaphoreSciSyncInfoNV.pAttributes()@NotNull MemorySegmentVkExportSemaphoreWin32HandleInfoKHR.pAttributes()@NotNull MemorySegmentVkDescriptorSetLayoutBindingFlagsCreateInfo.pBindingFlagsRaw()@NotNull MemorySegmentVkDescriptorSetLayoutCreateInfo.pBindingsRaw()@NotNull MemorySegmentVkSparseBufferMemoryBindInfo.pBindsRaw()@NotNull MemorySegmentVkSparseImageMemoryBindInfo.pBindsRaw()@NotNull MemorySegmentVkSparseImageOpaqueMemoryBindInfo.pBindsRaw()@NotNull MemorySegmentVkBindSparseInfo.pBufferBindsRaw()@NotNull MemorySegmentVkSetDescriptorBufferOffsetsInfoEXT.pBufferIndicesRaw()@NotNull MemorySegmentVkWriteDescriptorSet.pBufferInfoRaw()@NotNull MemorySegmentVkDependencyInfo.pBufferMemoryBarriersRaw()@NotNull MemorySegmentStdVideoEncodeAV1PictureInfo.pBufferRemovalTimesRaw()@NotNull MemorySegmentVkFrameBoundaryEXT.pBuffersRaw()@NotNull MemorySegmentStdVideoDecodeAV1PictureInfo.pCDEFRaw()@NotNull MemorySegmentStdVideoEncodeAV1PictureInfo.pCDEFRaw()@NotNull MemorySegmentVkCheckpointData2NV.pCheckpointMarker()@NotNull MemorySegmentVkCheckpointDataNV.pCheckpointMarker()@NotNull MemorySegmentVkRenderPassBeginInfo.pClearValuesRaw()@NotNull MemorySegmentVkClusterAccelerationStructureOpInputNV.pClustersBottomLevelRaw()@NotNull MemorySegmentVkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabelsRaw()@NotNull MemorySegmentVkShaderCreateInfoEXT.pCode()@NotNull MemorySegmentVkShaderModuleCreateInfo.pCodeRaw()@NotNull MemorySegmentVkCommandBufferInheritanceRenderingInfo.pColorAttachmentFormatsRaw()@NotNull MemorySegmentVkPipelineRenderingCreateInfo.pColorAttachmentFormatsRaw()@NotNull MemorySegmentVkRenderingAreaInfo.pColorAttachmentFormatsRaw()@NotNull MemorySegmentVkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndicesRaw()@NotNull MemorySegmentVkRenderingAttachmentLocationInfo.pColorAttachmentLocationsRaw()@NotNull MemorySegmentVkAttachmentSampleCountInfoAMD.pColorAttachmentSamplesRaw()@NotNull MemorySegmentVkRenderingInfo.pColorAttachmentsRaw()@NotNull MemorySegmentVkSubpassDescription.pColorAttachmentsRaw()@NotNull MemorySegmentVkSubpassDescription2.pColorAttachmentsRaw()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pColorBlendStateRaw()@NotNull MemorySegmentStdVideoAV1SequenceHeader.pColorConfigRaw()@NotNull MemorySegmentVkImageFormatConstraintsInfoFUCHSIA.pColorSpacesRaw()@Nullable IntPtrVkPipelineColorWriteCreateInfoEXT.pColorWriteEnables()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@NotNull MemorySegmentVkPipelineColorWriteCreateInfoEXT.pColorWriteEnablesRaw()@NotNull MemorySegmentVkDescriptorDataEXT.pCombinedImageSamplerRaw()@NotNull MemorySegmentVkDeviceGroupSubmitInfo.pCommandBufferDeviceMasksRaw()@NotNull MemorySegmentVkSubmitInfo2.pCommandBufferInfosRaw()@NotNull MemorySegmentVkSubmitInfo.pCommandBuffersRaw()@NotNull MemorySegmentVkPhysicalDeviceHostImageCopyProperties.pCopyDstLayoutsRaw()@NotNull MemorySegmentVkPhysicalDeviceVulkan14Properties.pCopyDstLayoutsRaw()@NotNull MemorySegmentVkPhysicalDeviceHostImageCopyProperties.pCopySrcLayoutsRaw()@NotNull MemorySegmentVkPhysicalDeviceVulkan14Properties.pCopySrcLayoutsRaw()@NotNull MemorySegmentVkRenderPassCreateInfo2.pCorrelatedViewMasksRaw()@NotNull MemorySegmentVkRenderPassMultiviewCreateInfo.pCorrelationMasksRaw()@NotNull MemorySegmentVkQueryPoolPerformanceCreateInfoKHR.pCounterIndicesRaw()@NotNull MemorySegmentVkPipelineCoverageModulationStateCreateInfoNV.pCoverageModulationTableRaw()@NotNull MemorySegmentVkDeviceBufferMemoryRequirements.pCreateInfoRaw()@NotNull MemorySegmentVkDeviceImageMemoryRequirements.pCreateInfoRaw()@NotNull MemorySegmentVkDeviceImageSubresourceInfo.pCreateInfoRaw()@NotNull MemorySegmentVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pCustomSampleOrdersRaw()@NotNull MemorySegmentVkCudaModuleCreateInfoNV.pData()@NotNull MemorySegmentVkCuModuleCreateInfoNVX.pData()@NotNull MemorySegmentVkPipelineBinaryDataKHR.pData()@NotNull MemorySegmentVkPipelineExecutableInternalRepresentationKHR.pData()@NotNull MemorySegmentVkPushDescriptorSetWithTemplateInfo.pData()@NotNull MemorySegmentVkSpecializationInfo.pData()@NotNull MemorySegmentVkWriteDescriptorSetInlineUniformBlock.pData()@NotNull MemorySegmentStdVideoH265SequenceParameterSet.pDecPicBufMgrRaw()@NotNull MemorySegmentStdVideoH265VideoParameterSet.pDecPicBufMgrRaw()@NotNull MemorySegmentVkRenderPassCreateInfo.pDependenciesRaw()@NotNull MemorySegmentVkRenderPassCreateInfo2.pDependenciesRaw()@NotNull MemorySegmentVkRenderingInfo.pDepthAttachmentRaw()@NotNull MemorySegmentVkPipelineViewportDepthClampControlCreateInfoEXT.pDepthClampRangeRaw()@NotNull MemorySegmentVkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndexRaw()@NotNull MemorySegmentVkSubpassDescription.pDepthStencilAttachmentRaw()@NotNull MemorySegmentVkSubpassDescription2.pDepthStencilAttachmentRaw()@NotNull MemorySegmentVkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachmentRaw()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pDepthStencilStateRaw()@NotNull MemorySegmentVkDescriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCountsRaw()@NotNull MemorySegmentVkBindDescriptorSetsInfo.pDescriptorSetsRaw()@NotNull MemorySegmentVkMutableDescriptorTypeListEXT.pDescriptorTypesRaw()@NotNull MemorySegmentVkDescriptorUpdateTemplateCreateInfo.pDescriptorUpdateEntriesRaw()@NotNull MemorySegmentVkPushDescriptorSetInfo.pDescriptorWritesRaw()@NotNull MemorySegmentVkBindAccelerationStructureMemoryInfoNV.pDeviceIndicesRaw()@NotNull MemorySegmentVkBindBufferMemoryDeviceGroupInfo.pDeviceIndicesRaw()@NotNull MemorySegmentVkBindImageMemoryDeviceGroupInfo.pDeviceIndicesRaw()@NotNull MemorySegmentVkDeviceGroupPresentInfoKHR.pDeviceMasksRaw()@NotNull MemorySegmentVkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreasRaw()@NotNull MemorySegmentVkValidationFlagsEXT.pDisabledValidationChecksRaw()@NotNull MemorySegmentVkValidationFeaturesEXT.pDisabledValidationFeaturesRaw()@NotNull MemorySegmentVkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectanglesRaw()@NotNull MemorySegmentVkDirectDriverLoadingListLUNARG.pDriversRaw()@NotNull MemorySegmentVkDrmFormatModifierPropertiesList2EXT.pDrmFormatModifierPropertiesRaw()@NotNull MemorySegmentVkDrmFormatModifierPropertiesListEXT.pDrmFormatModifierPropertiesRaw()@NotNull MemorySegmentVkImageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiersRaw()@NotNull MemorySegmentVkConvertCooperativeVectorMatrixInfoNV.pDstSizeRaw()@NotNull MemorySegmentVkHdrVividDynamicMetadataHUAWEI.pDynamicMetadata()@NotNull MemorySegmentVkBindDescriptorSetsInfo.pDynamicOffsetsRaw()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pDynamicStateRaw()@NotNull MemorySegmentVkRayTracingPipelineCreateInfoKHR.pDynamicStateRaw()@NotNull MemorySegmentVkPipelineDynamicStateCreateInfo.pDynamicStatesRaw()@NotNull MemorySegmentVkDeviceCreateInfo.pEnabledFeaturesRaw()@NotNull MemorySegmentVkValidationFeaturesEXT.pEnabledValidationFeaturesRaw()@NotNull MemorySegmentVkApplicationInfo.pEngineNameRaw()@NotNull MemorySegmentVkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissorsRaw()@NotNull MemorySegmentVkIndirectCommandsTokenDataEXT.pExecutionSetRaw()@NotNull MemorySegmentStdVideoEncodeAV1PictureInfo.pExtensionHeaderRaw()@NotNull MemorySegmentStdVideoEncodeAV1ReferenceInfo.pExtensionHeaderRaw()@NotNull MemorySegmentVkCudaLaunchInfoNV.pExtras()@NotNull MemorySegmentVkCuLaunchInfoNVX.pExtras()@NotNull MemorySegmentVkSemaphoreSciSyncCreateInfoNV.pFenceRaw()@NotNull MemorySegmentVkSwapchainPresentFenceInfoEXT.pFencesRaw()@NotNull MemorySegmentStdVideoDecodeAV1PictureInfo.pFilmGrainRaw()@NotNull MemorySegmentVkImageCompressionControlEXT.pFixedRateFlagsRaw()@NotNull MemorySegmentVkAllocationCallbacks.pfnAllocation()@NotNull MemorySegmentVkDebugReportCallbackCreateInfoEXT.pfnCallback()@NotNull MemorySegmentVkAllocationCallbacks.pfnFree()@NotNull MemorySegmentVkDirectDriverLoadingInfoLUNARG.pfnGetInstanceProcAddr()@NotNull MemorySegmentVkAllocationCallbacks.pfnInternalAllocation()@NotNull MemorySegmentVkAllocationCallbacks.pfnInternalFree()@NotNull MemorySegmentVkAllocationCallbacks.pfnReallocation()@NotNull MemorySegmentVkDebugUtilsMessengerCreateInfoEXT.pfnUserCallback()@NotNull MemorySegmentVkDeviceDeviceMemoryReportCreateInfoEXT.pfnUserCallback()@NotNull MemorySegmentVkImageConstraintsInfoFUCHSIA.pFormatConstraintsRaw()@NotNull MemorySegmentVkRenderPassFragmentDensityMapOffsetEndInfoEXT.pFragmentDensityOffsetsRaw()@NotNull MemorySegmentVkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachmentRaw()@NotNull MemorySegmentVkAccelerationStructureBuildGeometryInfoKHR.pGeometriesRaw()@NotNull MemorySegmentVkAccelerationStructureInfoNV.pGeometriesRaw()@NotNull MemorySegmentStdVideoDecodeAV1PictureInfo.pGlobalMotionRaw()@NotNull MemorySegmentStdVideoEncodeAV1PictureInfo.pGlobalMotionRaw()@NotNull MemorySegmentVkGraphicsPipelineShaderGroupsCreateInfoNV.pGroupsRaw()@NotNull MemorySegmentVkRayTracingPipelineCreateInfoKHR.pGroupsRaw()@NotNull MemorySegmentVkRayTracingPipelineCreateInfoNV.pGroupsRaw()@NotNull MemorySegmentStdVideoAV1TileInfo.pHeightInSbsMinus1Raw()@NotNull MemorySegmentVkImageToMemoryCopy.pHostPointer()@NotNull MemorySegmentVkImportMemoryHostPointerInfoEXT.pHostPointer()@NotNull MemorySegmentVkMemoryToImageCopy.pHostPointer()@NotNull MemorySegmentStdVideoH264SequenceParameterSetVui.pHrdParametersRaw()@NotNull MemorySegmentStdVideoH265SequenceParameterSetVui.pHrdParametersRaw()@NotNull MemorySegmentStdVideoH265VideoParameterSet.pHrdParametersRaw()@NotNull MemorySegmentVkPipelineShaderStageModuleIdentifierCreateInfoEXT.pIdentifierRaw()@NotNull MemorySegmentVkBindSparseInfo.pImageBindsRaw()@NotNull MemorySegmentVkPresentInfoKHR.pImageIndicesRaw()@NotNull MemorySegmentVkReleaseSwapchainImagesInfoEXT.pImageIndicesRaw()@NotNull MemorySegmentVkWriteDescriptorSet.pImageInfoRaw()@NotNull MemorySegmentVkDependencyInfo.pImageMemoryBarriersRaw()@NotNull MemorySegmentVkBindSparseInfo.pImageOpaqueBindsRaw()@NotNull MemorySegmentVkFrameBoundaryEXT.pImagesRaw()@NotNull MemorySegmentVkDescriptorSetLayoutBinding.pImmutableSamplersRaw()@NotNull MemorySegmentVkIndirectCommandsTokenDataEXT.pIndexBufferRaw()@NotNull MemorySegmentVkIndirectCommandsLayoutTokenNV.pIndexTypesRaw()@NotNull MemorySegmentVkIndirectCommandsLayoutTokenNV.pIndexTypeValuesRaw()@NotNull MemorySegmentVkCommandBufferBeginInfo.pInheritanceInfoRaw()@NotNull MemorySegmentVkPipelineCacheCreateInfo.pInitialData()@NotNull MemorySegmentVkValidationCacheCreateInfoEXT.pInitialData()@NotNull MemorySegmentVkIndirectExecutionSetShaderInfoEXT.pInitialShadersRaw()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pInputAssemblyStateRaw()@NotNull MemorySegmentVkDescriptorDataEXT.pInputAttachmentImageRaw()@NotNull MemorySegmentVkSubpassDescription.pInputAttachmentsRaw()@NotNull MemorySegmentVkSubpassDescription2.pInputAttachmentsRaw()@NotNull MemorySegmentVkPipelineBinaryCreateInfoKHR.pKeysAndDataInfoRaw()@NotNull MemorySegmentVkDebugUtilsLabelEXT.pLabelNameRaw()@NotNull MemorySegmentVkPhysicalDeviceLayeredApiPropertiesListKHR.pLayeredApisRaw()@NotNull MemorySegmentVkLayerSettingEXT.pLayerNameRaw()@NotNull MemorySegmentVkMetalSurfaceCreateInfoEXT.pLayerRaw()@NotNull MemorySegmentVkVideoEncodeRateControlInfoKHR.pLayersRaw()@NotNull MemorySegmentVkPipelineLibraryCreateInfoKHR.pLibrariesRaw()@NotNull MemorySegmentVkExecutionGraphPipelineCreateInfoAMDX.pLibraryInfoRaw()@NotNull MemorySegmentVkRayTracingPipelineCreateInfoKHR.pLibraryInfoRaw()@NotNull MemorySegmentVkRayTracingPipelineCreateInfoKHR.pLibraryInterfaceRaw()@NotNull MemorySegmentStdVideoEncodeH265PictureInfo.pLongTermRefPicsRaw()@NotNull MemorySegmentStdVideoH265SequenceParameterSet.pLongTermRefPicsSpsRaw()@NotNull MemorySegmentStdVideoDecodeAV1PictureInfo.pLoopFilterRaw()@NotNull MemorySegmentStdVideoEncodeAV1PictureInfo.pLoopFilterRaw()@NotNull MemorySegmentStdVideoDecodeAV1PictureInfo.pLoopRestorationRaw()@NotNull MemorySegmentStdVideoEncodeAV1PictureInfo.pLoopRestorationRaw()@NotNull MemorySegmentVkSpecializationInfo.pMapEntriesRaw()@NotNull MemorySegmentVkDebugMarkerMarkerInfoEXT.pMarkerNameRaw()@NotNull MemorySegmentVkDependencyInfo.pMemoryBarriersRaw()@NotNull MemorySegmentVkDebugUtilsMessengerCallbackDataEXT.pMessageIdNameRaw()@NotNull MemorySegmentVkDebugUtilsMessengerCallbackDataEXT.pMessageRaw()@NotNull MemorySegmentStdVideoAV1TileInfo.pMiColStartsRaw()@NotNull MemorySegmentStdVideoAV1TileInfo.pMiRowStartsRaw()@NotNull MemorySegmentVkClusterAccelerationStructureOpInputNV.pMoveObjectsRaw()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pMultisampleStateRaw()@NotNull MemorySegmentVkMutableDescriptorTypeCreateInfoEXT.pMutableDescriptorTypeListsRaw()@NotNull MemorySegmentVkVideoEncodeH264PictureInfoKHR.pNaluSliceEntriesRaw()@NotNull MemorySegmentVkVideoEncodeH265PictureInfoKHR.pNaluSliceSegmentEntriesRaw()@NotNull MemorySegmentVkCudaFunctionCreateInfoNV.pNameRaw()@NotNull MemorySegmentVkCuFunctionCreateInfoNVX.pNameRaw()@NotNull MemorySegmentVkPipelineShaderStageCreateInfo.pNameRaw()@NotNull MemorySegmentVkPipelineShaderStageNodeCreateInfoAMDX.pNameRaw()@NotNull MemorySegmentVkShaderCreateInfoEXT.pNameRaw()@NotNull MemorySegmentVkAccelerationStructureBuildGeometryInfoKHR.pNext()@NotNull MemorySegmentVkAccelerationStructureBuildSizesInfoKHR.pNext()@NotNull MemorySegmentVkAccelerationStructureCaptureDescriptorDataInfoEXT.pNext()@NotNull MemorySegmentVkAccelerationStructureCreateInfoKHR.pNext()@NotNull MemorySegmentVkAccelerationStructureCreateInfoNV.pNext()@NotNull MemorySegmentVkAccelerationStructureDeviceAddressInfoKHR.pNext()@NotNull MemorySegmentVkAccelerationStructureGeometryAabbsDataKHR.pNext()@NotNull MemorySegmentVkAccelerationStructureGeometryInstancesDataKHR.pNext()@NotNull MemorySegmentVkAccelerationStructureGeometryKHR.pNext()@NotNull MemorySegmentVkAccelerationStructureGeometryLinearSweptSpheresDataNV.pNext()@NotNull MemorySegmentVkAccelerationStructureGeometryMotionTrianglesDataNV.pNext()@NotNull MemorySegmentVkAccelerationStructureGeometrySpheresDataNV.pNext()@NotNull MemorySegmentVkAccelerationStructureGeometryTrianglesDataKHR.pNext()@NotNull MemorySegmentVkAccelerationStructureInfoNV.pNext()@NotNull MemorySegmentVkAccelerationStructureMemoryRequirementsInfoNV.pNext()@NotNull MemorySegmentVkAccelerationStructureMotionInfoNV.pNext()@NotNull MemorySegmentVkAccelerationStructureTrianglesDisplacementMicromapNV.pNext()@NotNull MemorySegmentVkAccelerationStructureTrianglesOpacityMicromapEXT.pNext()@NotNull MemorySegmentVkAccelerationStructureVersionInfoKHR.pNext()@NotNull MemorySegmentVkAcquireNextImageInfoKHR.pNext()@NotNull MemorySegmentVkAcquireProfilingLockInfoKHR.pNext()@NotNull MemorySegmentVkAmigoProfilingSubmitInfoSEC.pNext()@NotNull MemorySegmentVkAndroidHardwareBufferFormatProperties2ANDROID.pNext()@NotNull MemorySegmentVkAndroidHardwareBufferFormatPropertiesANDROID.pNext()@NotNull MemorySegmentVkAndroidHardwareBufferFormatResolvePropertiesANDROID.pNext()@NotNull MemorySegmentVkAndroidHardwareBufferPropertiesANDROID.pNext()@NotNull MemorySegmentVkAndroidHardwareBufferUsageANDROID.pNext()@NotNull MemorySegmentVkAndroidSurfaceCreateInfoKHR.pNext()@NotNull MemorySegmentVkAntiLagDataAMD.pNext()@NotNull MemorySegmentVkAntiLagPresentationInfoAMD.pNext()@NotNull MemorySegmentVkApplicationInfo.pNext()@NotNull MemorySegmentVkApplicationParametersEXT.pNext()@NotNull MemorySegmentVkAttachmentDescription2.pNext()@NotNull MemorySegmentVkAttachmentDescriptionStencilLayout.pNext()@NotNull MemorySegmentVkAttachmentReference2.pNext()@NotNull MemorySegmentVkAttachmentReferenceStencilLayout.pNext()@NotNull MemorySegmentVkAttachmentSampleCountInfoAMD.pNext()@NotNull MemorySegmentVkBindAccelerationStructureMemoryInfoNV.pNext()@NotNull MemorySegmentVkBindBufferMemoryDeviceGroupInfo.pNext()@NotNull MemorySegmentVkBindBufferMemoryInfo.pNext()@NotNull MemorySegmentVkBindDescriptorBufferEmbeddedSamplersInfoEXT.pNext()@NotNull MemorySegmentVkBindDescriptorSetsInfo.pNext()@NotNull MemorySegmentVkBindImageMemoryDeviceGroupInfo.pNext()@NotNull MemorySegmentVkBindImageMemoryInfo.pNext()@NotNull MemorySegmentVkBindImageMemorySwapchainInfoKHR.pNext()@NotNull MemorySegmentVkBindImagePlaneMemoryInfo.pNext()@NotNull MemorySegmentVkBindMemoryStatus.pNext()@NotNull MemorySegmentVkBindSparseInfo.pNext()@NotNull MemorySegmentVkBindVideoSessionMemoryInfoKHR.pNext()@NotNull MemorySegmentVkBlitImageCubicWeightsInfoQCOM.pNext()@NotNull MemorySegmentVkBlitImageInfo2.pNext()@NotNull MemorySegmentVkBufferCaptureDescriptorDataInfoEXT.pNext()@NotNull MemorySegmentVkBufferCollectionBufferCreateInfoFUCHSIA.pNext()@NotNull MemorySegmentVkBufferCollectionConstraintsInfoFUCHSIA.pNext()@NotNull MemorySegmentVkBufferCollectionCreateInfoFUCHSIA.pNext()@NotNull MemorySegmentVkBufferCollectionImageCreateInfoFUCHSIA.pNext()@NotNull MemorySegmentVkBufferCollectionPropertiesFUCHSIA.pNext()@NotNull MemorySegmentVkBufferConstraintsInfoFUCHSIA.pNext()@NotNull MemorySegmentVkBufferCopy2.pNext()@NotNull MemorySegmentVkBufferCreateInfo.pNext()@NotNull MemorySegmentVkBufferDeviceAddressCreateInfoEXT.pNext()@NotNull MemorySegmentVkBufferDeviceAddressInfo.pNext()@NotNull MemorySegmentVkBufferImageCopy2.pNext()@NotNull MemorySegmentVkBufferMemoryBarrier.pNext()@NotNull MemorySegmentVkBufferMemoryBarrier2.pNext()@NotNull MemorySegmentVkBufferMemoryRequirementsInfo2.pNext()@NotNull MemorySegmentVkBufferOpaqueCaptureAddressCreateInfo.pNext()@NotNull MemorySegmentVkBufferUsageFlags2CreateInfo.pNext()@NotNull MemorySegmentVkBufferViewCreateInfo.pNext()@NotNull MemorySegmentVkBuildPartitionedAccelerationStructureInfoNV.pNext()@NotNull MemorySegmentVkCalibratedTimestampInfoKHR.pNext()@NotNull MemorySegmentVkCheckpointData2NV.pNext()@NotNull MemorySegmentVkCheckpointDataNV.pNext()@NotNull MemorySegmentVkClusterAccelerationStructureClustersBottomLevelInputNV.pNext()@NotNull MemorySegmentVkClusterAccelerationStructureCommandsInfoNV.pNext()@NotNull MemorySegmentVkClusterAccelerationStructureInputInfoNV.pNext()@NotNull MemorySegmentVkClusterAccelerationStructureMoveObjectsInputNV.pNext()@NotNull MemorySegmentVkClusterAccelerationStructureTriangleClusterInputNV.pNext()@NotNull MemorySegmentVkCommandBufferAllocateInfo.pNext()@NotNull MemorySegmentVkCommandBufferBeginInfo.pNext()@NotNull MemorySegmentVkCommandBufferInheritanceConditionalRenderingInfoEXT.pNext()@NotNull MemorySegmentVkCommandBufferInheritanceInfo.pNext()@NotNull MemorySegmentVkCommandBufferInheritanceRenderingInfo.pNext()@NotNull MemorySegmentVkCommandBufferInheritanceRenderPassTransformInfoQCOM.pNext()@NotNull MemorySegmentVkCommandBufferInheritanceViewportScissorInfoNV.pNext()@NotNull MemorySegmentVkCommandBufferSubmitInfo.pNext()@NotNull MemorySegmentVkCommandPoolCreateInfo.pNext()@NotNull MemorySegmentVkComputePipelineCreateInfo.pNext()@NotNull MemorySegmentVkComputePipelineIndirectBufferInfoNV.pNext()@NotNull MemorySegmentVkConditionalRenderingBeginInfoEXT.pNext()@NotNull MemorySegmentVkConvertCooperativeVectorMatrixInfoNV.pNext()@NotNull MemorySegmentVkCooperativeMatrixFlexibleDimensionsPropertiesNV.pNext()@NotNull MemorySegmentVkCooperativeMatrixPropertiesKHR.pNext()@NotNull MemorySegmentVkCooperativeMatrixPropertiesNV.pNext()@NotNull MemorySegmentVkCooperativeVectorPropertiesNV.pNext()@NotNull MemorySegmentVkCopyAccelerationStructureInfoKHR.pNext()@NotNull MemorySegmentVkCopyAccelerationStructureToMemoryInfoKHR.pNext()@NotNull MemorySegmentVkCopyBufferInfo2.pNext()@NotNull MemorySegmentVkCopyBufferToImageInfo2.pNext()@NotNull MemorySegmentVkCopyCommandTransformInfoQCOM.pNext()@NotNull MemorySegmentVkCopyDescriptorSet.pNext()@NotNull MemorySegmentVkCopyImageInfo2.pNext()@NotNull MemorySegmentVkCopyImageToBufferInfo2.pNext()@NotNull MemorySegmentVkCopyImageToImageInfo.pNext()@NotNull MemorySegmentVkCopyImageToMemoryInfo.pNext()@NotNull MemorySegmentVkCopyMemoryToAccelerationStructureInfoKHR.pNext()@NotNull MemorySegmentVkCopyMemoryToImageInfo.pNext()@NotNull MemorySegmentVkCopyMemoryToMicromapInfoEXT.pNext()@NotNull MemorySegmentVkCopyMicromapInfoEXT.pNext()@NotNull MemorySegmentVkCopyMicromapToMemoryInfoEXT.pNext()@NotNull MemorySegmentVkCudaFunctionCreateInfoNV.pNext()@NotNull MemorySegmentVkCudaLaunchInfoNV.pNext()@NotNull MemorySegmentVkCudaModuleCreateInfoNV.pNext()@NotNull MemorySegmentVkCuFunctionCreateInfoNVX.pNext()@NotNull MemorySegmentVkCuLaunchInfoNVX.pNext()@NotNull MemorySegmentVkCuModuleCreateInfoNVX.pNext()@NotNull MemorySegmentVkCuModuleTexturingModeCreateInfoNVX.pNext()@NotNull MemorySegmentVkD3D12FenceSubmitInfoKHR.pNext()@NotNull MemorySegmentVkDebugMarkerMarkerInfoEXT.pNext()@NotNull MemorySegmentVkDebugMarkerObjectNameInfoEXT.pNext()@NotNull MemorySegmentVkDebugMarkerObjectTagInfoEXT.pNext()@NotNull MemorySegmentVkDebugReportCallbackCreateInfoEXT.pNext()@NotNull MemorySegmentVkDebugUtilsLabelEXT.pNext()@NotNull MemorySegmentVkDebugUtilsMessengerCallbackDataEXT.pNext()@NotNull MemorySegmentVkDebugUtilsMessengerCreateInfoEXT.pNext()@NotNull MemorySegmentVkDebugUtilsObjectNameInfoEXT.pNext()@NotNull MemorySegmentVkDebugUtilsObjectTagInfoEXT.pNext()@NotNull MemorySegmentVkDedicatedAllocationBufferCreateInfoNV.pNext()@NotNull MemorySegmentVkDedicatedAllocationImageCreateInfoNV.pNext()@NotNull MemorySegmentVkDedicatedAllocationMemoryAllocateInfoNV.pNext()@NotNull MemorySegmentVkDependencyInfo.pNext()@NotNull MemorySegmentVkDepthBiasInfoEXT.pNext()@NotNull MemorySegmentVkDepthBiasRepresentationInfoEXT.pNext()@NotNull MemorySegmentVkDescriptorAddressInfoEXT.pNext()@NotNull MemorySegmentVkDescriptorBufferBindingInfoEXT.pNext()@NotNull MemorySegmentVkDescriptorBufferBindingPushDescriptorBufferHandleEXT.pNext()@NotNull MemorySegmentVkDescriptorGetInfoEXT.pNext()@NotNull MemorySegmentVkDescriptorPoolCreateInfo.pNext()@NotNull MemorySegmentVkDescriptorPoolInlineUniformBlockCreateInfo.pNext()@NotNull MemorySegmentVkDescriptorSetAllocateInfo.pNext()@NotNull MemorySegmentVkDescriptorSetBindingReferenceVALVE.pNext()@NotNull MemorySegmentVkDescriptorSetLayoutBindingFlagsCreateInfo.pNext()@NotNull MemorySegmentVkDescriptorSetLayoutCreateInfo.pNext()@NotNull MemorySegmentVkDescriptorSetLayoutHostMappingInfoVALVE.pNext()@NotNull MemorySegmentVkDescriptorSetLayoutSupport.pNext()@NotNull MemorySegmentVkDescriptorSetVariableDescriptorCountAllocateInfo.pNext()@NotNull MemorySegmentVkDescriptorSetVariableDescriptorCountLayoutSupport.pNext()@NotNull MemorySegmentVkDescriptorUpdateTemplateCreateInfo.pNext()@NotNull MemorySegmentVkDeviceAddressBindingCallbackDataEXT.pNext()@NotNull MemorySegmentVkDeviceBufferMemoryRequirements.pNext()@NotNull MemorySegmentVkDeviceCreateInfo.pNext()@NotNull MemorySegmentVkDeviceDeviceMemoryReportCreateInfoEXT.pNext()@NotNull MemorySegmentVkDeviceDiagnosticsConfigCreateInfoNV.pNext()@NotNull MemorySegmentVkDeviceEventInfoEXT.pNext()@NotNull MemorySegmentVkDeviceFaultCountsEXT.pNext()@NotNull MemorySegmentVkDeviceFaultInfoEXT.pNext()@NotNull MemorySegmentVkDeviceGroupBindSparseInfo.pNext()@NotNull MemorySegmentVkDeviceGroupCommandBufferBeginInfo.pNext()@NotNull MemorySegmentVkDeviceGroupDeviceCreateInfo.pNext()@NotNull MemorySegmentVkDeviceGroupPresentCapabilitiesKHR.pNext()@NotNull MemorySegmentVkDeviceGroupPresentInfoKHR.pNext()@NotNull MemorySegmentVkDeviceGroupRenderPassBeginInfo.pNext()@NotNull MemorySegmentVkDeviceGroupSubmitInfo.pNext()@NotNull MemorySegmentVkDeviceGroupSwapchainCreateInfoKHR.pNext()@NotNull MemorySegmentVkDeviceImageMemoryRequirements.pNext()@NotNull MemorySegmentVkDeviceImageSubresourceInfo.pNext()@NotNull MemorySegmentVkDeviceMemoryOpaqueCaptureAddressInfo.pNext()@NotNull MemorySegmentVkDeviceMemoryOverallocationCreateInfoAMD.pNext()@NotNull MemorySegmentVkDeviceMemoryReportCallbackDataEXT.pNext()@NotNull MemorySegmentVkDevicePipelineBinaryInternalCacheControlKHR.pNext()@NotNull MemorySegmentVkDevicePrivateDataCreateInfo.pNext()@NotNull MemorySegmentVkDeviceQueueCreateInfo.pNext()@NotNull MemorySegmentVkDeviceQueueGlobalPriorityCreateInfo.pNext()@NotNull MemorySegmentVkDeviceQueueInfo2.pNext()@NotNull MemorySegmentVkDeviceQueueShaderCoreControlCreateInfoARM.pNext()@NotNull MemorySegmentVkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.pNext()@NotNull MemorySegmentVkDirectDriverLoadingInfoLUNARG.pNext()@NotNull MemorySegmentVkDirectDriverLoadingListLUNARG.pNext()@NotNull MemorySegmentVkDirectFBSurfaceCreateInfoEXT.pNext()@NotNull MemorySegmentVkDispatchTileInfoQCOM.pNext()@NotNull MemorySegmentVkDisplayEventInfoEXT.pNext()@NotNull MemorySegmentVkDisplayModeCreateInfoKHR.pNext()@NotNull MemorySegmentVkDisplayModeProperties2KHR.pNext()@NotNull MemorySegmentVkDisplayModeStereoPropertiesNV.pNext()@NotNull MemorySegmentVkDisplayNativeHdrSurfaceCapabilitiesAMD.pNext()@NotNull MemorySegmentVkDisplayPlaneCapabilities2KHR.pNext()@NotNull MemorySegmentVkDisplayPlaneInfo2KHR.pNext()@NotNull MemorySegmentVkDisplayPlaneProperties2KHR.pNext()@NotNull MemorySegmentVkDisplayPowerInfoEXT.pNext()@NotNull MemorySegmentVkDisplayPresentInfoKHR.pNext()@NotNull MemorySegmentVkDisplayProperties2KHR.pNext()@NotNull MemorySegmentVkDisplaySurfaceCreateInfoKHR.pNext()@NotNull MemorySegmentVkDisplaySurfaceStereoCreateInfoNV.pNext()@NotNull MemorySegmentVkDrmFormatModifierPropertiesList2EXT.pNext()@NotNull MemorySegmentVkDrmFormatModifierPropertiesListEXT.pNext()@NotNull MemorySegmentVkEventCreateInfo.pNext()@NotNull MemorySegmentVkExecutionGraphPipelineCreateInfoAMDX.pNext()@NotNull MemorySegmentVkExecutionGraphPipelineScratchSizeAMDX.pNext()@NotNull MemorySegmentVkExportFenceCreateInfo.pNext()@NotNull MemorySegmentVkExportFenceSciSyncInfoNV.pNext()@NotNull MemorySegmentVkExportFenceWin32HandleInfoKHR.pNext()@NotNull MemorySegmentVkExportMemoryAllocateInfo.pNext()@NotNull MemorySegmentVkExportMemoryAllocateInfoNV.pNext()@NotNull MemorySegmentVkExportMemorySciBufInfoNV.pNext()@NotNull MemorySegmentVkExportMemoryWin32HandleInfoKHR.pNext()@NotNull MemorySegmentVkExportMemoryWin32HandleInfoNV.pNext()@NotNull MemorySegmentVkExportMetalBufferInfoEXT.pNext()@NotNull MemorySegmentVkExportMetalCommandQueueInfoEXT.pNext()@NotNull MemorySegmentVkExportMetalDeviceInfoEXT.pNext()@NotNull MemorySegmentVkExportMetalIOSurfaceInfoEXT.pNext()@NotNull MemorySegmentVkExportMetalObjectCreateInfoEXT.pNext()@NotNull MemorySegmentVkExportMetalObjectsInfoEXT.pNext()@NotNull MemorySegmentVkExportMetalSharedEventInfoEXT.pNext()@NotNull MemorySegmentVkExportMetalTextureInfoEXT.pNext()@NotNull MemorySegmentVkExportSemaphoreCreateInfo.pNext()@NotNull MemorySegmentVkExportSemaphoreSciSyncInfoNV.pNext()@NotNull MemorySegmentVkExportSemaphoreWin32HandleInfoKHR.pNext()@NotNull MemorySegmentVkExternalBufferProperties.pNext()@NotNull MemorySegmentVkExternalComputeQueueCreateInfoNV.pNext()@NotNull MemorySegmentVkExternalComputeQueueDataParamsNV.pNext()@NotNull MemorySegmentVkExternalComputeQueueDeviceCreateInfoNV.pNext()@NotNull MemorySegmentVkExternalFenceProperties.pNext()@NotNull MemorySegmentVkExternalFormatANDROID.pNext()@NotNull MemorySegmentVkExternalFormatQNX.pNext()@NotNull MemorySegmentVkExternalImageFormatProperties.pNext()@NotNull MemorySegmentVkExternalMemoryAcquireUnmodifiedEXT.pNext()@NotNull MemorySegmentVkExternalMemoryBufferCreateInfo.pNext()@NotNull MemorySegmentVkExternalMemoryImageCreateInfo.pNext()@NotNull MemorySegmentVkExternalMemoryImageCreateInfoNV.pNext()@NotNull MemorySegmentVkExternalSemaphoreProperties.pNext()@NotNull MemorySegmentVkFenceCreateInfo.pNext()@NotNull MemorySegmentVkFenceGetFdInfoKHR.pNext()@NotNull MemorySegmentVkFenceGetSciSyncInfoNV.pNext()@NotNull MemorySegmentVkFenceGetWin32HandleInfoKHR.pNext()@NotNull MemorySegmentVkFilterCubicImageViewImageFormatPropertiesEXT.pNext()@NotNull MemorySegmentVkFormatProperties2.pNext()@NotNull MemorySegmentVkFormatProperties3.pNext()@NotNull MemorySegmentVkFragmentShadingRateAttachmentInfoKHR.pNext()@NotNull MemorySegmentVkFrameBoundaryEXT.pNext()@NotNull MemorySegmentVkFramebufferAttachmentImageInfo.pNext()@NotNull MemorySegmentVkFramebufferAttachmentsCreateInfo.pNext()@NotNull MemorySegmentVkFramebufferCreateInfo.pNext()@NotNull MemorySegmentVkFramebufferMixedSamplesCombinationNV.pNext()@NotNull MemorySegmentVkGeneratedCommandsInfoEXT.pNext()@NotNull MemorySegmentVkGeneratedCommandsInfoNV.pNext()@NotNull MemorySegmentVkGeneratedCommandsMemoryRequirementsInfoEXT.pNext()@NotNull MemorySegmentVkGeneratedCommandsMemoryRequirementsInfoNV.pNext()@NotNull MemorySegmentVkGeneratedCommandsPipelineInfoEXT.pNext()@NotNull MemorySegmentVkGeneratedCommandsShaderInfoEXT.pNext()@NotNull MemorySegmentVkGeometryAABBNV.pNext()@NotNull MemorySegmentVkGeometryNV.pNext()@NotNull MemorySegmentVkGeometryTrianglesNV.pNext()@NotNull MemorySegmentVkGetLatencyMarkerInfoNV.pNext()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pNext()@NotNull MemorySegmentVkGraphicsPipelineLibraryCreateInfoEXT.pNext()@NotNull MemorySegmentVkGraphicsPipelineShaderGroupsCreateInfoNV.pNext()@NotNull MemorySegmentVkGraphicsShaderGroupCreateInfoNV.pNext()@NotNull MemorySegmentVkHdrMetadataEXT.pNext()@NotNull MemorySegmentVkHdrVividDynamicMetadataHUAWEI.pNext()@NotNull MemorySegmentVkHeadlessSurfaceCreateInfoEXT.pNext()@NotNull MemorySegmentVkHostImageCopyDevicePerformanceQuery.pNext()@NotNull MemorySegmentVkHostImageLayoutTransitionInfo.pNext()@NotNull MemorySegmentVkImageAlignmentControlCreateInfoMESA.pNext()@NotNull MemorySegmentVkImageBlit2.pNext()@NotNull MemorySegmentVkImageCaptureDescriptorDataInfoEXT.pNext()@NotNull MemorySegmentVkImageCompressionControlEXT.pNext()@NotNull MemorySegmentVkImageCompressionPropertiesEXT.pNext()@NotNull MemorySegmentVkImageConstraintsInfoFUCHSIA.pNext()@NotNull MemorySegmentVkImageCopy2.pNext()@NotNull MemorySegmentVkImageCreateInfo.pNext()@NotNull MemorySegmentVkImageDrmFormatModifierExplicitCreateInfoEXT.pNext()@NotNull MemorySegmentVkImageDrmFormatModifierListCreateInfoEXT.pNext()@NotNull MemorySegmentVkImageDrmFormatModifierPropertiesEXT.pNext()@NotNull MemorySegmentVkImageFormatConstraintsInfoFUCHSIA.pNext()@NotNull MemorySegmentVkImageFormatListCreateInfo.pNext()@NotNull MemorySegmentVkImageFormatProperties2.pNext()@NotNull MemorySegmentVkImageMemoryBarrier.pNext()@NotNull MemorySegmentVkImageMemoryBarrier2.pNext()@NotNull MemorySegmentVkImageMemoryRequirementsInfo2.pNext()@NotNull MemorySegmentVkImagePipeSurfaceCreateInfoFUCHSIA.pNext()@NotNull MemorySegmentVkImagePlaneMemoryRequirementsInfo.pNext()@NotNull MemorySegmentVkImageResolve2.pNext()@NotNull MemorySegmentVkImageSparseMemoryRequirementsInfo2.pNext()@NotNull MemorySegmentVkImageStencilUsageCreateInfo.pNext()@NotNull MemorySegmentVkImageSubresource2.pNext()@NotNull MemorySegmentVkImageSwapchainCreateInfoKHR.pNext()@NotNull MemorySegmentVkImageToMemoryCopy.pNext()@NotNull MemorySegmentVkImageViewAddressPropertiesNVX.pNext()@NotNull MemorySegmentVkImageViewASTCDecodeModeEXT.pNext()@NotNull MemorySegmentVkImageViewCaptureDescriptorDataInfoEXT.pNext()@NotNull MemorySegmentVkImageViewCreateInfo.pNext()@NotNull MemorySegmentVkImageViewHandleInfoNVX.pNext()@NotNull MemorySegmentVkImageViewMinLodCreateInfoEXT.pNext()@NotNull MemorySegmentVkImageViewSampleWeightCreateInfoQCOM.pNext()@NotNull MemorySegmentVkImageViewSlicedCreateInfoEXT.pNext()@NotNull MemorySegmentVkImageViewUsageCreateInfo.pNext()@NotNull MemorySegmentVkImportAndroidHardwareBufferInfoANDROID.pNext()@NotNull MemorySegmentVkImportFenceFdInfoKHR.pNext()@NotNull MemorySegmentVkImportFenceSciSyncInfoNV.pNext()@NotNull MemorySegmentVkImportFenceWin32HandleInfoKHR.pNext()@NotNull MemorySegmentVkImportMemoryBufferCollectionFUCHSIA.pNext()@NotNull MemorySegmentVkImportMemoryFdInfoKHR.pNext()@NotNull MemorySegmentVkImportMemoryHostPointerInfoEXT.pNext()@NotNull MemorySegmentVkImportMemoryMetalHandleInfoEXT.pNext()@NotNull MemorySegmentVkImportMemorySciBufInfoNV.pNext()@NotNull MemorySegmentVkImportMemoryWin32HandleInfoKHR.pNext()@NotNull MemorySegmentVkImportMemoryWin32HandleInfoNV.pNext()@NotNull MemorySegmentVkImportMemoryZirconHandleInfoFUCHSIA.pNext()@NotNull MemorySegmentVkImportMetalBufferInfoEXT.pNext()@NotNull MemorySegmentVkImportMetalIOSurfaceInfoEXT.pNext()@NotNull MemorySegmentVkImportMetalSharedEventInfoEXT.pNext()@NotNull MemorySegmentVkImportMetalTextureInfoEXT.pNext()@NotNull MemorySegmentVkImportScreenBufferInfoQNX.pNext()@NotNull MemorySegmentVkImportSemaphoreFdInfoKHR.pNext()@NotNull MemorySegmentVkImportSemaphoreSciSyncInfoNV.pNext()@NotNull MemorySegmentVkImportSemaphoreWin32HandleInfoKHR.pNext()@NotNull MemorySegmentVkImportSemaphoreZirconHandleInfoFUCHSIA.pNext()@NotNull MemorySegmentVkIndirectCommandsLayoutCreateInfoEXT.pNext()@NotNull MemorySegmentVkIndirectCommandsLayoutCreateInfoNV.pNext()@NotNull MemorySegmentVkIndirectCommandsLayoutTokenEXT.pNext()@NotNull MemorySegmentVkIndirectCommandsLayoutTokenNV.pNext()@NotNull MemorySegmentVkIndirectExecutionSetCreateInfoEXT.pNext()@NotNull MemorySegmentVkIndirectExecutionSetPipelineInfoEXT.pNext()@NotNull MemorySegmentVkIndirectExecutionSetShaderInfoEXT.pNext()@NotNull MemorySegmentVkIndirectExecutionSetShaderLayoutInfoEXT.pNext()@NotNull MemorySegmentVkInitializePerformanceApiInfoINTEL.pNext()@NotNull MemorySegmentVkInstanceCreateInfo.pNext()@NotNull MemorySegmentVkIOSSurfaceCreateInfoMVK.pNext()@NotNull MemorySegmentVkLatencySleepInfoNV.pNext()@NotNull MemorySegmentVkLatencySleepModeInfoNV.pNext()@NotNull MemorySegmentVkLatencySubmissionPresentIdNV.pNext()@NotNull MemorySegmentVkLatencySurfaceCapabilitiesNV.pNext()@NotNull MemorySegmentVkLatencyTimingsFrameReportNV.pNext()@NotNull MemorySegmentVkLayerSettingsCreateInfoEXT.pNext()@NotNull MemorySegmentVkMacOSSurfaceCreateInfoMVK.pNext()@NotNull MemorySegmentVkMappedMemoryRange.pNext()@NotNull MemorySegmentVkMemoryAllocateFlagsInfo.pNext()@NotNull MemorySegmentVkMemoryAllocateInfo.pNext()@NotNull MemorySegmentVkMemoryBarrier.pNext()@NotNull MemorySegmentVkMemoryBarrier2.pNext()@NotNull MemorySegmentVkMemoryBarrierAccessFlags3KHR.pNext()@NotNull MemorySegmentVkMemoryDedicatedAllocateInfo.pNext()@NotNull MemorySegmentVkMemoryDedicatedRequirements.pNext()@NotNull MemorySegmentVkMemoryFdPropertiesKHR.pNext()@NotNull MemorySegmentVkMemoryGetAndroidHardwareBufferInfoANDROID.pNext()@NotNull MemorySegmentVkMemoryGetFdInfoKHR.pNext()@NotNull MemorySegmentVkMemoryGetMetalHandleInfoEXT.pNext()@NotNull MemorySegmentVkMemoryGetRemoteAddressInfoNV.pNext()@NotNull MemorySegmentVkMemoryGetSciBufInfoNV.pNext()@NotNull MemorySegmentVkMemoryGetWin32HandleInfoKHR.pNext()@NotNull MemorySegmentVkMemoryGetZirconHandleInfoFUCHSIA.pNext()@NotNull MemorySegmentVkMemoryHostPointerPropertiesEXT.pNext()@NotNull MemorySegmentVkMemoryMapInfo.pNext()@NotNull MemorySegmentVkMemoryMapPlacedInfoEXT.pNext()@NotNull MemorySegmentVkMemoryMetalHandlePropertiesEXT.pNext()@NotNull MemorySegmentVkMemoryOpaqueCaptureAddressAllocateInfo.pNext()@NotNull MemorySegmentVkMemoryPriorityAllocateInfoEXT.pNext()@NotNull MemorySegmentVkMemoryRequirements2.pNext()@NotNull MemorySegmentVkMemorySciBufPropertiesNV.pNext()@NotNull MemorySegmentVkMemoryToImageCopy.pNext()@NotNull MemorySegmentVkMemoryUnmapInfo.pNext()@NotNull MemorySegmentVkMemoryWin32HandlePropertiesKHR.pNext()@NotNull MemorySegmentVkMemoryZirconHandlePropertiesFUCHSIA.pNext()@NotNull MemorySegmentVkMetalSurfaceCreateInfoEXT.pNext()@NotNull MemorySegmentVkMicromapBuildInfoEXT.pNext()@NotNull MemorySegmentVkMicromapBuildSizesInfoEXT.pNext()@NotNull MemorySegmentVkMicromapCreateInfoEXT.pNext()@NotNull MemorySegmentVkMicromapVersionInfoEXT.pNext()@NotNull MemorySegmentVkMultisampledRenderToSingleSampledInfoEXT.pNext()@NotNull MemorySegmentVkMultisamplePropertiesEXT.pNext()@NotNull MemorySegmentVkMultiviewPerViewAttributesInfoNVX.pNext()@NotNull MemorySegmentVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pNext()@NotNull MemorySegmentVkMutableDescriptorTypeCreateInfoEXT.pNext()@NotNull MemorySegmentVkOpaqueCaptureDescriptorDataCreateInfoEXT.pNext()@NotNull MemorySegmentVkOpticalFlowExecuteInfoNV.pNext()@NotNull MemorySegmentVkOpticalFlowImageFormatInfoNV.pNext()@NotNull MemorySegmentVkOpticalFlowImageFormatPropertiesNV.pNext()@NotNull MemorySegmentVkOpticalFlowSessionCreateInfoNV.pNext()@NotNull MemorySegmentVkOpticalFlowSessionCreatePrivateDataInfoNV.pNext()@NotNull MemorySegmentVkOutOfBandQueueTypeInfoNV.pNext()@NotNull MemorySegmentVkPartitionedAccelerationStructureFlagsNV.pNext()@NotNull MemorySegmentVkPartitionedAccelerationStructureInstancesInputNV.pNext()@NotNull MemorySegmentVkPerformanceConfigurationAcquireInfoINTEL.pNext()@NotNull MemorySegmentVkPerformanceCounterDescriptionKHR.pNext()@NotNull MemorySegmentVkPerformanceCounterKHR.pNext()@NotNull MemorySegmentVkPerformanceMarkerInfoINTEL.pNext()@NotNull MemorySegmentVkPerformanceOverrideInfoINTEL.pNext()@NotNull MemorySegmentVkPerformanceQueryReservationInfoKHR.pNext()@NotNull MemorySegmentVkPerformanceQuerySubmitInfoKHR.pNext()@NotNull MemorySegmentVkPerformanceStreamMarkerInfoINTEL.pNext()@NotNull MemorySegmentVkPerTileBeginInfoQCOM.pNext()@NotNull MemorySegmentVkPerTileEndInfoQCOM.pNext()@NotNull MemorySegmentVkPhysicalDevice16BitStorageFeatures.pNext()@NotNull MemorySegmentVkPhysicalDevice4444FormatsFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDevice8BitStorageFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceAccelerationStructureFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceAccelerationStructurePropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceAddressBindingReportFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceAmigoProfilingFeaturesSEC.pNext()@NotNull MemorySegmentVkPhysicalDeviceAntiLagFeaturesAMD.pNext()@NotNull MemorySegmentVkPhysicalDeviceASTCDecodeFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceBorderColorSwizzleFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceBufferDeviceAddressFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceClusterAccelerationStructureFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.pNext()@NotNull MemorySegmentVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.pNext()@NotNull MemorySegmentVkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.pNext()@NotNull MemorySegmentVkPhysicalDeviceCoherentMemoryFeaturesAMD.pNext()@NotNull MemorySegmentVkPhysicalDeviceColorWriteEnableFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceCommandBufferInheritanceFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceConditionalRenderingFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceConservativeRasterizationPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceCooperativeMatrix2FeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCooperativeMatrix2PropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCooperativeMatrixFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceCooperativeMatrixFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCooperativeMatrixPropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceCooperativeMatrixPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCooperativeVectorFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCooperativeVectorPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCopyMemoryIndirectPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCornerSampledImageFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCoverageReductionModeFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCubicClampFeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceCubicWeightsFeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceCudaKernelLaunchFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCudaKernelLaunchPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceCustomBorderColorFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceCustomBorderColorPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceDepthBiasControlFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDepthClampControlFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDepthClampZeroOneFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceDepthClipControlFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDepthClipEnableFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDepthStencilResolveProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDescriptorBufferFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDescriptorBufferPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDescriptorIndexingFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceDescriptorIndexingProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.pNext()@NotNull MemorySegmentVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceDeviceMemoryReportFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDiagnosticsConfigFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceDiscardRectanglePropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDisplacementMicromapFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceDisplacementMicromapPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceDriverProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceDrmPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceDynamicRenderingFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceDynamicRenderingLocalReadFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceExclusiveScissorFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceExtendedDynamicState3PropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceExtendedDynamicStateFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalBufferInfo.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalComputeQueuePropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalFenceInfo.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalFormatResolveFeaturesANDROID.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalImageFormatInfo.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalMemoryHostPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalMemorySciBufFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalSciSync2FeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalSciSyncFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceExternalSemaphoreInfo.pNext()@NotNull MemorySegmentVkPhysicalDeviceFaultFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceFeatures2.pNext()@NotNull MemorySegmentVkPhysicalDeviceFloatControlsProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentDensityMapFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentDensityMapPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentShadingRateFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentShadingRateKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceFragmentShadingRatePropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceFrameBoundaryFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceGlobalPriorityQueryFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceGroupProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceHdrVividFeaturesHUAWEI.pNext()@NotNull MemorySegmentVkPhysicalDeviceHostImageCopyFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceHostImageCopyProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceHostQueryResetFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceIDProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceImage2DViewOf3DFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageAlignmentControlFeaturesMESA.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageAlignmentControlPropertiesMESA.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageCompressionControlFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageDrmFormatModifierInfoEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageFormatInfo2.pNext()@NotNull MemorySegmentVkPhysicalDeviceImagelessFramebufferFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageProcessing2FeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageProcessing2PropertiesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageProcessingFeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageProcessingPropertiesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageRobustnessFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageViewImageFormatInfoEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceImageViewMinLodFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceIndexTypeUint8Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceInheritedViewportScissorFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceInlineUniformBlockFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceInlineUniformBlockProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceInvocationMaskFeaturesHUAWEI.pNext()@NotNull MemorySegmentVkPhysicalDeviceLayeredApiPropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceLayeredApiPropertiesListKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceLayeredDriverPropertiesMSFT.pNext()@NotNull MemorySegmentVkPhysicalDeviceLegacyDitheringFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceLinearColorAttachmentFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceLineRasterizationFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceLineRasterizationProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance3Properties.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance4Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance4Properties.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance5Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance5Properties.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance6Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance6Properties.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance7FeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance7PropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceMaintenance8FeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceMapMemoryPlacedPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceMemoryBudgetPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceMemoryDecompressionFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceMemoryDecompressionPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceMemoryPriorityFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceMemoryProperties2.pNext()@NotNull MemorySegmentVkPhysicalDeviceMeshShaderFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceMeshShaderFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceMeshShaderPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceMeshShaderPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceMultiDrawFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceMultiDrawPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceMultiviewFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.pNext()@NotNull MemorySegmentVkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceMultiviewProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceNestedCommandBufferFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceNestedCommandBufferPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceOpacityMicromapFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceOpacityMicromapPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceOpticalFlowFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceOpticalFlowPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDevicePCIBusInfoPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDevicePerformanceQueryFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDevicePerformanceQueryPropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDevicePerStageDescriptorSetFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelineBinaryFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelineBinaryPropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelineCreationCacheControlFeatures.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelineOpacityMicromapFeaturesARM.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelinePropertiesFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelineProtectedAccessFeatures.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelineRobustnessFeatures.pNext()@NotNull MemorySegmentVkPhysicalDevicePipelineRobustnessProperties.pNext()@NotNull MemorySegmentVkPhysicalDevicePointClippingProperties.pNext()@NotNull MemorySegmentVkPhysicalDevicePortabilitySubsetFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDevicePortabilitySubsetPropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDevicePresentBarrierFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDevicePresentIdFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDevicePresentMeteringFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDevicePresentWaitFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDevicePrivateDataFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceProperties2.pNext()@NotNull MemorySegmentVkPhysicalDeviceProtectedMemoryFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceProtectedMemoryProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceProvokingVertexFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceProvokingVertexPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDevicePushDescriptorProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceRawAccessChainsFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayQueryFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingMotionBlurFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingPipelineFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingPipelinePropertiesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceRayTracingValidationFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.pNext()@NotNull MemorySegmentVkPhysicalDeviceRenderPassStripedFeaturesARM.pNext()@NotNull MemorySegmentVkPhysicalDeviceRenderPassStripedPropertiesARM.pNext()@NotNull MemorySegmentVkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceRobustness2FeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceRobustness2PropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceSampleLocationsPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceSamplerFilterMinmaxProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceSamplerYcbcrConversionFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceScalarBlockLayoutFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceSchedulingControlsFeaturesARM.pNext()@NotNull MemorySegmentVkPhysicalDeviceSchedulingControlsPropertiesARM.pNext()@NotNull MemorySegmentVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderAtomicInt64Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderBfloat16FeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderClockFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderCoreProperties2AMD.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderCorePropertiesAMD.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderCorePropertiesARM.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderDrawParametersFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderEnqueueFeaturesAMDX.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderEnqueuePropertiesAMDX.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderExpectAssumeFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderFloat16Int8Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderFloatControls2Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderImageFootprintFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderIntegerDotProductFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderIntegerDotProductProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderObjectFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderObjectPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderQuadControlFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderSMBuiltinsPropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderSubgroupRotateFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderTerminateInvocationFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderTileImageFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShaderTileImagePropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceShadingRateImageFeaturesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceShadingRateImagePropertiesNV.pNext()@NotNull MemorySegmentVkPhysicalDeviceSparseImageFormatInfo2.pNext()@NotNull MemorySegmentVkPhysicalDeviceSubgroupProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceSubgroupSizeControlFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceSubgroupSizeControlProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceSubpassShadingFeaturesHUAWEI.pNext()@NotNull MemorySegmentVkPhysicalDeviceSubpassShadingPropertiesHUAWEI.pNext()@NotNull MemorySegmentVkPhysicalDeviceSurfaceInfo2KHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceSynchronization2Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceTexelBufferAlignmentProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceTextureCompressionASTCHDRFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceTileMemoryHeapFeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceTileMemoryHeapPropertiesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceTilePropertiesFeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceTileShadingFeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceTileShadingPropertiesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceTimelineSemaphoreFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceTimelineSemaphoreProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceToolProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceTransformFeedbackFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceTransformFeedbackPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceUniformBufferStandardLayoutFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceVariablePointersFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceVertexAttributeDivisorFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceVertexAttributeDivisorProperties.pNext()@NotNull MemorySegmentVkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceVideoEncodeAV1FeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceVideoFormatInfoKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceVideoMaintenance1FeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceVideoMaintenance2FeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceVulkan11Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceVulkan11Properties.pNext()@NotNull MemorySegmentVkPhysicalDeviceVulkan12Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceVulkan12Properties.pNext()@NotNull MemorySegmentVkPhysicalDeviceVulkan13Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceVulkan13Properties.pNext()@NotNull MemorySegmentVkPhysicalDeviceVulkan14Features.pNext()@NotNull MemorySegmentVkPhysicalDeviceVulkan14Properties.pNext()@NotNull MemorySegmentVkPhysicalDeviceVulkanMemoryModelFeatures.pNext()@NotNull MemorySegmentVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.pNext()@NotNull MemorySegmentVkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.pNext()@NotNull MemorySegmentVkPhysicalDeviceYcbcrImageArraysFeaturesEXT.pNext()@NotNull MemorySegmentVkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.pNext()@NotNull MemorySegmentVkPipelineBinaryCreateInfoKHR.pNext()@NotNull MemorySegmentVkPipelineBinaryDataInfoKHR.pNext()@NotNull MemorySegmentVkPipelineBinaryHandlesInfoKHR.pNext()@NotNull MemorySegmentVkPipelineBinaryInfoKHR.pNext()@NotNull MemorySegmentVkPipelineBinaryKeyKHR.pNext()@NotNull MemorySegmentVkPipelineCacheCreateInfo.pNext()@NotNull MemorySegmentVkPipelineColorBlendAdvancedStateCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineColorBlendStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineColorWriteCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineCompilerControlCreateInfoAMD.pNext()@NotNull MemorySegmentVkPipelineCoverageModulationStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPipelineCoverageReductionStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPipelineCoverageToColorStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPipelineCreateFlags2CreateInfo.pNext()@NotNull MemorySegmentVkPipelineCreateInfoKHR.pNext()@NotNull MemorySegmentVkPipelineCreationFeedbackCreateInfo.pNext()@NotNull MemorySegmentVkPipelineDepthStencilStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineDiscardRectangleStateCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineDynamicStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineExecutableInfoKHR.pNext()@NotNull MemorySegmentVkPipelineExecutableInternalRepresentationKHR.pNext()@NotNull MemorySegmentVkPipelineExecutablePropertiesKHR.pNext()@NotNull MemorySegmentVkPipelineExecutableStatisticKHR.pNext()@NotNull MemorySegmentVkPipelineFragmentShadingRateEnumStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPipelineFragmentShadingRateStateCreateInfoKHR.pNext()@NotNull MemorySegmentVkPipelineIndirectDeviceAddressInfoNV.pNext()@NotNull MemorySegmentVkPipelineInfoKHR.pNext()@NotNull MemorySegmentVkPipelineInputAssemblyStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineLayoutCreateInfo.pNext()@NotNull MemorySegmentVkPipelineLibraryCreateInfoKHR.pNext()@NotNull MemorySegmentVkPipelineMultisampleStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelinePropertiesIdentifierEXT.pNext()@NotNull MemorySegmentVkPipelineRasterizationConservativeStateCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineRasterizationDepthClipStateCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineRasterizationLineStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineRasterizationProvokingVertexStateCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineRasterizationStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineRasterizationStateRasterizationOrderAMD.pNext()@NotNull MemorySegmentVkPipelineRasterizationStateStreamCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineRenderingCreateInfo.pNext()@NotNull MemorySegmentVkPipelineRepresentativeFragmentTestStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPipelineRobustnessCreateInfo.pNext()@NotNull MemorySegmentVkPipelineSampleLocationsStateCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineShaderStageCreateInfo.pNext()@NotNull MemorySegmentVkPipelineShaderStageModuleIdentifierCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineShaderStageNodeCreateInfoAMDX.pNext()@NotNull MemorySegmentVkPipelineShaderStageRequiredSubgroupSizeCreateInfo.pNext()@NotNull MemorySegmentVkPipelineTessellationDomainOriginStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineTessellationStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineVertexInputDivisorStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineVertexInputStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPipelineViewportDepthClampControlCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineViewportDepthClipControlCreateInfoEXT.pNext()@NotNull MemorySegmentVkPipelineViewportExclusiveScissorStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPipelineViewportShadingRateImageStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPipelineViewportStateCreateInfo.pNext()@NotNull MemorySegmentVkPipelineViewportSwizzleStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPipelineViewportWScalingStateCreateInfoNV.pNext()@NotNull MemorySegmentVkPresentFrameTokenGGP.pNext()@NotNull MemorySegmentVkPresentIdKHR.pNext()@NotNull MemorySegmentVkPresentInfoKHR.pNext()@NotNull MemorySegmentVkPresentRegionsKHR.pNext()@NotNull MemorySegmentVkPresentTimesInfoGOOGLE.pNext()@NotNull MemorySegmentVkPrivateDataSlotCreateInfo.pNext()@NotNull MemorySegmentVkProtectedSubmitInfo.pNext()@NotNull MemorySegmentVkPushConstantsInfo.pNext()@NotNull MemorySegmentVkPushDescriptorSetInfo.pNext()@NotNull MemorySegmentVkPushDescriptorSetWithTemplateInfo.pNext()@NotNull MemorySegmentVkQueryLowLatencySupportNV.pNext()@NotNull MemorySegmentVkQueryPoolCreateInfo.pNext()@NotNull MemorySegmentVkQueryPoolPerformanceCreateInfoKHR.pNext()@NotNull MemorySegmentVkQueryPoolPerformanceQueryCreateInfoINTEL.pNext()@NotNull MemorySegmentVkQueryPoolVideoEncodeFeedbackCreateInfoKHR.pNext()@NotNull MemorySegmentVkQueueFamilyCheckpointProperties2NV.pNext()@NotNull MemorySegmentVkQueueFamilyCheckpointPropertiesNV.pNext()@NotNull MemorySegmentVkQueueFamilyGlobalPriorityProperties.pNext()@NotNull MemorySegmentVkQueueFamilyProperties2.pNext()@NotNull MemorySegmentVkQueueFamilyQueryResultStatusPropertiesKHR.pNext()@NotNull MemorySegmentVkQueueFamilyVideoPropertiesKHR.pNext()@NotNull MemorySegmentVkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.pNext()@NotNull MemorySegmentVkRayTracingPipelineCreateInfoKHR.pNext()@NotNull MemorySegmentVkRayTracingPipelineCreateInfoNV.pNext()@NotNull MemorySegmentVkRayTracingPipelineInterfaceCreateInfoKHR.pNext()@NotNull MemorySegmentVkRayTracingShaderGroupCreateInfoKHR.pNext()@NotNull MemorySegmentVkRayTracingShaderGroupCreateInfoNV.pNext()@NotNull MemorySegmentVkRefreshObjectListKHR.pNext()@NotNull MemorySegmentVkReleaseCapturedPipelineDataInfoKHR.pNext()@NotNull MemorySegmentVkReleaseSwapchainImagesInfoEXT.pNext()@NotNull MemorySegmentVkRenderingAreaInfo.pNext()@NotNull MemorySegmentVkRenderingAttachmentInfo.pNext()@NotNull MemorySegmentVkRenderingAttachmentLocationInfo.pNext()@NotNull MemorySegmentVkRenderingEndInfoEXT.pNext()@NotNull MemorySegmentVkRenderingFragmentDensityMapAttachmentInfoEXT.pNext()@NotNull MemorySegmentVkRenderingFragmentShadingRateAttachmentInfoKHR.pNext()@NotNull MemorySegmentVkRenderingInfo.pNext()@NotNull MemorySegmentVkRenderingInputAttachmentIndexInfo.pNext()@NotNull MemorySegmentVkRenderPassAttachmentBeginInfo.pNext()@NotNull MemorySegmentVkRenderPassBeginInfo.pNext()@NotNull MemorySegmentVkRenderPassCreateInfo.pNext()@NotNull MemorySegmentVkRenderPassCreateInfo2.pNext()@NotNull MemorySegmentVkRenderPassCreationControlEXT.pNext()@NotNull MemorySegmentVkRenderPassCreationFeedbackCreateInfoEXT.pNext()@NotNull MemorySegmentVkRenderPassFragmentDensityMapCreateInfoEXT.pNext()@NotNull MemorySegmentVkRenderPassFragmentDensityMapOffsetEndInfoEXT.pNext()@NotNull MemorySegmentVkRenderPassInputAttachmentAspectCreateInfo.pNext()@NotNull MemorySegmentVkRenderPassMultiviewCreateInfo.pNext()@NotNull MemorySegmentVkRenderPassSampleLocationsBeginInfoEXT.pNext()@NotNull MemorySegmentVkRenderPassStripeBeginInfoARM.pNext()@NotNull MemorySegmentVkRenderPassStripeInfoARM.pNext()@NotNull MemorySegmentVkRenderPassStripeSubmitInfoARM.pNext()@NotNull MemorySegmentVkRenderPassSubpassFeedbackCreateInfoEXT.pNext()@NotNull MemorySegmentVkRenderPassTileShadingCreateInfoQCOM.pNext()@NotNull MemorySegmentVkRenderPassTransformBeginInfoQCOM.pNext()@NotNull MemorySegmentVkResolveImageInfo2.pNext()@NotNull MemorySegmentVkSampleLocationsInfoEXT.pNext()@NotNull MemorySegmentVkSamplerBlockMatchWindowCreateInfoQCOM.pNext()@NotNull MemorySegmentVkSamplerBorderColorComponentMappingCreateInfoEXT.pNext()@NotNull MemorySegmentVkSamplerCaptureDescriptorDataInfoEXT.pNext()@NotNull MemorySegmentVkSamplerCreateInfo.pNext()@NotNull MemorySegmentVkSamplerCubicWeightsCreateInfoQCOM.pNext()@NotNull MemorySegmentVkSamplerCustomBorderColorCreateInfoEXT.pNext()@NotNull MemorySegmentVkSamplerReductionModeCreateInfo.pNext()@NotNull MemorySegmentVkSamplerYcbcrConversionCreateInfo.pNext()@NotNull MemorySegmentVkSamplerYcbcrConversionImageFormatProperties.pNext()@NotNull MemorySegmentVkSamplerYcbcrConversionInfo.pNext()@NotNull MemorySegmentVkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.pNext()@NotNull MemorySegmentVkSciSyncAttributesInfoNV.pNext()@NotNull MemorySegmentVkScreenBufferFormatPropertiesQNX.pNext()@NotNull MemorySegmentVkScreenBufferPropertiesQNX.pNext()@NotNull MemorySegmentVkScreenSurfaceCreateInfoQNX.pNext()@NotNull MemorySegmentVkSemaphoreCreateInfo.pNext()@NotNull MemorySegmentVkSemaphoreGetFdInfoKHR.pNext()@NotNull MemorySegmentVkSemaphoreGetSciSyncInfoNV.pNext()@NotNull MemorySegmentVkSemaphoreGetWin32HandleInfoKHR.pNext()@NotNull MemorySegmentVkSemaphoreGetZirconHandleInfoFUCHSIA.pNext()@NotNull MemorySegmentVkSemaphoreSciSyncCreateInfoNV.pNext()@NotNull MemorySegmentVkSemaphoreSciSyncPoolCreateInfoNV.pNext()@NotNull MemorySegmentVkSemaphoreSignalInfo.pNext()@NotNull MemorySegmentVkSemaphoreSubmitInfo.pNext()@NotNull MemorySegmentVkSemaphoreTypeCreateInfo.pNext()@NotNull MemorySegmentVkSemaphoreWaitInfo.pNext()@NotNull MemorySegmentVkSetDescriptorBufferOffsetsInfoEXT.pNext()@NotNull MemorySegmentVkSetLatencyMarkerInfoNV.pNext()@NotNull MemorySegmentVkSetPresentConfigNV.pNext()@NotNull MemorySegmentVkShaderCreateInfoEXT.pNext()@NotNull MemorySegmentVkShaderModuleCreateInfo.pNext()@NotNull MemorySegmentVkShaderModuleIdentifierEXT.pNext()@NotNull MemorySegmentVkShaderModuleValidationCacheCreateInfoEXT.pNext()@NotNull MemorySegmentVkSharedPresentSurfaceCapabilitiesKHR.pNext()@NotNull MemorySegmentVkSparseImageFormatProperties2.pNext()@NotNull MemorySegmentVkSparseImageMemoryRequirements2.pNext()@NotNull MemorySegmentVkStreamDescriptorSurfaceCreateInfoGGP.pNext()@NotNull MemorySegmentVkSubmitInfo.pNext()@NotNull MemorySegmentVkSubmitInfo2.pNext()@NotNull MemorySegmentVkSubpassBeginInfo.pNext()@NotNull MemorySegmentVkSubpassDependency2.pNext()@NotNull MemorySegmentVkSubpassDescription2.pNext()@NotNull MemorySegmentVkSubpassDescriptionDepthStencilResolve.pNext()@NotNull MemorySegmentVkSubpassEndInfo.pNext()@NotNull MemorySegmentVkSubpassResolvePerformanceQueryEXT.pNext()@NotNull MemorySegmentVkSubpassShadingPipelineCreateInfoHUAWEI.pNext()@NotNull MemorySegmentVkSubresourceHostMemcpySize.pNext()@NotNull MemorySegmentVkSubresourceLayout2.pNext()@NotNull MemorySegmentVkSurfaceCapabilities2EXT.pNext()@NotNull MemorySegmentVkSurfaceCapabilities2KHR.pNext()@NotNull MemorySegmentVkSurfaceCapabilitiesFullScreenExclusiveEXT.pNext()@NotNull MemorySegmentVkSurfaceCapabilitiesPresentBarrierNV.pNext()@NotNull MemorySegmentVkSurfaceFormat2KHR.pNext()@NotNull MemorySegmentVkSurfaceFullScreenExclusiveInfoEXT.pNext()@NotNull MemorySegmentVkSurfaceFullScreenExclusiveWin32InfoEXT.pNext()@NotNull MemorySegmentVkSurfacePresentModeCompatibilityEXT.pNext()@NotNull MemorySegmentVkSurfacePresentModeEXT.pNext()@NotNull MemorySegmentVkSurfacePresentScalingCapabilitiesEXT.pNext()@NotNull MemorySegmentVkSurfaceProtectedCapabilitiesKHR.pNext()@NotNull MemorySegmentVkSwapchainCounterCreateInfoEXT.pNext()@NotNull MemorySegmentVkSwapchainCreateInfoKHR.pNext()@NotNull MemorySegmentVkSwapchainDisplayNativeHdrCreateInfoAMD.pNext()@NotNull MemorySegmentVkSwapchainLatencyCreateInfoNV.pNext()@NotNull MemorySegmentVkSwapchainPresentBarrierCreateInfoNV.pNext()@NotNull MemorySegmentVkSwapchainPresentFenceInfoEXT.pNext()@NotNull MemorySegmentVkSwapchainPresentModeInfoEXT.pNext()@NotNull MemorySegmentVkSwapchainPresentModesCreateInfoEXT.pNext()@NotNull MemorySegmentVkSwapchainPresentScalingCreateInfoEXT.pNext()@NotNull MemorySegmentVkSysmemColorSpaceFUCHSIA.pNext()@NotNull MemorySegmentVkTextureLODGatherFormatPropertiesAMD.pNext()@NotNull MemorySegmentVkTileMemoryBindInfoQCOM.pNext()@NotNull MemorySegmentVkTileMemoryRequirementsQCOM.pNext()@NotNull MemorySegmentVkTileMemorySizeInfoQCOM.pNext()@NotNull MemorySegmentVkTilePropertiesQCOM.pNext()@NotNull MemorySegmentVkTimelineSemaphoreSubmitInfo.pNext()@NotNull MemorySegmentVkValidationCacheCreateInfoEXT.pNext()@NotNull MemorySegmentVkValidationFeaturesEXT.pNext()@NotNull MemorySegmentVkValidationFlagsEXT.pNext()@NotNull MemorySegmentVkVertexInputAttributeDescription2EXT.pNext()@NotNull MemorySegmentVkVertexInputBindingDescription2EXT.pNext()@NotNull MemorySegmentVkVideoBeginCodingInfoKHR.pNext()@NotNull MemorySegmentVkVideoCapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoCodingControlInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeAV1CapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoDecodeAV1DpbSlotInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeAV1InlineSessionParametersInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeAV1PictureInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeAV1ProfileInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeAV1SessionParametersCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeCapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH264CapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH264DpbSlotInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH264InlineSessionParametersInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH264PictureInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH264ProfileInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH264SessionParametersAddInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH264SessionParametersCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH265CapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH265DpbSlotInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH265InlineSessionParametersInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH265PictureInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH265ProfileInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH265SessionParametersAddInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeH265SessionParametersCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeInfoKHR.pNext()@NotNull MemorySegmentVkVideoDecodeUsageInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1CapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1DpbSlotInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1GopRemainingFrameInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1PictureInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1ProfileInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1QualityLevelPropertiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1QuantizationMapCapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1RateControlInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1RateControlLayerInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1SessionCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeAV1SessionParametersCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeCapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264CapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264DpbSlotInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264GopRemainingFrameInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264NaluSliceInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264PictureInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264ProfileInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264QualityLevelPropertiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264QuantizationMapCapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264RateControlInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264RateControlLayerInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264SessionCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264SessionParametersAddInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264SessionParametersCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264SessionParametersFeedbackInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH264SessionParametersGetInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265CapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265DpbSlotInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265GopRemainingFrameInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265NaluSliceSegmentInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265PictureInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265ProfileInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265QualityLevelPropertiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265QuantizationMapCapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265RateControlInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265RateControlLayerInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265SessionCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265SessionParametersAddInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265SessionParametersCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265SessionParametersFeedbackInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeH265SessionParametersGetInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeQualityLevelInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeQualityLevelPropertiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeQuantizationMapCapabilitiesKHR.pNext()@NotNull MemorySegmentVkVideoEncodeQuantizationMapInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeRateControlInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeRateControlLayerInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeSessionParametersFeedbackInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeSessionParametersGetInfoKHR.pNext()@NotNull MemorySegmentVkVideoEncodeUsageInfoKHR.pNext()@NotNull MemorySegmentVkVideoEndCodingInfoKHR.pNext()@NotNull MemorySegmentVkVideoFormatAV1QuantizationMapPropertiesKHR.pNext()@NotNull MemorySegmentVkVideoFormatH265QuantizationMapPropertiesKHR.pNext()@NotNull MemorySegmentVkVideoFormatPropertiesKHR.pNext()@NotNull MemorySegmentVkVideoFormatQuantizationMapPropertiesKHR.pNext()@NotNull MemorySegmentVkVideoInlineQueryInfoKHR.pNext()@NotNull MemorySegmentVkVideoPictureResourceInfoKHR.pNext()@NotNull MemorySegmentVkVideoProfileInfoKHR.pNext()@NotNull MemorySegmentVkVideoProfileListInfoKHR.pNext()@NotNull MemorySegmentVkVideoReferenceSlotInfoKHR.pNext()@NotNull MemorySegmentVkVideoSessionCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoSessionMemoryRequirementsKHR.pNext()@NotNull MemorySegmentVkVideoSessionParametersCreateInfoKHR.pNext()@NotNull MemorySegmentVkVideoSessionParametersUpdateInfoKHR.pNext()@NotNull MemorySegmentVkViSurfaceCreateInfoNN.pNext()@NotNull MemorySegmentVkWaylandSurfaceCreateInfoKHR.pNext()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoKHR.pNext()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoNV.pNext()@NotNull MemorySegmentVkWin32SurfaceCreateInfoKHR.pNext()@NotNull MemorySegmentVkWriteDescriptorSet.pNext()@NotNull MemorySegmentVkWriteDescriptorSetAccelerationStructureKHR.pNext()@NotNull MemorySegmentVkWriteDescriptorSetAccelerationStructureNV.pNext()@NotNull MemorySegmentVkWriteDescriptorSetInlineUniformBlock.pNext()@NotNull MemorySegmentVkWriteDescriptorSetPartitionedAccelerationStructureNV.pNext()@NotNull MemorySegmentVkWriteIndirectExecutionSetPipelineEXT.pNext()@NotNull MemorySegmentVkWriteIndirectExecutionSetShaderEXT.pNext()@NotNull MemorySegmentVkXcbSurfaceCreateInfoKHR.pNext()@NotNull MemorySegmentVkXlibSurfaceCreateInfoKHR.pNext()@NotNull MemorySegmentVkBaseInStructure.pNextRaw()@NotNull MemorySegmentVkBaseOutStructure.pNextRaw()@NotNull MemorySegmentVkDebugMarkerObjectNameInfoEXT.pObjectNameRaw()@NotNull MemorySegmentVkDebugUtilsObjectNameInfoEXT.pObjectNameRaw()@NotNull MemorySegmentVkDebugUtilsMessengerCallbackDataEXT.pObjectsRaw()@NotNull MemorySegmentVkRefreshObjectListKHR.pObjectsRaw()@NotNull MemorySegmentStdVideoH264SequenceParameterSet.pOffsetForRefFrameRaw()@Nullable LongPtrVkSetDescriptorBufferOffsetsInfoEXT.pOffsets()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@NotNull MemorySegmentVkSetDescriptorBufferOffsetsInfoEXT.pOffsetsRaw()@NotNull MemorySegmentVkVideoDecodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw()@NotNull MemorySegmentVkVideoDecodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw()@NotNull MemorySegmentVkVideoEncodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw()@NotNull MemorySegmentVkVideoEncodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw()@NotNull MemorySegmentVkCudaLaunchInfoNV.pParams()@NotNull MemorySegmentVkCuLaunchInfoNVX.pParams()@NotNull MemorySegmentVkDeviceCreateInfo.ppEnabledExtensionNamesRaw()@NotNull MemorySegmentVkInstanceCreateInfo.ppEnabledExtensionNamesRaw()@NotNull MemorySegmentVkDeviceCreateInfo.ppEnabledLayerNamesRaw()@NotNull MemorySegmentVkInstanceCreateInfo.ppEnabledLayerNamesRaw()@NotNull MemorySegmentVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreasRaw()@NotNull MemorySegmentVkAccelerationStructureBuildGeometryInfoKHR.ppGeometriesRaw()@NotNull MemorySegmentVkDeviceGroupDeviceCreateInfo.pPhysicalDevicesRaw()@NotNull MemorySegmentVkVideoReferenceSlotInfoKHR.pPictureResourceRaw()@NotNull MemorySegmentVkPipelineBinaryHandlesInfoKHR.pPipelineBinariesRaw()@NotNull MemorySegmentVkPipelineBinaryInfoKHR.pPipelineBinariesRaw()@NotNull MemorySegmentVkPipelineBinaryKeysAndDataKHR.pPipelineBinaryDataRaw()@NotNull MemorySegmentVkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeysRaw()@NotNull MemorySegmentVkPipelineBinaryCreateInfoKHR.pPipelineCreateInfoRaw()@NotNull MemorySegmentVkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedbackRaw()@NotNull MemorySegmentVkIndirectExecutionSetInfoEXT.pPipelineInfoRaw()@NotNull MemorySegmentVkGraphicsPipelineShaderGroupsCreateInfoNV.pPipelinesRaw()@NotNull MemorySegmentVkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacksRaw()@NotNull MemorySegmentVkMemoryMapPlacedInfoEXT.pPlacedAddress()@NotNull MemorySegmentVkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayoutsRaw()@NotNull MemorySegmentVkDescriptorPoolCreateInfo.pPoolSizesRaw()@NotNull MemorySegmentVkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocationsRaw()@NotNull MemorySegmentStdVideoH265PictureParameterSet.pPredictorPaletteEntriesRaw()@NotNull MemorySegmentStdVideoH265SequenceParameterSet.pPredictorPaletteEntriesRaw()@NotNull MemorySegmentVkAntiLagDataAMD.pPresentationInfoRaw()@NotNull MemorySegmentVkPresentIdKHR.pPresentIdsRaw()@NotNull MemorySegmentVkLatencySurfaceCapabilitiesNV.pPresentModesRaw()@NotNull MemorySegmentVkSurfacePresentModeCompatibilityEXT.pPresentModesRaw()@NotNull MemorySegmentVkSwapchainPresentModeInfoEXT.pPresentModesRaw()@NotNull MemorySegmentVkSwapchainPresentModesCreateInfoEXT.pPresentModesRaw()@NotNull MemorySegmentVkSubpassDescription.pPreserveAttachmentsRaw()@NotNull MemorySegmentVkSubpassDescription2.pPreserveAttachmentsRaw()@NotNull MemorySegmentVkOpticalFlowSessionCreatePrivateDataInfoNV.pPrivateData()@NotNull MemorySegmentVkVideoProfileListInfoKHR.pProfilesRaw()@NotNull MemorySegmentStdVideoH265SequenceParameterSet.pProfileTierLevelRaw()@NotNull MemorySegmentStdVideoH265VideoParameterSet.pProfileTierLevelRaw()@NotNull MemorySegmentVkAccelerationStructureTrianglesDisplacementMicromapNV.ppUsageCountsRaw()@NotNull MemorySegmentVkAccelerationStructureTrianglesOpacityMicromapEXT.ppUsageCountsRaw()@NotNull MemorySegmentVkMicromapBuildInfoEXT.ppUsageCountsRaw()@NotNull MemorySegmentVkIndirectExecutionSetShaderInfoEXT.pPushConstantRangesRaw()@NotNull MemorySegmentVkPipelineLayoutCreateInfo.pPushConstantRangesRaw()@NotNull MemorySegmentVkShaderCreateInfoEXT.pPushConstantRangesRaw()@NotNull MemorySegmentVkIndirectCommandsTokenDataEXT.pPushConstantRaw()@NotNull MemorySegmentStdVideoDecodeAV1PictureInfo.pQuantizationRaw()@NotNull MemorySegmentStdVideoEncodeAV1PictureInfo.pQuantizationRaw()@NotNull MemorySegmentVkQueryLowLatencySupportNV.pQueriedLowLatencyData()@NotNull MemorySegmentVkDeviceCreateInfo.pQueueCreateInfosRaw()@NotNull MemorySegmentVkBufferCreateInfo.pQueueFamilyIndicesRaw()@NotNull MemorySegmentVkImageCreateInfo.pQueueFamilyIndicesRaw()@NotNull MemorySegmentVkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndicesRaw()@NotNull MemorySegmentVkSwapchainCreateInfoKHR.pQueueFamilyIndicesRaw()@NotNull MemorySegmentVkDebugUtilsMessengerCallbackDataEXT.pQueueLabelsRaw()@NotNull MemorySegmentVkDeviceQueueCreateInfo.pQueuePrioritiesRaw()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pRasterizationStateRaw()@NotNull MemorySegmentVkPresentRegionKHR.pRectanglesRaw()@NotNull MemorySegmentVkVideoBeginCodingInfoKHR.pReferenceSlotsRaw()@NotNull MemorySegmentVkVideoDecodeInfoKHR.pReferenceSlotsRaw()@NotNull MemorySegmentVkVideoEncodeInfoKHR.pReferenceSlotsRaw()@NotNull MemorySegmentStdVideoEncodeH264ReferenceListsInfo.pRefList0ModOperationsRaw()@NotNull MemorySegmentStdVideoEncodeH264ReferenceListsInfo.pRefList1ModOperationsRaw()@NotNull MemorySegmentStdVideoEncodeH264PictureInfo.pRefListsRaw()@NotNull MemorySegmentStdVideoEncodeH265PictureInfo.pRefListsRaw()@NotNull MemorySegmentStdVideoEncodeH264ReferenceListsInfo.pRefPicMarkingOperationsRaw()@NotNull MemorySegmentVkBlitImageInfo2.pRegionsRaw()@NotNull MemorySegmentVkCopyBufferInfo2.pRegionsRaw()@NotNull MemorySegmentVkCopyBufferToImageInfo2.pRegionsRaw()@NotNull MemorySegmentVkCopyImageInfo2.pRegionsRaw()@NotNull MemorySegmentVkCopyImageToBufferInfo2.pRegionsRaw()@NotNull MemorySegmentVkCopyImageToImageInfo.pRegionsRaw()@NotNull MemorySegmentVkCopyImageToMemoryInfo.pRegionsRaw()@NotNull MemorySegmentVkCopyMemoryToImageInfo.pRegionsRaw()@NotNull MemorySegmentVkOpticalFlowExecuteInfoNV.pRegionsRaw()@NotNull MemorySegmentVkPresentRegionsKHR.pRegionsRaw()@NotNull MemorySegmentVkResolveImageInfo2.pRegionsRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseKeysRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseKeysRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseSyncsRaw()@NotNull MemorySegmentVkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseSyncsRaw()@NotNull MemorySegmentVkRenderPassCreationFeedbackCreateInfoEXT.pRenderPassFeedbackRaw()@NotNull MemorySegmentVkSubpassDescription.pResolveAttachmentsRaw()@NotNull MemorySegmentVkSubpassDescription2.pResolveAttachmentsRaw()@NotNull MemorySegmentVkBindMemoryStatus.pResultRaw()@NotNull MemorySegmentVkPresentInfoKHR.pResultsRaw()@NotNull MemorySegmentVkDescriptorDataEXT.pSampledImageRaw()@NotNull MemorySegmentVkCoarseSampleOrderCustomNV.pSampleLocationsRaw()@NotNull MemorySegmentVkSampleLocationsInfoEXT.pSampleLocationsRaw()@Nullable IntPtrVkPipelineMultisampleStateCreateInfo.pSampleMask()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@NotNull MemorySegmentVkPipelineMultisampleStateCreateInfo.pSampleMaskRaw()@NotNull MemorySegmentVkDescriptorDataEXT.pSamplerRaw()@NotNull MemorySegmentStdVideoH264PictureParameterSet.pScalingListsRaw()@NotNull MemorySegmentStdVideoH264SequenceParameterSet.pScalingListsRaw()@NotNull MemorySegmentStdVideoH265PictureParameterSet.pScalingListsRaw()@NotNull MemorySegmentStdVideoH265SequenceParameterSet.pScalingListsRaw()@NotNull MemorySegmentVkPipelineViewportStateCreateInfo.pScissorsRaw()@NotNull MemorySegmentStdVideoDecodeAV1PictureInfo.pSegmentationRaw()@NotNull MemorySegmentStdVideoEncodeAV1PictureInfo.pSegmentationRaw()@NotNull MemorySegmentVkSemaphoreWaitInfo.pSemaphoresRaw()@NotNull MemorySegmentStdVideoH264SequenceParameterSet.pSequenceParameterSetVuiRaw()@NotNull MemorySegmentStdVideoH265SequenceParameterSet.pSequenceParameterSetVuiRaw()@NotNull MemorySegmentVkIndirectExecutionSetShaderInfoEXT.pSetLayoutInfosRaw()@NotNull MemorySegmentVkDescriptorSetAllocateInfo.pSetLayoutsRaw()@NotNull MemorySegmentVkIndirectExecutionSetShaderLayoutInfoEXT.pSetLayoutsRaw()@NotNull MemorySegmentVkPipelineLayoutCreateInfo.pSetLayoutsRaw()@NotNull MemorySegmentVkShaderCreateInfoEXT.pSetLayoutsRaw()@NotNull MemorySegmentVkLayerSettingEXT.pSettingNameRaw()@NotNull MemorySegmentVkLayerSettingsCreateInfoEXT.pSettingsRaw()@NotNull MemorySegmentVkVideoDecodeInfoKHR.pSetupReferenceSlotRaw()@NotNull MemorySegmentVkVideoEncodeInfoKHR.pSetupReferenceSlotRaw()@NotNull MemorySegmentVkRayTracingShaderGroupCreateInfoKHR.pShaderGroupCaptureReplayHandle()@NotNull MemorySegmentVkIndirectExecutionSetInfoEXT.pShaderInfoRaw()@NotNull MemorySegmentVkGeneratedCommandsShaderInfoEXT.pShadersRaw()@NotNull MemorySegmentVkShadingRatePaletteNV.pShadingRatePaletteEntriesRaw()@NotNull MemorySegmentVkPipelineViewportShadingRateImageStateCreateInfoNV.pShadingRatePalettesRaw()@NotNull MemorySegmentStdVideoEncodeH265PictureInfo.pShortTermRefPicSetRaw()@NotNull MemorySegmentStdVideoH265SequenceParameterSet.pShortTermRefPicSetRaw()@NotNull MemorySegmentVkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndicesRaw()@NotNull MemorySegmentVkSubmitInfo2.pSignalSemaphoreInfosRaw()@NotNull MemorySegmentVkBindSparseInfo.pSignalSemaphoresRaw()@NotNull MemorySegmentVkSubmitInfo.pSignalSemaphoresRaw()@NotNull MemorySegmentVkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValuesRaw()@NotNull MemorySegmentVkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValuesRaw()@NotNull MemorySegmentVkVideoDecodeH264PictureInfoKHR.pSliceOffsetsRaw()@NotNull MemorySegmentVkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsetsRaw()@NotNull MemorySegmentVkPipelineShaderStageCreateInfo.pSpecializationInfoRaw()@NotNull MemorySegmentVkShaderCreateInfoEXT.pSpecializationInfoRaw()@NotNull MemorySegmentVkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegionsRaw()@NotNull MemorySegmentVkExecutionGraphPipelineCreateInfoAMDX.pStagesRaw()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pStagesRaw()@NotNull MemorySegmentVkGraphicsShaderGroupCreateInfoNV.pStagesRaw()@NotNull MemorySegmentVkRayTracingPipelineCreateInfoKHR.pStagesRaw()@NotNull MemorySegmentVkRayTracingPipelineCreateInfoNV.pStagesRaw()@NotNull MemorySegmentVkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdDecoderModelInfoRaw()@NotNull MemorySegmentVkVideoSessionCreateInfoKHR.pStdHeaderVersionRaw()@NotNull MemorySegmentVkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdOperatingPointsRaw()@NotNull MemorySegmentVkVideoDecodeAV1PictureInfoKHR.pStdPictureInfoRaw()@NotNull MemorySegmentVkVideoDecodeH264PictureInfoKHR.pStdPictureInfoRaw()@NotNull MemorySegmentVkVideoDecodeH265PictureInfoKHR.pStdPictureInfoRaw()@NotNull MemorySegmentVkVideoEncodeAV1PictureInfoKHR.pStdPictureInfoRaw()@NotNull MemorySegmentVkVideoEncodeH264PictureInfoKHR.pStdPictureInfoRaw()@NotNull MemorySegmentVkVideoEncodeH265PictureInfoKHR.pStdPictureInfoRaw()@NotNull MemorySegmentVkVideoDecodeH264InlineSessionParametersInfoKHR.pStdPPSRaw()@NotNull MemorySegmentVkVideoDecodeH265InlineSessionParametersInfoKHR.pStdPPSRaw()@NotNull MemorySegmentVkVideoDecodeH264SessionParametersAddInfoKHR.pStdPPSsRaw()@NotNull MemorySegmentVkVideoDecodeH265SessionParametersAddInfoKHR.pStdPPSsRaw()@NotNull MemorySegmentVkVideoEncodeH264SessionParametersAddInfoKHR.pStdPPSsRaw()@NotNull MemorySegmentVkVideoEncodeH265SessionParametersAddInfoKHR.pStdPPSsRaw()@NotNull MemorySegmentVkVideoDecodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw()@NotNull MemorySegmentVkVideoDecodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw()@NotNull MemorySegmentVkVideoDecodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw()@NotNull MemorySegmentVkVideoEncodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw()@NotNull MemorySegmentVkVideoEncodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw()@NotNull MemorySegmentVkVideoEncodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw()@NotNull MemorySegmentVkVideoDecodeAV1InlineSessionParametersInfoKHR.pStdSequenceHeaderRaw()@NotNull MemorySegmentVkVideoDecodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw()@NotNull MemorySegmentVkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw()@NotNull MemorySegmentVkVideoEncodeH264NaluSliceInfoKHR.pStdSliceHeaderRaw()@NotNull MemorySegmentVkVideoEncodeH265NaluSliceSegmentInfoKHR.pStdSliceSegmentHeaderRaw()@NotNull MemorySegmentVkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPSRaw()@NotNull MemorySegmentVkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPSRaw()@NotNull MemorySegmentVkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSsRaw()@NotNull MemorySegmentVkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSsRaw()@NotNull MemorySegmentVkVideoEncodeH264SessionParametersAddInfoKHR.pStdSPSsRaw()@NotNull MemorySegmentVkVideoEncodeH265SessionParametersAddInfoKHR.pStdSPSsRaw()@NotNull MemorySegmentVkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPSRaw()@NotNull MemorySegmentVkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSsRaw()@NotNull MemorySegmentVkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSsRaw()@NotNull MemorySegmentVkRenderingInfo.pStencilAttachmentRaw()@NotNull MemorySegmentVkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndexRaw()@NotNull MemorySegmentVkDescriptorDataEXT.pStorageBufferRaw()@NotNull MemorySegmentVkDescriptorDataEXT.pStorageImageRaw()@NotNull MemorySegmentVkDescriptorDataEXT.pStorageTexelBufferRaw()@NotNull MemorySegmentVkGeneratedCommandsInfoNV.pStreamsRaw()@NotNull MemorySegmentVkIndirectCommandsLayoutCreateInfoNV.pStreamStridesRaw()@NotNull MemorySegmentVkRenderPassStripeBeginInfoARM.pStripeInfosRaw()@NotNull MemorySegmentVkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfosRaw()@NotNull MemorySegmentStdVideoH265HrdParameters.pSubLayerHrdParametersNalRaw()@NotNull MemorySegmentStdVideoH265HrdParameters.pSubLayerHrdParametersVclRaw()@NotNull MemorySegmentVkRenderPassCreateInfo.pSubpassesRaw()@NotNull MemorySegmentVkRenderPassCreateInfo2.pSubpassesRaw()@NotNull MemorySegmentVkRenderPassSubpassFeedbackCreateInfoEXT.pSubpassFeedbackRaw()@NotNull MemorySegmentVkDeviceImageSubresourceInfo.pSubresourceRaw()@NotNull MemorySegmentVkPresentInfoKHR.pSwapchainsRaw()@NotNull MemorySegmentVkDebugMarkerObjectTagInfoEXT.pTag()@NotNull MemorySegmentVkDebugUtilsObjectTagInfoEXT.pTag()@NotNull MemorySegmentVkFrameBoundaryEXT.pTag()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pTessellationStateRaw()@NotNull MemorySegmentVkGraphicsShaderGroupCreateInfoNV.pTessellationStateRaw()@NotNull MemorySegmentVkWriteDescriptorSet.pTexelBufferViewRaw()@NotNull MemorySegmentStdVideoDecodeAV1PictureInfo.pTileInfoRaw()@NotNull MemorySegmentStdVideoEncodeAV1PictureInfo.pTileInfoRaw()@NotNull MemorySegmentVkVideoDecodeAV1PictureInfoKHR.pTileOffsetsRaw()@NotNull MemorySegmentVkVideoDecodeAV1PictureInfoKHR.pTileSizesRaw()@NotNull MemorySegmentVkPresentTimesInfoGOOGLE.pTimesRaw()@NotNull MemorySegmentStdVideoAV1SequenceHeader.pTimingInfoRaw()@NotNull MemorySegmentVkGetLatencyMarkerInfoNV.pTimingsRaw()@NotNull MemorySegmentVkIndirectCommandsLayoutCreateInfoEXT.pTokensRaw()@NotNull MemorySegmentVkIndirectCommandsLayoutCreateInfoNV.pTokensRaw()@NotNull MemorySegmentVkClusterAccelerationStructureOpInputNV.pTriangleClustersRaw()@NotNull MemorySegmentVkDescriptorDataEXT.pUniformBufferRaw()@NotNull MemorySegmentVkDescriptorDataEXT.pUniformTexelBufferRaw()@NotNull MemorySegmentVkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCountsRaw()@NotNull MemorySegmentVkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCountsRaw()@NotNull MemorySegmentVkMicromapBuildInfoEXT.pUsageCountsRaw()@NotNull MemorySegmentVkAllocationCallbacks.pUserData()@NotNull MemorySegmentVkDebugReportCallbackCreateInfoEXT.pUserData()@NotNull MemorySegmentVkDebugUtilsMessengerCreateInfoEXT.pUserData()@NotNull MemorySegmentVkDeviceDeviceMemoryReportCreateInfoEXT.pUserData()@NotNull MemorySegmentVkInitializePerformanceApiInfoINTEL.pUserData()@NotNull MemorySegmentVkLayerSettingEXT.pValues()@NotNull MemorySegmentVkPushConstantsInfo.pValues()@NotNull MemorySegmentVkSemaphoreWaitInfo.pValuesRaw()@NotNull MemorySegmentVkDeviceFaultInfoEXT.pVendorBinaryData()@NotNull MemorySegmentVkDeviceFaultInfoEXT.pVendorInfosRaw()@NotNull MemorySegmentVkAccelerationStructureVersionInfoKHR.pVersionDataRaw()@NotNull MemorySegmentVkMicromapVersionInfoEXT.pVersionDataRaw()@NotNull MemorySegmentVkPipelineVertexInputStateCreateInfo.pVertexAttributeDescriptionsRaw()@NotNull MemorySegmentVkPipelineVertexInputStateCreateInfo.pVertexBindingDescriptionsRaw()@NotNull MemorySegmentVkPipelineVertexInputDivisorStateCreateInfo.pVertexBindingDivisorsRaw()@NotNull MemorySegmentVkIndirectCommandsTokenDataEXT.pVertexBufferRaw()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pVertexInputStateRaw()@NotNull MemorySegmentVkGraphicsShaderGroupCreateInfoNV.pVertexInputStateRaw()@NotNull MemorySegmentVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfileRaw()@NotNull MemorySegmentVkVideoSessionCreateInfoKHR.pVideoProfileRaw()@NotNull MemorySegmentVkIOSSurfaceCreateInfoMVK.pView()@NotNull MemorySegmentVkMacOSSurfaceCreateInfoMVK.pView()@NotNull MemorySegmentVkFramebufferAttachmentImageInfo.pViewFormatsRaw()@NotNull MemorySegmentVkImageFormatListCreateInfo.pViewFormatsRaw()@NotNull MemorySegmentVkRenderPassMultiviewCreateInfo.pViewMasksRaw()@NotNull MemorySegmentVkRenderPassMultiviewCreateInfo.pViewOffsetsRaw()@NotNull MemorySegmentVkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepthsRaw()@NotNull MemorySegmentVkPipelineViewportStateCreateInfo.pViewportsRaw()@NotNull MemorySegmentVkGraphicsPipelineCreateInfo.pViewportStateRaw()@NotNull MemorySegmentVkPipelineViewportSwizzleStateCreateInfoNV.pViewportSwizzlesRaw()@NotNull MemorySegmentVkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalingsRaw()@NotNull MemorySegmentVkSubmitInfo.pWaitDstStageMaskRaw()@NotNull MemorySegmentVkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndicesRaw()@NotNull MemorySegmentVkSubmitInfo2.pWaitSemaphoreInfosRaw()@NotNull MemorySegmentVkBindSparseInfo.pWaitSemaphoresRaw()@NotNull MemorySegmentVkPresentInfoKHR.pWaitSemaphoresRaw()@NotNull MemorySegmentVkSubmitInfo.pWaitSemaphoresRaw()@NotNull MemorySegmentVkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValuesRaw()@NotNull MemorySegmentVkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValuesRaw()@NotNull MemorySegmentStdVideoEncodeH264SliceHeader.pWeightTableRaw()@NotNull MemorySegmentStdVideoEncodeH265SliceSegmentHeader.pWeightTableRaw()@NotNull MemorySegmentStdVideoAV1TileInfo.pWidthInSbsMinus1Raw()@NotNull MemorySegmentVkDirectFBSurfaceCreateInfoEXT.surfaceRaw()@NotNull MemorySegmentVkWaylandSurfaceCreateInfoKHR.surfaceRaw()@NotNull MemorySegmentVkPerformanceValueDataINTEL.valueStringRaw()@NotNull MemorySegmentVkViSurfaceCreateInfoNN.window()@NotNull MemorySegmentVkAndroidSurfaceCreateInfoKHR.windowRaw()@NotNull MemorySegmentVkScreenSurfaceCreateInfoQNX.windowRaw()Method parameters in club.doki7.vulkan.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoidVkImportAndroidHardwareBufferInfoANDROID.bufferRaw(@NotNull MemorySegment value) voidVkImportScreenBufferInfoQNX.bufferRaw(@NotNull MemorySegment value) VkXcbSurfaceCreateInfoKHR.connection(@NotNull MemorySegment value) voidVkScreenSurfaceCreateInfoQNX.contextRaw(@NotNull MemorySegment value) voidVkDirectFBSurfaceCreateInfoEXT.dfbRaw(@NotNull MemorySegment value) voidVkDisplayPropertiesKHR.displayNameRaw(@NotNull MemorySegment value) voidVkWaylandSurfaceCreateInfoKHR.displayRaw(@NotNull MemorySegment value) voidVkXlibSurfaceCreateInfoKHR.dpyRaw(@NotNull MemorySegment value) VkImportFenceSciSyncInfoNV.handle(@NotNull MemorySegment value) VkImportFenceWin32HandleInfoKHR.handle(@NotNull MemorySegment value) VkImportMemoryMetalHandleInfoEXT.handle(@NotNull MemorySegment value) VkImportMemorySciBufInfoNV.handle(@NotNull MemorySegment value) VkImportMemoryWin32HandleInfoKHR.handle(@NotNull MemorySegment value) VkImportMemoryWin32HandleInfoNV.handle(@NotNull MemorySegment value) VkImportSemaphoreSciSyncInfoNV.handle(@NotNull MemorySegment value) VkImportSemaphoreWin32HandleInfoKHR.handle(@NotNull MemorySegment value) VkSemaphoreSciSyncPoolCreateInfoNV.handle(@NotNull MemorySegment value) VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapBudget(LongPtr value) VkWin32SurfaceCreateInfoKHR.hinstance(@NotNull MemorySegment value) VkSurfaceFullScreenExclusiveWin32InfoEXT.hmonitor(@NotNull MemorySegment value) VkDeviceOrHostAddressConstAMDX.hostAddress(@NotNull MemorySegment value) VkDeviceOrHostAddressConstKHR.hostAddress(@NotNull MemorySegment value) VkDeviceOrHostAddressKHR.hostAddress(@NotNull MemorySegment value) VkWin32SurfaceCreateInfoKHR.hwnd(@NotNull MemorySegment value) VkExportMetalIOSurfaceInfoEXT.ioSurface(@NotNull MemorySegment value) VkImportMetalIOSurfaceInfoEXT.ioSurface(@NotNull MemorySegment value) VkExportMetalBufferInfoEXT.mtlBuffer(@NotNull MemorySegment value) VkImportMetalBufferInfoEXT.mtlBuffer(@NotNull MemorySegment value) VkExportMetalCommandQueueInfoEXT.mtlCommandQueue(@NotNull MemorySegment value) VkExportMetalDeviceInfoEXT.mtlDevice(@NotNull MemorySegment value) VkExportMetalSharedEventInfoEXT.mtlSharedEvent(@NotNull MemorySegment value) VkImportMetalSharedEventInfoEXT.mtlSharedEvent(@NotNull MemorySegment value) VkExportMetalTextureInfoEXT.mtlTexture(@NotNull MemorySegment value) VkImportMetalTextureInfoEXT.mtlTexture(@NotNull MemorySegment value) voidVkExportFenceWin32HandleInfoKHR.nameRaw(@NotNull MemorySegment value) voidVkExportMemoryWin32HandleInfoKHR.nameRaw(@NotNull MemorySegment value) voidVkExportSemaphoreWin32HandleInfoKHR.nameRaw(@NotNull MemorySegment value) voidVkImportFenceWin32HandleInfoKHR.nameRaw(@NotNull MemorySegment value) voidVkImportMemoryWin32HandleInfoKHR.nameRaw(@NotNull MemorySegment value) voidVkImportSemaphoreWin32HandleInfoKHR.nameRaw(@NotNull MemorySegment value) VkOpaqueCaptureDescriptorDataCreateInfoEXT.opaqueCaptureDescriptorData(@NotNull MemorySegment value) VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructures(@Nullable LongPtr value) voidVkWriteDescriptorSetAccelerationStructureKHR.pAccelerationStructuresRaw(@NotNull MemorySegment value) voidVkWriteDescriptorSetAccelerationStructureNV.pAccelerationStructuresRaw(@NotNull MemorySegment value) voidVkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructuresRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireKeysRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireKeysRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireSyncsRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireSyncsRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireTimeoutMillisecondsRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireTimeoutsRaw(@NotNull MemorySegment value) voidVkDeviceFaultInfoEXT.pAddressInfosRaw(@NotNull MemorySegment value) voidVkInstanceCreateInfo.pApplicationInfoRaw(@NotNull MemorySegment value) voidVkApplicationInfo.pApplicationNameRaw(@NotNull MemorySegment value) voidVkRenderPassInputAttachmentAspectCreateInfo.pAspectReferencesRaw(@NotNull MemorySegment value) voidVkFramebufferAttachmentsCreateInfo.pAttachmentImageInfosRaw(@NotNull MemorySegment value) voidVkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocationsRaw(@NotNull MemorySegment value) voidVkFramebufferCreateInfo.pAttachmentsRaw(@NotNull MemorySegment value) voidVkPipelineColorBlendStateCreateInfo.pAttachmentsRaw(@NotNull MemorySegment value) voidVkRenderPassAttachmentBeginInfo.pAttachmentsRaw(@NotNull MemorySegment value) voidVkRenderPassCreateInfo.pAttachmentsRaw(@NotNull MemorySegment value) voidVkRenderPassCreateInfo2.pAttachmentsRaw(@NotNull MemorySegment value) VkExportFenceSciSyncInfoNV.pAttributes(@NotNull MemorySegment value) VkExportFenceWin32HandleInfoKHR.pAttributes(@NotNull MemorySegment value) VkExportMemorySciBufInfoNV.pAttributes(@NotNull MemorySegment value) VkExportMemoryWin32HandleInfoKHR.pAttributes(@NotNull MemorySegment value) VkExportMemoryWin32HandleInfoNV.pAttributes(@NotNull MemorySegment value) VkExportSemaphoreSciSyncInfoNV.pAttributes(@NotNull MemorySegment value) VkExportSemaphoreWin32HandleInfoKHR.pAttributes(@NotNull MemorySegment value) voidVkDescriptorSetLayoutBindingFlagsCreateInfo.pBindingFlagsRaw(@NotNull MemorySegment value) voidVkDescriptorSetLayoutCreateInfo.pBindingsRaw(@NotNull MemorySegment value) voidVkSparseBufferMemoryBindInfo.pBindsRaw(@NotNull MemorySegment value) voidVkSparseImageMemoryBindInfo.pBindsRaw(@NotNull MemorySegment value) voidVkSparseImageOpaqueMemoryBindInfo.pBindsRaw(@NotNull MemorySegment value) voidVkBindSparseInfo.pBufferBindsRaw(@NotNull MemorySegment value) voidVkSetDescriptorBufferOffsetsInfoEXT.pBufferIndicesRaw(@NotNull MemorySegment value) voidVkWriteDescriptorSet.pBufferInfoRaw(@NotNull MemorySegment value) voidVkDependencyInfo.pBufferMemoryBarriersRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1PictureInfo.pBufferRemovalTimesRaw(@NotNull MemorySegment value) voidVkFrameBoundaryEXT.pBuffersRaw(@NotNull MemorySegment value) voidStdVideoDecodeAV1PictureInfo.pCDEFRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1PictureInfo.pCDEFRaw(@NotNull MemorySegment value) VkCheckpointData2NV.pCheckpointMarker(@NotNull MemorySegment value) VkCheckpointDataNV.pCheckpointMarker(@NotNull MemorySegment value) voidVkRenderPassBeginInfo.pClearValuesRaw(@NotNull MemorySegment value) voidVkClusterAccelerationStructureOpInputNV.pClustersBottomLevelRaw(@NotNull MemorySegment value) voidVkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabelsRaw(@NotNull MemorySegment value) VkShaderCreateInfoEXT.pCode(@NotNull MemorySegment value) voidVkShaderModuleCreateInfo.pCodeRaw(@NotNull MemorySegment value) voidVkCommandBufferInheritanceRenderingInfo.pColorAttachmentFormatsRaw(@NotNull MemorySegment value) voidVkPipelineRenderingCreateInfo.pColorAttachmentFormatsRaw(@NotNull MemorySegment value) voidVkRenderingAreaInfo.pColorAttachmentFormatsRaw(@NotNull MemorySegment value) voidVkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndicesRaw(@NotNull MemorySegment value) voidVkRenderingAttachmentLocationInfo.pColorAttachmentLocationsRaw(@NotNull MemorySegment value) voidVkAttachmentSampleCountInfoAMD.pColorAttachmentSamplesRaw(@NotNull MemorySegment value) voidVkRenderingInfo.pColorAttachmentsRaw(@NotNull MemorySegment value) voidVkSubpassDescription.pColorAttachmentsRaw(@NotNull MemorySegment value) voidVkSubpassDescription2.pColorAttachmentsRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pColorBlendStateRaw(@NotNull MemorySegment value) voidStdVideoAV1SequenceHeader.pColorConfigRaw(@NotNull MemorySegment value) voidVkImageFormatConstraintsInfoFUCHSIA.pColorSpacesRaw(@NotNull MemorySegment value) VkPipelineColorWriteCreateInfoEXT.pColorWriteEnables(@Nullable IntPtr value) voidVkPipelineColorWriteCreateInfoEXT.pColorWriteEnablesRaw(@NotNull MemorySegment value) voidVkDescriptorDataEXT.pCombinedImageSamplerRaw(@NotNull MemorySegment value) voidVkDeviceGroupSubmitInfo.pCommandBufferDeviceMasksRaw(@NotNull MemorySegment value) voidVkSubmitInfo2.pCommandBufferInfosRaw(@NotNull MemorySegment value) voidVkSubmitInfo.pCommandBuffersRaw(@NotNull MemorySegment value) voidVkPhysicalDeviceHostImageCopyProperties.pCopyDstLayoutsRaw(@NotNull MemorySegment value) voidVkPhysicalDeviceVulkan14Properties.pCopyDstLayoutsRaw(@NotNull MemorySegment value) voidVkPhysicalDeviceHostImageCopyProperties.pCopySrcLayoutsRaw(@NotNull MemorySegment value) voidVkPhysicalDeviceVulkan14Properties.pCopySrcLayoutsRaw(@NotNull MemorySegment value) voidVkRenderPassCreateInfo2.pCorrelatedViewMasksRaw(@NotNull MemorySegment value) voidVkRenderPassMultiviewCreateInfo.pCorrelationMasksRaw(@NotNull MemorySegment value) voidVkQueryPoolPerformanceCreateInfoKHR.pCounterIndicesRaw(@NotNull MemorySegment value) voidVkPipelineCoverageModulationStateCreateInfoNV.pCoverageModulationTableRaw(@NotNull MemorySegment value) voidVkDeviceBufferMemoryRequirements.pCreateInfoRaw(@NotNull MemorySegment value) voidVkDeviceImageMemoryRequirements.pCreateInfoRaw(@NotNull MemorySegment value) voidVkDeviceImageSubresourceInfo.pCreateInfoRaw(@NotNull MemorySegment value) voidVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pCustomSampleOrdersRaw(@NotNull MemorySegment value) VkCudaModuleCreateInfoNV.pData(@NotNull MemorySegment value) VkCuModuleCreateInfoNVX.pData(@NotNull MemorySegment value) VkPipelineBinaryDataKHR.pData(@NotNull MemorySegment value) VkPipelineExecutableInternalRepresentationKHR.pData(@NotNull MemorySegment value) VkPushDescriptorSetWithTemplateInfo.pData(@NotNull MemorySegment value) VkSpecializationInfo.pData(@NotNull MemorySegment value) VkWriteDescriptorSetInlineUniformBlock.pData(@NotNull MemorySegment value) voidStdVideoH265SequenceParameterSet.pDecPicBufMgrRaw(@NotNull MemorySegment value) voidStdVideoH265VideoParameterSet.pDecPicBufMgrRaw(@NotNull MemorySegment value) voidVkRenderPassCreateInfo.pDependenciesRaw(@NotNull MemorySegment value) voidVkRenderPassCreateInfo2.pDependenciesRaw(@NotNull MemorySegment value) voidVkRenderingInfo.pDepthAttachmentRaw(@NotNull MemorySegment value) voidVkPipelineViewportDepthClampControlCreateInfoEXT.pDepthClampRangeRaw(@NotNull MemorySegment value) voidVkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndexRaw(@NotNull MemorySegment value) voidVkSubpassDescription.pDepthStencilAttachmentRaw(@NotNull MemorySegment value) voidVkSubpassDescription2.pDepthStencilAttachmentRaw(@NotNull MemorySegment value) voidVkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachmentRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pDepthStencilStateRaw(@NotNull MemorySegment value) voidVkDescriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCountsRaw(@NotNull MemorySegment value) voidVkBindDescriptorSetsInfo.pDescriptorSetsRaw(@NotNull MemorySegment value) voidVkMutableDescriptorTypeListEXT.pDescriptorTypesRaw(@NotNull MemorySegment value) voidVkDescriptorUpdateTemplateCreateInfo.pDescriptorUpdateEntriesRaw(@NotNull MemorySegment value) voidVkPushDescriptorSetInfo.pDescriptorWritesRaw(@NotNull MemorySegment value) voidVkBindAccelerationStructureMemoryInfoNV.pDeviceIndicesRaw(@NotNull MemorySegment value) voidVkBindBufferMemoryDeviceGroupInfo.pDeviceIndicesRaw(@NotNull MemorySegment value) voidVkBindImageMemoryDeviceGroupInfo.pDeviceIndicesRaw(@NotNull MemorySegment value) voidVkDeviceGroupPresentInfoKHR.pDeviceMasksRaw(@NotNull MemorySegment value) voidVkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreasRaw(@NotNull MemorySegment value) voidVkValidationFlagsEXT.pDisabledValidationChecksRaw(@NotNull MemorySegment value) voidVkValidationFeaturesEXT.pDisabledValidationFeaturesRaw(@NotNull MemorySegment value) voidVkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectanglesRaw(@NotNull MemorySegment value) voidVkDirectDriverLoadingListLUNARG.pDriversRaw(@NotNull MemorySegment value) voidVkDrmFormatModifierPropertiesList2EXT.pDrmFormatModifierPropertiesRaw(@NotNull MemorySegment value) voidVkDrmFormatModifierPropertiesListEXT.pDrmFormatModifierPropertiesRaw(@NotNull MemorySegment value) voidVkImageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiersRaw(@NotNull MemorySegment value) voidVkConvertCooperativeVectorMatrixInfoNV.pDstSizeRaw(@NotNull MemorySegment value) VkHdrVividDynamicMetadataHUAWEI.pDynamicMetadata(@NotNull MemorySegment value) voidVkBindDescriptorSetsInfo.pDynamicOffsetsRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pDynamicStateRaw(@NotNull MemorySegment value) voidVkRayTracingPipelineCreateInfoKHR.pDynamicStateRaw(@NotNull MemorySegment value) voidVkPipelineDynamicStateCreateInfo.pDynamicStatesRaw(@NotNull MemorySegment value) voidVkDeviceCreateInfo.pEnabledFeaturesRaw(@NotNull MemorySegment value) voidVkValidationFeaturesEXT.pEnabledValidationFeaturesRaw(@NotNull MemorySegment value) voidVkApplicationInfo.pEngineNameRaw(@NotNull MemorySegment value) voidVkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissorsRaw(@NotNull MemorySegment value) voidVkIndirectCommandsTokenDataEXT.pExecutionSetRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1PictureInfo.pExtensionHeaderRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1ReferenceInfo.pExtensionHeaderRaw(@NotNull MemorySegment value) VkCudaLaunchInfoNV.pExtras(@NotNull MemorySegment value) VkCuLaunchInfoNVX.pExtras(@NotNull MemorySegment value) voidVkSemaphoreSciSyncCreateInfoNV.pFenceRaw(@NotNull MemorySegment value) voidVkSwapchainPresentFenceInfoEXT.pFencesRaw(@NotNull MemorySegment value) voidStdVideoDecodeAV1PictureInfo.pFilmGrainRaw(@NotNull MemorySegment value) voidVkImageCompressionControlEXT.pFixedRateFlagsRaw(@NotNull MemorySegment value) VkAllocationCallbacks.pfnAllocation(@NotNull MemorySegment value) VkDebugReportCallbackCreateInfoEXT.pfnCallback(@NotNull MemorySegment value) VkAllocationCallbacks.pfnFree(@NotNull MemorySegment value) VkDirectDriverLoadingInfoLUNARG.pfnGetInstanceProcAddr(@NotNull MemorySegment value) VkAllocationCallbacks.pfnInternalAllocation(@NotNull MemorySegment value) VkAllocationCallbacks.pfnInternalFree(@NotNull MemorySegment value) VkAllocationCallbacks.pfnReallocation(@NotNull MemorySegment value) VkDebugUtilsMessengerCreateInfoEXT.pfnUserCallback(@NotNull MemorySegment value) VkDeviceDeviceMemoryReportCreateInfoEXT.pfnUserCallback(@NotNull MemorySegment value) voidVkImageConstraintsInfoFUCHSIA.pFormatConstraintsRaw(@NotNull MemorySegment value) voidVkRenderPassFragmentDensityMapOffsetEndInfoEXT.pFragmentDensityOffsetsRaw(@NotNull MemorySegment value) voidVkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachmentRaw(@NotNull MemorySegment value) voidVkAccelerationStructureBuildGeometryInfoKHR.pGeometriesRaw(@NotNull MemorySegment value) voidVkAccelerationStructureInfoNV.pGeometriesRaw(@NotNull MemorySegment value) voidStdVideoDecodeAV1PictureInfo.pGlobalMotionRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1PictureInfo.pGlobalMotionRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineShaderGroupsCreateInfoNV.pGroupsRaw(@NotNull MemorySegment value) voidVkRayTracingPipelineCreateInfoKHR.pGroupsRaw(@NotNull MemorySegment value) voidVkRayTracingPipelineCreateInfoNV.pGroupsRaw(@NotNull MemorySegment value) voidStdVideoAV1TileInfo.pHeightInSbsMinus1Raw(@NotNull MemorySegment value) VkImageToMemoryCopy.pHostPointer(@NotNull MemorySegment value) VkImportMemoryHostPointerInfoEXT.pHostPointer(@NotNull MemorySegment value) VkMemoryToImageCopy.pHostPointer(@NotNull MemorySegment value) voidStdVideoH264SequenceParameterSetVui.pHrdParametersRaw(@NotNull MemorySegment value) voidStdVideoH265SequenceParameterSetVui.pHrdParametersRaw(@NotNull MemorySegment value) voidStdVideoH265VideoParameterSet.pHrdParametersRaw(@NotNull MemorySegment value) voidVkPipelineShaderStageModuleIdentifierCreateInfoEXT.pIdentifierRaw(@NotNull MemorySegment value) voidVkBindSparseInfo.pImageBindsRaw(@NotNull MemorySegment value) voidVkPresentInfoKHR.pImageIndicesRaw(@NotNull MemorySegment value) voidVkReleaseSwapchainImagesInfoEXT.pImageIndicesRaw(@NotNull MemorySegment value) voidVkWriteDescriptorSet.pImageInfoRaw(@NotNull MemorySegment value) voidVkDependencyInfo.pImageMemoryBarriersRaw(@NotNull MemorySegment value) voidVkBindSparseInfo.pImageOpaqueBindsRaw(@NotNull MemorySegment value) voidVkFrameBoundaryEXT.pImagesRaw(@NotNull MemorySegment value) voidVkDescriptorSetLayoutBinding.pImmutableSamplersRaw(@NotNull MemorySegment value) voidVkIndirectCommandsTokenDataEXT.pIndexBufferRaw(@NotNull MemorySegment value) voidVkIndirectCommandsLayoutTokenNV.pIndexTypesRaw(@NotNull MemorySegment value) voidVkIndirectCommandsLayoutTokenNV.pIndexTypeValuesRaw(@NotNull MemorySegment value) voidVkCommandBufferBeginInfo.pInheritanceInfoRaw(@NotNull MemorySegment value) VkPipelineCacheCreateInfo.pInitialData(@NotNull MemorySegment value) VkValidationCacheCreateInfoEXT.pInitialData(@NotNull MemorySegment value) voidVkIndirectExecutionSetShaderInfoEXT.pInitialShadersRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pInputAssemblyStateRaw(@NotNull MemorySegment value) voidVkDescriptorDataEXT.pInputAttachmentImageRaw(@NotNull MemorySegment value) voidVkSubpassDescription.pInputAttachmentsRaw(@NotNull MemorySegment value) voidVkSubpassDescription2.pInputAttachmentsRaw(@NotNull MemorySegment value) voidVkPipelineBinaryCreateInfoKHR.pKeysAndDataInfoRaw(@NotNull MemorySegment value) voidVkDebugUtilsLabelEXT.pLabelNameRaw(@NotNull MemorySegment value) voidVkPhysicalDeviceLayeredApiPropertiesListKHR.pLayeredApisRaw(@NotNull MemorySegment value) voidVkLayerSettingEXT.pLayerNameRaw(@NotNull MemorySegment value) voidVkMetalSurfaceCreateInfoEXT.pLayerRaw(@NotNull MemorySegment value) voidVkVideoEncodeRateControlInfoKHR.pLayersRaw(@NotNull MemorySegment value) voidVkPipelineLibraryCreateInfoKHR.pLibrariesRaw(@NotNull MemorySegment value) voidVkExecutionGraphPipelineCreateInfoAMDX.pLibraryInfoRaw(@NotNull MemorySegment value) voidVkRayTracingPipelineCreateInfoKHR.pLibraryInfoRaw(@NotNull MemorySegment value) voidVkRayTracingPipelineCreateInfoKHR.pLibraryInterfaceRaw(@NotNull MemorySegment value) voidStdVideoEncodeH265PictureInfo.pLongTermRefPicsRaw(@NotNull MemorySegment value) voidStdVideoH265SequenceParameterSet.pLongTermRefPicsSpsRaw(@NotNull MemorySegment value) voidStdVideoDecodeAV1PictureInfo.pLoopFilterRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1PictureInfo.pLoopFilterRaw(@NotNull MemorySegment value) voidStdVideoDecodeAV1PictureInfo.pLoopRestorationRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1PictureInfo.pLoopRestorationRaw(@NotNull MemorySegment value) voidVkSpecializationInfo.pMapEntriesRaw(@NotNull MemorySegment value) voidVkDebugMarkerMarkerInfoEXT.pMarkerNameRaw(@NotNull MemorySegment value) voidVkDependencyInfo.pMemoryBarriersRaw(@NotNull MemorySegment value) voidVkDebugUtilsMessengerCallbackDataEXT.pMessageIdNameRaw(@NotNull MemorySegment value) voidVkDebugUtilsMessengerCallbackDataEXT.pMessageRaw(@NotNull MemorySegment value) voidStdVideoAV1TileInfo.pMiColStartsRaw(@NotNull MemorySegment value) voidStdVideoAV1TileInfo.pMiRowStartsRaw(@NotNull MemorySegment value) voidVkClusterAccelerationStructureOpInputNV.pMoveObjectsRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pMultisampleStateRaw(@NotNull MemorySegment value) voidVkMutableDescriptorTypeCreateInfoEXT.pMutableDescriptorTypeListsRaw(@NotNull MemorySegment value) voidVkVideoEncodeH264PictureInfoKHR.pNaluSliceEntriesRaw(@NotNull MemorySegment value) voidVkVideoEncodeH265PictureInfoKHR.pNaluSliceSegmentEntriesRaw(@NotNull MemorySegment value) voidVkCudaFunctionCreateInfoNV.pNameRaw(@NotNull MemorySegment value) voidVkCuFunctionCreateInfoNVX.pNameRaw(@NotNull MemorySegment value) voidVkPipelineShaderStageCreateInfo.pNameRaw(@NotNull MemorySegment value) voidVkPipelineShaderStageNodeCreateInfoAMDX.pNameRaw(@NotNull MemorySegment value) voidVkShaderCreateInfoEXT.pNameRaw(@NotNull MemorySegment value) VkAccelerationStructureBuildGeometryInfoKHR.pNext(@NotNull MemorySegment value) VkAccelerationStructureBuildSizesInfoKHR.pNext(@NotNull MemorySegment value) VkAccelerationStructureCaptureDescriptorDataInfoEXT.pNext(@NotNull MemorySegment value) VkAccelerationStructureCreateInfoKHR.pNext(@NotNull MemorySegment value) VkAccelerationStructureCreateInfoNV.pNext(@NotNull MemorySegment value) VkAccelerationStructureDeviceAddressInfoKHR.pNext(@NotNull MemorySegment value) VkAccelerationStructureGeometryAabbsDataKHR.pNext(@NotNull MemorySegment value) VkAccelerationStructureGeometryInstancesDataKHR.pNext(@NotNull MemorySegment value) VkAccelerationStructureGeometryKHR.pNext(@NotNull MemorySegment value) VkAccelerationStructureGeometryLinearSweptSpheresDataNV.pNext(@NotNull MemorySegment value) VkAccelerationStructureGeometryMotionTrianglesDataNV.pNext(@NotNull MemorySegment value) VkAccelerationStructureGeometrySpheresDataNV.pNext(@NotNull MemorySegment value) VkAccelerationStructureGeometryTrianglesDataKHR.pNext(@NotNull MemorySegment value) VkAccelerationStructureInfoNV.pNext(@NotNull MemorySegment value) VkAccelerationStructureMemoryRequirementsInfoNV.pNext(@NotNull MemorySegment value) VkAccelerationStructureMotionInfoNV.pNext(@NotNull MemorySegment value) VkAccelerationStructureTrianglesDisplacementMicromapNV.pNext(@NotNull MemorySegment value) VkAccelerationStructureTrianglesOpacityMicromapEXT.pNext(@NotNull MemorySegment value) VkAccelerationStructureVersionInfoKHR.pNext(@NotNull MemorySegment value) VkAcquireNextImageInfoKHR.pNext(@NotNull MemorySegment value) VkAcquireProfilingLockInfoKHR.pNext(@NotNull MemorySegment value) VkAmigoProfilingSubmitInfoSEC.pNext(@NotNull MemorySegment value) VkAndroidHardwareBufferFormatProperties2ANDROID.pNext(@NotNull MemorySegment value) VkAndroidHardwareBufferFormatPropertiesANDROID.pNext(@NotNull MemorySegment value) VkAndroidHardwareBufferFormatResolvePropertiesANDROID.pNext(@NotNull MemorySegment value) VkAndroidHardwareBufferPropertiesANDROID.pNext(@NotNull MemorySegment value) VkAndroidHardwareBufferUsageANDROID.pNext(@NotNull MemorySegment value) VkAndroidSurfaceCreateInfoKHR.pNext(@NotNull MemorySegment value) VkAntiLagDataAMD.pNext(@NotNull MemorySegment value) VkAntiLagPresentationInfoAMD.pNext(@NotNull MemorySegment value) VkApplicationInfo.pNext(@NotNull MemorySegment value) VkApplicationParametersEXT.pNext(@NotNull MemorySegment value) VkAttachmentDescription2.pNext(@NotNull MemorySegment value) VkAttachmentDescriptionStencilLayout.pNext(@NotNull MemorySegment value) VkAttachmentReference2.pNext(@NotNull MemorySegment value) VkAttachmentReferenceStencilLayout.pNext(@NotNull MemorySegment value) VkAttachmentSampleCountInfoAMD.pNext(@NotNull MemorySegment value) VkBindAccelerationStructureMemoryInfoNV.pNext(@NotNull MemorySegment value) VkBindBufferMemoryDeviceGroupInfo.pNext(@NotNull MemorySegment value) VkBindBufferMemoryInfo.pNext(@NotNull MemorySegment value) VkBindDescriptorBufferEmbeddedSamplersInfoEXT.pNext(@NotNull MemorySegment value) VkBindDescriptorSetsInfo.pNext(@NotNull MemorySegment value) VkBindImageMemoryDeviceGroupInfo.pNext(@NotNull MemorySegment value) VkBindImageMemoryInfo.pNext(@NotNull MemorySegment value) VkBindImageMemorySwapchainInfoKHR.pNext(@NotNull MemorySegment value) VkBindImagePlaneMemoryInfo.pNext(@NotNull MemorySegment value) VkBindMemoryStatus.pNext(@NotNull MemorySegment value) VkBindSparseInfo.pNext(@NotNull MemorySegment value) VkBindVideoSessionMemoryInfoKHR.pNext(@NotNull MemorySegment value) VkBlitImageCubicWeightsInfoQCOM.pNext(@NotNull MemorySegment value) VkBlitImageInfo2.pNext(@NotNull MemorySegment value) VkBufferCaptureDescriptorDataInfoEXT.pNext(@NotNull MemorySegment value) VkBufferCollectionBufferCreateInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkBufferCollectionConstraintsInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkBufferCollectionCreateInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkBufferCollectionImageCreateInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkBufferCollectionPropertiesFUCHSIA.pNext(@NotNull MemorySegment value) VkBufferConstraintsInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkBufferCopy2.pNext(@NotNull MemorySegment value) VkBufferCreateInfo.pNext(@NotNull MemorySegment value) VkBufferDeviceAddressCreateInfoEXT.pNext(@NotNull MemorySegment value) VkBufferDeviceAddressInfo.pNext(@NotNull MemorySegment value) VkBufferImageCopy2.pNext(@NotNull MemorySegment value) VkBufferMemoryBarrier.pNext(@NotNull MemorySegment value) VkBufferMemoryBarrier2.pNext(@NotNull MemorySegment value) VkBufferMemoryRequirementsInfo2.pNext(@NotNull MemorySegment value) VkBufferOpaqueCaptureAddressCreateInfo.pNext(@NotNull MemorySegment value) VkBufferUsageFlags2CreateInfo.pNext(@NotNull MemorySegment value) VkBufferViewCreateInfo.pNext(@NotNull MemorySegment value) VkBuildPartitionedAccelerationStructureInfoNV.pNext(@NotNull MemorySegment value) VkCalibratedTimestampInfoKHR.pNext(@NotNull MemorySegment value) VkCheckpointData2NV.pNext(@NotNull MemorySegment value) VkCheckpointDataNV.pNext(@NotNull MemorySegment value) VkClusterAccelerationStructureClustersBottomLevelInputNV.pNext(@NotNull MemorySegment value) VkClusterAccelerationStructureCommandsInfoNV.pNext(@NotNull MemorySegment value) VkClusterAccelerationStructureInputInfoNV.pNext(@NotNull MemorySegment value) VkClusterAccelerationStructureMoveObjectsInputNV.pNext(@NotNull MemorySegment value) VkClusterAccelerationStructureTriangleClusterInputNV.pNext(@NotNull MemorySegment value) VkCommandBufferAllocateInfo.pNext(@NotNull MemorySegment value) VkCommandBufferBeginInfo.pNext(@NotNull MemorySegment value) VkCommandBufferInheritanceConditionalRenderingInfoEXT.pNext(@NotNull MemorySegment value) VkCommandBufferInheritanceInfo.pNext(@NotNull MemorySegment value) VkCommandBufferInheritanceRenderingInfo.pNext(@NotNull MemorySegment value) VkCommandBufferInheritanceRenderPassTransformInfoQCOM.pNext(@NotNull MemorySegment value) VkCommandBufferInheritanceViewportScissorInfoNV.pNext(@NotNull MemorySegment value) VkCommandBufferSubmitInfo.pNext(@NotNull MemorySegment value) VkCommandPoolCreateInfo.pNext(@NotNull MemorySegment value) VkComputePipelineCreateInfo.pNext(@NotNull MemorySegment value) VkComputePipelineIndirectBufferInfoNV.pNext(@NotNull MemorySegment value) VkConditionalRenderingBeginInfoEXT.pNext(@NotNull MemorySegment value) VkConvertCooperativeVectorMatrixInfoNV.pNext(@NotNull MemorySegment value) VkCooperativeMatrixFlexibleDimensionsPropertiesNV.pNext(@NotNull MemorySegment value) VkCooperativeMatrixPropertiesKHR.pNext(@NotNull MemorySegment value) VkCooperativeMatrixPropertiesNV.pNext(@NotNull MemorySegment value) VkCooperativeVectorPropertiesNV.pNext(@NotNull MemorySegment value) VkCopyAccelerationStructureInfoKHR.pNext(@NotNull MemorySegment value) VkCopyAccelerationStructureToMemoryInfoKHR.pNext(@NotNull MemorySegment value) VkCopyBufferInfo2.pNext(@NotNull MemorySegment value) VkCopyBufferToImageInfo2.pNext(@NotNull MemorySegment value) VkCopyCommandTransformInfoQCOM.pNext(@NotNull MemorySegment value) VkCopyDescriptorSet.pNext(@NotNull MemorySegment value) VkCopyImageInfo2.pNext(@NotNull MemorySegment value) VkCopyImageToBufferInfo2.pNext(@NotNull MemorySegment value) VkCopyImageToImageInfo.pNext(@NotNull MemorySegment value) VkCopyImageToMemoryInfo.pNext(@NotNull MemorySegment value) VkCopyMemoryToAccelerationStructureInfoKHR.pNext(@NotNull MemorySegment value) VkCopyMemoryToImageInfo.pNext(@NotNull MemorySegment value) VkCopyMemoryToMicromapInfoEXT.pNext(@NotNull MemorySegment value) VkCopyMicromapInfoEXT.pNext(@NotNull MemorySegment value) VkCopyMicromapToMemoryInfoEXT.pNext(@NotNull MemorySegment value) VkCudaFunctionCreateInfoNV.pNext(@NotNull MemorySegment value) VkCudaLaunchInfoNV.pNext(@NotNull MemorySegment value) VkCudaModuleCreateInfoNV.pNext(@NotNull MemorySegment value) VkCuFunctionCreateInfoNVX.pNext(@NotNull MemorySegment value) VkCuLaunchInfoNVX.pNext(@NotNull MemorySegment value) VkCuModuleCreateInfoNVX.pNext(@NotNull MemorySegment value) VkCuModuleTexturingModeCreateInfoNVX.pNext(@NotNull MemorySegment value) VkD3D12FenceSubmitInfoKHR.pNext(@NotNull MemorySegment value) VkDebugMarkerMarkerInfoEXT.pNext(@NotNull MemorySegment value) VkDebugMarkerObjectNameInfoEXT.pNext(@NotNull MemorySegment value) VkDebugMarkerObjectTagInfoEXT.pNext(@NotNull MemorySegment value) VkDebugReportCallbackCreateInfoEXT.pNext(@NotNull MemorySegment value) VkDebugUtilsLabelEXT.pNext(@NotNull MemorySegment value) VkDebugUtilsMessengerCallbackDataEXT.pNext(@NotNull MemorySegment value) VkDebugUtilsMessengerCreateInfoEXT.pNext(@NotNull MemorySegment value) VkDebugUtilsObjectNameInfoEXT.pNext(@NotNull MemorySegment value) VkDebugUtilsObjectTagInfoEXT.pNext(@NotNull MemorySegment value) VkDedicatedAllocationBufferCreateInfoNV.pNext(@NotNull MemorySegment value) VkDedicatedAllocationImageCreateInfoNV.pNext(@NotNull MemorySegment value) VkDedicatedAllocationMemoryAllocateInfoNV.pNext(@NotNull MemorySegment value) VkDependencyInfo.pNext(@NotNull MemorySegment value) VkDepthBiasInfoEXT.pNext(@NotNull MemorySegment value) VkDepthBiasRepresentationInfoEXT.pNext(@NotNull MemorySegment value) VkDescriptorAddressInfoEXT.pNext(@NotNull MemorySegment value) VkDescriptorBufferBindingInfoEXT.pNext(@NotNull MemorySegment value) VkDescriptorBufferBindingPushDescriptorBufferHandleEXT.pNext(@NotNull MemorySegment value) VkDescriptorGetInfoEXT.pNext(@NotNull MemorySegment value) VkDescriptorPoolCreateInfo.pNext(@NotNull MemorySegment value) VkDescriptorPoolInlineUniformBlockCreateInfo.pNext(@NotNull MemorySegment value) VkDescriptorSetAllocateInfo.pNext(@NotNull MemorySegment value) VkDescriptorSetBindingReferenceVALVE.pNext(@NotNull MemorySegment value) VkDescriptorSetLayoutBindingFlagsCreateInfo.pNext(@NotNull MemorySegment value) VkDescriptorSetLayoutCreateInfo.pNext(@NotNull MemorySegment value) VkDescriptorSetLayoutHostMappingInfoVALVE.pNext(@NotNull MemorySegment value) VkDescriptorSetLayoutSupport.pNext(@NotNull MemorySegment value) VkDescriptorSetVariableDescriptorCountAllocateInfo.pNext(@NotNull MemorySegment value) VkDescriptorSetVariableDescriptorCountLayoutSupport.pNext(@NotNull MemorySegment value) VkDescriptorUpdateTemplateCreateInfo.pNext(@NotNull MemorySegment value) VkDeviceAddressBindingCallbackDataEXT.pNext(@NotNull MemorySegment value) VkDeviceBufferMemoryRequirements.pNext(@NotNull MemorySegment value) VkDeviceCreateInfo.pNext(@NotNull MemorySegment value) VkDeviceDeviceMemoryReportCreateInfoEXT.pNext(@NotNull MemorySegment value) VkDeviceDiagnosticsConfigCreateInfoNV.pNext(@NotNull MemorySegment value) VkDeviceEventInfoEXT.pNext(@NotNull MemorySegment value) VkDeviceFaultCountsEXT.pNext(@NotNull MemorySegment value) VkDeviceFaultInfoEXT.pNext(@NotNull MemorySegment value) VkDeviceGroupBindSparseInfo.pNext(@NotNull MemorySegment value) VkDeviceGroupCommandBufferBeginInfo.pNext(@NotNull MemorySegment value) VkDeviceGroupDeviceCreateInfo.pNext(@NotNull MemorySegment value) VkDeviceGroupPresentCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkDeviceGroupPresentInfoKHR.pNext(@NotNull MemorySegment value) VkDeviceGroupRenderPassBeginInfo.pNext(@NotNull MemorySegment value) VkDeviceGroupSubmitInfo.pNext(@NotNull MemorySegment value) VkDeviceGroupSwapchainCreateInfoKHR.pNext(@NotNull MemorySegment value) VkDeviceImageMemoryRequirements.pNext(@NotNull MemorySegment value) VkDeviceImageSubresourceInfo.pNext(@NotNull MemorySegment value) VkDeviceMemoryOpaqueCaptureAddressInfo.pNext(@NotNull MemorySegment value) VkDeviceMemoryOverallocationCreateInfoAMD.pNext(@NotNull MemorySegment value) VkDeviceMemoryReportCallbackDataEXT.pNext(@NotNull MemorySegment value) VkDevicePipelineBinaryInternalCacheControlKHR.pNext(@NotNull MemorySegment value) VkDevicePrivateDataCreateInfo.pNext(@NotNull MemorySegment value) VkDeviceQueueCreateInfo.pNext(@NotNull MemorySegment value) VkDeviceQueueGlobalPriorityCreateInfo.pNext(@NotNull MemorySegment value) VkDeviceQueueInfo2.pNext(@NotNull MemorySegment value) VkDeviceQueueShaderCoreControlCreateInfoARM.pNext(@NotNull MemorySegment value) VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.pNext(@NotNull MemorySegment value) VkDirectDriverLoadingInfoLUNARG.pNext(@NotNull MemorySegment value) VkDirectDriverLoadingListLUNARG.pNext(@NotNull MemorySegment value) VkDirectFBSurfaceCreateInfoEXT.pNext(@NotNull MemorySegment value) VkDispatchTileInfoQCOM.pNext(@NotNull MemorySegment value) VkDisplayEventInfoEXT.pNext(@NotNull MemorySegment value) VkDisplayModeCreateInfoKHR.pNext(@NotNull MemorySegment value) VkDisplayModeProperties2KHR.pNext(@NotNull MemorySegment value) VkDisplayModeStereoPropertiesNV.pNext(@NotNull MemorySegment value) VkDisplayNativeHdrSurfaceCapabilitiesAMD.pNext(@NotNull MemorySegment value) VkDisplayPlaneCapabilities2KHR.pNext(@NotNull MemorySegment value) VkDisplayPlaneInfo2KHR.pNext(@NotNull MemorySegment value) VkDisplayPlaneProperties2KHR.pNext(@NotNull MemorySegment value) VkDisplayPowerInfoEXT.pNext(@NotNull MemorySegment value) VkDisplayPresentInfoKHR.pNext(@NotNull MemorySegment value) VkDisplayProperties2KHR.pNext(@NotNull MemorySegment value) VkDisplaySurfaceCreateInfoKHR.pNext(@NotNull MemorySegment value) VkDisplaySurfaceStereoCreateInfoNV.pNext(@NotNull MemorySegment value) VkDrmFormatModifierPropertiesList2EXT.pNext(@NotNull MemorySegment value) VkDrmFormatModifierPropertiesListEXT.pNext(@NotNull MemorySegment value) VkEventCreateInfo.pNext(@NotNull MemorySegment value) VkExecutionGraphPipelineCreateInfoAMDX.pNext(@NotNull MemorySegment value) VkExecutionGraphPipelineScratchSizeAMDX.pNext(@NotNull MemorySegment value) VkExportFenceCreateInfo.pNext(@NotNull MemorySegment value) VkExportFenceSciSyncInfoNV.pNext(@NotNull MemorySegment value) VkExportFenceWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkExportMemoryAllocateInfo.pNext(@NotNull MemorySegment value) VkExportMemoryAllocateInfoNV.pNext(@NotNull MemorySegment value) VkExportMemorySciBufInfoNV.pNext(@NotNull MemorySegment value) VkExportMemoryWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkExportMemoryWin32HandleInfoNV.pNext(@NotNull MemorySegment value) VkExportMetalBufferInfoEXT.pNext(@NotNull MemorySegment value) VkExportMetalCommandQueueInfoEXT.pNext(@NotNull MemorySegment value) VkExportMetalDeviceInfoEXT.pNext(@NotNull MemorySegment value) VkExportMetalIOSurfaceInfoEXT.pNext(@NotNull MemorySegment value) VkExportMetalObjectCreateInfoEXT.pNext(@NotNull MemorySegment value) VkExportMetalObjectsInfoEXT.pNext(@NotNull MemorySegment value) VkExportMetalSharedEventInfoEXT.pNext(@NotNull MemorySegment value) VkExportMetalTextureInfoEXT.pNext(@NotNull MemorySegment value) VkExportSemaphoreCreateInfo.pNext(@NotNull MemorySegment value) VkExportSemaphoreSciSyncInfoNV.pNext(@NotNull MemorySegment value) VkExportSemaphoreWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkExternalBufferProperties.pNext(@NotNull MemorySegment value) VkExternalComputeQueueCreateInfoNV.pNext(@NotNull MemorySegment value) VkExternalComputeQueueDataParamsNV.pNext(@NotNull MemorySegment value) VkExternalComputeQueueDeviceCreateInfoNV.pNext(@NotNull MemorySegment value) VkExternalFenceProperties.pNext(@NotNull MemorySegment value) VkExternalFormatANDROID.pNext(@NotNull MemorySegment value) VkExternalFormatQNX.pNext(@NotNull MemorySegment value) VkExternalImageFormatProperties.pNext(@NotNull MemorySegment value) VkExternalMemoryAcquireUnmodifiedEXT.pNext(@NotNull MemorySegment value) VkExternalMemoryBufferCreateInfo.pNext(@NotNull MemorySegment value) VkExternalMemoryImageCreateInfo.pNext(@NotNull MemorySegment value) VkExternalMemoryImageCreateInfoNV.pNext(@NotNull MemorySegment value) VkExternalSemaphoreProperties.pNext(@NotNull MemorySegment value) VkFenceCreateInfo.pNext(@NotNull MemorySegment value) VkFenceGetFdInfoKHR.pNext(@NotNull MemorySegment value) VkFenceGetSciSyncInfoNV.pNext(@NotNull MemorySegment value) VkFenceGetWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkFilterCubicImageViewImageFormatPropertiesEXT.pNext(@NotNull MemorySegment value) VkFormatProperties2.pNext(@NotNull MemorySegment value) VkFormatProperties3.pNext(@NotNull MemorySegment value) VkFragmentShadingRateAttachmentInfoKHR.pNext(@NotNull MemorySegment value) VkFrameBoundaryEXT.pNext(@NotNull MemorySegment value) VkFramebufferAttachmentImageInfo.pNext(@NotNull MemorySegment value) VkFramebufferAttachmentsCreateInfo.pNext(@NotNull MemorySegment value) VkFramebufferCreateInfo.pNext(@NotNull MemorySegment value) VkFramebufferMixedSamplesCombinationNV.pNext(@NotNull MemorySegment value) VkGeneratedCommandsInfoEXT.pNext(@NotNull MemorySegment value) VkGeneratedCommandsInfoNV.pNext(@NotNull MemorySegment value) VkGeneratedCommandsMemoryRequirementsInfoEXT.pNext(@NotNull MemorySegment value) VkGeneratedCommandsMemoryRequirementsInfoNV.pNext(@NotNull MemorySegment value) VkGeneratedCommandsPipelineInfoEXT.pNext(@NotNull MemorySegment value) VkGeneratedCommandsShaderInfoEXT.pNext(@NotNull MemorySegment value) VkGeometryAABBNV.pNext(@NotNull MemorySegment value) VkGeometryNV.pNext(@NotNull MemorySegment value) VkGeometryTrianglesNV.pNext(@NotNull MemorySegment value) VkGetLatencyMarkerInfoNV.pNext(@NotNull MemorySegment value) VkGraphicsPipelineCreateInfo.pNext(@NotNull MemorySegment value) VkGraphicsPipelineLibraryCreateInfoEXT.pNext(@NotNull MemorySegment value) VkGraphicsPipelineShaderGroupsCreateInfoNV.pNext(@NotNull MemorySegment value) VkGraphicsShaderGroupCreateInfoNV.pNext(@NotNull MemorySegment value) VkHdrMetadataEXT.pNext(@NotNull MemorySegment value) VkHdrVividDynamicMetadataHUAWEI.pNext(@NotNull MemorySegment value) VkHeadlessSurfaceCreateInfoEXT.pNext(@NotNull MemorySegment value) VkHostImageCopyDevicePerformanceQuery.pNext(@NotNull MemorySegment value) VkHostImageLayoutTransitionInfo.pNext(@NotNull MemorySegment value) VkImageAlignmentControlCreateInfoMESA.pNext(@NotNull MemorySegment value) VkImageBlit2.pNext(@NotNull MemorySegment value) VkImageCaptureDescriptorDataInfoEXT.pNext(@NotNull MemorySegment value) VkImageCompressionControlEXT.pNext(@NotNull MemorySegment value) VkImageCompressionPropertiesEXT.pNext(@NotNull MemorySegment value) VkImageConstraintsInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkImageCopy2.pNext(@NotNull MemorySegment value) VkImageCreateInfo.pNext(@NotNull MemorySegment value) VkImageDrmFormatModifierExplicitCreateInfoEXT.pNext(@NotNull MemorySegment value) VkImageDrmFormatModifierListCreateInfoEXT.pNext(@NotNull MemorySegment value) VkImageDrmFormatModifierPropertiesEXT.pNext(@NotNull MemorySegment value) VkImageFormatConstraintsInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkImageFormatListCreateInfo.pNext(@NotNull MemorySegment value) VkImageFormatProperties2.pNext(@NotNull MemorySegment value) VkImageMemoryBarrier.pNext(@NotNull MemorySegment value) VkImageMemoryBarrier2.pNext(@NotNull MemorySegment value) VkImageMemoryRequirementsInfo2.pNext(@NotNull MemorySegment value) VkImagePipeSurfaceCreateInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkImagePlaneMemoryRequirementsInfo.pNext(@NotNull MemorySegment value) VkImageResolve2.pNext(@NotNull MemorySegment value) VkImageSparseMemoryRequirementsInfo2.pNext(@NotNull MemorySegment value) VkImageStencilUsageCreateInfo.pNext(@NotNull MemorySegment value) VkImageSubresource2.pNext(@NotNull MemorySegment value) VkImageSwapchainCreateInfoKHR.pNext(@NotNull MemorySegment value) VkImageToMemoryCopy.pNext(@NotNull MemorySegment value) VkImageViewAddressPropertiesNVX.pNext(@NotNull MemorySegment value) VkImageViewASTCDecodeModeEXT.pNext(@NotNull MemorySegment value) VkImageViewCaptureDescriptorDataInfoEXT.pNext(@NotNull MemorySegment value) VkImageViewCreateInfo.pNext(@NotNull MemorySegment value) VkImageViewHandleInfoNVX.pNext(@NotNull MemorySegment value) VkImageViewMinLodCreateInfoEXT.pNext(@NotNull MemorySegment value) VkImageViewSampleWeightCreateInfoQCOM.pNext(@NotNull MemorySegment value) VkImageViewSlicedCreateInfoEXT.pNext(@NotNull MemorySegment value) VkImageViewUsageCreateInfo.pNext(@NotNull MemorySegment value) VkImportAndroidHardwareBufferInfoANDROID.pNext(@NotNull MemorySegment value) VkImportFenceFdInfoKHR.pNext(@NotNull MemorySegment value) VkImportFenceSciSyncInfoNV.pNext(@NotNull MemorySegment value) VkImportFenceWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkImportMemoryBufferCollectionFUCHSIA.pNext(@NotNull MemorySegment value) VkImportMemoryFdInfoKHR.pNext(@NotNull MemorySegment value) VkImportMemoryHostPointerInfoEXT.pNext(@NotNull MemorySegment value) VkImportMemoryMetalHandleInfoEXT.pNext(@NotNull MemorySegment value) VkImportMemorySciBufInfoNV.pNext(@NotNull MemorySegment value) VkImportMemoryWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkImportMemoryWin32HandleInfoNV.pNext(@NotNull MemorySegment value) VkImportMemoryZirconHandleInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkImportMetalBufferInfoEXT.pNext(@NotNull MemorySegment value) VkImportMetalIOSurfaceInfoEXT.pNext(@NotNull MemorySegment value) VkImportMetalSharedEventInfoEXT.pNext(@NotNull MemorySegment value) VkImportMetalTextureInfoEXT.pNext(@NotNull MemorySegment value) VkImportScreenBufferInfoQNX.pNext(@NotNull MemorySegment value) VkImportSemaphoreFdInfoKHR.pNext(@NotNull MemorySegment value) VkImportSemaphoreSciSyncInfoNV.pNext(@NotNull MemorySegment value) VkImportSemaphoreWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkImportSemaphoreZirconHandleInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkIndirectCommandsLayoutCreateInfoEXT.pNext(@NotNull MemorySegment value) VkIndirectCommandsLayoutCreateInfoNV.pNext(@NotNull MemorySegment value) VkIndirectCommandsLayoutTokenEXT.pNext(@NotNull MemorySegment value) VkIndirectCommandsLayoutTokenNV.pNext(@NotNull MemorySegment value) VkIndirectExecutionSetCreateInfoEXT.pNext(@NotNull MemorySegment value) VkIndirectExecutionSetPipelineInfoEXT.pNext(@NotNull MemorySegment value) VkIndirectExecutionSetShaderInfoEXT.pNext(@NotNull MemorySegment value) VkIndirectExecutionSetShaderLayoutInfoEXT.pNext(@NotNull MemorySegment value) VkInitializePerformanceApiInfoINTEL.pNext(@NotNull MemorySegment value) VkInstanceCreateInfo.pNext(@NotNull MemorySegment value) VkIOSSurfaceCreateInfoMVK.pNext(@NotNull MemorySegment value) VkLatencySleepInfoNV.pNext(@NotNull MemorySegment value) VkLatencySleepModeInfoNV.pNext(@NotNull MemorySegment value) VkLatencySubmissionPresentIdNV.pNext(@NotNull MemorySegment value) VkLatencySurfaceCapabilitiesNV.pNext(@NotNull MemorySegment value) VkLatencyTimingsFrameReportNV.pNext(@NotNull MemorySegment value) VkLayerSettingsCreateInfoEXT.pNext(@NotNull MemorySegment value) VkMacOSSurfaceCreateInfoMVK.pNext(@NotNull MemorySegment value) VkMappedMemoryRange.pNext(@NotNull MemorySegment value) VkMemoryAllocateFlagsInfo.pNext(@NotNull MemorySegment value) VkMemoryAllocateInfo.pNext(@NotNull MemorySegment value) VkMemoryBarrier.pNext(@NotNull MemorySegment value) VkMemoryBarrier2.pNext(@NotNull MemorySegment value) VkMemoryBarrierAccessFlags3KHR.pNext(@NotNull MemorySegment value) VkMemoryDedicatedAllocateInfo.pNext(@NotNull MemorySegment value) VkMemoryDedicatedRequirements.pNext(@NotNull MemorySegment value) VkMemoryFdPropertiesKHR.pNext(@NotNull MemorySegment value) VkMemoryGetAndroidHardwareBufferInfoANDROID.pNext(@NotNull MemorySegment value) VkMemoryGetFdInfoKHR.pNext(@NotNull MemorySegment value) VkMemoryGetMetalHandleInfoEXT.pNext(@NotNull MemorySegment value) VkMemoryGetRemoteAddressInfoNV.pNext(@NotNull MemorySegment value) VkMemoryGetSciBufInfoNV.pNext(@NotNull MemorySegment value) VkMemoryGetWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkMemoryGetZirconHandleInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkMemoryHostPointerPropertiesEXT.pNext(@NotNull MemorySegment value) VkMemoryMapInfo.pNext(@NotNull MemorySegment value) VkMemoryMapPlacedInfoEXT.pNext(@NotNull MemorySegment value) VkMemoryMetalHandlePropertiesEXT.pNext(@NotNull MemorySegment value) VkMemoryOpaqueCaptureAddressAllocateInfo.pNext(@NotNull MemorySegment value) VkMemoryPriorityAllocateInfoEXT.pNext(@NotNull MemorySegment value) VkMemoryRequirements2.pNext(@NotNull MemorySegment value) VkMemorySciBufPropertiesNV.pNext(@NotNull MemorySegment value) VkMemoryToImageCopy.pNext(@NotNull MemorySegment value) VkMemoryUnmapInfo.pNext(@NotNull MemorySegment value) VkMemoryWin32HandlePropertiesKHR.pNext(@NotNull MemorySegment value) VkMemoryZirconHandlePropertiesFUCHSIA.pNext(@NotNull MemorySegment value) VkMetalSurfaceCreateInfoEXT.pNext(@NotNull MemorySegment value) VkMicromapBuildInfoEXT.pNext(@NotNull MemorySegment value) VkMicromapBuildSizesInfoEXT.pNext(@NotNull MemorySegment value) VkMicromapCreateInfoEXT.pNext(@NotNull MemorySegment value) VkMicromapVersionInfoEXT.pNext(@NotNull MemorySegment value) VkMultisampledRenderToSingleSampledInfoEXT.pNext(@NotNull MemorySegment value) VkMultisamplePropertiesEXT.pNext(@NotNull MemorySegment value) VkMultiviewPerViewAttributesInfoNVX.pNext(@NotNull MemorySegment value) VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pNext(@NotNull MemorySegment value) VkMutableDescriptorTypeCreateInfoEXT.pNext(@NotNull MemorySegment value) VkOpaqueCaptureDescriptorDataCreateInfoEXT.pNext(@NotNull MemorySegment value) VkOpticalFlowExecuteInfoNV.pNext(@NotNull MemorySegment value) VkOpticalFlowImageFormatInfoNV.pNext(@NotNull MemorySegment value) VkOpticalFlowImageFormatPropertiesNV.pNext(@NotNull MemorySegment value) VkOpticalFlowSessionCreateInfoNV.pNext(@NotNull MemorySegment value) VkOpticalFlowSessionCreatePrivateDataInfoNV.pNext(@NotNull MemorySegment value) VkOutOfBandQueueTypeInfoNV.pNext(@NotNull MemorySegment value) VkPartitionedAccelerationStructureFlagsNV.pNext(@NotNull MemorySegment value) VkPartitionedAccelerationStructureInstancesInputNV.pNext(@NotNull MemorySegment value) VkPerformanceConfigurationAcquireInfoINTEL.pNext(@NotNull MemorySegment value) VkPerformanceCounterDescriptionKHR.pNext(@NotNull MemorySegment value) VkPerformanceCounterKHR.pNext(@NotNull MemorySegment value) VkPerformanceMarkerInfoINTEL.pNext(@NotNull MemorySegment value) VkPerformanceOverrideInfoINTEL.pNext(@NotNull MemorySegment value) VkPerformanceQueryReservationInfoKHR.pNext(@NotNull MemorySegment value) VkPerformanceQuerySubmitInfoKHR.pNext(@NotNull MemorySegment value) VkPerformanceStreamMarkerInfoINTEL.pNext(@NotNull MemorySegment value) VkPerTileBeginInfoQCOM.pNext(@NotNull MemorySegment value) VkPerTileEndInfoQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDevice16BitStorageFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDevice4444FormatsFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDevice8BitStorageFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceAccelerationStructureFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceAccelerationStructurePropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceAddressBindingReportFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceAmigoProfilingFeaturesSEC.pNext(@NotNull MemorySegment value) VkPhysicalDeviceAntiLagFeaturesAMD.pNext(@NotNull MemorySegment value) VkPhysicalDeviceASTCDecodeFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceBufferDeviceAddressFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.pNext(@NotNull MemorySegment value) VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.pNext(@NotNull MemorySegment value) VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCoherentMemoryFeaturesAMD.pNext(@NotNull MemorySegment value) VkPhysicalDeviceColorWriteEnableFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceConditionalRenderingFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceConservativeRasterizationPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeMatrix2PropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeMatrixFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeMatrixFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeMatrixPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeMatrixPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeVectorFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeVectorPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCopyMemoryIndirectPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCornerSampledImageFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCoverageReductionModeFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCubicClampFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCubicWeightsFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCudaKernelLaunchFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCudaKernelLaunchPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCustomBorderColorFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCustomBorderColorPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDepthClampControlFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDepthClipControlFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDepthClipEnableFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDepthStencilResolveProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorIndexingFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorIndexingProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDiagnosticsConfigFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDiscardRectanglePropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDisplacementMicromapFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDisplacementMicromapPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDriverProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDrmPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDynamicRenderingFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDynamicRenderingLocalReadFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExclusiveScissorFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalBufferInfo.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalComputeQueuePropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalFenceInfo.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalImageFormatInfo.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalMemoryHostPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalMemorySciBufFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalSciSync2FeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalSciSyncFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalSemaphoreInfo.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFaultFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFeatures2.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFloatControlsProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentDensityMapFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentShadingRateFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentShadingRateKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFrameBoundaryFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceGlobalPriorityQueryFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceGroupProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceHdrVividFeaturesHUAWEI.pNext(@NotNull MemorySegment value) VkPhysicalDeviceHostImageCopyFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceHostImageCopyProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceHostQueryResetFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceIDProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageAlignmentControlFeaturesMESA.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageAlignmentControlPropertiesMESA.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageCompressionControlFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageFormatInfo2.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImagelessFramebufferFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageProcessing2FeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageProcessing2PropertiesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageProcessingFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageProcessingPropertiesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageRobustnessFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageViewImageFormatInfoEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageViewMinLodFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceIndexTypeUint8Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceInheritedViewportScissorFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceInlineUniformBlockFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceInlineUniformBlockProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLayeredApiPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLayeredApiPropertiesListKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLayeredDriverPropertiesMSFT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLegacyDitheringFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLinearColorAttachmentFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLineRasterizationFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLineRasterizationProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance3Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance4Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance4Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance5Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance5Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance6Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance6Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance7FeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance7PropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance8FeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMemoryBudgetPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMemoryDecompressionFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMemoryDecompressionPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMemoryPriorityFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMemoryProperties2.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMeshShaderFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMeshShaderFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMeshShaderPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMeshShaderPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMultiDrawFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMultiDrawPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMultiviewFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMultiviewProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceNestedCommandBufferFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceNestedCommandBufferPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceOpacityMicromapFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceOpacityMicromapPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceOpticalFlowFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceOpticalFlowPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDevicePCIBusInfoPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDevicePerformanceQueryFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDevicePerformanceQueryPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDevicePerStageDescriptorSetFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineBinaryFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineBinaryPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineCreationCacheControlFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelinePropertiesFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineProtectedAccessFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineRobustnessFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineRobustnessProperties.pNext(@NotNull MemorySegment value) VkPhysicalDevicePointClippingProperties.pNext(@NotNull MemorySegment value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDevicePortabilitySubsetPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDevicePresentBarrierFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDevicePresentIdFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDevicePresentMeteringFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDevicePresentWaitFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDevicePrivateDataFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceProperties2.pNext(@NotNull MemorySegment value) VkPhysicalDeviceProtectedMemoryFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceProtectedMemoryProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceProvokingVertexFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceProvokingVertexPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDevicePushDescriptorProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRawAccessChainsFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayQueryFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingPipelineFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingPipelinePropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingValidationFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRenderPassStripedFeaturesARM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRenderPassStripedPropertiesARM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRobustness2FeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRobustness2PropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSampleLocationsPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSamplerFilterMinmaxProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSamplerYcbcrConversionFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceScalarBlockLayoutFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSchedulingControlsFeaturesARM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSchedulingControlsPropertiesARM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderAtomicInt64Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderBfloat16FeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderClockFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderCoreProperties2AMD.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderCorePropertiesAMD.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderCorePropertiesARM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderDrawParametersFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderEnqueueFeaturesAMDX.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderExpectAssumeFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderFloat16Int8Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderFloatControls2Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderImageFootprintFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderIntegerDotProductFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderIntegerDotProductProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderObjectFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderObjectPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderQuadControlFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderSubgroupRotateFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderTerminateInvocationFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderTileImageFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderTileImagePropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShadingRateImageFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShadingRateImagePropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSparseImageFormatInfo2.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSubgroupProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSubgroupSizeControlFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSubgroupSizeControlProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSurfaceInfo2KHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceSynchronization2Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTexelBufferAlignmentProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTextureCompressionASTCHDRFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTilePropertiesFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTileShadingFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTileShadingPropertiesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTimelineSemaphoreFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTimelineSemaphoreProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceToolProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTransformFeedbackFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceUniformBufferStandardLayoutFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVariablePointersFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVertexAttributeDivisorFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVertexAttributeDivisorProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVideoFormatInfoKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVideoMaintenance1FeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVideoMaintenance2FeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan11Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan11Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan12Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan12Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan13Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan13Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan14Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan14Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkanMemoryModelFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.pNext(@NotNull MemorySegment value) VkPipelineBinaryCreateInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineBinaryDataInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineBinaryHandlesInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineBinaryInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineBinaryKeyKHR.pNext(@NotNull MemorySegment value) VkPipelineCacheCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineColorBlendAdvancedStateCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineColorBlendStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineColorWriteCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineCompilerControlCreateInfoAMD.pNext(@NotNull MemorySegment value) VkPipelineCoverageModulationStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPipelineCoverageReductionStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPipelineCoverageToColorStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPipelineCreateFlags2CreateInfo.pNext(@NotNull MemorySegment value) VkPipelineCreateInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineCreationFeedbackCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineDepthStencilStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineDiscardRectangleStateCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineDynamicStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineExecutableInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineExecutableInternalRepresentationKHR.pNext(@NotNull MemorySegment value) VkPipelineExecutablePropertiesKHR.pNext(@NotNull MemorySegment value) VkPipelineExecutableStatisticKHR.pNext(@NotNull MemorySegment value) VkPipelineFragmentShadingRateEnumStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPipelineFragmentShadingRateStateCreateInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineIndirectDeviceAddressInfoNV.pNext(@NotNull MemorySegment value) VkPipelineInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineInputAssemblyStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineLayoutCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineLibraryCreateInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineMultisampleStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelinePropertiesIdentifierEXT.pNext(@NotNull MemorySegment value) VkPipelineRasterizationConservativeStateCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineRasterizationDepthClipStateCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineRasterizationLineStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineRasterizationProvokingVertexStateCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineRasterizationStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineRasterizationStateRasterizationOrderAMD.pNext(@NotNull MemorySegment value) VkPipelineRasterizationStateStreamCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineRenderingCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineRepresentativeFragmentTestStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPipelineRobustnessCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineSampleLocationsStateCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineShaderStageCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineShaderStageNodeCreateInfoAMDX.pNext(@NotNull MemorySegment value) VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineTessellationDomainOriginStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineTessellationStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineVertexInputDivisorStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineVertexInputStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPipelineViewportDepthClampControlCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineViewportDepthClipControlCreateInfoEXT.pNext(@NotNull MemorySegment value) VkPipelineViewportExclusiveScissorStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPipelineViewportShadingRateImageStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPipelineViewportStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineViewportSwizzleStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPipelineViewportWScalingStateCreateInfoNV.pNext(@NotNull MemorySegment value) VkPresentFrameTokenGGP.pNext(@NotNull MemorySegment value) VkPresentIdKHR.pNext(@NotNull MemorySegment value) VkPresentInfoKHR.pNext(@NotNull MemorySegment value) VkPresentRegionsKHR.pNext(@NotNull MemorySegment value) VkPresentTimesInfoGOOGLE.pNext(@NotNull MemorySegment value) VkPrivateDataSlotCreateInfo.pNext(@NotNull MemorySegment value) VkProtectedSubmitInfo.pNext(@NotNull MemorySegment value) VkPushConstantsInfo.pNext(@NotNull MemorySegment value) VkPushDescriptorSetInfo.pNext(@NotNull MemorySegment value) VkPushDescriptorSetWithTemplateInfo.pNext(@NotNull MemorySegment value) VkQueryLowLatencySupportNV.pNext(@NotNull MemorySegment value) VkQueryPoolCreateInfo.pNext(@NotNull MemorySegment value) VkQueryPoolPerformanceCreateInfoKHR.pNext(@NotNull MemorySegment value) VkQueryPoolPerformanceQueryCreateInfoINTEL.pNext(@NotNull MemorySegment value) VkQueryPoolVideoEncodeFeedbackCreateInfoKHR.pNext(@NotNull MemorySegment value) VkQueueFamilyCheckpointProperties2NV.pNext(@NotNull MemorySegment value) VkQueueFamilyCheckpointPropertiesNV.pNext(@NotNull MemorySegment value) VkQueueFamilyGlobalPriorityProperties.pNext(@NotNull MemorySegment value) VkQueueFamilyProperties2.pNext(@NotNull MemorySegment value) VkQueueFamilyQueryResultStatusPropertiesKHR.pNext(@NotNull MemorySegment value) VkQueueFamilyVideoPropertiesKHR.pNext(@NotNull MemorySegment value) VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.pNext(@NotNull MemorySegment value) VkRayTracingPipelineCreateInfoKHR.pNext(@NotNull MemorySegment value) VkRayTracingPipelineCreateInfoNV.pNext(@NotNull MemorySegment value) VkRayTracingPipelineInterfaceCreateInfoKHR.pNext(@NotNull MemorySegment value) VkRayTracingShaderGroupCreateInfoKHR.pNext(@NotNull MemorySegment value) VkRayTracingShaderGroupCreateInfoNV.pNext(@NotNull MemorySegment value) VkRefreshObjectListKHR.pNext(@NotNull MemorySegment value) VkReleaseCapturedPipelineDataInfoKHR.pNext(@NotNull MemorySegment value) VkReleaseSwapchainImagesInfoEXT.pNext(@NotNull MemorySegment value) VkRenderingAreaInfo.pNext(@NotNull MemorySegment value) VkRenderingAttachmentInfo.pNext(@NotNull MemorySegment value) VkRenderingAttachmentLocationInfo.pNext(@NotNull MemorySegment value) VkRenderingEndInfoEXT.pNext(@NotNull MemorySegment value) VkRenderingFragmentDensityMapAttachmentInfoEXT.pNext(@NotNull MemorySegment value) VkRenderingFragmentShadingRateAttachmentInfoKHR.pNext(@NotNull MemorySegment value) VkRenderingInfo.pNext(@NotNull MemorySegment value) VkRenderingInputAttachmentIndexInfo.pNext(@NotNull MemorySegment value) VkRenderPassAttachmentBeginInfo.pNext(@NotNull MemorySegment value) VkRenderPassBeginInfo.pNext(@NotNull MemorySegment value) VkRenderPassCreateInfo.pNext(@NotNull MemorySegment value) VkRenderPassCreateInfo2.pNext(@NotNull MemorySegment value) VkRenderPassCreationControlEXT.pNext(@NotNull MemorySegment value) VkRenderPassCreationFeedbackCreateInfoEXT.pNext(@NotNull MemorySegment value) VkRenderPassFragmentDensityMapCreateInfoEXT.pNext(@NotNull MemorySegment value) VkRenderPassFragmentDensityMapOffsetEndInfoEXT.pNext(@NotNull MemorySegment value) VkRenderPassInputAttachmentAspectCreateInfo.pNext(@NotNull MemorySegment value) VkRenderPassMultiviewCreateInfo.pNext(@NotNull MemorySegment value) VkRenderPassSampleLocationsBeginInfoEXT.pNext(@NotNull MemorySegment value) VkRenderPassStripeBeginInfoARM.pNext(@NotNull MemorySegment value) VkRenderPassStripeInfoARM.pNext(@NotNull MemorySegment value) VkRenderPassStripeSubmitInfoARM.pNext(@NotNull MemorySegment value) VkRenderPassSubpassFeedbackCreateInfoEXT.pNext(@NotNull MemorySegment value) VkRenderPassTileShadingCreateInfoQCOM.pNext(@NotNull MemorySegment value) VkRenderPassTransformBeginInfoQCOM.pNext(@NotNull MemorySegment value) VkResolveImageInfo2.pNext(@NotNull MemorySegment value) VkSampleLocationsInfoEXT.pNext(@NotNull MemorySegment value) VkSamplerBlockMatchWindowCreateInfoQCOM.pNext(@NotNull MemorySegment value) VkSamplerBorderColorComponentMappingCreateInfoEXT.pNext(@NotNull MemorySegment value) VkSamplerCaptureDescriptorDataInfoEXT.pNext(@NotNull MemorySegment value) VkSamplerCreateInfo.pNext(@NotNull MemorySegment value) VkSamplerCubicWeightsCreateInfoQCOM.pNext(@NotNull MemorySegment value) VkSamplerCustomBorderColorCreateInfoEXT.pNext(@NotNull MemorySegment value) VkSamplerReductionModeCreateInfo.pNext(@NotNull MemorySegment value) VkSamplerYcbcrConversionCreateInfo.pNext(@NotNull MemorySegment value) VkSamplerYcbcrConversionImageFormatProperties.pNext(@NotNull MemorySegment value) VkSamplerYcbcrConversionInfo.pNext(@NotNull MemorySegment value) VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.pNext(@NotNull MemorySegment value) VkSciSyncAttributesInfoNV.pNext(@NotNull MemorySegment value) VkScreenBufferFormatPropertiesQNX.pNext(@NotNull MemorySegment value) VkScreenBufferPropertiesQNX.pNext(@NotNull MemorySegment value) VkScreenSurfaceCreateInfoQNX.pNext(@NotNull MemorySegment value) VkSemaphoreCreateInfo.pNext(@NotNull MemorySegment value) VkSemaphoreGetFdInfoKHR.pNext(@NotNull MemorySegment value) VkSemaphoreGetSciSyncInfoNV.pNext(@NotNull MemorySegment value) VkSemaphoreGetWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkSemaphoreGetZirconHandleInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkSemaphoreSciSyncCreateInfoNV.pNext(@NotNull MemorySegment value) VkSemaphoreSciSyncPoolCreateInfoNV.pNext(@NotNull MemorySegment value) VkSemaphoreSignalInfo.pNext(@NotNull MemorySegment value) VkSemaphoreSubmitInfo.pNext(@NotNull MemorySegment value) VkSemaphoreTypeCreateInfo.pNext(@NotNull MemorySegment value) VkSemaphoreWaitInfo.pNext(@NotNull MemorySegment value) VkSetDescriptorBufferOffsetsInfoEXT.pNext(@NotNull MemorySegment value) VkSetLatencyMarkerInfoNV.pNext(@NotNull MemorySegment value) VkSetPresentConfigNV.pNext(@NotNull MemorySegment value) VkShaderCreateInfoEXT.pNext(@NotNull MemorySegment value) VkShaderModuleCreateInfo.pNext(@NotNull MemorySegment value) VkShaderModuleIdentifierEXT.pNext(@NotNull MemorySegment value) VkShaderModuleValidationCacheCreateInfoEXT.pNext(@NotNull MemorySegment value) VkSharedPresentSurfaceCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkSparseImageFormatProperties2.pNext(@NotNull MemorySegment value) VkSparseImageMemoryRequirements2.pNext(@NotNull MemorySegment value) VkStreamDescriptorSurfaceCreateInfoGGP.pNext(@NotNull MemorySegment value) VkSubmitInfo.pNext(@NotNull MemorySegment value) VkSubmitInfo2.pNext(@NotNull MemorySegment value) VkSubpassBeginInfo.pNext(@NotNull MemorySegment value) VkSubpassDependency2.pNext(@NotNull MemorySegment value) VkSubpassDescription2.pNext(@NotNull MemorySegment value) VkSubpassDescriptionDepthStencilResolve.pNext(@NotNull MemorySegment value) VkSubpassEndInfo.pNext(@NotNull MemorySegment value) VkSubpassResolvePerformanceQueryEXT.pNext(@NotNull MemorySegment value) VkSubpassShadingPipelineCreateInfoHUAWEI.pNext(@NotNull MemorySegment value) VkSubresourceHostMemcpySize.pNext(@NotNull MemorySegment value) VkSubresourceLayout2.pNext(@NotNull MemorySegment value) VkSurfaceCapabilities2EXT.pNext(@NotNull MemorySegment value) VkSurfaceCapabilities2KHR.pNext(@NotNull MemorySegment value) VkSurfaceCapabilitiesFullScreenExclusiveEXT.pNext(@NotNull MemorySegment value) VkSurfaceCapabilitiesPresentBarrierNV.pNext(@NotNull MemorySegment value) VkSurfaceFormat2KHR.pNext(@NotNull MemorySegment value) VkSurfaceFullScreenExclusiveInfoEXT.pNext(@NotNull MemorySegment value) VkSurfaceFullScreenExclusiveWin32InfoEXT.pNext(@NotNull MemorySegment value) VkSurfacePresentModeCompatibilityEXT.pNext(@NotNull MemorySegment value) VkSurfacePresentModeEXT.pNext(@NotNull MemorySegment value) VkSurfacePresentScalingCapabilitiesEXT.pNext(@NotNull MemorySegment value) VkSurfaceProtectedCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkSwapchainCounterCreateInfoEXT.pNext(@NotNull MemorySegment value) VkSwapchainCreateInfoKHR.pNext(@NotNull MemorySegment value) VkSwapchainDisplayNativeHdrCreateInfoAMD.pNext(@NotNull MemorySegment value) VkSwapchainLatencyCreateInfoNV.pNext(@NotNull MemorySegment value) VkSwapchainPresentBarrierCreateInfoNV.pNext(@NotNull MemorySegment value) VkSwapchainPresentFenceInfoEXT.pNext(@NotNull MemorySegment value) VkSwapchainPresentModeInfoEXT.pNext(@NotNull MemorySegment value) VkSwapchainPresentModesCreateInfoEXT.pNext(@NotNull MemorySegment value) VkSwapchainPresentScalingCreateInfoEXT.pNext(@NotNull MemorySegment value) VkSysmemColorSpaceFUCHSIA.pNext(@NotNull MemorySegment value) VkTextureLODGatherFormatPropertiesAMD.pNext(@NotNull MemorySegment value) VkTileMemoryBindInfoQCOM.pNext(@NotNull MemorySegment value) VkTileMemoryRequirementsQCOM.pNext(@NotNull MemorySegment value) VkTileMemorySizeInfoQCOM.pNext(@NotNull MemorySegment value) VkTilePropertiesQCOM.pNext(@NotNull MemorySegment value) VkTimelineSemaphoreSubmitInfo.pNext(@NotNull MemorySegment value) VkValidationCacheCreateInfoEXT.pNext(@NotNull MemorySegment value) VkValidationFeaturesEXT.pNext(@NotNull MemorySegment value) VkValidationFlagsEXT.pNext(@NotNull MemorySegment value) VkVertexInputAttributeDescription2EXT.pNext(@NotNull MemorySegment value) VkVertexInputBindingDescription2EXT.pNext(@NotNull MemorySegment value) VkVideoBeginCodingInfoKHR.pNext(@NotNull MemorySegment value) VkVideoCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoCodingControlInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeAV1CapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeAV1DpbSlotInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeAV1InlineSessionParametersInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeAV1PictureInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeAV1ProfileInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeAV1SessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264CapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264DpbSlotInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264InlineSessionParametersInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264PictureInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264ProfileInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264SessionParametersAddInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264SessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH265CapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH265DpbSlotInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH265InlineSessionParametersInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH265PictureInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH265ProfileInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH265SessionParametersAddInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH265SessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeUsageInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1CapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1DpbSlotInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1PictureInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1ProfileInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1QualityLevelPropertiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1QuantizationMapCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1RateControlInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1RateControlLayerInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1SessionCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1SessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264CapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264DpbSlotInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264GopRemainingFrameInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264NaluSliceInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264PictureInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264ProfileInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264QualityLevelPropertiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264QuantizationMapCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264RateControlInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264RateControlLayerInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264SessionCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264SessionParametersAddInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264SessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264SessionParametersFeedbackInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264SessionParametersGetInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265CapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265DpbSlotInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265GopRemainingFrameInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265NaluSliceSegmentInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265PictureInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265ProfileInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265QualityLevelPropertiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265QuantizationMapCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265RateControlInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265RateControlLayerInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265SessionCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265SessionParametersAddInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265SessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265SessionParametersGetInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeQualityLevelInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeQualityLevelPropertiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeQuantizationMapCapabilitiesKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeQuantizationMapInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeRateControlInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeRateControlLayerInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeSessionParametersFeedbackInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeSessionParametersGetInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeUsageInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEndCodingInfoKHR.pNext(@NotNull MemorySegment value) VkVideoFormatAV1QuantizationMapPropertiesKHR.pNext(@NotNull MemorySegment value) VkVideoFormatH265QuantizationMapPropertiesKHR.pNext(@NotNull MemorySegment value) VkVideoFormatPropertiesKHR.pNext(@NotNull MemorySegment value) VkVideoFormatQuantizationMapPropertiesKHR.pNext(@NotNull MemorySegment value) VkVideoInlineQueryInfoKHR.pNext(@NotNull MemorySegment value) VkVideoPictureResourceInfoKHR.pNext(@NotNull MemorySegment value) VkVideoProfileInfoKHR.pNext(@NotNull MemorySegment value) VkVideoProfileListInfoKHR.pNext(@NotNull MemorySegment value) VkVideoReferenceSlotInfoKHR.pNext(@NotNull MemorySegment value) VkVideoSessionCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoSessionMemoryRequirementsKHR.pNext(@NotNull MemorySegment value) VkVideoSessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoSessionParametersUpdateInfoKHR.pNext(@NotNull MemorySegment value) VkViSurfaceCreateInfoNN.pNext(@NotNull MemorySegment value) VkWaylandSurfaceCreateInfoKHR.pNext(@NotNull MemorySegment value) VkWin32KeyedMutexAcquireReleaseInfoKHR.pNext(@NotNull MemorySegment value) VkWin32KeyedMutexAcquireReleaseInfoNV.pNext(@NotNull MemorySegment value) VkWin32SurfaceCreateInfoKHR.pNext(@NotNull MemorySegment value) VkWriteDescriptorSet.pNext(@NotNull MemorySegment value) VkWriteDescriptorSetAccelerationStructureKHR.pNext(@NotNull MemorySegment value) VkWriteDescriptorSetAccelerationStructureNV.pNext(@NotNull MemorySegment value) VkWriteDescriptorSetInlineUniformBlock.pNext(@NotNull MemorySegment value) VkWriteDescriptorSetPartitionedAccelerationStructureNV.pNext(@NotNull MemorySegment value) VkWriteIndirectExecutionSetPipelineEXT.pNext(@NotNull MemorySegment value) VkWriteIndirectExecutionSetShaderEXT.pNext(@NotNull MemorySegment value) VkXcbSurfaceCreateInfoKHR.pNext(@NotNull MemorySegment value) VkXlibSurfaceCreateInfoKHR.pNext(@NotNull MemorySegment value) voidVkBaseInStructure.pNextRaw(@NotNull MemorySegment value) voidVkBaseOutStructure.pNextRaw(@NotNull MemorySegment value) voidVkDebugMarkerObjectNameInfoEXT.pObjectNameRaw(@NotNull MemorySegment value) voidVkDebugUtilsObjectNameInfoEXT.pObjectNameRaw(@NotNull MemorySegment value) voidVkDebugUtilsMessengerCallbackDataEXT.pObjectsRaw(@NotNull MemorySegment value) voidVkRefreshObjectListKHR.pObjectsRaw(@NotNull MemorySegment value) voidStdVideoH264SequenceParameterSet.pOffsetForRefFrameRaw(@NotNull MemorySegment value) voidVkSetDescriptorBufferOffsetsInfoEXT.pOffsetsRaw(@NotNull MemorySegment value) voidVkVideoDecodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw(@NotNull MemorySegment value) voidVkVideoEncodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw(@NotNull MemorySegment value) voidVkVideoEncodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw(@NotNull MemorySegment value) VkCudaLaunchInfoNV.pParams(@NotNull MemorySegment value) VkCuLaunchInfoNVX.pParams(@NotNull MemorySegment value) voidVkDeviceCreateInfo.ppEnabledExtensionNamesRaw(@NotNull MemorySegment value) voidVkInstanceCreateInfo.ppEnabledExtensionNamesRaw(@NotNull MemorySegment value) voidVkDeviceCreateInfo.ppEnabledLayerNamesRaw(@NotNull MemorySegment value) voidVkInstanceCreateInfo.ppEnabledLayerNamesRaw(@NotNull MemorySegment value) voidVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreasRaw(@NotNull MemorySegment value) voidVkAccelerationStructureBuildGeometryInfoKHR.ppGeometriesRaw(@NotNull MemorySegment value) voidVkDeviceGroupDeviceCreateInfo.pPhysicalDevicesRaw(@NotNull MemorySegment value) voidVkVideoReferenceSlotInfoKHR.pPictureResourceRaw(@NotNull MemorySegment value) voidVkPipelineBinaryHandlesInfoKHR.pPipelineBinariesRaw(@NotNull MemorySegment value) voidVkPipelineBinaryInfoKHR.pPipelineBinariesRaw(@NotNull MemorySegment value) voidVkPipelineBinaryKeysAndDataKHR.pPipelineBinaryDataRaw(@NotNull MemorySegment value) voidVkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeysRaw(@NotNull MemorySegment value) voidVkPipelineBinaryCreateInfoKHR.pPipelineCreateInfoRaw(@NotNull MemorySegment value) voidVkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedbackRaw(@NotNull MemorySegment value) voidVkIndirectExecutionSetInfoEXT.pPipelineInfoRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineShaderGroupsCreateInfoNV.pPipelinesRaw(@NotNull MemorySegment value) voidVkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacksRaw(@NotNull MemorySegment value) VkMemoryMapPlacedInfoEXT.pPlacedAddress(@NotNull MemorySegment value) voidVkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayoutsRaw(@NotNull MemorySegment value) voidVkDescriptorPoolCreateInfo.pPoolSizesRaw(@NotNull MemorySegment value) voidVkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocationsRaw(@NotNull MemorySegment value) voidStdVideoH265PictureParameterSet.pPredictorPaletteEntriesRaw(@NotNull MemorySegment value) voidStdVideoH265SequenceParameterSet.pPredictorPaletteEntriesRaw(@NotNull MemorySegment value) voidVkAntiLagDataAMD.pPresentationInfoRaw(@NotNull MemorySegment value) voidVkPresentIdKHR.pPresentIdsRaw(@NotNull MemorySegment value) voidVkLatencySurfaceCapabilitiesNV.pPresentModesRaw(@NotNull MemorySegment value) voidVkSurfacePresentModeCompatibilityEXT.pPresentModesRaw(@NotNull MemorySegment value) voidVkSwapchainPresentModeInfoEXT.pPresentModesRaw(@NotNull MemorySegment value) voidVkSwapchainPresentModesCreateInfoEXT.pPresentModesRaw(@NotNull MemorySegment value) voidVkSubpassDescription.pPreserveAttachmentsRaw(@NotNull MemorySegment value) voidVkSubpassDescription2.pPreserveAttachmentsRaw(@NotNull MemorySegment value) VkOpticalFlowSessionCreatePrivateDataInfoNV.pPrivateData(@NotNull MemorySegment value) voidVkVideoProfileListInfoKHR.pProfilesRaw(@NotNull MemorySegment value) voidStdVideoH265SequenceParameterSet.pProfileTierLevelRaw(@NotNull MemorySegment value) voidStdVideoH265VideoParameterSet.pProfileTierLevelRaw(@NotNull MemorySegment value) voidVkAccelerationStructureTrianglesDisplacementMicromapNV.ppUsageCountsRaw(@NotNull MemorySegment value) voidVkAccelerationStructureTrianglesOpacityMicromapEXT.ppUsageCountsRaw(@NotNull MemorySegment value) voidVkMicromapBuildInfoEXT.ppUsageCountsRaw(@NotNull MemorySegment value) voidVkIndirectExecutionSetShaderInfoEXT.pPushConstantRangesRaw(@NotNull MemorySegment value) voidVkPipelineLayoutCreateInfo.pPushConstantRangesRaw(@NotNull MemorySegment value) voidVkShaderCreateInfoEXT.pPushConstantRangesRaw(@NotNull MemorySegment value) voidVkIndirectCommandsTokenDataEXT.pPushConstantRaw(@NotNull MemorySegment value) voidStdVideoDecodeAV1PictureInfo.pQuantizationRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1PictureInfo.pQuantizationRaw(@NotNull MemorySegment value) VkQueryLowLatencySupportNV.pQueriedLowLatencyData(@NotNull MemorySegment value) voidVkDeviceCreateInfo.pQueueCreateInfosRaw(@NotNull MemorySegment value) voidVkBufferCreateInfo.pQueueFamilyIndicesRaw(@NotNull MemorySegment value) voidVkImageCreateInfo.pQueueFamilyIndicesRaw(@NotNull MemorySegment value) voidVkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndicesRaw(@NotNull MemorySegment value) voidVkSwapchainCreateInfoKHR.pQueueFamilyIndicesRaw(@NotNull MemorySegment value) voidVkDebugUtilsMessengerCallbackDataEXT.pQueueLabelsRaw(@NotNull MemorySegment value) voidVkDeviceQueueCreateInfo.pQueuePrioritiesRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pRasterizationStateRaw(@NotNull MemorySegment value) voidVkPresentRegionKHR.pRectanglesRaw(@NotNull MemorySegment value) voidVkVideoBeginCodingInfoKHR.pReferenceSlotsRaw(@NotNull MemorySegment value) voidVkVideoDecodeInfoKHR.pReferenceSlotsRaw(@NotNull MemorySegment value) voidVkVideoEncodeInfoKHR.pReferenceSlotsRaw(@NotNull MemorySegment value) voidStdVideoEncodeH264ReferenceListsInfo.pRefList0ModOperationsRaw(@NotNull MemorySegment value) voidStdVideoEncodeH264ReferenceListsInfo.pRefList1ModOperationsRaw(@NotNull MemorySegment value) voidStdVideoEncodeH264PictureInfo.pRefListsRaw(@NotNull MemorySegment value) voidStdVideoEncodeH265PictureInfo.pRefListsRaw(@NotNull MemorySegment value) voidStdVideoEncodeH264ReferenceListsInfo.pRefPicMarkingOperationsRaw(@NotNull MemorySegment value) voidVkBlitImageInfo2.pRegionsRaw(@NotNull MemorySegment value) voidVkCopyBufferInfo2.pRegionsRaw(@NotNull MemorySegment value) voidVkCopyBufferToImageInfo2.pRegionsRaw(@NotNull MemorySegment value) voidVkCopyImageInfo2.pRegionsRaw(@NotNull MemorySegment value) voidVkCopyImageToBufferInfo2.pRegionsRaw(@NotNull MemorySegment value) voidVkCopyImageToImageInfo.pRegionsRaw(@NotNull MemorySegment value) voidVkCopyImageToMemoryInfo.pRegionsRaw(@NotNull MemorySegment value) voidVkCopyMemoryToImageInfo.pRegionsRaw(@NotNull MemorySegment value) voidVkOpticalFlowExecuteInfoNV.pRegionsRaw(@NotNull MemorySegment value) voidVkPresentRegionsKHR.pRegionsRaw(@NotNull MemorySegment value) voidVkResolveImageInfo2.pRegionsRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseKeysRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseKeysRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseSyncsRaw(@NotNull MemorySegment value) voidVkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseSyncsRaw(@NotNull MemorySegment value) voidVkRenderPassCreationFeedbackCreateInfoEXT.pRenderPassFeedbackRaw(@NotNull MemorySegment value) voidVkSubpassDescription.pResolveAttachmentsRaw(@NotNull MemorySegment value) voidVkSubpassDescription2.pResolveAttachmentsRaw(@NotNull MemorySegment value) voidVkBindMemoryStatus.pResultRaw(@NotNull MemorySegment value) voidVkPresentInfoKHR.pResultsRaw(@NotNull MemorySegment value) voidVkDescriptorDataEXT.pSampledImageRaw(@NotNull MemorySegment value) voidVkCoarseSampleOrderCustomNV.pSampleLocationsRaw(@NotNull MemorySegment value) voidVkSampleLocationsInfoEXT.pSampleLocationsRaw(@NotNull MemorySegment value) VkPipelineMultisampleStateCreateInfo.pSampleMask(@Nullable IntPtr value) voidVkPipelineMultisampleStateCreateInfo.pSampleMaskRaw(@NotNull MemorySegment value) voidVkDescriptorDataEXT.pSamplerRaw(@NotNull MemorySegment value) voidStdVideoH264PictureParameterSet.pScalingListsRaw(@NotNull MemorySegment value) voidStdVideoH264SequenceParameterSet.pScalingListsRaw(@NotNull MemorySegment value) voidStdVideoH265PictureParameterSet.pScalingListsRaw(@NotNull MemorySegment value) voidStdVideoH265SequenceParameterSet.pScalingListsRaw(@NotNull MemorySegment value) voidVkPipelineViewportStateCreateInfo.pScissorsRaw(@NotNull MemorySegment value) voidStdVideoDecodeAV1PictureInfo.pSegmentationRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1PictureInfo.pSegmentationRaw(@NotNull MemorySegment value) voidVkSemaphoreWaitInfo.pSemaphoresRaw(@NotNull MemorySegment value) voidStdVideoH264SequenceParameterSet.pSequenceParameterSetVuiRaw(@NotNull MemorySegment value) voidStdVideoH265SequenceParameterSet.pSequenceParameterSetVuiRaw(@NotNull MemorySegment value) voidVkIndirectExecutionSetShaderInfoEXT.pSetLayoutInfosRaw(@NotNull MemorySegment value) voidVkDescriptorSetAllocateInfo.pSetLayoutsRaw(@NotNull MemorySegment value) voidVkIndirectExecutionSetShaderLayoutInfoEXT.pSetLayoutsRaw(@NotNull MemorySegment value) voidVkPipelineLayoutCreateInfo.pSetLayoutsRaw(@NotNull MemorySegment value) voidVkShaderCreateInfoEXT.pSetLayoutsRaw(@NotNull MemorySegment value) voidVkLayerSettingEXT.pSettingNameRaw(@NotNull MemorySegment value) voidVkLayerSettingsCreateInfoEXT.pSettingsRaw(@NotNull MemorySegment value) voidVkVideoDecodeInfoKHR.pSetupReferenceSlotRaw(@NotNull MemorySegment value) voidVkVideoEncodeInfoKHR.pSetupReferenceSlotRaw(@NotNull MemorySegment value) VkRayTracingShaderGroupCreateInfoKHR.pShaderGroupCaptureReplayHandle(@NotNull MemorySegment value) voidVkIndirectExecutionSetInfoEXT.pShaderInfoRaw(@NotNull MemorySegment value) voidVkGeneratedCommandsShaderInfoEXT.pShadersRaw(@NotNull MemorySegment value) voidVkShadingRatePaletteNV.pShadingRatePaletteEntriesRaw(@NotNull MemorySegment value) voidVkPipelineViewportShadingRateImageStateCreateInfoNV.pShadingRatePalettesRaw(@NotNull MemorySegment value) voidStdVideoEncodeH265PictureInfo.pShortTermRefPicSetRaw(@NotNull MemorySegment value) voidStdVideoH265SequenceParameterSet.pShortTermRefPicSetRaw(@NotNull MemorySegment value) voidVkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndicesRaw(@NotNull MemorySegment value) voidVkSubmitInfo2.pSignalSemaphoreInfosRaw(@NotNull MemorySegment value) voidVkBindSparseInfo.pSignalSemaphoresRaw(@NotNull MemorySegment value) voidVkSubmitInfo.pSignalSemaphoresRaw(@NotNull MemorySegment value) voidVkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValuesRaw(@NotNull MemorySegment value) voidVkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValuesRaw(@NotNull MemorySegment value) voidVkVideoDecodeH264PictureInfoKHR.pSliceOffsetsRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsetsRaw(@NotNull MemorySegment value) voidVkPipelineShaderStageCreateInfo.pSpecializationInfoRaw(@NotNull MemorySegment value) voidVkShaderCreateInfoEXT.pSpecializationInfoRaw(@NotNull MemorySegment value) voidVkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegionsRaw(@NotNull MemorySegment value) voidVkExecutionGraphPipelineCreateInfoAMDX.pStagesRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pStagesRaw(@NotNull MemorySegment value) voidVkGraphicsShaderGroupCreateInfoNV.pStagesRaw(@NotNull MemorySegment value) voidVkRayTracingPipelineCreateInfoKHR.pStagesRaw(@NotNull MemorySegment value) voidVkRayTracingPipelineCreateInfoNV.pStagesRaw(@NotNull MemorySegment value) voidVkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdDecoderModelInfoRaw(@NotNull MemorySegment value) voidVkVideoSessionCreateInfoKHR.pStdHeaderVersionRaw(@NotNull MemorySegment value) voidVkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdOperatingPointsRaw(@NotNull MemorySegment value) voidVkVideoDecodeAV1PictureInfoKHR.pStdPictureInfoRaw(@NotNull MemorySegment value) voidVkVideoDecodeH264PictureInfoKHR.pStdPictureInfoRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265PictureInfoKHR.pStdPictureInfoRaw(@NotNull MemorySegment value) voidVkVideoEncodeAV1PictureInfoKHR.pStdPictureInfoRaw(@NotNull MemorySegment value) voidVkVideoEncodeH264PictureInfoKHR.pStdPictureInfoRaw(@NotNull MemorySegment value) voidVkVideoEncodeH265PictureInfoKHR.pStdPictureInfoRaw(@NotNull MemorySegment value) voidVkVideoDecodeH264InlineSessionParametersInfoKHR.pStdPPSRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265InlineSessionParametersInfoKHR.pStdPPSRaw(@NotNull MemorySegment value) voidVkVideoDecodeH264SessionParametersAddInfoKHR.pStdPPSsRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265SessionParametersAddInfoKHR.pStdPPSsRaw(@NotNull MemorySegment value) voidVkVideoEncodeH264SessionParametersAddInfoKHR.pStdPPSsRaw(@NotNull MemorySegment value) voidVkVideoEncodeH265SessionParametersAddInfoKHR.pStdPPSsRaw(@NotNull MemorySegment value) voidVkVideoDecodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw(@NotNull MemorySegment value) voidVkVideoDecodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw(@NotNull MemorySegment value) voidVkVideoEncodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw(@NotNull MemorySegment value) voidVkVideoEncodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw(@NotNull MemorySegment value) voidVkVideoEncodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw(@NotNull MemorySegment value) voidVkVideoDecodeAV1InlineSessionParametersInfoKHR.pStdSequenceHeaderRaw(@NotNull MemorySegment value) voidVkVideoDecodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw(@NotNull MemorySegment value) voidVkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw(@NotNull MemorySegment value) voidVkVideoEncodeH264NaluSliceInfoKHR.pStdSliceHeaderRaw(@NotNull MemorySegment value) voidVkVideoEncodeH265NaluSliceSegmentInfoKHR.pStdSliceSegmentHeaderRaw(@NotNull MemorySegment value) voidVkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPSRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPSRaw(@NotNull MemorySegment value) voidVkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSsRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSsRaw(@NotNull MemorySegment value) voidVkVideoEncodeH264SessionParametersAddInfoKHR.pStdSPSsRaw(@NotNull MemorySegment value) voidVkVideoEncodeH265SessionParametersAddInfoKHR.pStdSPSsRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPSRaw(@NotNull MemorySegment value) voidVkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSsRaw(@NotNull MemorySegment value) voidVkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSsRaw(@NotNull MemorySegment value) voidVkRenderingInfo.pStencilAttachmentRaw(@NotNull MemorySegment value) voidVkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndexRaw(@NotNull MemorySegment value) voidVkDescriptorDataEXT.pStorageBufferRaw(@NotNull MemorySegment value) voidVkDescriptorDataEXT.pStorageImageRaw(@NotNull MemorySegment value) voidVkDescriptorDataEXT.pStorageTexelBufferRaw(@NotNull MemorySegment value) voidVkGeneratedCommandsInfoNV.pStreamsRaw(@NotNull MemorySegment value) voidVkIndirectCommandsLayoutCreateInfoNV.pStreamStridesRaw(@NotNull MemorySegment value) voidVkRenderPassStripeBeginInfoARM.pStripeInfosRaw(@NotNull MemorySegment value) voidVkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfosRaw(@NotNull MemorySegment value) voidStdVideoH265HrdParameters.pSubLayerHrdParametersNalRaw(@NotNull MemorySegment value) voidStdVideoH265HrdParameters.pSubLayerHrdParametersVclRaw(@NotNull MemorySegment value) voidVkRenderPassCreateInfo.pSubpassesRaw(@NotNull MemorySegment value) voidVkRenderPassCreateInfo2.pSubpassesRaw(@NotNull MemorySegment value) voidVkRenderPassSubpassFeedbackCreateInfoEXT.pSubpassFeedbackRaw(@NotNull MemorySegment value) voidVkDeviceImageSubresourceInfo.pSubresourceRaw(@NotNull MemorySegment value) voidVkPresentInfoKHR.pSwapchainsRaw(@NotNull MemorySegment value) VkDebugMarkerObjectTagInfoEXT.pTag(@NotNull MemorySegment value) VkDebugUtilsObjectTagInfoEXT.pTag(@NotNull MemorySegment value) VkFrameBoundaryEXT.pTag(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pTessellationStateRaw(@NotNull MemorySegment value) voidVkGraphicsShaderGroupCreateInfoNV.pTessellationStateRaw(@NotNull MemorySegment value) voidVkWriteDescriptorSet.pTexelBufferViewRaw(@NotNull MemorySegment value) voidStdVideoDecodeAV1PictureInfo.pTileInfoRaw(@NotNull MemorySegment value) voidStdVideoEncodeAV1PictureInfo.pTileInfoRaw(@NotNull MemorySegment value) voidVkVideoDecodeAV1PictureInfoKHR.pTileOffsetsRaw(@NotNull MemorySegment value) voidVkVideoDecodeAV1PictureInfoKHR.pTileSizesRaw(@NotNull MemorySegment value) voidVkPresentTimesInfoGOOGLE.pTimesRaw(@NotNull MemorySegment value) voidStdVideoAV1SequenceHeader.pTimingInfoRaw(@NotNull MemorySegment value) voidVkGetLatencyMarkerInfoNV.pTimingsRaw(@NotNull MemorySegment value) voidVkIndirectCommandsLayoutCreateInfoEXT.pTokensRaw(@NotNull MemorySegment value) voidVkIndirectCommandsLayoutCreateInfoNV.pTokensRaw(@NotNull MemorySegment value) voidVkClusterAccelerationStructureOpInputNV.pTriangleClustersRaw(@NotNull MemorySegment value) voidVkDescriptorDataEXT.pUniformBufferRaw(@NotNull MemorySegment value) voidVkDescriptorDataEXT.pUniformTexelBufferRaw(@NotNull MemorySegment value) voidVkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCountsRaw(@NotNull MemorySegment value) voidVkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCountsRaw(@NotNull MemorySegment value) voidVkMicromapBuildInfoEXT.pUsageCountsRaw(@NotNull MemorySegment value) VkAllocationCallbacks.pUserData(@NotNull MemorySegment value) VkDebugReportCallbackCreateInfoEXT.pUserData(@NotNull MemorySegment value) VkDebugUtilsMessengerCreateInfoEXT.pUserData(@NotNull MemorySegment value) VkDeviceDeviceMemoryReportCreateInfoEXT.pUserData(@NotNull MemorySegment value) VkInitializePerformanceApiInfoINTEL.pUserData(@NotNull MemorySegment value) VkLayerSettingEXT.pValues(@NotNull MemorySegment value) VkPushConstantsInfo.pValues(@NotNull MemorySegment value) voidVkSemaphoreWaitInfo.pValuesRaw(@NotNull MemorySegment value) VkDeviceFaultInfoEXT.pVendorBinaryData(@NotNull MemorySegment value) voidVkDeviceFaultInfoEXT.pVendorInfosRaw(@NotNull MemorySegment value) voidVkAccelerationStructureVersionInfoKHR.pVersionDataRaw(@NotNull MemorySegment value) voidVkMicromapVersionInfoEXT.pVersionDataRaw(@NotNull MemorySegment value) voidVkPipelineVertexInputStateCreateInfo.pVertexAttributeDescriptionsRaw(@NotNull MemorySegment value) voidVkPipelineVertexInputStateCreateInfo.pVertexBindingDescriptionsRaw(@NotNull MemorySegment value) voidVkPipelineVertexInputDivisorStateCreateInfo.pVertexBindingDivisorsRaw(@NotNull MemorySegment value) voidVkIndirectCommandsTokenDataEXT.pVertexBufferRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pVertexInputStateRaw(@NotNull MemorySegment value) voidVkGraphicsShaderGroupCreateInfoNV.pVertexInputStateRaw(@NotNull MemorySegment value) voidVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfileRaw(@NotNull MemorySegment value) voidVkVideoSessionCreateInfoKHR.pVideoProfileRaw(@NotNull MemorySegment value) VkIOSSurfaceCreateInfoMVK.pView(@NotNull MemorySegment value) VkMacOSSurfaceCreateInfoMVK.pView(@NotNull MemorySegment value) voidVkFramebufferAttachmentImageInfo.pViewFormatsRaw(@NotNull MemorySegment value) voidVkImageFormatListCreateInfo.pViewFormatsRaw(@NotNull MemorySegment value) voidVkRenderPassMultiviewCreateInfo.pViewMasksRaw(@NotNull MemorySegment value) voidVkRenderPassMultiviewCreateInfo.pViewOffsetsRaw(@NotNull MemorySegment value) voidVkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepthsRaw(@NotNull MemorySegment value) voidVkPipelineViewportStateCreateInfo.pViewportsRaw(@NotNull MemorySegment value) voidVkGraphicsPipelineCreateInfo.pViewportStateRaw(@NotNull MemorySegment value) voidVkPipelineViewportSwizzleStateCreateInfoNV.pViewportSwizzlesRaw(@NotNull MemorySegment value) voidVkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalingsRaw(@NotNull MemorySegment value) voidVkSubmitInfo.pWaitDstStageMaskRaw(@NotNull MemorySegment value) voidVkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndicesRaw(@NotNull MemorySegment value) voidVkSubmitInfo2.pWaitSemaphoreInfosRaw(@NotNull MemorySegment value) voidVkBindSparseInfo.pWaitSemaphoresRaw(@NotNull MemorySegment value) voidVkPresentInfoKHR.pWaitSemaphoresRaw(@NotNull MemorySegment value) voidVkSubmitInfo.pWaitSemaphoresRaw(@NotNull MemorySegment value) voidVkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValuesRaw(@NotNull MemorySegment value) voidVkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValuesRaw(@NotNull MemorySegment value) voidStdVideoEncodeH264SliceHeader.pWeightTableRaw(@NotNull MemorySegment value) voidStdVideoEncodeH265SliceSegmentHeader.pWeightTableRaw(@NotNull MemorySegment value) voidStdVideoAV1TileInfo.pWidthInSbsMinus1Raw(@NotNull MemorySegment value) voidVkDirectFBSurfaceCreateInfoEXT.surfaceRaw(@NotNull MemorySegment value) voidVkWaylandSurfaceCreateInfoKHR.surfaceRaw(@NotNull MemorySegment value) voidVkPerformanceValueDataINTEL.valueStringRaw(@NotNull MemorySegment value) VkViSurfaceCreateInfoNN.window(@NotNull MemorySegment value) voidVkAndroidSurfaceCreateInfoKHR.windowRaw(@NotNull MemorySegment value) voidVkScreenSurfaceCreateInfoQNX.windowRaw(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.webgpu
Methods in club.doki7.webgpu with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentWGPU.bufferGetConstMappedRange(WGPUBuffer buffer, long offset, long size) @NotNull MemorySegmentWGPU.bufferGetMappedRange(WGPUBuffer buffer, long offset, long size) Method parameters in club.doki7.webgpu with annotations of type PointerModifier and TypeMethodDescriptionvoidWGPU.adapterGetFeatures(WGPUAdapter adapter, IWGPUSupportedFeatures features) intWGPU.adapterGetInfo(WGPUAdapter adapter, IWGPUAdapterInfo info) intWGPU.adapterGetLimits(WGPUAdapter adapter, IWGPULimits limits) WGPU.adapterRequestDevice(SegmentAllocator allocator, WGPUAdapter adapter, @Nullable IWGPUDeviceDescriptor descriptor, WGPURequestDeviceCallbackInfo callbackInfo) @Nullable WGPUComputePassEncoderWGPU.commandEncoderBeginComputePass(WGPUCommandEncoder commandEncoder, @Nullable IWGPUComputePassDescriptor descriptor) @Nullable WGPURenderPassEncoderWGPU.commandEncoderBeginRenderPass(WGPUCommandEncoder commandEncoder, IWGPURenderPassDescriptor descriptor) voidWGPU.commandEncoderCopyBufferToTexture(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyBufferInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) voidWGPU.commandEncoderCopyBufferToTexture(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyBufferInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) voidWGPU.commandEncoderCopyBufferToTexture(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyBufferInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) voidWGPU.commandEncoderCopyTextureToBuffer(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyBufferInfo destination, IWGPUExtent3d copySize) voidWGPU.commandEncoderCopyTextureToBuffer(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyBufferInfo destination, IWGPUExtent3d copySize) voidWGPU.commandEncoderCopyTextureToBuffer(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyBufferInfo destination, IWGPUExtent3d copySize) voidWGPU.commandEncoderCopyTextureToTexture(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) voidWGPU.commandEncoderCopyTextureToTexture(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) voidWGPU.commandEncoderCopyTextureToTexture(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) @Nullable WGPUCommandBufferWGPU.commandEncoderFinish(WGPUCommandEncoder commandEncoder, @Nullable IWGPUCommandBufferDescriptor descriptor) voidWGPU.computePassEncoderSetPushConstants(@Nullable WGPUComputePassEncoder encoder, int offset, int sizeBytes, @NotNull MemorySegment data) @Nullable WGPUInstanceWGPU.createInstance(@Nullable IWGPUInstanceDescriptor descriptor) @Nullable WGPUBindGroupWGPU.deviceCreateBindGroup(WGPUDevice device, IWGPUBindGroupDescriptor descriptor) @Nullable WGPUBindGroupLayoutWGPU.deviceCreateBindGroupLayout(WGPUDevice device, IWGPUBindGroupLayoutDescriptor descriptor) @Nullable WGPUBufferWGPU.deviceCreateBuffer(WGPUDevice device, IWGPUBufferDescriptor descriptor) @Nullable WGPUCommandEncoderWGPU.deviceCreateCommandEncoder(WGPUDevice device, @Nullable IWGPUCommandEncoderDescriptor descriptor) @Nullable WGPUComputePipelineWGPU.deviceCreateComputePipeline(WGPUDevice device, IWGPUComputePipelineDescriptor descriptor) WGPU.deviceCreateComputePipelineAsync(SegmentAllocator allocator, WGPUDevice device, IWGPUComputePipelineDescriptor descriptor, WGPUCreateComputePipelineAsyncCallbackInfo callbackInfo) @Nullable WGPUPipelineLayoutWGPU.deviceCreatePipelineLayout(WGPUDevice device, IWGPUPipelineLayoutDescriptor descriptor) @Nullable WGPUQuerySetWGPU.deviceCreateQuerySet(WGPUDevice device, IWGPUQuerySetDescriptor descriptor) @Nullable WGPURenderBundleEncoderWGPU.deviceCreateRenderBundleEncoder(WGPUDevice device, IWGPURenderBundleEncoderDescriptor descriptor) @Nullable WGPURenderPipelineWGPU.deviceCreateRenderPipeline(WGPUDevice device, IWGPURenderPipelineDescriptor descriptor) WGPU.deviceCreateRenderPipelineAsync(SegmentAllocator allocator, WGPUDevice device, IWGPURenderPipelineDescriptor descriptor, WGPUCreateRenderPipelineAsyncCallbackInfo callbackInfo) @Nullable WGPUSamplerWGPU.deviceCreateSampler(WGPUDevice device, @Nullable IWGPUSamplerDescriptor descriptor) @Nullable WGPUShaderModuleWGPU.deviceCreateShaderModule(WGPUDevice device, IWGPUShaderModuleDescriptor descriptor) @Nullable WGPUShaderModuleWGPU.deviceCreateShaderModuleSpirV(@Nullable WGPUDevice device, @Nullable IWGPUShaderModuleDescriptorSpirV descriptor) @Nullable WGPUTextureWGPU.deviceCreateTexture(WGPUDevice device, IWGPUTextureDescriptor descriptor) voidWGPU.deviceGetFeatures(WGPUDevice device, IWGPUSupportedFeatures features) intWGPU.deviceGetLimits(WGPUDevice device, IWGPULimits limits) intWGPU.devicePoll(@Nullable WGPUDevice device, int wait, @Nullable LongPtr submissionIndex) voidWGPU.generateReport(@Nullable WGPUInstance instance, @Nullable IWGPUGlobalReport report) intWGPU.getInstanceCapabilities(IWGPUInstanceCapabilities capabilities) @Nullable WGPUSurfaceWGPU.instanceCreateSurface(WGPUInstance instance, IWGPUSurfaceDescriptor descriptor) longWGPU.instanceEnumerateAdapters(@Nullable WGPUInstance instance, @Nullable IWGPUInstanceEnumerateAdapterOptions options, WGPUAdapter.Ptr adapters) longWGPU.instanceEnumerateAdapters(@Nullable WGPUInstance instance, @Nullable IWGPUInstanceEnumerateAdapterOptions options, WGPUAdapter.Ptr adapters) intWGPU.instanceGetWgslLanguageFeatures(WGPUInstance instance, IWGPUSupportedWgslLanguageFeatures features) WGPU.instanceRequestAdapter(SegmentAllocator allocator, WGPUInstance instance, @Nullable IWGPURequestAdapterOptions options, WGPURequestAdapterCallbackInfo callbackInfo) intWGPU.instanceWaitAny(WGPUInstance instance, long futureCount, @Nullable IWGPUFutureWaitInfo futures, long timeoutNs) voidWGPUFunctionTypes.IWGPUBufferMapCallback.invoke(int p0, MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidWGPUFunctionTypes.IWGPUBufferMapCallback.invoke(int p0, MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidWGPUFunctionTypes.IWGPUCompilationInfoCallback.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidWGPUFunctionTypes.IWGPUCompilationInfoCallback.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidWGPUFunctionTypes.IWGPUCompilationInfoCallback.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidWGPUFunctionTypes.IWGPUCreateComputePipelineAsyncCallback.invoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUCreateComputePipelineAsyncCallback.invoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback.invoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback.invoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUDeviceLostCallback.invoke(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUDeviceLostCallback.invoke(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUDeviceLostCallback.invoke(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPULogCallback.invoke(int p0, MemorySegment p1, @NotNull MemorySegment p2) voidWGPUFunctionTypes.IWGPUPopErrorScopeCallback.invoke(int p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUPopErrorScopeCallback.invoke(int p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUQueueWorkDoneCallback.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) voidWGPUFunctionTypes.IWGPUQueueWorkDoneCallback.invoke(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) voidWGPUFunctionTypes.IWGPURequestAdapterCallback.invoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPURequestAdapterCallback.invoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPURequestDeviceCallback.invoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPURequestDeviceCallback.invoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUUncapturedErrorCallback.invoke(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUUncapturedErrorCallback.invoke(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPUFunctionTypes.IWGPUUncapturedErrorCallback.invoke(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) voidWGPU.queueSubmit(WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) longWGPU.queueSubmitForIndex(@Nullable WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) voidWGPU.queueWriteBuffer(WGPUQueue queue, WGPUBuffer buffer, long bufferOffset, @NotNull MemorySegment data, long size) voidWGPU.queueWriteTexture(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) voidWGPU.queueWriteTexture(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) voidWGPU.queueWriteTexture(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) voidWGPU.queueWriteTexture(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) @Nullable WGPURenderBundleWGPU.renderBundleEncoderFinish(WGPURenderBundleEncoder renderBundleEncoder, @Nullable IWGPURenderBundleDescriptor descriptor) voidWGPU.renderBundleEncoderSetPushConstants(@Nullable WGPURenderBundleEncoder encoder, long stages, int offset, int sizeBytes, @NotNull MemorySegment data) voidWGPU.renderPassEncoderExecuteBundles(WGPURenderPassEncoder renderPassEncoder, long bundleCount, WGPURenderBundle.Ptr bundles) voidWGPU.renderPassEncoderSetBlendConstant(WGPURenderPassEncoder renderPassEncoder, IWGPUColor color) voidWGPU.renderPassEncoderSetPushConstants(@Nullable WGPURenderPassEncoder encoder, long stages, int offset, int sizeBytes, @NotNull MemorySegment data) voidWGPU.setLogCallback(WGPUFunctionTypes.IWGPULogCallback callback, @NotNull MemorySegment userdata) voidWGPU.setLogCallback(@NotNull MemorySegment callback, @NotNull MemorySegment userdata) voidWGPU.setLogCallback(@NotNull MemorySegment callback, @NotNull MemorySegment userdata) voidWGPU.setLogCallback(Arena arena, WGPUFunctionTypes.IWGPULogCallback callback, @NotNull MemorySegment userdata) voidWGPU.surfaceConfigure(WGPUSurface surface, IWGPUSurfaceConfiguration config) intWGPU.surfaceGetCapabilities(WGPUSurface surface, WGPUAdapter adapter, IWGPUSurfaceCapabilities capabilities) voidWGPU.surfaceGetCurrentTexture(WGPUSurface surface, IWGPUSurfaceTexture surfaceTexture) @Nullable WGPUTextureViewWGPU.textureCreateView(WGPUTexture texture, @Nullable IWGPUTextureViewDescriptor descriptor) -
Uses of Pointer in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegmentWGPUSurfaceCapabilities.alphaModesRaw()@NotNull MemorySegmentWGPUVertexBufferLayout.attributesRaw()@NotNull MemorySegmentWGPUPipelineLayoutDescriptor.bindGroupLayoutsRaw()@NotNull MemorySegmentWGPUColorTargetState.blendRaw()@NotNull MemorySegmentWGPUBindGroupEntryExtras.buffersRaw()@NotNull MemorySegmentWGPUVertexState.buffersRaw()@NotNull MemorySegmentWGPUBufferMapCallbackInfo.callback()@NotNull MemorySegmentWGPUCompilationInfoCallbackInfo.callback()@NotNull MemorySegmentWGPUCreateComputePipelineAsyncCallbackInfo.callback()@NotNull MemorySegmentWGPUCreateRenderPipelineAsyncCallbackInfo.callback()@NotNull MemorySegmentWGPUDeviceLostCallbackInfo.callback()@NotNull MemorySegmentWGPUPopErrorScopeCallbackInfo.callback()@NotNull MemorySegmentWGPUQueueWorkDoneCallbackInfo.callback()@NotNull MemorySegmentWGPURequestAdapterCallbackInfo.callback()@NotNull MemorySegmentWGPURequestDeviceCallbackInfo.callback()@NotNull MemorySegmentWGPUUncapturedErrorCallbackInfo.callback()@NotNull MemorySegmentWGPUShaderSourceSpirv.codeRaw()@NotNull MemorySegmentWGPURenderPassDescriptor.colorAttachmentsRaw()@NotNull MemorySegmentWGPURenderBundleEncoderDescriptor.colorFormatsRaw()@NotNull MemorySegmentWGPUSurfaceSourceXcbWindow.connection()@NotNull MemorySegmentWGPUFragmentState.constantsRaw()@NotNull MemorySegmentWGPUProgrammableStageDescriptor.constantsRaw()@NotNull MemorySegmentWGPUVertexState.constantsRaw()@NotNull MemorySegmentWGPUStringView.dataRaw()@NotNull MemorySegmentWGPUShaderSourceGLSL.definesRaw()@NotNull MemorySegmentWGPURenderPassDescriptor.depthStencilAttachmentRaw()@NotNull MemorySegmentWGPURenderPipelineDescriptor.depthStencilRaw()@NotNull MemorySegmentWGPUSurfaceSourceWaylandSurface.display()@NotNull MemorySegmentWGPUSurfaceSourceXlibWindow.display()@NotNull MemorySegmentWGPUBindGroupDescriptor.entriesRaw()@NotNull MemorySegmentWGPUBindGroupLayoutDescriptor.entriesRaw()@NotNull MemorySegmentWGPUSupportedFeatures.featuresRaw()@NotNull MemorySegmentWGPUSupportedWgslLanguageFeatures.featuresRaw()@NotNull MemorySegmentWGPUSurfaceCapabilities.formatsRaw()@NotNull MemorySegmentWGPURenderPipelineDescriptor.fragmentRaw()@NotNull MemorySegmentWGPUSurfaceSourceWindowsHwnd.hinstance()@NotNull MemorySegmentWGPUSurfaceSourceWindowsHwnd.hwnd()@NotNull MemorySegmentWGPUSurfaceSourceMetalLayer.layer()@NotNull MemorySegmentWGPUCompilationInfo.messagesRaw()@NotNull MemorySegmentWGPUAdapterInfo.nextInChainRaw()@NotNull MemorySegmentWGPUBindGroupDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUBindGroupEntry.nextInChainRaw()@NotNull MemorySegmentWGPUBindGroupLayoutDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUBindGroupLayoutEntry.nextInChainRaw()@NotNull MemorySegmentWGPUBufferBindingLayout.nextInChainRaw()@NotNull MemorySegmentWGPUBufferDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUBufferMapCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPUColorTargetState.nextInChainRaw()@NotNull MemorySegmentWGPUCommandBufferDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUCommandEncoderDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUCompilationInfo.nextInChainRaw()@NotNull MemorySegmentWGPUCompilationInfoCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPUCompilationMessage.nextInChainRaw()@NotNull MemorySegmentWGPUComputePassDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUComputePipelineDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUConstantEntry.nextInChainRaw()@NotNull MemorySegmentWGPUCreateComputePipelineAsyncCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPUCreateRenderPipelineAsyncCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPUDepthStencilState.nextInChainRaw()@NotNull MemorySegmentWGPUDeviceDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUDeviceLostCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPUFragmentState.nextInChainRaw()@NotNull MemorySegmentWGPUInstanceCapabilities.nextInChainRaw()@NotNull MemorySegmentWGPUInstanceDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUInstanceEnumerateAdapterOptions.nextInChainRaw()@NotNull MemorySegmentWGPULimits.nextInChainRaw()@NotNull MemorySegmentWGPUMultisampleState.nextInChainRaw()@NotNull MemorySegmentWGPUPipelineLayoutDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUPopErrorScopeCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPUPrimitiveState.nextInChainRaw()@NotNull MemorySegmentWGPUProgrammableStageDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUQuerySetDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUQueueDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUQueueWorkDoneCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPURenderBundleDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPURenderBundleEncoderDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPURenderPassColorAttachment.nextInChainRaw()@NotNull MemorySegmentWGPURenderPassDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPURenderPipelineDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPURequestAdapterCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPURequestAdapterOptions.nextInChainRaw()@NotNull MemorySegmentWGPURequestDeviceCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPUSamplerBindingLayout.nextInChainRaw()@NotNull MemorySegmentWGPUSamplerDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUShaderModuleDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUStorageTextureBindingLayout.nextInChainRaw()@NotNull MemorySegmentWGPUSurfaceCapabilities.nextInChainRaw()@NotNull MemorySegmentWGPUSurfaceConfiguration.nextInChainRaw()@NotNull MemorySegmentWGPUSurfaceDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUSurfaceTexture.nextInChainRaw()@NotNull MemorySegmentWGPUTextureBindingLayout.nextInChainRaw()@NotNull MemorySegmentWGPUTextureDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUTextureViewDescriptor.nextInChainRaw()@NotNull MemorySegmentWGPUUncapturedErrorCallbackInfo.nextInChainRaw()@NotNull MemorySegmentWGPUVertexState.nextInChainRaw()@NotNull MemorySegmentWGPUChainedStruct.nextRaw()@NotNull MemorySegmentWGPUChainedStructOut.nextRaw()@NotNull MemorySegmentWGPUQuerySetDescriptorExtras.pipelineStatisticsRaw()@NotNull MemorySegmentWGPUSurfaceCapabilities.presentModesRaw()@NotNull MemorySegmentWGPUPipelineLayoutExtras.pushConstantRangesRaw()@NotNull MemorySegmentWGPUDeviceDescriptor.requiredFeaturesRaw()@NotNull MemorySegmentWGPUDeviceDescriptor.requiredLimitsRaw()@NotNull MemorySegmentWGPUBindGroupEntryExtras.samplersRaw()@NotNull MemorySegmentWGPUShaderModuleDescriptorSpirV.sourceRaw()@NotNull MemorySegmentWGPUSurfaceSourceWaylandSurface.surface()@NotNull MemorySegmentWGPUFragmentState.targetsRaw()@NotNull MemorySegmentWGPUBindGroupEntryExtras.textureViewsRaw()@NotNull MemorySegmentWGPUComputePassDescriptor.timestampWritesRaw()@NotNull MemorySegmentWGPURenderPassDescriptor.timestampWritesRaw()@NotNull MemorySegmentWGPUBufferMapCallbackInfo.userdata1()@NotNull MemorySegmentWGPUCompilationInfoCallbackInfo.userdata1()@NotNull MemorySegmentWGPUCreateComputePipelineAsyncCallbackInfo.userdata1()@NotNull MemorySegmentWGPUCreateRenderPipelineAsyncCallbackInfo.userdata1()@NotNull MemorySegmentWGPUDeviceLostCallbackInfo.userdata1()@NotNull MemorySegmentWGPUPopErrorScopeCallbackInfo.userdata1()@NotNull MemorySegmentWGPUQueueWorkDoneCallbackInfo.userdata1()@NotNull MemorySegmentWGPURequestAdapterCallbackInfo.userdata1()@NotNull MemorySegmentWGPURequestDeviceCallbackInfo.userdata1()@NotNull MemorySegmentWGPUUncapturedErrorCallbackInfo.userdata1()@NotNull MemorySegmentWGPUBufferMapCallbackInfo.userdata2()@NotNull MemorySegmentWGPUCompilationInfoCallbackInfo.userdata2()@NotNull MemorySegmentWGPUCreateComputePipelineAsyncCallbackInfo.userdata2()@NotNull MemorySegmentWGPUCreateRenderPipelineAsyncCallbackInfo.userdata2()@NotNull MemorySegmentWGPUDeviceLostCallbackInfo.userdata2()@NotNull MemorySegmentWGPUPopErrorScopeCallbackInfo.userdata2()@NotNull MemorySegmentWGPUQueueWorkDoneCallbackInfo.userdata2()@NotNull MemorySegmentWGPURequestAdapterCallbackInfo.userdata2()@NotNull MemorySegmentWGPURequestDeviceCallbackInfo.userdata2()@NotNull MemorySegmentWGPUUncapturedErrorCallbackInfo.userdata2()@NotNull MemorySegmentWGPUSurfaceConfiguration.viewFormatsRaw()@NotNull MemorySegmentWGPUTextureDescriptor.viewFormatsRaw()@NotNull MemorySegmentWGPUSurfaceSourceAndroidNativeWindow.window()Method parameters in club.doki7.webgpu.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoidWGPUSurfaceCapabilities.alphaModesRaw(@NotNull MemorySegment value) voidWGPUVertexBufferLayout.attributesRaw(@NotNull MemorySegment value) voidWGPUPipelineLayoutDescriptor.bindGroupLayoutsRaw(@NotNull MemorySegment value) voidWGPUColorTargetState.blendRaw(@NotNull MemorySegment value) voidWGPUBindGroupEntryExtras.buffersRaw(@NotNull MemorySegment value) voidWGPUVertexState.buffersRaw(@NotNull MemorySegment value) WGPUBufferMapCallbackInfo.callback(@NotNull MemorySegment value) WGPUCompilationInfoCallbackInfo.callback(@NotNull MemorySegment value) WGPUCreateComputePipelineAsyncCallbackInfo.callback(@NotNull MemorySegment value) WGPUCreateRenderPipelineAsyncCallbackInfo.callback(@NotNull MemorySegment value) WGPUDeviceLostCallbackInfo.callback(@NotNull MemorySegment value) WGPUPopErrorScopeCallbackInfo.callback(@NotNull MemorySegment value) WGPUQueueWorkDoneCallbackInfo.callback(@NotNull MemorySegment value) WGPURequestAdapterCallbackInfo.callback(@NotNull MemorySegment value) WGPURequestDeviceCallbackInfo.callback(@NotNull MemorySegment value) WGPUUncapturedErrorCallbackInfo.callback(@NotNull MemorySegment value) voidWGPUShaderSourceSpirv.codeRaw(@NotNull MemorySegment value) voidWGPURenderPassDescriptor.colorAttachmentsRaw(@NotNull MemorySegment value) voidWGPURenderBundleEncoderDescriptor.colorFormatsRaw(@NotNull MemorySegment value) WGPUSurfaceSourceXcbWindow.connection(@NotNull MemorySegment value) voidWGPUFragmentState.constantsRaw(@NotNull MemorySegment value) voidWGPUProgrammableStageDescriptor.constantsRaw(@NotNull MemorySegment value) voidWGPUVertexState.constantsRaw(@NotNull MemorySegment value) voidWGPUStringView.dataRaw(@NotNull MemorySegment value) voidWGPUShaderSourceGLSL.definesRaw(@NotNull MemorySegment value) voidWGPURenderPassDescriptor.depthStencilAttachmentRaw(@NotNull MemorySegment value) voidWGPURenderPipelineDescriptor.depthStencilRaw(@NotNull MemorySegment value) WGPUSurfaceSourceWaylandSurface.display(@NotNull MemorySegment value) WGPUSurfaceSourceXlibWindow.display(@NotNull MemorySegment value) voidWGPUBindGroupDescriptor.entriesRaw(@NotNull MemorySegment value) voidWGPUBindGroupLayoutDescriptor.entriesRaw(@NotNull MemorySegment value) voidWGPUSupportedFeatures.featuresRaw(@NotNull MemorySegment value) voidWGPUSupportedWgslLanguageFeatures.featuresRaw(@NotNull MemorySegment value) voidWGPUSurfaceCapabilities.formatsRaw(@NotNull MemorySegment value) voidWGPURenderPipelineDescriptor.fragmentRaw(@NotNull MemorySegment value) WGPUSurfaceSourceWindowsHwnd.hinstance(@NotNull MemorySegment value) WGPUSurfaceSourceWindowsHwnd.hwnd(@NotNull MemorySegment value) WGPUSurfaceSourceMetalLayer.layer(@NotNull MemorySegment value) voidWGPUCompilationInfo.messagesRaw(@NotNull MemorySegment value) voidWGPUAdapterInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUBindGroupDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUBindGroupEntry.nextInChainRaw(@NotNull MemorySegment value) voidWGPUBindGroupLayoutDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUBindGroupLayoutEntry.nextInChainRaw(@NotNull MemorySegment value) voidWGPUBufferBindingLayout.nextInChainRaw(@NotNull MemorySegment value) voidWGPUBufferDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUBufferMapCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUColorTargetState.nextInChainRaw(@NotNull MemorySegment value) voidWGPUCommandBufferDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUCommandEncoderDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUCompilationInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUCompilationInfoCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUCompilationMessage.nextInChainRaw(@NotNull MemorySegment value) voidWGPUComputePassDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUComputePipelineDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUConstantEntry.nextInChainRaw(@NotNull MemorySegment value) voidWGPUCreateComputePipelineAsyncCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUCreateRenderPipelineAsyncCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUDepthStencilState.nextInChainRaw(@NotNull MemorySegment value) voidWGPUDeviceDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUDeviceLostCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUFragmentState.nextInChainRaw(@NotNull MemorySegment value) voidWGPUInstanceCapabilities.nextInChainRaw(@NotNull MemorySegment value) voidWGPUInstanceDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUInstanceEnumerateAdapterOptions.nextInChainRaw(@NotNull MemorySegment value) voidWGPULimits.nextInChainRaw(@NotNull MemorySegment value) voidWGPUMultisampleState.nextInChainRaw(@NotNull MemorySegment value) voidWGPUPipelineLayoutDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUPopErrorScopeCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUPrimitiveState.nextInChainRaw(@NotNull MemorySegment value) voidWGPUProgrammableStageDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUQuerySetDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUQueueDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUQueueWorkDoneCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPURenderBundleDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPURenderBundleEncoderDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPURenderPassColorAttachment.nextInChainRaw(@NotNull MemorySegment value) voidWGPURenderPassDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPURenderPipelineDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPURequestAdapterCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPURequestAdapterOptions.nextInChainRaw(@NotNull MemorySegment value) voidWGPURequestDeviceCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUSamplerBindingLayout.nextInChainRaw(@NotNull MemorySegment value) voidWGPUSamplerDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUShaderModuleDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUStorageTextureBindingLayout.nextInChainRaw(@NotNull MemorySegment value) voidWGPUSurfaceCapabilities.nextInChainRaw(@NotNull MemorySegment value) voidWGPUSurfaceConfiguration.nextInChainRaw(@NotNull MemorySegment value) voidWGPUSurfaceDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUSurfaceTexture.nextInChainRaw(@NotNull MemorySegment value) voidWGPUTextureBindingLayout.nextInChainRaw(@NotNull MemorySegment value) voidWGPUTextureDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUTextureViewDescriptor.nextInChainRaw(@NotNull MemorySegment value) voidWGPUUncapturedErrorCallbackInfo.nextInChainRaw(@NotNull MemorySegment value) voidWGPUVertexState.nextInChainRaw(@NotNull MemorySegment value) voidWGPUChainedStruct.nextRaw(@NotNull MemorySegment value) voidWGPUChainedStructOut.nextRaw(@NotNull MemorySegment value) voidWGPUQuerySetDescriptorExtras.pipelineStatisticsRaw(@NotNull MemorySegment value) voidWGPUSurfaceCapabilities.presentModesRaw(@NotNull MemorySegment value) voidWGPUPipelineLayoutExtras.pushConstantRangesRaw(@NotNull MemorySegment value) voidWGPUDeviceDescriptor.requiredFeaturesRaw(@NotNull MemorySegment value) voidWGPUDeviceDescriptor.requiredLimitsRaw(@NotNull MemorySegment value) voidWGPUBindGroupEntryExtras.samplersRaw(@NotNull MemorySegment value) voidWGPUShaderModuleDescriptorSpirV.sourceRaw(@NotNull MemorySegment value) WGPUSurfaceSourceWaylandSurface.surface(@NotNull MemorySegment value) voidWGPUFragmentState.targetsRaw(@NotNull MemorySegment value) voidWGPUBindGroupEntryExtras.textureViewsRaw(@NotNull MemorySegment value) voidWGPUComputePassDescriptor.timestampWritesRaw(@NotNull MemorySegment value) voidWGPURenderPassDescriptor.timestampWritesRaw(@NotNull MemorySegment value) WGPUBufferMapCallbackInfo.userdata1(@NotNull MemorySegment value) WGPUCompilationInfoCallbackInfo.userdata1(@NotNull MemorySegment value) WGPUCreateComputePipelineAsyncCallbackInfo.userdata1(@NotNull MemorySegment value) WGPUCreateRenderPipelineAsyncCallbackInfo.userdata1(@NotNull MemorySegment value) WGPUDeviceLostCallbackInfo.userdata1(@NotNull MemorySegment value) WGPUPopErrorScopeCallbackInfo.userdata1(@NotNull MemorySegment value) WGPUQueueWorkDoneCallbackInfo.userdata1(@NotNull MemorySegment value) WGPURequestAdapterCallbackInfo.userdata1(@NotNull MemorySegment value) WGPURequestDeviceCallbackInfo.userdata1(@NotNull MemorySegment value) WGPUUncapturedErrorCallbackInfo.userdata1(@NotNull MemorySegment value) WGPUBufferMapCallbackInfo.userdata2(@NotNull MemorySegment value) WGPUCompilationInfoCallbackInfo.userdata2(@NotNull MemorySegment value) WGPUCreateComputePipelineAsyncCallbackInfo.userdata2(@NotNull MemorySegment value) WGPUCreateRenderPipelineAsyncCallbackInfo.userdata2(@NotNull MemorySegment value) WGPUDeviceLostCallbackInfo.userdata2(@NotNull MemorySegment value) WGPUPopErrorScopeCallbackInfo.userdata2(@NotNull MemorySegment value) WGPUQueueWorkDoneCallbackInfo.userdata2(@NotNull MemorySegment value) WGPURequestAdapterCallbackInfo.userdata2(@NotNull MemorySegment value) WGPURequestDeviceCallbackInfo.userdata2(@NotNull MemorySegment value) WGPUUncapturedErrorCallbackInfo.userdata2(@NotNull MemorySegment value) voidWGPUSurfaceConfiguration.viewFormatsRaw(@NotNull MemorySegment value) voidWGPUTextureDescriptor.viewFormatsRaw(@NotNull MemorySegment value) WGPUSurfaceSourceAndroidNativeWindow.window(@NotNull MemorySegment value)