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 TypeMethodDescriptionvoid
GLES2.bindAttribLocation
(int program, int index, @Nullable BytePtr name) void
GLES2.bufferData
(int target, long size, @NotNull MemorySegment data, int usage) void
GLES2.bufferSubData
(int target, long offset, long size, @NotNull MemorySegment data) void
GLES2.compressedTexImage2D
(int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment data) void
GLES2.compressedTexSubImage2D
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment data) void
GLES2.deleteBuffers
(int n, @Nullable IntPtr buffers) void
GLES2.deleteFramebuffers
(int n, @Nullable IntPtr framebuffers) void
GLES2.deleteRenderbuffers
(int n, @Nullable IntPtr renderbuffers) void
GLES2.deleteTextures
(int n, @Nullable IntPtr textures) void
GLES2.drawElements
(int mode, int count, int type, @NotNull MemorySegment indices) void
GLES2.genBuffers
(int n, @Nullable IntPtr buffers) void
GLES2.genFramebuffers
(int n, @Nullable IntPtr framebuffers) void
GLES2.genRenderbuffers
(int n, @Nullable IntPtr renderbuffers) void
GLES2.genTextures
(int n, @Nullable IntPtr textures) void
GLES2.getActiveAttrib
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLES2.getActiveAttrib
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLES2.getActiveAttrib
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLES2.getActiveAttrib
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLES2.getActiveUniform
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLES2.getActiveUniform
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLES2.getActiveUniform
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLES2.getActiveUniform
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLES2.getAttachedShaders
(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) void
GLES2.getAttachedShaders
(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) int
GLES2.getAttribLocation
(int program, @Nullable BytePtr name) void
GLES2.getBooleanv
(int pname, @Nullable BytePtr data) void
GLES2.getBufferParameteriv
(int target, int pname, @Nullable IntPtr params) void
void
GLES2.getFramebufferAttachmentParameteriv
(int target, int attachment, int pname, @Nullable IntPtr params) void
GLES2.getIntegerv
(int pname, @Nullable IntPtr data) void
GLES2.getProgramInfoLog
(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GLES2.getProgramInfoLog
(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GLES2.getProgramiv
(int program, int pname, @Nullable IntPtr params) void
GLES2.getRenderbufferParameteriv
(int target, int pname, @Nullable IntPtr params) void
GLES2.getShaderInfoLog
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GLES2.getShaderInfoLog
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GLES2.getShaderiv
(int shader, int pname, @Nullable IntPtr params) void
GLES2.getShaderPrecisionFormat
(int shadertype, int precisiontype, @Nullable IntPtr range, @Nullable IntPtr precision) void
GLES2.getShaderPrecisionFormat
(int shadertype, int precisiontype, @Nullable IntPtr range, @Nullable IntPtr precision) void
GLES2.getShaderSource
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) void
GLES2.getShaderSource
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) void
GLES2.getTexParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GLES2.getTexParameteriv
(int target, int pname, @Nullable IntPtr params) void
GLES2.getUniformfv
(int program, int location, @Nullable FloatPtr params) void
GLES2.getUniformiv
(int program, int location, @Nullable IntPtr params) int
GLES2.getUniformLocation
(int program, @Nullable BytePtr name) void
GLES2.getVertexAttribfv
(int index, int pname, @Nullable FloatPtr params) void
GLES2.getVertexAttribiv
(int index, int pname, @Nullable IntPtr params) void
GLES2.readPixels
(int x, int y, int width, int height, int format, int type, @NotNull MemorySegment pixels) void
GLES2.shaderBinary
(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) void
GLES2.shaderBinary
(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) void
GLES2.shaderSource
(int shader, int count, @Nullable PointerPtr string, @Nullable IntPtr length) void
GLES2.texImage2D
(int target, int level, int internalformat, int width, int height, int border, int format, int type, @NotNull MemorySegment pixels) void
GLES2.texParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GLES2.texParameteriv
(int target, int pname, @Nullable IntPtr params) void
GLES2.texSubImage2D
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) void
GLES2.uniform1fv
(int location, int count, @Nullable FloatPtr value) void
GLES2.uniform1iv
(int location, int count, @Nullable IntPtr value) void
GLES2.uniform2fv
(int location, int count, @Nullable FloatPtr value) void
GLES2.uniform2iv
(int location, int count, @Nullable IntPtr value) void
GLES2.uniform3fv
(int location, int count, @Nullable FloatPtr value) void
GLES2.uniform3iv
(int location, int count, @Nullable IntPtr value) void
GLES2.uniform4fv
(int location, int count, @Nullable FloatPtr value) void
GLES2.uniform4iv
(int location, int count, @Nullable IntPtr value) void
GLES2.uniformMatrix2fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GLES2.uniformMatrix3fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GLES2.uniformMatrix4fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GLES2.vertexAttrib1fv
(int index, @Nullable FloatPtr v) void
GLES2.vertexAttrib2fv
(int index, @Nullable FloatPtr v) void
GLES2.vertexAttrib3fv
(int index, @Nullable FloatPtr v) void
GLES2.vertexAttrib4fv
(int index, @Nullable FloatPtr v) void
GLES2.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 MemorySegment
GLFW.getCocoaView
(@Nullable GLFWwindow window) @NotNull MemorySegment
GLFW.getCocoaWindow
(@Nullable GLFWwindow window) @NotNull MemorySegment
GLFW.getEGLContext
(@Nullable GLFWwindow window) @NotNull MemorySegment
GLFW.getEGLDisplay()
@NotNull MemorySegment
GLFW.getEGLSurface
(@Nullable GLFWwindow window) @Nullable IGLFWgammaramp
GLFW.getGammaRamp
(@Nullable GLFWmonitor monitor) @NotNull MemorySegment
GLFW.getGLXContext
(@Nullable GLFWwindow window) @NotNull MemorySegment
GLFW.getInstanceProcAddress
(@Nullable VkInstance instance, @Nullable BytePtr procname) @NotNull MemorySegment
GLFW.getJoystickUserPointer
(int jid) GLFW.getMonitors
(@Nullable IntPtr count) @NotNull MemorySegment
GLFW.getMonitorUserPointer
(@Nullable GLFWmonitor monitor) @NotNull MemorySegment
GLFW.getNSGLContext
(@Nullable GLFWwindow window) @NotNull MemorySegment
GLFW.getOSMesaContext
(@Nullable GLFWwindow window) @NotNull MemorySegment
GLFW.getProcAddress
(@Nullable BytePtr procname) @Nullable IGLFWvidmode
GLFW.getVideoMode
(@Nullable GLFWmonitor monitor) @Nullable IGLFWvidmode
GLFW.getVideoModes
(@Nullable GLFWmonitor monitor, @Nullable IntPtr count) @NotNull MemorySegment
GLFW.getWaylandMonitor
(@Nullable GLFWmonitor monitor) @NotNull MemorySegment
GLFW.getWGLContext
(@Nullable GLFWwindow window) @NotNull MemorySegment
GLFW.getWin32Window
(@Nullable GLFWwindow window) @NotNull MemorySegment
GLFW.getWindowUserPointer
(@Nullable GLFWwindow window) @NotNull MemorySegment
GLFWFunctionTypes.IGLFWallocatefun.invoke
(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegment
GLFWFunctionTypes.IGLFWreallocatefun.invoke
(@NotNull MemorySegment p0, MemorySegment p1, @NotNull MemorySegment p2) @NotNull MemorySegment
GLFW.setCharCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcharfun callback) @NotNull MemorySegment
GLFW.setCharCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setCharCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcharfun callback) @NotNull MemorySegment
GLFW.setCharModsCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcharmodsfun callback) @NotNull MemorySegment
GLFW.setCharModsCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setCharModsCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcharmodsfun callback) @NotNull MemorySegment
GLFW.setCursorEnterCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcursorenterfun callback) @NotNull MemorySegment
GLFW.setCursorEnterCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setCursorEnterCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcursorenterfun callback) @NotNull MemorySegment
GLFW.setCursorPosCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcursorposfun callback) @NotNull MemorySegment
GLFW.setCursorPosCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setCursorPosCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWcursorposfun callback) @NotNull MemorySegment
GLFW.setDropCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWdropfun callback) @NotNull MemorySegment
GLFW.setDropCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setDropCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWdropfun callback) @NotNull MemorySegment
GLFW.setErrorCallback
(GLFWFunctionTypes.IGLFWerrorfun callback) @NotNull MemorySegment
GLFW.setErrorCallback
(@NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setErrorCallback
(Arena arena, GLFWFunctionTypes.IGLFWerrorfun callback) @NotNull MemorySegment
GLFW.setFramebufferSizeCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWframebuffersizefun callback) @NotNull MemorySegment
GLFW.setFramebufferSizeCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setFramebufferSizeCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWframebuffersizefun callback) @NotNull MemorySegment
GLFW.setJoystickCallback
(GLFWFunctionTypes.IGLFWjoystickfun callback) @NotNull MemorySegment
GLFW.setJoystickCallback
(@NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setJoystickCallback
(Arena arena, GLFWFunctionTypes.IGLFWjoystickfun callback) @NotNull MemorySegment
GLFW.setKeyCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWkeyfun callback) @NotNull MemorySegment
GLFW.setKeyCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setKeyCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWkeyfun callback) @NotNull MemorySegment
GLFW.setMonitorCallback
(GLFWFunctionTypes.IGLFWmonitorfun callback) @NotNull MemorySegment
GLFW.setMonitorCallback
(@NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setMonitorCallback
(Arena arena, GLFWFunctionTypes.IGLFWmonitorfun callback) @NotNull MemorySegment
GLFW.setMouseButtonCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWmousebuttonfun callback) @NotNull MemorySegment
GLFW.setMouseButtonCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setMouseButtonCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWmousebuttonfun callback) @NotNull MemorySegment
GLFW.setScrollCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWscrollfun callback) @NotNull MemorySegment
GLFW.setScrollCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setScrollCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWscrollfun callback) @NotNull MemorySegment
GLFW.setWindowCloseCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowclosefun callback) @NotNull MemorySegment
GLFW.setWindowCloseCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowCloseCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowclosefun callback) @NotNull MemorySegment
GLFW.setWindowContentScaleCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowcontentscalefun callback) @NotNull MemorySegment
GLFW.setWindowContentScaleCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowContentScaleCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowcontentscalefun callback) @NotNull MemorySegment
GLFW.setWindowFocusCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowfocusfun callback) @NotNull MemorySegment
GLFW.setWindowFocusCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowFocusCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowfocusfun callback) @NotNull MemorySegment
GLFW.setWindowIconifyCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowiconifyfun callback) @NotNull MemorySegment
GLFW.setWindowIconifyCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowIconifyCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowiconifyfun callback) @NotNull MemorySegment
GLFW.setWindowMaximizeCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowmaximizefun callback) @NotNull MemorySegment
GLFW.setWindowMaximizeCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowMaximizeCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowmaximizefun callback) @NotNull MemorySegment
GLFW.setWindowPosCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowposfun callback) @NotNull MemorySegment
GLFW.setWindowPosCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowPosCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowposfun callback) @NotNull MemorySegment
GLFW.setWindowRefreshCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowrefreshfun callback) @NotNull MemorySegment
GLFW.setWindowRefreshCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowRefreshCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowrefreshfun callback) @NotNull MemorySegment
GLFW.setWindowSizeCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowsizefun callback) @NotNull MemorySegment
GLFW.setWindowSizeCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowSizeCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowsizefun callback) Method parameters in club.doki7.glfw with annotations of type PointerModifier and TypeMethodDescription@Nullable GLFWcursor
GLFW.createCursor
(@Nullable IGLFWimage image, int xhot, int yhot) int
GLFW.createWindowSurface
(@Nullable VkInstance instance, @Nullable GLFWwindow window, @Nullable IVkAllocationCallbacks allocator, VkSurfaceKHR.Ptr surface) int
GLFW.createWindowSurface
(@Nullable VkInstance instance, @Nullable GLFWwindow window, @Nullable IVkAllocationCallbacks allocator, VkSurfaceKHR.Ptr surface) int
GLFW.getGamepadState
(int jid, @Nullable IGLFWgamepadstate state) void
GLFW.initAllocator
(@Nullable IGLFWallocator allocator) void
GLFW.initVulkanLoader
(@NotNull MemorySegment loader) @NotNull MemorySegment
GLFWFunctionTypes.IGLFWallocatefun.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
GLFWFunctionTypes.IGLFWdeallocatefun.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
GLFWFunctionTypes.IGLFWdeallocatefun.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
GLFWFunctionTypes.IGLFWdropfun.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
GLFWFunctionTypes.IGLFWerrorfun.invoke
(int p0, @NotNull MemorySegment p1) @NotNull MemorySegment
GLFWFunctionTypes.IGLFWreallocatefun.invoke
(@NotNull MemorySegment p0, MemorySegment p1, @NotNull MemorySegment p2) @NotNull MemorySegment
GLFWFunctionTypes.IGLFWreallocatefun.invoke
(@NotNull MemorySegment p0, MemorySegment p1, @NotNull MemorySegment p2) @NotNull MemorySegment
GLFW.setCharCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setCharModsCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setCursorEnterCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setCursorPosCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setDropCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setErrorCallback
(@NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setFramebufferSizeCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) void
GLFW.setGammaRamp
(@Nullable GLFWmonitor monitor, @Nullable IGLFWgammaramp ramp) @NotNull MemorySegment
GLFW.setJoystickCallback
(@NotNull MemorySegment callback) void
GLFW.setJoystickUserPointer
(int jid, @NotNull MemorySegment pointer) @NotNull MemorySegment
GLFW.setKeyCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setMonitorCallback
(@NotNull MemorySegment callback) void
GLFW.setMonitorUserPointer
(@Nullable GLFWmonitor monitor, @NotNull MemorySegment pointer) @NotNull MemorySegment
GLFW.setMouseButtonCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setScrollCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowCloseCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowContentScaleCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowFocusCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) void
GLFW.setWindowIcon
(@Nullable GLFWwindow window, int count, @Nullable IGLFWimage images) @NotNull MemorySegment
GLFW.setWindowIconifyCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowMaximizeCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowPosCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowRefreshCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) @NotNull MemorySegment
GLFW.setWindowSizeCallback
(@Nullable GLFWwindow window, @NotNull MemorySegment callback) void
GLFW.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 MemorySegment
GLFWallocator.allocate()
@NotNull MemorySegment
GLFWgammaramp.blueRaw()
@NotNull MemorySegment
GLFWallocator.deallocate()
@NotNull MemorySegment
GLFWgammaramp.greenRaw()
@NotNull MemorySegment
GLFWimage.pixelsRaw()
@NotNull MemorySegment
GLFWallocator.reallocate()
@NotNull MemorySegment
GLFWgammaramp.redRaw()
@NotNull MemorySegment
GLFWallocator.user()
Method parameters in club.doki7.glfw.datatype with annotations of type PointerModifier and TypeMethodDescriptionGLFWallocator.allocate
(@NotNull MemorySegment value) void
GLFWgammaramp.blueRaw
(@NotNull MemorySegment value) GLFWallocator.deallocate
(@NotNull MemorySegment value) void
GLFWgammaramp.greenRaw
(@NotNull MemorySegment value) void
GLFWimage.pixelsRaw
(@NotNull MemorySegment value) GLFWallocator.reallocate
(@NotNull MemorySegment value) void
GLFWgammaramp.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 MemorySegment
AL.getPointerDirectEXT
(@Nullable ALCcontext context, int pname) @NotNull MemorySegment
AL.getPointerDirectSOFT
(@Nullable ALCcontext context, int pname) @NotNull MemorySegment
AL.getPointerEXT
(int pname) @NotNull MemorySegment
AL.getPointerSOFT
(int pname) @NotNull MemorySegment
AL.getProcAddress
(@Nullable BytePtr fname) Retrieve the address of a function.@NotNull MemorySegment
ALC.getProcAddress
(@Nullable ALCdevice device, @Nullable BytePtr funcname) Retrieve the address of a function.@NotNull MemorySegment
ALC.getProcAddress2
(@Nullable ALCdevice device, @Nullable BytePtr funcName) @NotNull MemorySegment
AL.getProcAddressDirect
(@Nullable ALCcontext context, @Nullable BytePtr fname) @Nullable BytePtr
AL.getString
(int param) @Nullable BytePtr
Returns information about the device, and error strings.@Nullable BytePtr
AL.getStringDirect
(@Nullable ALCcontext context, int param) @Nullable BytePtr
AL.getStringiDirectSOFT
(@Nullable ALCcontext context, int pname, int index) @Nullable BytePtr
AL.getStringiSOFT
(int pname, int index) @Nullable BytePtr
ALC.getStringiSOFT
(@Nullable ALCdevice device, int paramName, int index) @NotNull MemorySegment
ALFunctionTypes.ILPALCGETPROCADDRESS.invoke
(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegment
ALFunctionTypes.ILPALCGETPROCADDRESS2.invoke
(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegment
ALFunctionTypes.ILPALCGETSTRING.invoke
(MemorySegment p0, int p1) @NotNull MemorySegment
ALFunctionTypes.ILPALCGETSTRINGISOFT.invoke
(MemorySegment p0, int p1, int p2) @NotNull MemorySegment
ALFunctionTypes.ILPALGETPOINTERDIRECTEXT.invoke
(MemorySegment p0, int p1) @NotNull MemorySegment
ALFunctionTypes.ILPALGETPOINTERDIRECTSOFT.invoke
(MemorySegment p0, int p1) @NotNull MemorySegment
ALFunctionTypes.ILPALGETPOINTEREXT.invoke
(int p0) @NotNull MemorySegment
ALFunctionTypes.ILPALGETPOINTERSOFT.invoke
(int p0) @NotNull MemorySegment
ALFunctionTypes.ILPALGETPROCADDRESS.invoke
(@NotNull MemorySegment p0) @NotNull MemorySegment
ALFunctionTypes.ILPALGETPROCADDRESSDIRECT.invoke
(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegment
ALFunctionTypes.ILPALGETSTRING.invoke
(int p0) @NotNull MemorySegment
ALFunctionTypes.ILPALGETSTRINGDIRECT.invoke
(MemorySegment p0, int p1) @NotNull MemorySegment
ALFunctionTypes.ILPALGETSTRINGIDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2) @NotNull MemorySegment
ALFunctionTypes.ILPALGETSTRINGISOFT.invoke
(int p0, int p1) Method parameters in club.doki7.openal with annotations of type PointerModifier and TypeMethodDescriptionvoid
AL.auxiliaryEffectSlotfv
(int effectslot, int param, @Nullable FloatPtr pflValues) void
AL.auxiliaryEffectSlotfvDirect
(@Nullable ALCcontext context, int effectslot, int param, @Nullable FloatPtr pflValues) void
AL.auxiliaryEffectSlotiv
(int effectslot, int param, @Nullable IntPtr piValues) void
AL.auxiliaryEffectSlotivDirect
(@Nullable ALCcontext context, int effectslot, int param, @Nullable IntPtr piValues) void
AL.bufferCallbackDirectSOFT
(@Nullable ALCcontext context, int buffer, int format, int freq, ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT callback, @NotNull MemorySegment userptr) void
AL.bufferCallbackDirectSOFT
(@Nullable ALCcontext context, int buffer, int format, int freq, @NotNull MemorySegment callback, @NotNull MemorySegment userptr) void
AL.bufferCallbackDirectSOFT
(@Nullable ALCcontext context, int buffer, int format, int freq, @NotNull MemorySegment callback, @NotNull MemorySegment userptr) void
AL.bufferCallbackDirectSOFT
(Arena arena, @Nullable ALCcontext context, int buffer, int format, int freq, ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT callback, @NotNull MemorySegment userptr) void
AL.bufferCallbackSOFT
(int buffer, int format, int freq, ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT callback, @NotNull MemorySegment userptr) void
AL.bufferCallbackSOFT
(int buffer, int format, int freq, @NotNull MemorySegment callback, @NotNull MemorySegment userptr) void
AL.bufferCallbackSOFT
(int buffer, int format, int freq, @NotNull MemorySegment callback, @NotNull MemorySegment userptr) void
AL.bufferCallbackSOFT
(Arena arena, int buffer, int format, int freq, ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT callback, @NotNull MemorySegment userptr) void
AL.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.void
AL.bufferDataDirect
(@Nullable ALCcontext context, int buffer, int format, @NotNull MemorySegment data, int size, int samplerate) void
AL.bufferDataStatic
(int buffer, int format, @NotNull MemorySegment data, int size, int freq) void
AL.bufferDataStaticDirect
(@Nullable ALCcontext context, int buffer, int format, @NotNull MemorySegment data, int size, int freq) void
void
AL.bufferfvDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr values) void
void
AL.bufferivDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr values) void
AL.bufferSamplesSOFT
(int buffer, int samplerate, int internalformat, int samples, int channels, int type, @NotNull MemorySegment data) void
AL.bufferSubDataDirectSOFT
(@Nullable ALCcontext context, int buffer, int format, @NotNull MemorySegment data, int offset, int length) void
AL.bufferSubDataSOFT
(int buffer, int format, @NotNull MemorySegment data, int offset, int length) void
AL.bufferSubSamplesSOFT
(int buffer, int offset, int samples, int channels, int type, @NotNull MemorySegment data) @Nullable ALCdevice
ALC.captureOpenDevice
(@Nullable BytePtr devicename, int frequency, int format, int buffersize) Opens the named capture device with the given frequency, format, and buffer size.void
ALC.captureSamples
(@Nullable ALCdevice device, @NotNull MemorySegment buffer, int samples) Reads samples from the device buffer.@Nullable ALCcontext
ALC.createContext
(@Nullable ALCdevice device, @Nullable IntPtr attrlist) Create and attach a context to the given device.void
AL.debugMessageCallbackDirectEXT
(@Nullable ALCcontext context, ALFunctionTypes.IALDEBUGPROCEXT callback, @NotNull MemorySegment userParam) void
AL.debugMessageCallbackDirectEXT
(@Nullable ALCcontext context, @NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
AL.debugMessageCallbackDirectEXT
(@Nullable ALCcontext context, @NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
AL.debugMessageCallbackDirectEXT
(Arena arena, @Nullable ALCcontext context, ALFunctionTypes.IALDEBUGPROCEXT callback, @NotNull MemorySegment userParam) void
AL.debugMessageCallbackEXT
(ALFunctionTypes.IALDEBUGPROCEXT callback, @NotNull MemorySegment userParam) void
AL.debugMessageCallbackEXT
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
AL.debugMessageCallbackEXT
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
AL.debugMessageCallbackEXT
(Arena arena, ALFunctionTypes.IALDEBUGPROCEXT callback, @NotNull MemorySegment userParam) void
AL.debugMessageControlDirectEXT
(@Nullable ALCcontext context, int source, int type, int severity, int count, @Nullable IntPtr ids, byte enable) void
AL.debugMessageControlEXT
(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enable) void
AL.debugMessageInsertDirectEXT
(@Nullable ALCcontext context, int source, int type, int id, int severity, int length, @Nullable BytePtr message) void
AL.debugMessageInsertEXT
(int source, int type, int id, int severity, int length, @Nullable BytePtr message) void
AL.deleteAuxiliaryEffectSlots
(int n, @Nullable IntPtr effectslots) void
AL.deleteAuxiliaryEffectSlotsDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr effectslots) void
AL.deleteBuffers
(int n, @Nullable IntPtr buffers) Delete buffer objectsvoid
AL.deleteBuffersDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr buffers) void
AL.deleteEffects
(int n, @Nullable IntPtr effects) void
AL.deleteEffectsDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr effects) void
AL.deleteFilters
(int n, @Nullable IntPtr filters) void
AL.deleteFiltersDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr filters) void
AL.deleteSources
(int n, @Nullable IntPtr sources) Delete source objects.void
AL.deleteSourcesDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) int
AL.EAXGetBufferModeDirect
(@Nullable ALCcontext context, int buffer, @Nullable IntPtr pReserved) int
AL.EAXGetDirect
(@Nullable ALCcontext context, @Nullable _GUID property_set_id, int property_id, int source_id, @NotNull MemorySegment value, int value_size) byte
AL.EAXSetBufferModeDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr buffers, int value) int
AL.EAXSetDirect
(@Nullable ALCcontext context, @Nullable _GUID property_set_id, int property_id, int source_id, @NotNull MemorySegment value, int value_size) void
void
AL.effectfvDirect
(@Nullable ALCcontext context, int effect, int param, @Nullable FloatPtr pflValues) void
void
AL.effectivDirect
(@Nullable ALCcontext context, int effect, int param, @Nullable IntPtr piValues) void
AL.eventCallbackDirectSOFT
(@Nullable ALCcontext context, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) void
AL.eventCallbackDirectSOFT
(@Nullable ALCcontext context, @NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
AL.eventCallbackDirectSOFT
(@Nullable ALCcontext context, @NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
AL.eventCallbackDirectSOFT
(Arena arena, @Nullable ALCcontext context, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) void
AL.eventCallbackSOFT
(ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) void
AL.eventCallbackSOFT
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
AL.eventCallbackSOFT
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
AL.eventCallbackSOFT
(Arena arena, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) void
ALC.eventCallbackSOFT
(ALFunctionTypes.IALCEVENTPROCTYPESOFT callback, @NotNull MemorySegment userParam) void
ALC.eventCallbackSOFT
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
ALC.eventCallbackSOFT
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
ALC.eventCallbackSOFT
(Arena arena, ALFunctionTypes.IALCEVENTPROCTYPESOFT callback, @NotNull MemorySegment userParam) void
AL.eventControlDirectSOFT
(@Nullable ALCcontext context, int count, @Nullable IntPtr types, byte enable) void
AL.eventControlSOFT
(int count, @Nullable IntPtr types, byte enable) byte
ALC.eventControlSOFT
(int count, @Nullable IntPtr events, byte enable) void
void
AL.filterfvDirect
(@Nullable ALCcontext context, int filter, int param, @Nullable FloatPtr pflValues) void
void
AL.filterivDirect
(@Nullable ALCcontext context, int filter, int param, @Nullable IntPtr piValues) void
AL.genAuxiliaryEffectSlots
(int n, @Nullable IntPtr effectslots) void
AL.genAuxiliaryEffectSlotsDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr effectslots) void
AL.genBuffers
(int n, @Nullable IntPtr buffers) Create buffer objectsvoid
AL.genBuffersDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr buffers) void
AL.genEffects
(int n, @Nullable IntPtr effects) void
AL.genEffectsDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr effects) void
AL.genFilters
(int n, @Nullable IntPtr filters) void
AL.genFiltersDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr filters) void
AL.genSources
(int n, @Nullable IntPtr sources) Create source objects.void
AL.genSourcesDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) void
AL.getAuxiliaryEffectSlotf
(int effectslot, int param, @Nullable FloatPtr pflValue) void
AL.getAuxiliaryEffectSlotfDirect
(@Nullable ALCcontext context, int effectslot, int param, @Nullable FloatPtr pflValue) void
AL.getAuxiliaryEffectSlotfv
(int effectslot, int param, @Nullable FloatPtr pflValues) void
AL.getAuxiliaryEffectSlotfvDirect
(@Nullable ALCcontext context, int effectslot, int param, @Nullable FloatPtr pflValues) void
AL.getAuxiliaryEffectSloti
(int effectslot, int param, @Nullable IntPtr piValue) void
AL.getAuxiliaryEffectSlotiDirect
(@Nullable ALCcontext context, int effectslot, int param, @Nullable IntPtr piValue) void
AL.getAuxiliaryEffectSlotiv
(int effectslot, int param, @Nullable IntPtr piValues) void
AL.getAuxiliaryEffectSlotivDirect
(@Nullable ALCcontext context, int effectslot, int param, @Nullable IntPtr piValues) void
AL.getBooleanv
(int param, @Nullable BytePtr values) void
AL.getBooleanvDirect
(@Nullable ALCcontext context, int param, @Nullable BytePtr values) void
AL.getBuffer3f
(int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getBuffer3f
(int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getBuffer3f
(int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getBuffer3fDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getBuffer3fDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getBuffer3fDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getBuffer3i
(int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getBuffer3i
(int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getBuffer3i
(int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getBuffer3iDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getBuffer3iDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getBuffer3iDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getBufferf
(int buffer, int param, @Nullable FloatPtr value) void
AL.getBufferfDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr value) void
AL.getBufferfv
(int buffer, int param, @Nullable FloatPtr values) void
AL.getBufferfvDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable FloatPtr values) void
AL.getBufferi
(int buffer, int param, @Nullable IntPtr value) void
AL.getBufferiDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr value) void
AL.getBufferiv
(int buffer, int param, @Nullable IntPtr values) void
AL.getBufferivDirect
(@Nullable ALCcontext context, int buffer, int param, @Nullable IntPtr values) void
AL.getBufferSamplesSOFT
(int buffer, int offset, int samples, int channels, int type, @NotNull MemorySegment data) int
AL.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) int
AL.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) int
AL.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) int
AL.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) int
AL.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) int
AL.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) int
AL.getDebugMessageLogEXT
(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) int
AL.getDebugMessageLogEXT
(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) int
AL.getDebugMessageLogEXT
(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) int
AL.getDebugMessageLogEXT
(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) int
AL.getDebugMessageLogEXT
(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) int
AL.getDebugMessageLogEXT
(int count, int logBufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr logBuf) void
AL.getDoublev
(int param, @Nullable DoublePtr values) void
AL.getDoublevDirect
(@Nullable ALCcontext context, int param, @Nullable DoublePtr values) void
AL.getEffectf
(int effect, int param, @Nullable FloatPtr pflValue) void
AL.getEffectfDirect
(@Nullable ALCcontext context, int effect, int param, @Nullable FloatPtr pflValue) void
AL.getEffectfv
(int effect, int param, @Nullable FloatPtr pflValues) void
AL.getEffectfvDirect
(@Nullable ALCcontext context, int effect, int param, @Nullable FloatPtr pflValues) void
AL.getEffecti
(int effect, int param, @Nullable IntPtr piValue) void
AL.getEffectiDirect
(@Nullable ALCcontext context, int effect, int param, @Nullable IntPtr piValue) void
AL.getEffectiv
(int effect, int param, @Nullable IntPtr piValues) void
AL.getEffectivDirect
(@Nullable ALCcontext context, int effect, int param, @Nullable IntPtr piValues) int
AL.getEnumValue
(@Nullable BytePtr ename) Retrieve the value of an enum.int
ALC.getEnumValue
(@Nullable ALCdevice device, @Nullable BytePtr enumname) Retrieve the value of an enum.int
AL.getEnumValueDirect
(@Nullable ALCcontext context, @Nullable BytePtr ename) void
AL.getFilterf
(int filter, int param, @Nullable FloatPtr pflValue) void
AL.getFilterfDirect
(@Nullable ALCcontext context, int filter, int param, @Nullable FloatPtr pflValue) void
AL.getFilterfv
(int filter, int param, @Nullable FloatPtr pflValues) void
AL.getFilterfvDirect
(@Nullable ALCcontext context, int filter, int param, @Nullable FloatPtr pflValues) void
AL.getFilteri
(int filter, int param, @Nullable IntPtr piValue) void
AL.getFilteriDirect
(@Nullable ALCcontext context, int filter, int param, @Nullable IntPtr piValue) void
AL.getFilteriv
(int filter, int param, @Nullable IntPtr piValues) void
AL.getFilterivDirect
(@Nullable ALCcontext context, int filter, int param, @Nullable IntPtr piValues) void
void
AL.getFloatvDirect
(@Nullable ALCcontext context, int param, @Nullable FloatPtr values) void
ALC.getInteger64vSOFT
(@Nullable ALCdevice device, int pname, int size, @Nullable LongPtr values) void
AL.getIntegerv
(int param, @Nullable IntPtr values) void
ALC.getIntegerv
(@Nullable ALCdevice device, int param, int size, @Nullable IntPtr values) Returns information about the device and the version of OpenAL.void
AL.getIntegervDirect
(@Nullable ALCcontext context, int param, @Nullable IntPtr values) void
AL.getListener3f
(int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getListener3f
(int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getListener3f
(int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getListener3fDirect
(@Nullable ALCcontext context, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getListener3fDirect
(@Nullable ALCcontext context, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getListener3fDirect
(@Nullable ALCcontext context, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getListener3i
(int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getListener3i
(int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getListener3i
(int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getListener3iDirect
(@Nullable ALCcontext context, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getListener3iDirect
(@Nullable ALCcontext context, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getListener3iDirect
(@Nullable ALCcontext context, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getListenerf
(int param, @Nullable FloatPtr value) void
AL.getListenerfDirect
(@Nullable ALCcontext context, int param, @Nullable FloatPtr value) void
AL.getListenerfv
(int param, @Nullable FloatPtr values) void
AL.getListenerfvDirect
(@Nullable ALCcontext context, int param, @Nullable FloatPtr values) void
AL.getListeneri
(int param, @Nullable IntPtr value) void
AL.getListeneriDirect
(@Nullable ALCcontext context, int param, @Nullable IntPtr value) void
AL.getListeneriv
(int param, @Nullable IntPtr values) void
AL.getListenerivDirect
(@Nullable ALCcontext context, int param, @Nullable IntPtr values) void
AL.getObjectLabelDirectEXT
(@Nullable ALCcontext context, int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
AL.getObjectLabelDirectEXT
(@Nullable ALCcontext context, int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
AL.getObjectLabelEXT
(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
AL.getObjectLabelEXT
(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) @NotNull MemorySegment
AL.getProcAddress
(@Nullable BytePtr fname) Retrieve the address of a function.@NotNull MemorySegment
ALC.getProcAddress
(@Nullable ALCdevice device, @Nullable BytePtr funcname) Retrieve the address of a function.@NotNull MemorySegment
ALC.getProcAddress2
(@Nullable ALCdevice device, @Nullable BytePtr funcName) @NotNull MemorySegment
AL.getProcAddressDirect
(@Nullable ALCcontext context, @Nullable BytePtr fname) void
AL.getSource3dDirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) void
AL.getSource3dDirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) void
AL.getSource3dDirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) void
AL.getSource3dSOFT
(int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) void
AL.getSource3dSOFT
(int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) void
AL.getSource3dSOFT
(int source, int param, @Nullable DoublePtr value1, @Nullable DoublePtr value2, @Nullable DoublePtr value3) void
AL.getSource3f
(int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getSource3f
(int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getSource3f
(int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getSource3fDirect
(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getSource3fDirect
(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getSource3fDirect
(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr value1, @Nullable FloatPtr value2, @Nullable FloatPtr value3) void
AL.getSource3i
(int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getSource3i
(int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getSource3i
(int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getSource3i64DirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) void
AL.getSource3i64DirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) void
AL.getSource3i64DirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) void
AL.getSource3i64SOFT
(int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) void
AL.getSource3i64SOFT
(int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) void
AL.getSource3i64SOFT
(int source, int param, @Nullable LongPtr value1, @Nullable LongPtr value2, @Nullable LongPtr value3) void
AL.getSource3iDirect
(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getSource3iDirect
(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getSource3iDirect
(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr value1, @Nullable IntPtr value2, @Nullable IntPtr value3) void
AL.getSourcedDirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr value) void
AL.getSourcedSOFT
(int source, int param, @Nullable DoublePtr value) void
AL.getSourcedvDirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr values) void
AL.getSourcedvSOFT
(int source, int param, @Nullable DoublePtr values) void
AL.getSourcef
(int source, int param, @Nullable FloatPtr value) void
AL.getSourcefDirect
(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr value) void
AL.getSourcefv
(int source, int param, @Nullable FloatPtr values) void
AL.getSourcefvDirect
(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr values) void
AL.getSourcei
(int source, int param, @Nullable IntPtr value) void
AL.getSourcei64DirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr value) void
AL.getSourcei64SOFT
(int source, int param, @Nullable LongPtr value) void
AL.getSourcei64vDirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr values) void
AL.getSourcei64vSOFT
(int source, int param, @Nullable LongPtr values) void
AL.getSourceiDirect
(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr value) void
AL.getSourceiv
(int source, int param, @Nullable IntPtr values) void
AL.getSourceivDirect
(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr values) int
ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) int
ALFunctionTypes.IALBUFFERCALLBACKTYPESOFT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) void
ALFunctionTypes.IALCEVENTPROCTYPESOFT.invoke
(int p0, int p1, MemorySegment p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.IALCEVENTPROCTYPESOFT.invoke
(int p0, int p1, MemorySegment p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.IALDEBUGPROCEXT.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) void
ALFunctionTypes.IALDEBUGPROCEXT.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) void
ALFunctionTypes.IALEVENTPROCSOFT.invoke
(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.IALEVENTPROCSOFT.invoke
(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALAUXILIARYEFFECTSLOTFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALAUXILIARYEFFECTSLOTFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALAUXILIARYEFFECTSLOTIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALAUXILIARYEFFECTSLOTIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALBUFFERCALLBACKDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALBUFFERCALLBACKDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALBUFFERCALLBACKSOFT.invoke
(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALBUFFERCALLBACKSOFT.invoke
(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALBUFFERDATA.invoke
(int p0, int p1, @NotNull MemorySegment p2, int p3, int p4) void
ALFunctionTypes.ILPALBUFFERDATADIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, int p4, int p5) void
ALFunctionTypes.ILPALBUFFERDATASTATICDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, int p4, int p5) void
ALFunctionTypes.ILPALBUFFERFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALBUFFERFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALBUFFERIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALBUFFERIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALBUFFERSAMPLESSOFT.invoke
(int p0, int p1, int p2, int p3, int p4, int p5, @NotNull MemorySegment p6) void
ALFunctionTypes.ILPALBUFFERSUBDATADIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, int p4, int p5) void
ALFunctionTypes.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) void
ALFunctionTypes.ILPALCCAPTURESAMPLES.invoke
(MemorySegment p0, @NotNull MemorySegment p1, int p2) ALFunctionTypes.ILPALCCREATECONTEXT.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALCEVENTCALLBACKSOFT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALCEVENTCALLBACKSOFT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) byte
ALFunctionTypes.ILPALCEVENTCONTROLSOFT.invoke
(int p0, @NotNull MemorySegment p1, byte p2) int
ALFunctionTypes.ILPALCGETENUMVALUE.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALCGETINTEGER64VSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALCGETINTEGERV.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) @NotNull MemorySegment
ALFunctionTypes.ILPALCGETPROCADDRESS.invoke
(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegment
ALFunctionTypes.ILPALCGETPROCADDRESS2.invoke
(MemorySegment p0, @NotNull MemorySegment p1) byte
ALFunctionTypes.ILPALCISEXTENSIONPRESENT.invoke
(MemorySegment p0, @NotNull MemorySegment p1) ALFunctionTypes.ILPALCLOOPBACKOPENDEVICESOFT.invoke
(@NotNull MemorySegment p0) ALFunctionTypes.ILPALCOPENDEVICE.invoke
(@NotNull MemorySegment p0) void
ALFunctionTypes.ILPALCRENDERSAMPLESSOFT.invoke
(MemorySegment p0, @NotNull MemorySegment p1, int p2) byte
ALFunctionTypes.ILPALCREOPENDEVICESOFT.invoke
(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) byte
ALFunctionTypes.ILPALCREOPENDEVICESOFT.invoke
(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) byte
ALFunctionTypes.ILPALCRESETDEVICESOFT.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALDEBUGMESSAGECALLBACKDIRECTEXT.invoke
(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALDEBUGMESSAGECALLBACKDIRECTEXT.invoke
(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALDEBUGMESSAGECALLBACKEXT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALDEBUGMESSAGECALLBACKEXT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALDEBUGMESSAGECONTROLDIRECTEXT.invoke
(MemorySegment p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, byte p6) void
ALFunctionTypes.ILPALDEBUGMESSAGECONTROLEXT.invoke
(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, byte p5) void
ALFunctionTypes.ILPALDEBUGMESSAGEINSERTDIRECTEXT.invoke
(MemorySegment p0, int p1, int p2, int p3, int p4, int p5, @NotNull MemorySegment p6) void
ALFunctionTypes.ILPALDEBUGMESSAGEINSERTEXT.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALDELETEAUXILIARYEFFECTSLOTS.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALDELETEAUXILIARYEFFECTSLOTSDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALDELETEBUFFERS.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALDELETEBUFFERSDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALDELETEEFFECTS.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALDELETEEFFECTSDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALDELETEFILTERS.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALDELETEFILTERSDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALDELETESOURCES.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALDELETESOURCESDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALEFFECTFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALEFFECTFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALEFFECTIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALEFFECTIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT.invoke
(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT.invoke
(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALEVENTCALLBACKSOFT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALEVENTCALLBACKSOFT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALEVENTCONTROLDIRECTSOFT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, byte p3) void
ALFunctionTypes.ILPALEVENTCONTROLSOFT.invoke
(int p0, @NotNull MemorySegment p1, byte p2) void
ALFunctionTypes.ILPALFILTERFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALFILTERFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALFILTERIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALFILTERIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGENAUXILIARYEFFECTSLOTS.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGENAUXILIARYEFFECTSLOTSDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGENBUFFERS.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGENBUFFERSDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGENEFFECTS.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGENEFFECTSDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGENFILTERS.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGENFILTERSDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGENSOURCES.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGENSOURCESDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTF.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTFDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTI.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTIDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETAUXILIARYEFFECTSLOTIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETBOOLEANV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETBOOLEANVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETBUFFER3F.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETBUFFER3F.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETBUFFER3F.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETBUFFER3FDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETBUFFER3FDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETBUFFER3FDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETBUFFER3I.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETBUFFER3I.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETBUFFER3I.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETBUFFER3IDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETBUFFER3IDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETBUFFER3IDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETBUFFER3PTRDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETBUFFER3PTRDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETBUFFER3PTRDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETBUFFER3PTRSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETBUFFER3PTRSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETBUFFER3PTRSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETBUFFERF.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETBUFFERFDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETBUFFERFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETBUFFERFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETBUFFERI.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETBUFFERIDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETBUFFERIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETBUFFERIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETBUFFERPTRDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETBUFFERPTRSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETBUFFERPTRVDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETBUFFERPTRVSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETBUFFERSAMPLESSOFT.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5) int
ALFunctionTypes.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) int
ALFunctionTypes.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) int
ALFunctionTypes.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) int
ALFunctionTypes.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) int
ALFunctionTypes.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) int
ALFunctionTypes.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) int
ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) int
ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) int
ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) int
ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) int
ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) int
ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) void
ALFunctionTypes.ILPALGETDOUBLEV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETDOUBLEVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETEFFECTF.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETEFFECTFDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETEFFECTFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETEFFECTFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETEFFECTI.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETEFFECTIDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETEFFECTIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETEFFECTIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) int
ALFunctionTypes.ILPALGETENUMVALUE.invoke
(@NotNull MemorySegment p0) int
ALFunctionTypes.ILPALGETENUMVALUEDIRECT.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETFILTERF.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETFILTERFDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETFILTERFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETFILTERFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETFILTERI.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETFILTERIDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETFILTERIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETFILTERIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETFLOATV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETFLOATVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETINTEGERV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETINTEGERVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETLISTENER3F.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETLISTENER3F.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETLISTENER3F.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETLISTENER3FDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETLISTENER3FDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETLISTENER3FDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETLISTENER3I.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETLISTENER3I.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETLISTENER3I.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETLISTENER3IDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETLISTENER3IDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETLISTENER3IDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETLISTENERF.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETLISTENERFDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETLISTENERFV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETLISTENERFVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETLISTENERI.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETLISTENERIDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETLISTENERIV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETLISTENERIVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETOBJECTLABELDIRECTEXT.invoke
(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETOBJECTLABELDIRECTEXT.invoke
(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETOBJECTLABELEXT.invoke
(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETOBJECTLABELEXT.invoke
(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETPOINTERVDIRECTEXT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETPOINTERVDIRECTSOFT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETPOINTERVEXT.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETPOINTERVSOFT.invoke
(int p0, @NotNull MemorySegment p1) @NotNull MemorySegment
ALFunctionTypes.ILPALGETPROCADDRESS.invoke
(@NotNull MemorySegment p0) @NotNull MemorySegment
ALFunctionTypes.ILPALGETPROCADDRESSDIRECT.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALGETSOURCE3DDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3DDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3DDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3DSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3DSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3DSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3F.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3F.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3F.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3FDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3FDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3FDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3I.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3I.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3I.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3I64DIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3I64DIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3I64DIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3I64SOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3I64SOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3I64SOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALGETSOURCE3IDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3IDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCE3IDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALGETSOURCEDDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETSOURCEDSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETSOURCEDVDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETSOURCEDVSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETSOURCEF.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETSOURCEFDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETSOURCEFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETSOURCEFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETSOURCEI.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETSOURCEI64DIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETSOURCEI64SOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETSOURCEI64VDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETSOURCEI64VSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETSOURCEIDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALGETSOURCEIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALGETSOURCEIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) byte
ALFunctionTypes.ILPALISEXTENSIONPRESENT.invoke
(@NotNull MemorySegment p0) byte
ALFunctionTypes.ILPALISEXTENSIONPRESENTDIRECT.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALLISTENERFV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALLISTENERFVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALLISTENERIV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALLISTENERIVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALOBJECTLABELDIRECTEXT.invoke
(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALOBJECTLABELEXT.invoke
(int p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALPUSHDEBUGGROUPDIRECTEXT.invoke
(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALPUSHDEBUGGROUPEXT.invoke
(int p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALREQUESTFOLDBACKSTART.invoke
(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALREQUESTFOLDBACKSTART.invoke
(int p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
ALFunctionTypes.ILPALREQUESTFOLDBACKSTARTDIRECT.invoke
(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALREQUESTFOLDBACKSTARTDIRECT.invoke
(MemorySegment p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
ALFunctionTypes.ILPALSOURCEDVDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALSOURCEDVSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCEFV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCEFVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALSOURCEI64VDIRECTSOFT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALSOURCEI64VSOFT.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCEIV.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCEIVDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALSOURCEPAUSEV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALSOURCEPAUSEVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCEPLAYATTIMEVDIRECTSOFT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, long p3) void
ALFunctionTypes.ILPALSOURCEPLAYATTIMEVSOFT.invoke
(int p0, @NotNull MemorySegment p1, long p2) void
ALFunctionTypes.ILPALSOURCEPLAYV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALSOURCEPLAYVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCEQUEUEBUFFERS.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCEQUEUEBUFFERSDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
ALFunctionTypes.ILPALSOURCEREWINDV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALSOURCEREWINDVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCESTOPV.invoke
(int p0, @NotNull MemorySegment p1) void
ALFunctionTypes.ILPALSOURCESTOPVDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCEUNQUEUEBUFFERS.invoke
(int p0, int p1, @NotNull MemorySegment p2) void
ALFunctionTypes.ILPALSOURCEUNQUEUEBUFFERSDIRECT.invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) int
ALFunctionTypes.ILPEAXGETBUFFERMODEDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) int
ALFunctionTypes.ILPEAXGETDIRECT.invoke
(MemorySegment p0, MemorySegment p1, int p2, int p3, @NotNull MemorySegment p4, int p5) byte
ALFunctionTypes.ILPEAXSETBUFFERMODEDIRECT.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, int p3) int
ALFunctionTypes.ILPEAXSETDIRECT.invoke
(MemorySegment p0, MemorySegment p1, int p2, int p3, @NotNull MemorySegment p4, int p5) void
ALFunctionTypes.IPFNALBUFFERDATASTATICPROC.invoke
(int p0, int p1, @NotNull MemorySegment p2, int p3, int p4) void
ALFunctionTypes.IPFNALBUFFERSUBDATASOFTPROC.invoke
(int p0, int p1, @NotNull MemorySegment p2, int p3, int p4) byte
AL.isExtensionPresent
(@Nullable BytePtr extname) Query for the presence of an extension on the AL context.byte
ALC.isExtensionPresent
(@Nullable ALCdevice device, @Nullable BytePtr extname) Query for the presence of an extension on the device.byte
AL.isExtensionPresentDirect
(@Nullable ALCcontext context, @Nullable BytePtr extname) void
AL.listenerfv
(int param, @Nullable FloatPtr values) void
AL.listenerfvDirect
(@Nullable ALCcontext context, int param, @Nullable FloatPtr values) void
AL.listeneriv
(int param, @Nullable IntPtr values) void
AL.listenerivDirect
(@Nullable ALCcontext context, int param, @Nullable IntPtr values) @Nullable ALCdevice
ALC.loopbackOpenDeviceSOFT
(@Nullable BytePtr deviceName) void
AL.objectLabelDirectEXT
(@Nullable ALCcontext context, int identifier, int name, int length, @Nullable BytePtr label) void
AL.objectLabelEXT
(int identifier, int name, int length, @Nullable BytePtr label) @Nullable ALCdevice
ALC.openDevice
(@Nullable BytePtr devicename) Opens the named playback device.void
AL.pushDebugGroupDirectEXT
(@Nullable ALCcontext context, int source, int id, int length, @Nullable BytePtr message) void
AL.pushDebugGroupEXT
(int source, int id, int length, @Nullable BytePtr message) void
ALC.renderSamplesSOFT
(@Nullable ALCdevice device, @NotNull MemorySegment buffer, int samples) byte
ALC.reopenDeviceSOFT
(@Nullable ALCdevice device, @Nullable BytePtr deviceName, @Nullable IntPtr attribs) byte
ALC.reopenDeviceSOFT
(@Nullable ALCdevice device, @Nullable BytePtr deviceName, @Nullable IntPtr attribs) void
AL.requestFoldbackStart
(int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) void
AL.requestFoldbackStart
(int mode, int count, int length, @Nullable FloatPtr mem, @NotNull MemorySegment callback) void
AL.requestFoldbackStart
(int mode, int count, int length, @Nullable FloatPtr mem, @NotNull MemorySegment callback) void
AL.requestFoldbackStart
(Arena arena, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) void
AL.requestFoldbackStartDirect
(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) void
AL.requestFoldbackStartDirect
(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, @NotNull MemorySegment callback) void
AL.requestFoldbackStartDirect
(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, @NotNull MemorySegment callback) void
AL.requestFoldbackStartDirect
(Arena arena, @Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) byte
ALC.resetDeviceSOFT
(@Nullable ALCdevice device, @Nullable IntPtr attribs) void
AL.sourcedvDirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable DoublePtr values) void
AL.sourcedvSOFT
(int source, int param, @Nullable DoublePtr values) void
void
AL.sourcefvDirect
(@Nullable ALCcontext context, int source, int param, @Nullable FloatPtr values) void
AL.sourcei64vDirectSOFT
(@Nullable ALCcontext context, int source, int param, @Nullable LongPtr values) void
AL.sourcei64vSOFT
(int source, int param, @Nullable LongPtr values) void
void
AL.sourceivDirect
(@Nullable ALCcontext context, int source, int param, @Nullable IntPtr values) void
AL.sourcePausev
(int n, @Nullable IntPtr sources) Pause a list of sources atomically.void
AL.sourcePausevDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) void
AL.sourcePlayAtTimevDirectSOFT
(@Nullable ALCcontext context, int n, @Nullable IntPtr sources, long start_time) void
AL.sourcePlayAtTimevSOFT
(int n, @Nullable IntPtr sources, long start_time) void
AL.sourcePlayv
(int n, @Nullable IntPtr sources) Play, restart, or resume a list of sources atomically.void
AL.sourcePlayvDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) void
AL.sourceQueueBuffers
(int source, int nb, @Nullable IntPtr buffers) Queue buffers onto a sourcevoid
AL.sourceQueueBuffersDirect
(@Nullable ALCcontext context, int source, int nb, @Nullable IntPtr buffers) void
AL.sourceRewindv
(int n, @Nullable IntPtr sources) Rewind a list of sources atomically.void
AL.sourceRewindvDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) void
AL.sourceStopv
(int n, @Nullable IntPtr sources) Stop a list of sources atomically.void
AL.sourceStopvDirect
(@Nullable ALCcontext context, int n, @Nullable IntPtr sources) void
AL.sourceUnqueueBuffers
(int source, int nb, @Nullable IntPtr buffers) Unqueue processed buffers from a sourcevoid
AL.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 MemorySegment
CL.deviceMemAllocINTEL
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegment
CL.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 MemorySegment
CL.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 MemorySegment
CL.getExtensionFunctionAddress
(@Nullable BytePtr func_name) @NotNull MemorySegment
CL.getExtensionFunctionAddressForPlatform
(@Nullable CLPlatformId platform, @Nullable BytePtr func_name) @NotNull MemorySegment
CL.hostMemAllocINTEL
(@Nullable CLContext context, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegment
CL.icdGetFunctionAddressForPlatformKHR
(@Nullable CLPlatformId platform, @Nullable BytePtr func_name) @NotNull MemorySegment
CL.sharedMemAllocINTEL
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegment
@NotNull MemorySegment
CL.SVMAllocARM
(@Nullable CLContext context, long flags, long size, int alignment) Method parameters in club.doki7.opencl with annotations of type PointerModifier and TypeMethodDescriptionint
CL.buildProgram
(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, CLFunctionTypes.Ipfn_notify_5 pfn_notify, @NotNull MemorySegment user_data) int
CL.buildProgram
(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, CLFunctionTypes.Ipfn_notify_5 pfn_notify, @NotNull MemorySegment user_data) int
CL.buildProgram
(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.buildProgram
(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.buildProgram
(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.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) int
CL.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) int
CL.cancelCommandsIMG
(CLEvent.Ptr event_list, long num_events_in_list) @Nullable CLKernel
CL.cloneKernel
(@Nullable CLKernel source_kernel, @Nullable IntPtr errcode_ret) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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 CLAcceleratorIntel
CL.createAcceleratorINTEL
(@Nullable CLContext context, int accelerator_type, long descriptor_size, @NotNull MemorySegment descriptor, @Nullable IntPtr errcode_ret) @Nullable CLAcceleratorIntel
CL.createAcceleratorINTEL
(@Nullable CLContext context, int accelerator_type, long descriptor_size, @NotNull MemorySegment descriptor, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createBuffer
(@Nullable CLContext context, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createBuffer
(@Nullable CLContext context, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createBufferWithProperties
(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createBufferWithProperties
(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createBufferWithProperties
(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createBufferWithPropertiesINTEL
(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createBufferWithPropertiesINTEL
(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createBufferWithPropertiesINTEL
(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhr
CL.createCommandBufferKHR
(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhr
CL.createCommandBufferKHR
(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhr
CL.createCommandBufferKHR
(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueue
CL.createCommandQueue
(@Nullable CLContext context, @Nullable CLDeviceId device, long properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueue
CL.createCommandQueueWithProperties
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueue
CL.createCommandQueueWithProperties
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueue
CL.createCommandQueueWithPropertiesKHR
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueue
CL.createCommandQueueWithPropertiesKHR
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.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 CLContext
CL.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 CLContext
CL.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 CLContext
CL.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 CLContext
CL.createContext
(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContext
(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContext
(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContext
(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContext
(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.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 CLContext
CL.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 CLContext
CL.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 CLContext
CL.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 CLContext
CL.createContextFromType
(@Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContextFromType
(@Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContextFromType
(@Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContextFromType
(@Nullable PointerPtr properties, long device_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContextFromType
(@Nullable PointerPtr properties, long device_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContextFromType
(@Nullable PointerPtr properties, long device_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContextFromType
(@Nullable PointerPtr properties, long device_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContextFromType
(Arena arena, @Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContextFromType
(Arena arena, @Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContext
CL.createContextFromType
(Arena arena, @Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLEvent
CL.createEventFromEGLSyncKHR
(@Nullable CLContext context, @NotNull MemorySegment sync, @NotNull MemorySegment display, @Nullable IntPtr errcode_ret) @Nullable CLEvent
CL.createEventFromEGLSyncKHR
(@Nullable CLContext context, @NotNull MemorySegment sync, @NotNull MemorySegment display, @Nullable IntPtr errcode_ret) @Nullable CLEvent
CL.createEventFromEGLSyncKHR
(@Nullable CLContext context, @NotNull MemorySegment sync, @NotNull MemorySegment display, @Nullable IntPtr errcode_ret) @Nullable CLEvent
CL.createEventFromGLsyncKHR
(@Nullable CLContext context, @Nullable CLGLsync sync, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromD3D10BufferKHR
(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromD3D10Texture2DKHR
(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromD3D10Texture3DKHR
(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromD3D11BufferKHR
(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromD3D11Texture2DKHR
(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromD3D11Texture3DKHR
(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromDX9MediaSurfaceINTEL
(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @NotNull MemorySegment sharedHandle, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromDX9MediaSurfaceINTEL
(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @NotNull MemorySegment sharedHandle, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromDX9MediaSurfaceKHR
(@Nullable CLContext context, long flags, int adapter_type, @NotNull MemorySegment surface_info, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromDX9MediaSurfaceKHR
(@Nullable CLContext context, long flags, int adapter_type, @NotNull MemorySegment surface_info, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromEGLImageKHR
(@Nullable CLContext context, @NotNull MemorySegment egldisplay, @NotNull MemorySegment eglimage, long flags, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromEGLImageKHR
(@Nullable CLContext context, @NotNull MemorySegment egldisplay, @NotNull MemorySegment eglimage, long flags, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromEGLImageKHR
(@Nullable CLContext context, @NotNull MemorySegment egldisplay, @NotNull MemorySegment eglimage, long flags, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromEGLImageKHR
(@Nullable CLContext context, @NotNull MemorySegment egldisplay, @NotNull MemorySegment eglimage, long flags, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromGLBuffer
(@Nullable CLContext context, long flags, int bufobj, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromGLRenderbuffer
(@Nullable CLContext context, long flags, int renderbuffer, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromGLTexture
(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromGLTexture2D
(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromGLTexture3D
(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromVA_APIMediaSurfaceINTEL
(@Nullable CLContext context, long flags, @Nullable IntPtr surface, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createFromVA_APIMediaSurfaceINTEL
(@Nullable CLContext context, long flags, @Nullable IntPtr surface, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createImage
(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createImage
(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createImage
(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createImage
(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.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 CLMem
CL.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 CLMem
CL.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 CLMem
CL.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 CLMem
CL.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 CLMem
CL.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 CLMem
CL.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 CLMem
CL.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 CLMem
CL.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 CLMem
CL.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 CLMem
CL.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 CLKernel
CL.createKernel
(@Nullable CLProgram program, @Nullable BytePtr kernel_name, @Nullable IntPtr errcode_ret) int
CL.createKernelsInProgram
(@Nullable CLProgram program, int num_kernels, CLKernel.Ptr kernels, @Nullable IntPtr num_kernels_ret) int
CL.createKernelsInProgram
(@Nullable CLProgram program, int num_kernels, CLKernel.Ptr kernels, @Nullable IntPtr num_kernels_ret) @Nullable CLMem
CL.createPipe
(@Nullable CLContext context, long flags, int pipe_packet_size, int pipe_max_packets, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createPipe
(@Nullable CLContext context, long flags, int pipe_packet_size, int pipe_max_packets, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.createProgramWithBuiltInKernels
(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr kernel_names, @Nullable IntPtr errcode_ret) @Nullable CLProgram
CL.createProgramWithBuiltInKernels
(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr kernel_names, @Nullable IntPtr errcode_ret) @Nullable CLProgram
CL.createProgramWithIL
(@Nullable CLContext context, @NotNull MemorySegment il, long length, @Nullable IntPtr errcode_ret) @Nullable CLProgram
CL.createProgramWithIL
(@Nullable CLContext context, @NotNull MemorySegment il, long length, @Nullable IntPtr errcode_ret) @Nullable CLProgram
CL.createProgramWithILKHR
(@Nullable CLContext context, @NotNull MemorySegment il, long length, @Nullable IntPtr errcode_ret) @Nullable CLProgram
CL.createProgramWithILKHR
(@Nullable CLContext context, @NotNull MemorySegment il, long length, @Nullable IntPtr errcode_ret) @Nullable CLProgram
CL.createProgramWithSource
(@Nullable CLContext context, int count, @Nullable PointerPtr strings, @Nullable PointerPtr lengths, @Nullable IntPtr errcode_ret) @Nullable CLSampler
CL.createSampler
(@Nullable CLContext context, int normalized_coords, int addressing_mode, int filter_mode, @Nullable IntPtr errcode_ret) @Nullable CLSampler
CL.createSamplerWithProperties
(@Nullable CLContext context, @Nullable LongPtr sampler_properties, @Nullable IntPtr errcode_ret) @Nullable CLSampler
CL.createSamplerWithProperties
(@Nullable CLContext context, @Nullable LongPtr sampler_properties, @Nullable IntPtr errcode_ret) @Nullable CLSemaphoreKhr
CL.createSemaphoreWithPropertiesKHR
(@Nullable CLContext context, @Nullable LongPtr sema_props, @Nullable IntPtr errcode_ret) @Nullable CLSemaphoreKhr
CL.createSemaphoreWithPropertiesKHR
(@Nullable CLContext context, @Nullable LongPtr sema_props, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createSubBuffer
(@Nullable CLMem buffer, long flags, int buffer_create_type, @NotNull MemorySegment buffer_create_info, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.createSubBuffer
(@Nullable CLMem buffer, long flags, int buffer_create_type, @NotNull MemorySegment buffer_create_info, @Nullable IntPtr errcode_ret) int
CL.createSubDevices
(@Nullable CLDeviceId in_device, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices_ret) int
CL.createSubDevices
(@Nullable CLDeviceId in_device, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices_ret) int
CL.createSubDevices
(@Nullable CLDeviceId in_device, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices_ret) int
CL.createSubDevicesEXT
(@Nullable CLDeviceId in_device, @Nullable LongPtr properties, int num_entries, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices) int
CL.createSubDevicesEXT
(@Nullable CLDeviceId in_device, @Nullable LongPtr properties, int num_entries, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices) int
CL.createSubDevicesEXT
(@Nullable CLDeviceId in_device, @Nullable LongPtr properties, int num_entries, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices) @Nullable CLEvent
CL.createUserEvent
(@Nullable CLContext context, @Nullable IntPtr errcode_ret) @NotNull MemorySegment
CL.deviceMemAllocINTEL
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegment
CL.deviceMemAllocINTEL
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.enqueueBarrierWithWaitList
(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueBarrierWithWaitList
(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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 MemorySegment
CL.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 MemorySegment
CL.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 MemorySegment
CL.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 MemorySegment
CL.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 MemorySegment
CL.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 MemorySegment
CL.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) int
CL.enqueueMarker
(@Nullable CLCommandQueue command_queue, CLEvent.Ptr event) int
CL.enqueueMarkerWithWaitList
(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueMarkerWithWaitList
(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.enqueueSVMUnmap
(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueSVMUnmap
(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueSVMUnmap
(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueSVMUnmapARM
(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueSVMUnmapARM
(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueSVMUnmapARM
(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueTask
(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueTask
(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.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) int
CL.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) int
CL.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) int
CL.enqueueWaitForEvents
(@Nullable CLCommandQueue command_queue, int num_events, CLEvent.Ptr event_list) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.getAcceleratorInfoINTEL
(@Nullable CLAcceleratorIntel accelerator, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getCommandBufferInfoKHR
(@Nullable CLCommandBufferKhr command_buffer, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getCommandQueueInfo
(@Nullable CLCommandQueue command_queue, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getContextInfo
(@Nullable CLContext context, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getDeviceAndHostTimer
(@Nullable CLDeviceId device, @Nullable LongPtr device_timestamp, @Nullable LongPtr host_timestamp) int
CL.getDeviceAndHostTimer
(@Nullable CLDeviceId device, @Nullable LongPtr device_timestamp, @Nullable LongPtr host_timestamp) int
CL.getDeviceIDs
(@Nullable CLPlatformId platform, long device_type, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) int
CL.getDeviceIDs
(@Nullable CLPlatformId platform, long device_type, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.getDeviceInfo
(@Nullable CLDeviceId device, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getEventInfo
(@Nullable CLEvent event, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getEventProfilingInfo
(@Nullable CLEvent event, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getGLContextInfoKHR
(@Nullable PointerPtr properties, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getGLContextInfoKHR
(@Nullable PointerPtr properties, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getGLObjectInfo
(@Nullable CLMem memobj, @Nullable IntPtr gl_object_type, @Nullable IntPtr gl_object_name) int
CL.getGLObjectInfo
(@Nullable CLMem memobj, @Nullable IntPtr gl_object_type, @Nullable IntPtr gl_object_name) int
CL.getGLTextureInfo
(@Nullable CLMem memobj, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getHostTimer
(@Nullable CLDeviceId device, @Nullable LongPtr host_timestamp) int
CL.getICDLoaderInfoOCLICD
(int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getImageInfo
(@Nullable CLMem image, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.getKernelArgInfo
(@Nullable CLKernel kernel, int argIndex, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getKernelInfo
(@Nullable CLKernel kernel, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.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) int
CL.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) int
CL.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) int
CL.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) int
CL.getKernelWorkGroupInfo
(@Nullable CLKernel kernel, @Nullable CLDeviceId device, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getLayerInfo
(int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getMemAllocInfoINTEL
(@Nullable CLContext context, @NotNull MemorySegment ptr, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getMemAllocInfoINTEL
(@Nullable CLContext context, @NotNull MemorySegment ptr, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getMemObjectInfo
(@Nullable CLMem memobj, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getMutableCommandInfoKHR
(@Nullable CLMutableCommandKhr command, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getPipeInfo
(@Nullable CLMem pipe, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getPlatformIDs
(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) int
CL.getPlatformIDs
(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) int
CL.getPlatformInfo
(@Nullable CLPlatformId platform, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getProgramBuildInfo
(@Nullable CLProgram program, @Nullable CLDeviceId device, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getProgramInfo
(@Nullable CLProgram program, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getSamplerInfo
(@Nullable CLSampler sampler, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getSemaphoreHandleForTypeKHR
(@Nullable CLSemaphoreKhr sema_object, @Nullable CLDeviceId device, int handle_type, long handle_size, @NotNull MemorySegment handle_ptr, @Nullable PointerPtr handle_size_ret) int
CL.getSemaphoreInfoKHR
(@Nullable CLSemaphoreKhr sema_object, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.getSupportedD3D10TextureFormatsINTEL
(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr d3d10_formats, @Nullable IntPtr num_texture_formats) int
CL.getSupportedD3D10TextureFormatsINTEL
(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr d3d10_formats, @Nullable IntPtr num_texture_formats) int
CL.getSupportedD3D11TextureFormatsINTEL
(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) int
CL.getSupportedD3D11TextureFormatsINTEL
(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) int
CL.getSupportedDX9MediaSurfaceFormatsINTEL
(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) int
CL.getSupportedDX9MediaSurfaceFormatsINTEL
(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) int
CL.getSupportedGLTextureFormatsINTEL
(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr gl_formats, @Nullable IntPtr num_texture_formats) int
CL.getSupportedGLTextureFormatsINTEL
(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr gl_formats, @Nullable IntPtr num_texture_formats) int
CL.getSupportedImageFormats
(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable IntPtr num_image_formats) int
CL.getSupportedImageFormats
(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable IntPtr num_image_formats) int
CL.getSupportedVA_APIMediaSurfaceFormatsINTEL
(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable VAImageFormatCLREF va_api_formats, @Nullable IntPtr num_surface_formats) int
CL.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 MemorySegment
CL.hostMemAllocINTEL
(@Nullable CLContext context, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegment
CL.hostMemAllocINTEL
(@Nullable CLContext context, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) int
CL.icdGetPlatformIDsKHR
(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) int
CL.icdGetPlatformIDsKHR
(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) int
CL.icdSetPlatformDispatchDataKHR
(@Nullable CLPlatformId platform, @NotNull MemorySegment dispatch_data) @Nullable CLMem
CL.importMemoryARM
(@Nullable CLContext context, long flags, @Nullable PointerPtr properties, @NotNull MemorySegment memory, long size, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.importMemoryARM
(@Nullable CLContext context, long flags, @Nullable PointerPtr properties, @NotNull MemorySegment memory, long size, @Nullable IntPtr errcode_ret) @Nullable CLMem
CL.importMemoryARM
(@Nullable CLContext context, long flags, @Nullable PointerPtr properties, @NotNull MemorySegment memory, long size, @Nullable IntPtr errcode_ret) int
CL.initLayer
(int num_entries, @Nullable CLIcdDispatch target_dispatch, @Nullable IntPtr num_entries_ret, CLIcdDispatch.Ptr layer_dispatch_ret) int
CL.initLayer
(int num_entries, @Nullable CLIcdDispatch target_dispatch, @Nullable IntPtr num_entries_ret, CLIcdDispatch.Ptr layer_dispatch_ret) void
CLFunctionTypes.Ipfn_free_func_0.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_free_func_0.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_free_func_1.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_free_func_1.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_notify_0.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_notify_0.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_notify_0.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_notify_1.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_notify_1.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_notify_1.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) void
CLFunctionTypes.Ipfn_notify_2.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
CLFunctionTypes.Ipfn_notify_3.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
CLFunctionTypes.Ipfn_notify_4.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
CLFunctionTypes.Ipfn_notify_5.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
CLFunctionTypes.Ipfn_notify_6.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
CLFunctionTypes.Ipfn_notify_7.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
CLFunctionTypes.Ipfn_notify_8.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
CLFunctionTypes.Ipfn_notify_9.invoke
(MemorySegment p0, int p1, @NotNull MemorySegment p2) void
CLFunctionTypes.Iuser_func_0.invoke
(@NotNull MemorySegment p0) @Nullable CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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 CLProgram
CL.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) void
CL.logMessagesToStderrAPPLE
(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) void
CL.logMessagesToStderrAPPLE
(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) void
CL.logMessagesToStdoutAPPLE
(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) void
CL.logMessagesToStdoutAPPLE
(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) void
CL.logMessagesToSystemLogAPPLE
(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) void
CL.logMessagesToSystemLogAPPLE
(@Nullable BytePtr errstr, @NotNull MemorySegment private_info, long cb, @NotNull MemorySegment user_data) int
CL.memBlockingFreeINTEL
(@Nullable CLContext context, @NotNull MemorySegment ptr) int
CL.memFreeINTEL
(@Nullable CLContext context, @NotNull MemorySegment ptr) int
CL.reImportSemaphoreSyncFdKHR
(@Nullable CLSemaphoreKhr sema_object, @Nullable LongPtr reimport_props, int fd) @Nullable CLCommandBufferKhr
CL.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 CLCommandBufferKhr
CL.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 CLCommandBufferKhr
CL.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 CLCommandBufferKhr
CL.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) int
CL.setCommandQueueProperty
(@Nullable CLCommandQueue command_queue, long properties, int enable, @Nullable LongPtr old_properties) int
CL.setContextDestructorCallback
(@Nullable CLContext context, CLFunctionTypes.Ipfn_notify_2 pfn_notify, @NotNull MemorySegment user_data) int
CL.setContextDestructorCallback
(@Nullable CLContext context, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setContextDestructorCallback
(@Nullable CLContext context, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setContextDestructorCallback
(Arena arena, @Nullable CLContext context, CLFunctionTypes.Ipfn_notify_2 pfn_notify, @NotNull MemorySegment user_data) int
CL.setEventCallback
(@Nullable CLEvent event, int command_exec_callback_type, CLFunctionTypes.Ipfn_notify_9 pfn_notify, @NotNull MemorySegment user_data) int
CL.setEventCallback
(@Nullable CLEvent event, int command_exec_callback_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setEventCallback
(@Nullable CLEvent event, int command_exec_callback_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setEventCallback
(Arena arena, @Nullable CLEvent event, int command_exec_callback_type, CLFunctionTypes.Ipfn_notify_9 pfn_notify, @NotNull MemorySegment user_data) int
CL.setKernelArg
(@Nullable CLKernel kernel, int argIndex, long argSize, @NotNull MemorySegment argValue) int
CL.setKernelArgMemPointerINTEL
(@Nullable CLKernel kernel, int argIndex, @NotNull MemorySegment argValue) int
CL.setKernelArgSVMPointer
(@Nullable CLKernel kernel, int argIndex, @NotNull MemorySegment argValue) int
CL.setKernelArgSVMPointerARM
(@Nullable CLKernel kernel, int argIndex, @NotNull MemorySegment argValue) int
CL.setKernelExecInfo
(@Nullable CLKernel kernel, int paramName, long paramValueSize, @NotNull MemorySegment paramValue) int
CL.setKernelExecInfoARM
(@Nullable CLKernel kernel, int paramName, long paramValueSize, @NotNull MemorySegment paramValue) int
CL.setMemObjectDestructorAPPLE
(@Nullable CLMem memobj, CLFunctionTypes.Ipfn_notify_4 pfn_notify, @NotNull MemorySegment user_data) int
CL.setMemObjectDestructorAPPLE
(@Nullable CLMem memobj, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setMemObjectDestructorAPPLE
(@Nullable CLMem memobj, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setMemObjectDestructorAPPLE
(Arena arena, @Nullable CLMem memobj, CLFunctionTypes.Ipfn_notify_4 pfn_notify, @NotNull MemorySegment user_data) int
CL.setMemObjectDestructorCallback
(@Nullable CLMem memobj, CLFunctionTypes.Ipfn_notify_3 pfn_notify, @NotNull MemorySegment user_data) int
CL.setMemObjectDestructorCallback
(@Nullable CLMem memobj, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setMemObjectDestructorCallback
(@Nullable CLMem memobj, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setMemObjectDestructorCallback
(Arena arena, @Nullable CLMem memobj, CLFunctionTypes.Ipfn_notify_3 pfn_notify, @NotNull MemorySegment user_data) int
CL.setProgramReleaseCallback
(@Nullable CLProgram program, CLFunctionTypes.Ipfn_notify_8 pfn_notify, @NotNull MemorySegment user_data) int
CL.setProgramReleaseCallback
(@Nullable CLProgram program, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setProgramReleaseCallback
(@Nullable CLProgram program, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) int
CL.setProgramReleaseCallback
(Arena arena, @Nullable CLProgram program, CLFunctionTypes.Ipfn_notify_8 pfn_notify, @NotNull MemorySegment user_data) int
CL.setProgramSpecializationConstant
(@Nullable CLProgram program, int spec_id, long spec_size, @NotNull MemorySegment spec_value) @NotNull MemorySegment
CL.sharedMemAllocINTEL
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegment
CL.sharedMemAllocINTEL
(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) void
CL.SVMFree
(@Nullable CLContext context, @NotNull MemorySegment svm_pointer) void
CL.SVMFreeARM
(@Nullable CLContext context, @NotNull MemorySegment svm_pointer) int
CL.updateMutableCommandsKHR
(@Nullable CLCommandBufferKhr command_buffer, int num_configs, @Nullable IntPtr config_types, @Nullable PointerPtr configs) int
CL.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 MemorySegment
CLMemAndroidNativeBufferHostPtr.anbPtr()
@NotNull MemorySegment
CLMutableDispatchConfigKhr.argListRaw()
@NotNull MemorySegment
CLMutableDispatchConfigKhr.argSvmListRaw()
@NotNull MemorySegment
CLMutableDispatchArgKhr.argValue()
@NotNull MemorySegment
CLMutableDispatchConfigKhr.execInfoListRaw()
@NotNull MemorySegment
CLMutableDispatchConfigKhr.globalWorkOffsetRaw()
@NotNull MemorySegment
CLMutableDispatchConfigKhr.globalWorkSizeRaw()
@NotNull MemorySegment
CLMemIonHostPtr.ionHostptr()
@NotNull MemorySegment
CLMutableDispatchConfigKhr.localWorkSizeRaw()
@NotNull MemorySegment
CLMutableDispatchExecInfoKhr.paramValue()
@NotNull MemorySegment
CLDx9SurfaceInfoKhr.resourceRaw()
@NotNull MemorySegment
CLDx9SurfaceInfoKhr.sharedHandle()
Method parameters in club.doki7.opencl.datatype with annotations of type PointerModifier and TypeMethodDescriptionCLMemAndroidNativeBufferHostPtr.anbPtr
(@NotNull MemorySegment value) void
CLMutableDispatchConfigKhr.argListRaw
(@NotNull MemorySegment value) void
CLMutableDispatchConfigKhr.argSvmListRaw
(@NotNull MemorySegment value) CLMutableDispatchArgKhr.argValue
(@NotNull MemorySegment value) void
CLMutableDispatchConfigKhr.execInfoListRaw
(@NotNull MemorySegment value) void
CLMutableDispatchConfigKhr.globalWorkOffsetRaw
(@NotNull MemorySegment value) void
CLMutableDispatchConfigKhr.globalWorkSizeRaw
(@NotNull MemorySegment value) CLMemIonHostPtr.ionHostptr
(@NotNull MemorySegment value) void
CLMutableDispatchConfigKhr.localWorkSizeRaw
(@NotNull MemorySegment value) CLMutableDispatchExecInfoKhr.paramValue
(@NotNull MemorySegment value) void
CLDx9SurfaceInfoKhr.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 BytePtr
GL.getString
(int name) @Nullable BytePtr
GL.getStringi
(int name, int index) @NotNull MemorySegment
GL.getVkProcAddrNV
(@Nullable BytePtr name) @NotNull MemorySegment
GL.mapBuffer
(int target, int access) @NotNull MemorySegment
GLCompatibility.mapBufferARB
(int target, int access) @NotNull MemorySegment
GL.mapBufferRange
(int target, long offset, long length, int access) @NotNull MemorySegment
GL.mapNamedBuffer
(int buffer, int access) @NotNull MemorySegment
GL.mapNamedBufferEXT
(int buffer, int access) @NotNull MemorySegment
GL.mapNamedBufferRange
(int buffer, long offset, long length, int access) @NotNull MemorySegment
GL.mapNamedBufferRangeEXT
(int buffer, long offset, long length, int access) @NotNull MemorySegment
GLCompatibility.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 TypeMethodDescriptionvoid
GLCompatibility.activeVaryingNV
(int program, @Nullable BytePtr name) byte
GLCompatibility.areTexturesResident
(int n, @Nullable IntPtr textures, @Nullable BytePtr residences) byte
GLCompatibility.areTexturesResident
(int n, @Nullable IntPtr textures, @Nullable BytePtr residences) int
GLCompatibility.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) int
GLCompatibility.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) int
GLCompatibility.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) int
GLCompatibility.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) int
GLCompatibility.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) int
GLCompatibility.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) int
GLCompatibility.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) int
GLCompatibility.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) void
GL.bindAttribLocation
(int program, int index, @Nullable BytePtr name) void
GLCompatibility.bindAttribLocationARB
(int programObj, int index, @Nullable BytePtr name) void
GL.bindBuffersBase
(int target, int first, int count, @Nullable IntPtr buffers) void
GL.bindBuffersRange
(int target, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable PointerPtr sizes) void
GL.bindBuffersRange
(int target, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable PointerPtr sizes) void
GL.bindBuffersRange
(int target, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable PointerPtr sizes) void
GL.bindFragDataLocation
(int program, int color, @Nullable BytePtr name) void
GLCompatibility.bindFragDataLocationEXT
(int program, int color, @Nullable BytePtr name) void
GL.bindFragDataLocationIndexed
(int program, int colorNumber, int index, @Nullable BytePtr name) void
GL.bindImageTextures
(int first, int count, @Nullable IntPtr textures) void
GL.bindSamplers
(int first, int count, @Nullable IntPtr samplers) void
GL.bindTextures
(int first, int count, @Nullable IntPtr textures) void
GL.bindVertexBuffers
(int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) void
GL.bindVertexBuffers
(int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) void
GL.bindVertexBuffers
(int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) void
GLCompatibility.bitmap
(int width, int height, float xorig, float yorig, float xmove, float ymove, @Nullable BytePtr bitmap) void
GL.bufferData
(int target, long size, @NotNull MemorySegment data, int usage) void
GLCompatibility.bufferDataARB
(int target, long size, @NotNull MemorySegment data, int usage) void
GL.bufferStorage
(int target, long size, @NotNull MemorySegment data, int flags) void
GL.bufferSubData
(int target, long offset, long size, @NotNull MemorySegment data) void
GLCompatibility.bufferSubDataARB
(int target, long offset, long size, @NotNull MemorySegment data) void
GLCompatibility.callLists
(int n, int type, @NotNull MemorySegment lists) void
GL.clearBufferData
(int target, int internalformat, int format, int type, @NotNull MemorySegment data) void
GL.clearBufferfv
(int buffer, int drawbuffer, @Nullable FloatPtr value) void
GL.clearBufferiv
(int buffer, int drawbuffer, @Nullable IntPtr value) void
GL.clearBufferSubData
(int target, int internalformat, long offset, long size, int format, int type, @NotNull MemorySegment data) void
GL.clearBufferuiv
(int buffer, int drawbuffer, @Nullable IntPtr value) void
GL.clearNamedBufferData
(int buffer, int internalformat, int format, int type, @NotNull MemorySegment data) void
GL.clearNamedBufferDataEXT
(int buffer, int internalformat, int format, int type, @NotNull MemorySegment data) void
GL.clearNamedBufferSubData
(int buffer, int internalformat, long offset, long size, int format, int type, @NotNull MemorySegment data) void
GL.clearNamedBufferSubDataEXT
(int buffer, int internalformat, long offset, long size, int format, int type, @NotNull MemorySegment data) void
GL.clearNamedFramebufferfv
(int framebuffer, int buffer, int drawbuffer, @Nullable FloatPtr value) void
GL.clearNamedFramebufferiv
(int framebuffer, int buffer, int drawbuffer, @Nullable IntPtr value) void
GL.clearNamedFramebufferuiv
(int framebuffer, int buffer, int drawbuffer, @Nullable IntPtr value) void
GL.clearTexImage
(int texture, int level, int format, int type, @NotNull MemorySegment data) void
GL.clearTexSubImage
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment data) void
GLCompatibility.clientWaitSemaphoreui64NVX
(int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) void
GLCompatibility.clientWaitSemaphoreui64NVX
(int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) void
void
void
void
void
GLCompatibility.color3hvNV
(@Nullable ShortPtr v) void
void
void
void
void
void
void
void
void
GLCompatibility.color4hvNV
(@Nullable ShortPtr v) void
void
void
void
void
void
GLCompatibility.colorP3uiv
(int type, @Nullable IntPtr color) void
GLCompatibility.colorP4uiv
(int type, @Nullable IntPtr color) void
GLCompatibility.colorPointer
(int size, int type, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.colorSubTable
(int target, int start, int count, int format, int type, @NotNull MemorySegment data) void
GLCompatibility.colorTable
(int target, int internalformat, int width, int format, int type, @NotNull MemorySegment table) void
GLCompatibility.colorTableParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GLCompatibility.colorTableParameteriv
(int target, int pname, @Nullable IntPtr params) void
GL.compileShaderIncludeARB
(int shader, int count, @Nullable PointerPtr path, @Nullable IntPtr length) void
GL.compressedMultiTexImage1DEXT
(int texunit, int target, int level, int internalformat, int width, int border, int imageSize, @NotNull MemorySegment bits) void
GL.compressedMultiTexImage2DEXT
(int texunit, int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment bits) void
GL.compressedMultiTexImage3DEXT
(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, @NotNull MemorySegment bits) void
GL.compressedMultiTexSubImage1DEXT
(int texunit, int target, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment bits) void
GL.compressedMultiTexSubImage2DEXT
(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment bits) void
GL.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) void
GL.compressedTexImage1D
(int target, int level, int internalformat, int width, int border, int imageSize, @NotNull MemorySegment data) void
GLCompatibility.compressedTexImage1DARB
(int target, int level, int internalformat, int width, int border, int imageSize, @NotNull MemorySegment data) void
GL.compressedTexImage2D
(int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment data) void
GLCompatibility.compressedTexImage2DARB
(int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment data) void
GL.compressedTexImage3D
(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, @NotNull MemorySegment data) void
GLCompatibility.compressedTexImage3DARB
(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, @NotNull MemorySegment data) void
GL.compressedTexSubImage1D
(int target, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment data) void
GLCompatibility.compressedTexSubImage1DARB
(int target, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment data) void
GL.compressedTexSubImage2D
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment data) void
GLCompatibility.compressedTexSubImage2DARB
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment data) void
GL.compressedTexSubImage3D
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment data) void
GLCompatibility.compressedTexSubImage3DARB
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment data) void
GL.compressedTextureImage1DEXT
(int texture, int target, int level, int internalformat, int width, int border, int imageSize, @NotNull MemorySegment bits) void
GL.compressedTextureImage2DEXT
(int texture, int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment bits) void
GL.compressedTextureImage3DEXT
(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, @NotNull MemorySegment bits) void
GL.compressedTextureSubImage1D
(int texture, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment data) void
GL.compressedTextureSubImage1DEXT
(int texture, int target, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment bits) void
GL.compressedTextureSubImage2D
(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment data) void
GL.compressedTextureSubImage2DEXT
(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment bits) void
GL.compressedTextureSubImage3D
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment data) void
GL.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) void
GLCompatibility.convolutionFilter1D
(int target, int internalformat, int width, int format, int type, @NotNull MemorySegment image) void
GLCompatibility.convolutionFilter2D
(int target, int internalformat, int width, int height, int format, int type, @NotNull MemorySegment image) void
GLCompatibility.convolutionParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GLCompatibility.convolutionParameteriv
(int target, int pname, @Nullable IntPtr params) void
GL.coverageModulationTableNV
(int n, @Nullable FloatPtr v) void
GL.coverFillPathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.coverFillPathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.coverStrokePathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.coverStrokePathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.createBuffers
(int n, @Nullable IntPtr buffers) void
GL.createCommandListsNV
(int n, @Nullable IntPtr lists) void
GL.createFramebuffers
(int n, @Nullable IntPtr framebuffers) void
GL.createPerfQueryINTEL
(int queryId, @Nullable IntPtr queryHandle) void
GL.createProgramPipelines
(int n, @Nullable IntPtr pipelines) void
GL.createQueries
(int target, int n, @Nullable IntPtr ids) void
GL.createRenderbuffers
(int n, @Nullable IntPtr renderbuffers) void
GL.createSamplers
(int n, @Nullable IntPtr samplers) void
GLCompatibility.createSemaphoresNV
(int n, @Nullable IntPtr semaphores) int
GL.createShaderProgramEXT
(int type, @Nullable BytePtr string) void
GL.createStatesNV
(int n, @Nullable IntPtr states) @Nullable GLsync
GL.createSyncFromCLeventARB
(@NotNull MemorySegment context, @NotNull MemorySegment event, int flags) @Nullable GLsync
GL.createSyncFromCLeventARB
(@NotNull MemorySegment context, @NotNull MemorySegment event, int flags) void
GL.createTextures
(int target, int n, @Nullable IntPtr textures) void
GL.createTransformFeedbacks
(int n, @Nullable IntPtr ids) void
GL.createVertexArrays
(int n, @Nullable IntPtr arrays) void
GL.debugMessageCallback
(GLFunctionTypes.IGLDEBUGPROC callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallback
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallback
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallback
(Arena arena, GLFunctionTypes.IGLDEBUGPROC callback, @NotNull MemorySegment userParam) void
GLCompatibility.debugMessageCallbackAMD
(GLFunctionTypes.IGLDEBUGPROCAMD callback, @NotNull MemorySegment userParam) void
GLCompatibility.debugMessageCallbackAMD
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
GLCompatibility.debugMessageCallbackAMD
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
GLCompatibility.debugMessageCallbackAMD
(Arena arena, GLFunctionTypes.IGLDEBUGPROCAMD callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallbackARB
(GLFunctionTypes.IGLDEBUGPROCARB callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallbackARB
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallbackARB
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallbackARB
(Arena arena, GLFunctionTypes.IGLDEBUGPROCARB callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallbackKHR
(GLFunctionTypes.IGLDEBUGPROCKHR callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallbackKHR
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallbackKHR
(@NotNull MemorySegment callback, @NotNull MemorySegment userParam) void
GL.debugMessageCallbackKHR
(Arena arena, GLFunctionTypes.IGLDEBUGPROCKHR callback, @NotNull MemorySegment userParam) void
GL.debugMessageControl
(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) void
GL.debugMessageControlARB
(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) void
GL.debugMessageControlKHR
(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) void
GLCompatibility.debugMessageEnableAMD
(int category, int severity, int count, @Nullable IntPtr ids, byte enabled) void
GL.debugMessageInsert
(int source, int type, int id, int severity, int length, @Nullable BytePtr buf) void
GLCompatibility.debugMessageInsertAMD
(int category, int severity, int id, int length, @Nullable BytePtr buf) void
GL.debugMessageInsertARB
(int source, int type, int id, int severity, int length, @Nullable BytePtr buf) void
GL.debugMessageInsertKHR
(int source, int type, int id, int severity, int length, @Nullable BytePtr buf) void
GL.deleteBuffers
(int n, @Nullable IntPtr buffers) void
GLCompatibility.deleteBuffersARB
(int n, @Nullable IntPtr buffers) void
GL.deleteCommandListsNV
(int n, @Nullable IntPtr lists) void
GLCompatibility.deleteFencesNV
(int n, @Nullable IntPtr fences) void
GL.deleteFramebuffers
(int n, @Nullable IntPtr framebuffers) void
GLCompatibility.deleteFramebuffersEXT
(int n, @Nullable IntPtr framebuffers) void
GL.deleteNamedStringARB
(int namelen, @Nullable BytePtr name) void
GL.deletePerfMonitorsAMD
(int n, @Nullable IntPtr monitors) void
GL.deleteProgramPipelines
(int n, @Nullable IntPtr pipelines) void
GL.deleteProgramPipelinesEXT
(int n, @Nullable IntPtr pipelines) void
GLCompatibility.deleteProgramsARB
(int n, @Nullable IntPtr programs) void
GL.deleteQueries
(int n, @Nullable IntPtr ids) void
GLCompatibility.deleteQueriesARB
(int n, @Nullable IntPtr ids) void
GLCompatibility.deleteQueryResourceTagNV
(int n, @Nullable IntPtr tagIds) void
GL.deleteRenderbuffers
(int n, @Nullable IntPtr renderbuffers) void
GLCompatibility.deleteRenderbuffersEXT
(int n, @Nullable IntPtr renderbuffers) void
GL.deleteSamplers
(int count, @Nullable IntPtr samplers) void
GL.deleteStatesNV
(int n, @Nullable IntPtr states) void
GL.deleteTextures
(int n, @Nullable IntPtr textures) void
GL.deleteTransformFeedbacks
(int n, @Nullable IntPtr ids) void
GLCompatibility.deleteTransformFeedbacksNV
(int n, @Nullable IntPtr ids) void
GL.deleteVertexArrays
(int n, @Nullable IntPtr arrays) void
GL.depthRangeArraydvNV
(int first, int count, @Nullable DoublePtr v) void
GL.depthRangeArrayv
(int first, int count, @Nullable DoublePtr v) void
GL.drawArraysIndirect
(int mode, @NotNull MemorySegment indirect) void
GL.drawBuffers
(int n, @Nullable IntPtr bufs) void
GLCompatibility.drawBuffersARB
(int n, @Nullable IntPtr bufs) void
GL.drawCommandsAddressNV
(int primitiveMode, @Nullable LongPtr indirects, @Nullable IntPtr sizes, int count) void
GL.drawCommandsAddressNV
(int primitiveMode, @Nullable LongPtr indirects, @Nullable IntPtr sizes, int count) void
GL.drawCommandsNV
(int primitiveMode, int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, int count) void
GL.drawCommandsNV
(int primitiveMode, int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, int count) void
GL.drawCommandsStatesAddressNV
(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.drawCommandsStatesAddressNV
(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.drawCommandsStatesAddressNV
(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.drawCommandsStatesAddressNV
(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.drawCommandsStatesNV
(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.drawCommandsStatesNV
(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.drawCommandsStatesNV
(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.drawCommandsStatesNV
(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.drawElements
(int mode, int count, int type, @NotNull MemorySegment indices) void
GL.drawElementsBaseVertex
(int mode, int count, int type, @NotNull MemorySegment indices, int basevertex) void
GL.drawElementsIndirect
(int mode, int type, @NotNull MemorySegment indirect) void
GL.drawElementsInstanced
(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount) void
GL.drawElementsInstancedARB
(int mode, int count, int type, @NotNull MemorySegment indices, int primcount) void
GL.drawElementsInstancedBaseInstance
(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount, int baseinstance) void
GL.drawElementsInstancedBaseVertex
(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount, int basevertex) void
GL.drawElementsInstancedBaseVertexBaseInstance
(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount, int basevertex, int baseinstance) void
GL.drawElementsInstancedEXT
(int mode, int count, int type, @NotNull MemorySegment indices, int primcount) void
GLCompatibility.drawPixels
(int width, int height, int format, int type, @NotNull MemorySegment pixels) void
GL.drawRangeElements
(int mode, int start, int end, int count, int type, @NotNull MemorySegment indices) void
GL.drawRangeElementsBaseVertex
(int mode, int start, int end, int count, int type, @NotNull MemorySegment indices, int basevertex) void
GLCompatibility.edgeFlagPointer
(int stride, @NotNull MemorySegment pointer) void
void
GL.EGLImageTargetTexStorageEXT
(int target, @Nullable GLeglImageOES image, @Nullable IntPtr attrib_list) void
GL.EGLImageTargetTextureStorageEXT
(int texture, @Nullable GLeglImageOES image, @Nullable IntPtr attrib_list) void
GLCompatibility.evalCoord1dv
(@Nullable DoublePtr u) void
GLCompatibility.evalCoord1fv
(@Nullable FloatPtr u) void
GLCompatibility.evalCoord2dv
(@Nullable DoublePtr u) void
GLCompatibility.evalCoord2fv
(@Nullable FloatPtr u) void
GLCompatibility.feedbackBuffer
(int size, int type, @Nullable FloatPtr buffer) void
GLCompatibility.fogCoorddv
(@Nullable DoublePtr coord) void
GLCompatibility.fogCoordfv
(@Nullable FloatPtr coord) void
GLCompatibility.fogCoordhvNV
(@Nullable ShortPtr fog) void
GLCompatibility.fogCoordPointer
(int type, int stride, @NotNull MemorySegment pointer) void
void
void
GL.framebufferDrawBuffersEXT
(int framebuffer, int n, @Nullable IntPtr bufs) void
GL.framebufferSampleLocationsfvARB
(int target, int start, int count, @Nullable FloatPtr v) void
GL.framebufferSampleLocationsfvNV
(int target, int start, int count, @Nullable FloatPtr v) void
GL.genBuffers
(int n, @Nullable IntPtr buffers) void
GLCompatibility.genBuffersARB
(int n, @Nullable IntPtr buffers) void
GLCompatibility.genFencesNV
(int n, @Nullable IntPtr fences) void
GL.genFramebuffers
(int n, @Nullable IntPtr framebuffers) void
GLCompatibility.genFramebuffersEXT
(int n, @Nullable IntPtr framebuffers) void
GL.genPerfMonitorsAMD
(int n, @Nullable IntPtr monitors) void
GL.genProgramPipelines
(int n, @Nullable IntPtr pipelines) void
GL.genProgramPipelinesEXT
(int n, @Nullable IntPtr pipelines) void
GLCompatibility.genProgramsARB
(int n, @Nullable IntPtr programs) void
GL.genQueries
(int n, @Nullable IntPtr ids) void
GLCompatibility.genQueriesARB
(int n, @Nullable IntPtr ids) void
GLCompatibility.genQueryResourceTagNV
(int n, @Nullable IntPtr tagIds) void
GL.genRenderbuffers
(int n, @Nullable IntPtr renderbuffers) void
GLCompatibility.genRenderbuffersEXT
(int n, @Nullable IntPtr renderbuffers) void
GL.genSamplers
(int count, @Nullable IntPtr samplers) void
GL.genTextures
(int n, @Nullable IntPtr textures) void
GL.genTransformFeedbacks
(int n, @Nullable IntPtr ids) void
GLCompatibility.genTransformFeedbacksNV
(int n, @Nullable IntPtr ids) void
GL.genVertexArrays
(int n, @Nullable IntPtr arrays) void
GL.getActiveAtomicCounterBufferiv
(int program, int bufferIndex, int pname, @Nullable IntPtr params) void
GL.getActiveAttrib
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getActiveAttrib
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getActiveAttrib
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getActiveAttrib
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveAttribARB
(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveAttribARB
(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveAttribARB
(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveAttribARB
(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getActiveSubroutineName
(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) void
GL.getActiveSubroutineName
(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) void
GL.getActiveSubroutineUniformiv
(int program, int shadertype, int index, int pname, @Nullable IntPtr values) void
GL.getActiveSubroutineUniformName
(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) void
GL.getActiveSubroutineUniformName
(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) void
GL.getActiveUniform
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getActiveUniform
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getActiveUniform
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getActiveUniform
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveUniformARB
(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveUniformARB
(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveUniformARB
(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveUniformARB
(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getActiveUniformBlockiv
(int program, int uniformBlockIndex, int pname, @Nullable IntPtr params) void
GL.getActiveUniformBlockName
(int program, int uniformBlockIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformBlockName) void
GL.getActiveUniformBlockName
(int program, int uniformBlockIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformBlockName) void
GL.getActiveUniformName
(int program, int uniformIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformName) void
GL.getActiveUniformName
(int program, int uniformIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformName) void
GL.getActiveUniformsiv
(int program, int uniformCount, @Nullable IntPtr uniformIndices, int pname, @Nullable IntPtr params) void
GL.getActiveUniformsiv
(int program, int uniformCount, @Nullable IntPtr uniformIndices, int pname, @Nullable IntPtr params) void
GLCompatibility.getActiveVaryingNV
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveVaryingNV
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveVaryingNV
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getActiveVaryingNV
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getAttachedObjectsARB
(int containerObj, int maxCount, @Nullable IntPtr count, @Nullable IntPtr obj) void
GLCompatibility.getAttachedObjectsARB
(int containerObj, int maxCount, @Nullable IntPtr count, @Nullable IntPtr obj) void
GL.getAttachedShaders
(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) void
GL.getAttachedShaders
(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) int
GL.getAttribLocation
(int program, @Nullable BytePtr name) int
GLCompatibility.getAttribLocationARB
(int programObj, @Nullable BytePtr name) void
GL.getBooleani_v
(int target, int index, @Nullable BytePtr data) void
GL.getBooleanIndexedvEXT
(int target, int index, @Nullable BytePtr data) void
GL.getBooleanv
(int pname, @Nullable BytePtr data) void
GL.getBufferParameteri64v
(int target, int pname, @Nullable LongPtr params) void
GL.getBufferParameteriv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getBufferParameterivARB
(int target, int pname, @Nullable IntPtr params) void
GL.getBufferParameterui64vNV
(int target, int pname, @Nullable LongPtr params) void
GL.getBufferSubData
(int target, long offset, long size, @NotNull MemorySegment data) void
GLCompatibility.getBufferSubDataARB
(int target, long offset, long size, @NotNull MemorySegment data) void
GLCompatibility.getClipPlane
(int plane, @Nullable DoublePtr equation) void
GLCompatibility.getColorTable
(int target, int format, int type, @NotNull MemorySegment table) void
GLCompatibility.getColorTableParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GLCompatibility.getColorTableParameteriv
(int target, int pname, @Nullable IntPtr params) void
GL.getCompressedMultiTexImageEXT
(int texunit, int target, int lod, @NotNull MemorySegment img) void
GL.getCompressedTexImage
(int target, int level, @NotNull MemorySegment img) void
GLCompatibility.getCompressedTexImageARB
(int target, int level, @NotNull MemorySegment img) void
GL.getCompressedTextureImage
(int texture, int level, int bufSize, @NotNull MemorySegment pixels) void
GL.getCompressedTextureImageEXT
(int texture, int target, int lod, @NotNull MemorySegment img) void
GL.getCompressedTextureSubImage
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int bufSize, @NotNull MemorySegment pixels) void
GLCompatibility.getConvolutionFilter
(int target, int format, int type, @NotNull MemorySegment image) void
GLCompatibility.getConvolutionParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GLCompatibility.getConvolutionParameteriv
(int target, int pname, @Nullable IntPtr params) void
GL.getCoverageModulationTableNV
(int bufSize, @Nullable FloatPtr v) int
GL.getDebugMessageLog
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLog
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLog
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLog
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLog
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLog
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GLCompatibility.getDebugMessageLogAMD
(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) int
GLCompatibility.getDebugMessageLogAMD
(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) int
GLCompatibility.getDebugMessageLogAMD
(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) int
GLCompatibility.getDebugMessageLogAMD
(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) int
GLCompatibility.getDebugMessageLogAMD
(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) int
GL.getDebugMessageLogARB
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogARB
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogARB
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogARB
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogARB
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogARB
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogKHR
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogKHR
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogKHR
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogKHR
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogKHR
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) int
GL.getDebugMessageLogKHR
(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) void
GL.getDoublei_v
(int target, int index, @Nullable DoublePtr data) void
GL.getDoublei_vEXT
(int pname, int index, @Nullable DoublePtr params) void
GL.getDoubleIndexedvEXT
(int target, int index, @Nullable DoublePtr data) void
GL.getDoublev
(int pname, @Nullable DoublePtr data) void
GLCompatibility.getFenceivNV
(int fence, int pname, @Nullable IntPtr params) void
GL.getFirstPerfQueryIdINTEL
(@Nullable IntPtr queryId) void
GL.getFloati_v
(int target, int index, @Nullable FloatPtr data) void
GL.getFloati_vEXT
(int pname, int index, @Nullable FloatPtr params) void
GL.getFloatIndexedvEXT
(int target, int index, @Nullable FloatPtr data) void
int
GL.getFragDataIndex
(int program, @Nullable BytePtr name) int
GL.getFragDataLocation
(int program, @Nullable BytePtr name) int
GLCompatibility.getFragDataLocationEXT
(int program, @Nullable BytePtr name) void
GL.getFramebufferAttachmentParameteriv
(int target, int attachment, int pname, @Nullable IntPtr params) void
GLCompatibility.getFramebufferAttachmentParameterivEXT
(int target, int attachment, int pname, @Nullable IntPtr params) void
GL.getFramebufferParameteriv
(int target, int pname, @Nullable IntPtr params) void
GL.getFramebufferParameterivEXT
(int framebuffer, int pname, @Nullable IntPtr params) void
GL.getFramebufferParameterivMESA
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getHistogram
(int target, byte reset, int format, int type, @NotNull MemorySegment values) void
GLCompatibility.getHistogramParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GLCompatibility.getHistogramParameteriv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getInfoLogARB
(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GLCompatibility.getInfoLogARB
(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getInteger64i_v
(int target, int index, @Nullable LongPtr data) void
GL.getInteger64v
(int pname, @Nullable LongPtr data) void
GL.getIntegeri_v
(int target, int index, @Nullable IntPtr data) void
GL.getIntegerIndexedvEXT
(int target, int index, @Nullable IntPtr data) void
GL.getIntegerui64i_vNV
(int value, int index, @Nullable LongPtr result) void
GL.getIntegerui64vNV
(int value, @Nullable LongPtr result) void
GL.getIntegerv
(int pname, @Nullable IntPtr data) void
GL.getInternalformati64v
(int target, int internalformat, int pname, int count, @Nullable LongPtr params) void
GL.getInternalformativ
(int target, int internalformat, int pname, int count, @Nullable IntPtr params) void
GL.getInternalformatSampleivNV
(int target, int internalformat, int samples, int pname, int count, @Nullable IntPtr params) void
GLCompatibility.getLightfv
(int light, int pname, @Nullable FloatPtr params) void
GLCompatibility.getLightiv
(int light, int pname, @Nullable IntPtr params) void
void
void
void
GLCompatibility.getMaterialfv
(int face, int pname, @Nullable FloatPtr params) void
GLCompatibility.getMaterialiv
(int face, int pname, @Nullable IntPtr params) void
GL.getMemoryObjectDetachedResourcesuivNV
(int memory, int pname, int first, int count, @Nullable IntPtr params) void
GLCompatibility.getMinmax
(int target, byte reset, int format, int type, @NotNull MemorySegment values) void
GLCompatibility.getMinmaxParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GLCompatibility.getMinmaxParameteriv
(int target, int pname, @Nullable IntPtr params) void
GL.getMultisamplefv
(int pname, int index, @Nullable FloatPtr val) void
GLCompatibility.getMultisamplefvNV
(int pname, int index, @Nullable FloatPtr val) void
GL.getMultiTexEnvfvEXT
(int texunit, int target, int pname, @Nullable FloatPtr params) void
GL.getMultiTexEnvivEXT
(int texunit, int target, int pname, @Nullable IntPtr params) void
GL.getMultiTexGendvEXT
(int texunit, int coord, int pname, @Nullable DoublePtr params) void
GL.getMultiTexGenfvEXT
(int texunit, int coord, int pname, @Nullable FloatPtr params) void
GL.getMultiTexGenivEXT
(int texunit, int coord, int pname, @Nullable IntPtr params) void
GL.getMultiTexImageEXT
(int texunit, int target, int level, int format, int type, @NotNull MemorySegment pixels) void
GL.getMultiTexLevelParameterfvEXT
(int texunit, int target, int level, int pname, @Nullable FloatPtr params) void
GL.getMultiTexLevelParameterivEXT
(int texunit, int target, int level, int pname, @Nullable IntPtr params) void
GL.getMultiTexParameterfvEXT
(int texunit, int target, int pname, @Nullable FloatPtr params) void
GL.getMultiTexParameterIivEXT
(int texunit, int target, int pname, @Nullable IntPtr params) void
GL.getMultiTexParameterIuivEXT
(int texunit, int target, int pname, @Nullable IntPtr params) void
GL.getMultiTexParameterivEXT
(int texunit, int target, int pname, @Nullable IntPtr params) void
GL.getNamedBufferParameteri64v
(int buffer, int pname, @Nullable LongPtr params) void
GL.getNamedBufferParameteriv
(int buffer, int pname, @Nullable IntPtr params) void
GL.getNamedBufferParameterivEXT
(int buffer, int pname, @Nullable IntPtr params) void
GL.getNamedBufferParameterui64vNV
(int buffer, int pname, @Nullable LongPtr params) void
GL.getNamedBufferSubData
(int buffer, long offset, long size, @NotNull MemorySegment data) void
GL.getNamedBufferSubDataEXT
(int buffer, long offset, long size, @NotNull MemorySegment data) void
GL.getNamedFramebufferAttachmentParameteriv
(int framebuffer, int attachment, int pname, @Nullable IntPtr params) void
GL.getNamedFramebufferAttachmentParameterivEXT
(int framebuffer, int attachment, int pname, @Nullable IntPtr params) void
GL.getNamedFramebufferParameteriv
(int framebuffer, int pname, @Nullable IntPtr param) void
GL.getNamedFramebufferParameterivEXT
(int framebuffer, int pname, @Nullable IntPtr params) void
GL.getNamedProgramivEXT
(int program, int target, int pname, @Nullable IntPtr params) void
GL.getNamedProgramLocalParameterdvEXT
(int program, int target, int index, @Nullable DoublePtr params) void
GL.getNamedProgramLocalParameterfvEXT
(int program, int target, int index, @Nullable FloatPtr params) void
GL.getNamedProgramLocalParameterIivEXT
(int program, int target, int index, @Nullable IntPtr params) void
GL.getNamedProgramLocalParameterIuivEXT
(int program, int target, int index, @Nullable IntPtr params) void
GL.getNamedProgramStringEXT
(int program, int target, int pname, @NotNull MemorySegment string) void
GL.getNamedRenderbufferParameteriv
(int renderbuffer, int pname, @Nullable IntPtr params) void
GL.getNamedRenderbufferParameterivEXT
(int renderbuffer, int pname, @Nullable IntPtr params) void
GL.getNamedStringARB
(int namelen, @Nullable BytePtr name, int bufSize, @Nullable IntPtr stringlen, @Nullable BytePtr string) void
GL.getNamedStringARB
(int namelen, @Nullable BytePtr name, int bufSize, @Nullable IntPtr stringlen, @Nullable BytePtr string) void
GL.getNamedStringARB
(int namelen, @Nullable BytePtr name, int bufSize, @Nullable IntPtr stringlen, @Nullable BytePtr string) void
GL.getNamedStringivARB
(int namelen, @Nullable BytePtr name, int pname, @Nullable IntPtr params) void
GL.getNamedStringivARB
(int namelen, @Nullable BytePtr name, int pname, @Nullable IntPtr params) void
GLCompatibility.getnColorTable
(int target, int format, int type, int bufSize, @NotNull MemorySegment table) void
GLCompatibility.getnColorTableARB
(int target, int format, int type, int bufSize, @NotNull MemorySegment table) void
GL.getnCompressedTexImage
(int target, int lod, int bufSize, @NotNull MemorySegment pixels) void
GL.getnCompressedTexImageARB
(int target, int lod, int bufSize, @NotNull MemorySegment img) void
GLCompatibility.getnConvolutionFilter
(int target, int format, int type, int bufSize, @NotNull MemorySegment image) void
GLCompatibility.getnConvolutionFilterARB
(int target, int format, int type, int bufSize, @NotNull MemorySegment image) void
GL.getNextPerfQueryIdINTEL
(int queryId, @Nullable IntPtr nextQueryId) void
GLCompatibility.getnHistogram
(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) void
GLCompatibility.getnHistogramARB
(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) void
void
GLCompatibility.getnMapdvARB
(int target, int query, int bufSize, @Nullable DoublePtr v) void
void
GLCompatibility.getnMapfvARB
(int target, int query, int bufSize, @Nullable FloatPtr v) void
void
GLCompatibility.getnMapivARB
(int target, int query, int bufSize, @Nullable IntPtr v) void
GLCompatibility.getnMinmax
(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) void
GLCompatibility.getnMinmaxARB
(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) void
GLCompatibility.getnPixelMapfv
(int map, int bufSize, @Nullable FloatPtr values) void
GLCompatibility.getnPixelMapfvARB
(int map, int bufSize, @Nullable FloatPtr values) void
GLCompatibility.getnPixelMapuiv
(int map, int bufSize, @Nullable IntPtr values) void
GLCompatibility.getnPixelMapuivARB
(int map, int bufSize, @Nullable IntPtr values) void
GLCompatibility.getnPixelMapusv
(int map, int bufSize, @Nullable ShortPtr values) void
GLCompatibility.getnPixelMapusvARB
(int map, int bufSize, @Nullable ShortPtr values) void
GLCompatibility.getnPolygonStipple
(int bufSize, @Nullable BytePtr pattern) void
GLCompatibility.getnPolygonStippleARB
(int bufSize, @Nullable BytePtr pattern) void
GLCompatibility.getnSeparableFilter
(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) void
GLCompatibility.getnSeparableFilter
(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) void
GLCompatibility.getnSeparableFilter
(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) void
GLCompatibility.getnSeparableFilterARB
(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) void
GLCompatibility.getnSeparableFilterARB
(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) void
GLCompatibility.getnSeparableFilterARB
(int target, int format, int type, int rowBufSize, @NotNull MemorySegment row, int columnBufSize, @NotNull MemorySegment column, @NotNull MemorySegment span) void
GL.getnTexImage
(int target, int level, int format, int type, int bufSize, @NotNull MemorySegment pixels) void
GL.getnTexImageARB
(int target, int level, int format, int type, int bufSize, @NotNull MemorySegment img) void
GL.getnUniformdv
(int program, int location, int bufSize, @Nullable DoublePtr params) void
GL.getnUniformdvARB
(int program, int location, int bufSize, @Nullable DoublePtr params) void
GL.getnUniformfv
(int program, int location, int bufSize, @Nullable FloatPtr params) void
GL.getnUniformfvARB
(int program, int location, int bufSize, @Nullable FloatPtr params) void
GL.getnUniformfvKHR
(int program, int location, int bufSize, @Nullable FloatPtr params) void
GL.getnUniformi64vARB
(int program, int location, int bufSize, @Nullable LongPtr params) void
GL.getnUniformiv
(int program, int location, int bufSize, @Nullable IntPtr params) void
GL.getnUniformivARB
(int program, int location, int bufSize, @Nullable IntPtr params) void
GL.getnUniformivKHR
(int program, int location, int bufSize, @Nullable IntPtr params) void
GL.getnUniformui64vARB
(int program, int location, int bufSize, @Nullable LongPtr params) void
GL.getnUniformuiv
(int program, int location, int bufSize, @Nullable IntPtr params) void
GL.getnUniformuivARB
(int program, int location, int bufSize, @Nullable IntPtr params) void
GL.getnUniformuivKHR
(int program, int location, int bufSize, @Nullable IntPtr params) void
GL.getObjectLabel
(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectLabel
(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectLabelEXT
(int type, int object, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectLabelEXT
(int type, int object, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectLabelKHR
(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectLabelKHR
(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GLCompatibility.getObjectParameterfvARB
(int obj, int pname, @Nullable FloatPtr params) void
GLCompatibility.getObjectParameterivARB
(int obj, int pname, @Nullable IntPtr params) void
GL.getObjectPtrLabel
(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabel
(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabel
(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabelKHR
(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabelKHR
(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabelKHR
(@NotNull MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GLCompatibility.getPathColorGenfvNV
(int color, int pname, @Nullable FloatPtr value) void
GLCompatibility.getPathColorGenivNV
(int color, int pname, @Nullable IntPtr value) void
GL.getPathCommandsNV
(int path, @Nullable BytePtr commands) void
GL.getPathCoordsNV
(int path, @Nullable FloatPtr coords) void
GL.getPathDashArrayNV
(int path, @Nullable FloatPtr dashArray) void
GL.getPathMetricRangeNV
(int metricQueryMask, int firstPathName, int numPaths, int stride, @Nullable FloatPtr metrics) void
GL.getPathMetricsNV
(int metricQueryMask, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int stride, @Nullable FloatPtr metrics) void
GL.getPathMetricsNV
(int metricQueryMask, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int stride, @Nullable FloatPtr metrics) void
GL.getPathParameterfvNV
(int path, int pname, @Nullable FloatPtr value) void
GL.getPathParameterivNV
(int path, int pname, @Nullable IntPtr value) void
GL.getPathSpacingNV
(int pathListMode, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, float advanceScale, float kerningScale, int transformType, @Nullable FloatPtr returnedSpacing) void
GL.getPathSpacingNV
(int pathListMode, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, float advanceScale, float kerningScale, int transformType, @Nullable FloatPtr returnedSpacing) void
GLCompatibility.getPathTexGenfvNV
(int texCoordSet, int pname, @Nullable FloatPtr value) void
GLCompatibility.getPathTexGenivNV
(int texCoordSet, int pname, @Nullable IntPtr value) void
GL.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) void
GL.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) void
GL.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) void
GL.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) void
GL.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) void
GL.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) void
GL.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) void
GL.getPerfMonitorCounterDataAMD
(int monitor, int pname, int dataSize, @Nullable IntPtr data, @Nullable IntPtr bytesWritten) void
GL.getPerfMonitorCounterDataAMD
(int monitor, int pname, int dataSize, @Nullable IntPtr data, @Nullable IntPtr bytesWritten) void
GL.getPerfMonitorCounterInfoAMD
(int group, int counter, int pname, @NotNull MemorySegment data) void
GL.getPerfMonitorCountersAMD
(int group, @Nullable IntPtr numCounters, @Nullable IntPtr maxActiveCounters, int counterSize, @Nullable IntPtr counters) void
GL.getPerfMonitorCountersAMD
(int group, @Nullable IntPtr numCounters, @Nullable IntPtr maxActiveCounters, int counterSize, @Nullable IntPtr counters) void
GL.getPerfMonitorCountersAMD
(int group, @Nullable IntPtr numCounters, @Nullable IntPtr maxActiveCounters, int counterSize, @Nullable IntPtr counters) void
GL.getPerfMonitorCounterStringAMD
(int group, int counter, int bufSize, @Nullable IntPtr length, @Nullable BytePtr counterString) void
GL.getPerfMonitorCounterStringAMD
(int group, int counter, int bufSize, @Nullable IntPtr length, @Nullable BytePtr counterString) void
GL.getPerfMonitorGroupsAMD
(@Nullable IntPtr numGroups, int groupsSize, @Nullable IntPtr groups) void
GL.getPerfMonitorGroupsAMD
(@Nullable IntPtr numGroups, int groupsSize, @Nullable IntPtr groups) void
GL.getPerfMonitorGroupStringAMD
(int group, int bufSize, @Nullable IntPtr length, @Nullable BytePtr groupString) void
GL.getPerfMonitorGroupStringAMD
(int group, int bufSize, @Nullable IntPtr length, @Nullable BytePtr groupString) void
GL.getPerfQueryDataINTEL
(int queryHandle, int flags, int dataSize, @NotNull MemorySegment data, @Nullable IntPtr bytesWritten) void
GL.getPerfQueryDataINTEL
(int queryHandle, int flags, int dataSize, @NotNull MemorySegment data, @Nullable IntPtr bytesWritten) void
GL.getPerfQueryIdByNameINTEL
(@Nullable BytePtr queryName, @Nullable IntPtr queryId) void
GL.getPerfQueryIdByNameINTEL
(@Nullable BytePtr queryName, @Nullable IntPtr queryId) void
GL.getPerfQueryInfoINTEL
(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) void
GL.getPerfQueryInfoINTEL
(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) void
GL.getPerfQueryInfoINTEL
(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) void
GL.getPerfQueryInfoINTEL
(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) void
GL.getPerfQueryInfoINTEL
(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) void
GLCompatibility.getPixelMapfv
(int map, @Nullable FloatPtr values) void
GLCompatibility.getPixelMapuiv
(int map, @Nullable IntPtr values) void
GLCompatibility.getPixelMapusv
(int map, @Nullable ShortPtr values) void
GLCompatibility.getPolygonStipple
(@Nullable BytePtr mask) void
GL.getProgramBinary
(int program, int bufSize, @Nullable IntPtr length, @Nullable IntPtr binaryFormat, @NotNull MemorySegment binary) void
GL.getProgramBinary
(int program, int bufSize, @Nullable IntPtr length, @Nullable IntPtr binaryFormat, @NotNull MemorySegment binary) void
GL.getProgramBinary
(int program, int bufSize, @Nullable IntPtr length, @Nullable IntPtr binaryFormat, @NotNull MemorySegment binary) void
GLCompatibility.getProgramEnvParameterdvARB
(int target, int index, @Nullable DoublePtr params) void
GLCompatibility.getProgramEnvParameterfvARB
(int target, int index, @Nullable FloatPtr params) void
GL.getProgramInfoLog
(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getProgramInfoLog
(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getProgramInterfaceiv
(int program, int programInterface, int pname, @Nullable IntPtr params) void
GL.getProgramiv
(int program, int pname, @Nullable IntPtr params) void
GLCompatibility.getProgramivARB
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getProgramLocalParameterdvARB
(int target, int index, @Nullable DoublePtr params) void
GLCompatibility.getProgramLocalParameterfvARB
(int target, int index, @Nullable FloatPtr params) void
GL.getProgramPipelineInfoLog
(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getProgramPipelineInfoLog
(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getProgramPipelineInfoLogEXT
(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getProgramPipelineInfoLogEXT
(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getProgramPipelineiv
(int pipeline, int pname, @Nullable IntPtr params) void
GL.getProgramPipelineivEXT
(int pipeline, int pname, @Nullable IntPtr params) void
GL.getProgramResourcefvNV
(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable FloatPtr params) void
GL.getProgramResourcefvNV
(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable FloatPtr params) void
GL.getProgramResourcefvNV
(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable FloatPtr params) int
GL.getProgramResourceIndex
(int program, int programInterface, @Nullable BytePtr name) void
GL.getProgramResourceiv
(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable IntPtr params) void
GL.getProgramResourceiv
(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable IntPtr params) void
GL.getProgramResourceiv
(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable IntPtr params) int
GL.getProgramResourceLocation
(int program, int programInterface, @Nullable BytePtr name) int
GL.getProgramResourceLocationIndex
(int program, int programInterface, @Nullable BytePtr name) void
GL.getProgramResourceName
(int program, int programInterface, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) void
GL.getProgramResourceName
(int program, int programInterface, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) void
GL.getProgramStageiv
(int program, int shadertype, int pname, @Nullable IntPtr values) void
GLCompatibility.getProgramStringARB
(int target, int pname, @NotNull MemorySegment string) void
GL.getQueryIndexediv
(int target, int index, int pname, @Nullable IntPtr params) void
GL.getQueryiv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getQueryivARB
(int target, int pname, @Nullable IntPtr params) void
GL.getQueryObjecti64v
(int id, int pname, @Nullable LongPtr params) void
GLCompatibility.getQueryObjecti64vEXT
(int id, int pname, @Nullable LongPtr params) void
GL.getQueryObjectiv
(int id, int pname, @Nullable IntPtr params) void
GLCompatibility.getQueryObjectivARB
(int id, int pname, @Nullable IntPtr params) void
GL.getQueryObjectui64v
(int id, int pname, @Nullable LongPtr params) void
GLCompatibility.getQueryObjectui64vEXT
(int id, int pname, @Nullable LongPtr params) void
GL.getQueryObjectuiv
(int id, int pname, @Nullable IntPtr params) void
GLCompatibility.getQueryObjectuivARB
(int id, int pname, @Nullable IntPtr params) void
GL.getRenderbufferParameteriv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getRenderbufferParameterivEXT
(int target, int pname, @Nullable IntPtr params) void
GL.getSamplerParameterfv
(int sampler, int pname, @Nullable FloatPtr params) void
GL.getSamplerParameterIiv
(int sampler, int pname, @Nullable IntPtr params) void
GL.getSamplerParameterIuiv
(int sampler, int pname, @Nullable IntPtr params) void
GL.getSamplerParameteriv
(int sampler, int pname, @Nullable IntPtr params) void
GLCompatibility.getSemaphoreParameterivNV
(int semaphore, int pname, @Nullable IntPtr params) void
GLCompatibility.getSeparableFilter
(int target, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column, @NotNull MemorySegment span) void
GLCompatibility.getSeparableFilter
(int target, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column, @NotNull MemorySegment span) void
GLCompatibility.getSeparableFilter
(int target, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column, @NotNull MemorySegment span) void
GL.getShaderInfoLog
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getShaderInfoLog
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getShaderiv
(int shader, int pname, @Nullable IntPtr params) void
GL.getShaderPrecisionFormat
(int shadertype, int precisiontype, @Nullable IntPtr range, @Nullable IntPtr precision) void
GL.getShaderPrecisionFormat
(int shadertype, int precisiontype, @Nullable IntPtr range, @Nullable IntPtr precision) void
GL.getShaderSource
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) void
GL.getShaderSource
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) void
GLCompatibility.getShaderSourceARB
(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr source) void
GLCompatibility.getShaderSourceARB
(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr source) void
GL.getShadingRateImagePaletteNV
(int viewport, int entry, @Nullable IntPtr rate) void
GL.getShadingRateSampleLocationivNV
(int rate, int samples, int index, @Nullable IntPtr location) int
GL.getSubroutineIndex
(int program, int shadertype, @Nullable BytePtr name) int
GL.getSubroutineUniformLocation
(int program, int shadertype, @Nullable BytePtr name) void
GL.getSynciv
(@Nullable GLsync sync, int pname, int count, @Nullable IntPtr length, @Nullable IntPtr values) void
GL.getSynciv
(@Nullable GLsync sync, int pname, int count, @Nullable IntPtr length, @Nullable IntPtr values) void
GLCompatibility.getTexEnvfv
(int target, int pname, @Nullable FloatPtr params) void
GLCompatibility.getTexEnviv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getTexGendv
(int coord, int pname, @Nullable DoublePtr params) void
GLCompatibility.getTexGenfv
(int coord, int pname, @Nullable FloatPtr params) void
GLCompatibility.getTexGeniv
(int coord, int pname, @Nullable IntPtr params) void
GL.getTexImage
(int target, int level, int format, int type, @NotNull MemorySegment pixels) void
GL.getTexLevelParameterfv
(int target, int level, int pname, @Nullable FloatPtr params) void
GL.getTexLevelParameteriv
(int target, int level, int pname, @Nullable IntPtr params) void
GL.getTexParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GL.getTexParameterIiv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getTexParameterIivEXT
(int target, int pname, @Nullable IntPtr params) void
GL.getTexParameterIuiv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getTexParameterIuivEXT
(int target, int pname, @Nullable IntPtr params) void
GL.getTexParameteriv
(int target, int pname, @Nullable IntPtr params) void
GL.getTextureImage
(int texture, int level, int format, int type, int bufSize, @NotNull MemorySegment pixels) void
GL.getTextureImageEXT
(int texture, int target, int level, int format, int type, @NotNull MemorySegment pixels) void
GL.getTextureLevelParameterfv
(int texture, int level, int pname, @Nullable FloatPtr params) void
GL.getTextureLevelParameterfvEXT
(int texture, int target, int level, int pname, @Nullable FloatPtr params) void
GL.getTextureLevelParameteriv
(int texture, int level, int pname, @Nullable IntPtr params) void
GL.getTextureLevelParameterivEXT
(int texture, int target, int level, int pname, @Nullable IntPtr params) void
GL.getTextureParameterfv
(int texture, int pname, @Nullable FloatPtr params) void
GL.getTextureParameterfvEXT
(int texture, int target, int pname, @Nullable FloatPtr params) void
GL.getTextureParameterIiv
(int texture, int pname, @Nullable IntPtr params) void
GL.getTextureParameterIivEXT
(int texture, int target, int pname, @Nullable IntPtr params) void
GL.getTextureParameterIuiv
(int texture, int pname, @Nullable IntPtr params) void
GL.getTextureParameterIuivEXT
(int texture, int target, int pname, @Nullable IntPtr params) void
GL.getTextureParameteriv
(int texture, int pname, @Nullable IntPtr params) void
GL.getTextureParameterivEXT
(int texture, int target, int pname, @Nullable IntPtr params) void
GL.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) void
GL.getTransformFeedbacki_v
(int xfb, int pname, int index, @Nullable IntPtr param) void
GL.getTransformFeedbacki64_v
(int xfb, int pname, int index, @Nullable LongPtr param) void
GL.getTransformFeedbackiv
(int xfb, int pname, @Nullable IntPtr param) void
GL.getTransformFeedbackVarying
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getTransformFeedbackVarying
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getTransformFeedbackVarying
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GL.getTransformFeedbackVarying
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getTransformFeedbackVaryingEXT
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getTransformFeedbackVaryingEXT
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getTransformFeedbackVaryingEXT
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getTransformFeedbackVaryingEXT
(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) void
GLCompatibility.getTransformFeedbackVaryingNV
(int program, int index, @Nullable IntPtr location) int
GL.getUniformBlockIndex
(int program, @Nullable BytePtr uniformBlockName) void
GL.getUniformdv
(int program, int location, @Nullable DoublePtr params) void
GL.getUniformfv
(int program, int location, @Nullable FloatPtr params) void
GLCompatibility.getUniformfvARB
(int programObj, int location, @Nullable FloatPtr params) void
GL.getUniformi64vARB
(int program, int location, @Nullable LongPtr params) void
GLCompatibility.getUniformi64vNV
(int program, int location, @Nullable LongPtr params) void
GL.getUniformIndices
(int program, int uniformCount, @Nullable PointerPtr uniformNames, @Nullable IntPtr uniformIndices) void
GL.getUniformiv
(int program, int location, @Nullable IntPtr params) void
GLCompatibility.getUniformivARB
(int programObj, int location, @Nullable IntPtr params) int
GL.getUniformLocation
(int program, @Nullable BytePtr name) int
GLCompatibility.getUniformLocationARB
(int programObj, @Nullable BytePtr name) void
GL.getUniformSubroutineuiv
(int shadertype, int location, @Nullable IntPtr params) void
GL.getUniformui64vARB
(int program, int location, @Nullable LongPtr params) void
GLCompatibility.getUniformui64vNV
(int program, int location, @Nullable LongPtr params) void
GL.getUniformuiv
(int program, int location, @Nullable IntPtr params) void
GLCompatibility.getUniformuivEXT
(int program, int location, @Nullable IntPtr params) int
GLCompatibility.getVaryingLocationNV
(int program, @Nullable BytePtr name) void
GL.getVertexArrayIndexed64iv
(int vaobj, int index, int pname, @Nullable LongPtr param) void
GL.getVertexArrayIndexediv
(int vaobj, int index, int pname, @Nullable IntPtr param) void
GL.getVertexArrayIntegeri_vEXT
(int vaobj, int index, int pname, @Nullable IntPtr param) void
GL.getVertexArrayIntegervEXT
(int vaobj, int pname, @Nullable IntPtr param) void
GL.getVertexArrayiv
(int vaobj, int pname, @Nullable IntPtr param) void
GL.getVertexAttribdv
(int index, int pname, @Nullable DoublePtr params) void
GLCompatibility.getVertexAttribdvARB
(int index, int pname, @Nullable DoublePtr params) void
GL.getVertexAttribfv
(int index, int pname, @Nullable FloatPtr params) void
GLCompatibility.getVertexAttribfvARB
(int index, int pname, @Nullable FloatPtr params) void
GL.getVertexAttribIiv
(int index, int pname, @Nullable IntPtr params) void
GLCompatibility.getVertexAttribIivEXT
(int index, int pname, @Nullable IntPtr params) void
GL.getVertexAttribIuiv
(int index, int pname, @Nullable IntPtr params) void
GLCompatibility.getVertexAttribIuivEXT
(int index, int pname, @Nullable IntPtr params) void
GL.getVertexAttribiv
(int index, int pname, @Nullable IntPtr params) void
GLCompatibility.getVertexAttribivARB
(int index, int pname, @Nullable IntPtr params) void
GL.getVertexAttribLdv
(int index, int pname, @Nullable DoublePtr params) void
GLCompatibility.getVertexAttribLdvEXT
(int index, int pname, @Nullable DoublePtr params) void
GL.getVertexAttribLi64vNV
(int index, int pname, @Nullable LongPtr params) void
GL.getVertexAttribLui64vARB
(int index, int pname, @Nullable LongPtr params) void
GL.getVertexAttribLui64vNV
(int index, int pname, @Nullable LongPtr params) @NotNull MemorySegment
GL.getVkProcAddrNV
(@Nullable BytePtr name) void
void
void
void
GLCompatibility.indexPointer
(int type, int stride, @NotNull MemorySegment pointer) void
void
void
GL.insertEventMarkerEXT
(int length, @Nullable BytePtr marker) void
GLCompatibility.interleavedArrays
(int format, int stride, @NotNull MemorySegment pointer) void
GL.invalidateFramebuffer
(int target, int numAttachments, @Nullable IntPtr attachments) void
GL.invalidateNamedFramebufferData
(int framebuffer, int numAttachments, @Nullable IntPtr attachments) void
GL.invalidateNamedFramebufferSubData
(int framebuffer, int numAttachments, @Nullable IntPtr attachments, int x, int y, int width, int height) void
GL.invalidateSubFramebuffer
(int target, int numAttachments, @Nullable IntPtr attachments, int x, int y, int width, int height) void
GLFunctionTypes.IGLDEBUGPROC.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) void
GLFunctionTypes.IGLDEBUGPROC.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) void
GLFunctionTypes.IGLDEBUGPROCAMD.invoke
(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
GLFunctionTypes.IGLDEBUGPROCAMD.invoke
(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) void
GLFunctionTypes.IGLDEBUGPROCARB.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) void
GLFunctionTypes.IGLDEBUGPROCARB.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) void
GLFunctionTypes.IGLDEBUGPROCKHR.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) void
GLFunctionTypes.IGLDEBUGPROCKHR.invoke
(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) byte
GL.isNamedStringARB
(int namelen, @Nullable BytePtr name) void
GL.labelObjectEXT
(int type, int object, int length, @Nullable BytePtr label) void
void
void
GLCompatibility.lightModelfv
(int pname, @Nullable FloatPtr params) void
GLCompatibility.lightModeliv
(int pname, @Nullable IntPtr params) void
GL.listDrawCommandsStatesClientNV
(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.listDrawCommandsStatesClientNV
(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GL.listDrawCommandsStatesClientNV
(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) void
GLCompatibility.loadMatrixd
(@Nullable DoublePtr m) void
GLCompatibility.loadMatrixf
(@Nullable FloatPtr m) void
GLCompatibility.loadTransposeMatrixd
(@Nullable DoublePtr m) void
GLCompatibility.loadTransposeMatrixdARB
(@Nullable DoublePtr m) void
GLCompatibility.loadTransposeMatrixf
(@Nullable FloatPtr m) void
GLCompatibility.loadTransposeMatrixfARB
(@Nullable FloatPtr m) void
GLCompatibility.map1d
(int target, double u1, double u2, int stride, int order, @Nullable DoublePtr points) void
GLCompatibility.map1f
(int target, float u1, float u2, int stride, int order, @Nullable FloatPtr points) void
GLCompatibility.map2d
(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, @Nullable DoublePtr points) void
GLCompatibility.map2f
(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, @Nullable FloatPtr points) @NotNull MemorySegment
GLCompatibility.mapTexture2DINTEL
(int texture, int level, int access, @Nullable IntPtr stride, @Nullable IntPtr layout) @NotNull MemorySegment
GLCompatibility.mapTexture2DINTEL
(int texture, int level, int access, @Nullable IntPtr stride, @Nullable IntPtr layout) void
GLCompatibility.materialfv
(int face, int pname, @Nullable FloatPtr params) void
GLCompatibility.materialiv
(int face, int pname, @Nullable IntPtr params) void
GLCompatibility.matrixIndexPointerARB
(int size, int type, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.matrixIndexubvARB
(int size, @Nullable BytePtr indices) void
GLCompatibility.matrixIndexuivARB
(int size, @Nullable IntPtr indices) void
GLCompatibility.matrixIndexusvARB
(int size, @Nullable ShortPtr indices) void
GL.matrixLoad3x2fNV
(int matrixMode, @Nullable FloatPtr m) void
GL.matrixLoad3x3fNV
(int matrixMode, @Nullable FloatPtr m) void
GL.matrixLoaddEXT
(int mode, @Nullable DoublePtr m) void
GL.matrixLoadfEXT
(int mode, @Nullable FloatPtr m) void
GL.matrixLoadTranspose3x3fNV
(int matrixMode, @Nullable FloatPtr m) void
GL.matrixLoadTransposedEXT
(int mode, @Nullable DoublePtr m) void
GL.matrixLoadTransposefEXT
(int mode, @Nullable FloatPtr m) void
GL.matrixMult3x2fNV
(int matrixMode, @Nullable FloatPtr m) void
GL.matrixMult3x3fNV
(int matrixMode, @Nullable FloatPtr m) void
GL.matrixMultdEXT
(int mode, @Nullable DoublePtr m) void
GL.matrixMultfEXT
(int mode, @Nullable FloatPtr m) void
GL.matrixMultTranspose3x3fNV
(int matrixMode, @Nullable FloatPtr m) void
GL.matrixMultTransposedEXT
(int mode, @Nullable DoublePtr m) void
GL.matrixMultTransposefEXT
(int mode, @Nullable FloatPtr m) void
GLCompatibility.multicastBufferSubDataNV
(int gpuMask, int buffer, long offset, long size, @NotNull MemorySegment data) void
GLCompatibility.multicastFramebufferSampleLocationsfvNV
(int gpu, int framebuffer, int start, int count, @Nullable FloatPtr v) void
GLCompatibility.multicastGetQueryObjecti64vNV
(int gpu, int id, int pname, @Nullable LongPtr params) void
GLCompatibility.multicastGetQueryObjectivNV
(int gpu, int id, int pname, @Nullable IntPtr params) void
GLCompatibility.multicastGetQueryObjectui64vNV
(int gpu, int id, int pname, @Nullable LongPtr params) void
GLCompatibility.multicastGetQueryObjectuivNV
(int gpu, int id, int pname, @Nullable IntPtr params) void
GLCompatibility.multicastScissorArrayvNVX
(int gpu, int first, int count, @Nullable IntPtr v) void
GLCompatibility.multicastViewportArrayvNVX
(int gpu, int first, int count, @Nullable FloatPtr v) void
GL.multiDrawArrays
(int mode, @Nullable IntPtr first, @Nullable IntPtr count, int drawcount) void
GL.multiDrawArrays
(int mode, @Nullable IntPtr first, @Nullable IntPtr count, int drawcount) void
GL.multiDrawArraysIndirect
(int mode, @NotNull MemorySegment indirect, int drawcount, int stride) void
GL.multiDrawArraysIndirectBindlessCountNV
(int mode, @NotNull MemorySegment indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) void
GL.multiDrawArraysIndirectBindlessNV
(int mode, @NotNull MemorySegment indirect, int drawCount, int stride, int vertexBufferCount) void
GL.multiDrawArraysIndirectCount
(int mode, @NotNull MemorySegment indirect, long drawcount, int maxdrawcount, int stride) void
GL.multiDrawArraysIndirectCountARB
(int mode, @NotNull MemorySegment indirect, long drawcount, int maxdrawcount, int stride) void
GL.multiDrawElements
(int mode, @Nullable IntPtr count, int type, @Nullable PointerPtr indices, int drawcount) void
GL.multiDrawElementsBaseVertex
(int mode, @Nullable IntPtr count, int type, @Nullable PointerPtr indices, int drawcount, @Nullable IntPtr basevertex) void
GL.multiDrawElementsBaseVertex
(int mode, @Nullable IntPtr count, int type, @Nullable PointerPtr indices, int drawcount, @Nullable IntPtr basevertex) void
GL.multiDrawElementsIndirect
(int mode, int type, @NotNull MemorySegment indirect, int drawcount, int stride) void
GL.multiDrawElementsIndirectBindlessCountNV
(int mode, int type, @NotNull MemorySegment indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) void
GL.multiDrawElementsIndirectBindlessNV
(int mode, int type, @NotNull MemorySegment indirect, int drawCount, int stride, int vertexBufferCount) void
GL.multiDrawElementsIndirectCount
(int mode, int type, @NotNull MemorySegment indirect, long drawcount, int maxdrawcount, int stride) void
GL.multiDrawElementsIndirectCountARB
(int mode, int type, @NotNull MemorySegment indirect, long drawcount, int maxdrawcount, int stride) void
GLCompatibility.multiTexCoord1dv
(int target, @Nullable DoublePtr v) void
GLCompatibility.multiTexCoord1dvARB
(int target, @Nullable DoublePtr v) void
GLCompatibility.multiTexCoord1fv
(int target, @Nullable FloatPtr v) void
GLCompatibility.multiTexCoord1fvARB
(int target, @Nullable FloatPtr v) void
GLCompatibility.multiTexCoord1hvNV
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord1iv
(int target, @Nullable IntPtr v) void
GLCompatibility.multiTexCoord1ivARB
(int target, @Nullable IntPtr v) void
GLCompatibility.multiTexCoord1sv
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord1svARB
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord2dv
(int target, @Nullable DoublePtr v) void
GLCompatibility.multiTexCoord2dvARB
(int target, @Nullable DoublePtr v) void
GLCompatibility.multiTexCoord2fv
(int target, @Nullable FloatPtr v) void
GLCompatibility.multiTexCoord2fvARB
(int target, @Nullable FloatPtr v) void
GLCompatibility.multiTexCoord2hvNV
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord2iv
(int target, @Nullable IntPtr v) void
GLCompatibility.multiTexCoord2ivARB
(int target, @Nullable IntPtr v) void
GLCompatibility.multiTexCoord2sv
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord2svARB
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord3dv
(int target, @Nullable DoublePtr v) void
GLCompatibility.multiTexCoord3dvARB
(int target, @Nullable DoublePtr v) void
GLCompatibility.multiTexCoord3fv
(int target, @Nullable FloatPtr v) void
GLCompatibility.multiTexCoord3fvARB
(int target, @Nullable FloatPtr v) void
GLCompatibility.multiTexCoord3hvNV
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord3iv
(int target, @Nullable IntPtr v) void
GLCompatibility.multiTexCoord3ivARB
(int target, @Nullable IntPtr v) void
GLCompatibility.multiTexCoord3sv
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord3svARB
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord4dv
(int target, @Nullable DoublePtr v) void
GLCompatibility.multiTexCoord4dvARB
(int target, @Nullable DoublePtr v) void
GLCompatibility.multiTexCoord4fv
(int target, @Nullable FloatPtr v) void
GLCompatibility.multiTexCoord4fvARB
(int target, @Nullable FloatPtr v) void
GLCompatibility.multiTexCoord4hvNV
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord4iv
(int target, @Nullable IntPtr v) void
GLCompatibility.multiTexCoord4ivARB
(int target, @Nullable IntPtr v) void
GLCompatibility.multiTexCoord4sv
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord4svARB
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoordP1uiv
(int texture, int type, @Nullable IntPtr coords) void
GLCompatibility.multiTexCoordP2uiv
(int texture, int type, @Nullable IntPtr coords) void
GLCompatibility.multiTexCoordP3uiv
(int texture, int type, @Nullable IntPtr coords) void
GLCompatibility.multiTexCoordP4uiv
(int texture, int type, @Nullable IntPtr coords) void
GL.multiTexCoordPointerEXT
(int texunit, int size, int type, int stride, @NotNull MemorySegment pointer) void
GL.multiTexEnvfvEXT
(int texunit, int target, int pname, @Nullable FloatPtr params) void
GL.multiTexEnvivEXT
(int texunit, int target, int pname, @Nullable IntPtr params) void
GL.multiTexGendvEXT
(int texunit, int coord, int pname, @Nullable DoublePtr params) void
GL.multiTexGenfvEXT
(int texunit, int coord, int pname, @Nullable FloatPtr params) void
GL.multiTexGenivEXT
(int texunit, int coord, int pname, @Nullable IntPtr params) void
GL.multiTexImage1DEXT
(int texunit, int target, int level, int internalformat, int width, int border, int format, int type, @NotNull MemorySegment pixels) void
GL.multiTexImage2DEXT
(int texunit, int target, int level, int internalformat, int width, int height, int border, int format, int type, @NotNull MemorySegment pixels) void
GL.multiTexImage3DEXT
(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, @NotNull MemorySegment pixels) void
GL.multiTexParameterfvEXT
(int texunit, int target, int pname, @Nullable FloatPtr params) void
GL.multiTexParameterIivEXT
(int texunit, int target, int pname, @Nullable IntPtr params) void
GL.multiTexParameterIuivEXT
(int texunit, int target, int pname, @Nullable IntPtr params) void
GL.multiTexParameterivEXT
(int texunit, int target, int pname, @Nullable IntPtr params) void
GL.multiTexSubImage1DEXT
(int texunit, int target, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) void
GL.multiTexSubImage2DEXT
(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) void
GL.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) void
GLCompatibility.multMatrixd
(@Nullable DoublePtr m) void
GLCompatibility.multMatrixf
(@Nullable FloatPtr m) void
GLCompatibility.multTransposeMatrixd
(@Nullable DoublePtr m) void
GLCompatibility.multTransposeMatrixdARB
(@Nullable DoublePtr m) void
GLCompatibility.multTransposeMatrixf
(@Nullable FloatPtr m) void
GLCompatibility.multTransposeMatrixfARB
(@Nullable FloatPtr m) void
GL.namedBufferData
(int buffer, long size, @NotNull MemorySegment data, int usage) void
GL.namedBufferDataEXT
(int buffer, long size, @NotNull MemorySegment data, int usage) void
GL.namedBufferStorage
(int buffer, long size, @NotNull MemorySegment data, int flags) void
GL.namedBufferStorageEXT
(int buffer, long size, @NotNull MemorySegment data, int flags) void
GL.namedBufferSubData
(int buffer, long offset, long size, @NotNull MemorySegment data) void
GL.namedBufferSubDataEXT
(int buffer, long offset, long size, @NotNull MemorySegment data) void
GL.namedFramebufferDrawBuffers
(int framebuffer, int n, @Nullable IntPtr bufs) void
GL.namedFramebufferSampleLocationsfvARB
(int framebuffer, int start, int count, @Nullable FloatPtr v) void
GL.namedFramebufferSampleLocationsfvNV
(int framebuffer, int start, int count, @Nullable FloatPtr v) void
GL.namedProgramLocalParameter4dvEXT
(int program, int target, int index, @Nullable DoublePtr params) void
GL.namedProgramLocalParameter4fvEXT
(int program, int target, int index, @Nullable FloatPtr params) void
GL.namedProgramLocalParameterI4ivEXT
(int program, int target, int index, @Nullable IntPtr params) void
GL.namedProgramLocalParameterI4uivEXT
(int program, int target, int index, @Nullable IntPtr params) void
GL.namedProgramLocalParameters4fvEXT
(int program, int target, int index, int count, @Nullable FloatPtr params) void
GL.namedProgramLocalParametersI4ivEXT
(int program, int target, int index, int count, @Nullable IntPtr params) void
GL.namedProgramLocalParametersI4uivEXT
(int program, int target, int index, int count, @Nullable IntPtr params) void
GL.namedProgramStringEXT
(int program, int target, int format, int len, @NotNull MemorySegment string) void
GL.namedStringARB
(int type, int namelen, @Nullable BytePtr name, int stringlen, @Nullable BytePtr string) void
GL.namedStringARB
(int type, int namelen, @Nullable BytePtr name, int stringlen, @Nullable BytePtr string) void
void
void
void
GLCompatibility.normal3hvNV
(@Nullable ShortPtr v) void
void
void
GLCompatibility.normalP3uiv
(int type, @Nullable IntPtr coords) void
GLCompatibility.normalPointer
(int type, int stride, @NotNull MemorySegment pointer) void
GL.objectLabel
(int identifier, int name, int length, @Nullable BytePtr label) void
GL.objectLabelKHR
(int identifier, int name, int length, @Nullable BytePtr label) void
GL.objectPtrLabel
(@NotNull MemorySegment ptr, int length, @Nullable BytePtr label) void
GL.objectPtrLabel
(@NotNull MemorySegment ptr, int length, @Nullable BytePtr label) void
GL.objectPtrLabelKHR
(@NotNull MemorySegment ptr, int length, @Nullable BytePtr label) void
GL.objectPtrLabelKHR
(@NotNull MemorySegment ptr, int length, @Nullable BytePtr label) void
GL.patchParameterfv
(int pname, @Nullable FloatPtr values) void
GLCompatibility.pathColorGenNV
(int color, int genMode, int colorFormat, @Nullable FloatPtr coeffs) void
GL.pathCommandsNV
(int path, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) void
GL.pathCommandsNV
(int path, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) void
GL.pathCoordsNV
(int path, int numCoords, int coordType, @NotNull MemorySegment coords) void
GL.pathDashArrayNV
(int path, int dashCount, @Nullable FloatPtr dashArray) int
GL.pathGlyphIndexArrayNV
(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) int
GL.pathGlyphIndexRangeNV
(int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int pathParameterTemplate, float emScale, @Nullable IntPtr baseAndCount) int
GL.pathGlyphIndexRangeNV
(int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int pathParameterTemplate, float emScale, @Nullable IntPtr baseAndCount) void
GL.pathGlyphRangeNV
(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyph, int numGlyphs, int handleMissingGlyphs, int pathParameterTemplate, float emScale) void
GL.pathGlyphsNV
(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int numGlyphs, int type, @NotNull MemorySegment charcodes, int handleMissingGlyphs, int pathParameterTemplate, float emScale) void
GL.pathGlyphsNV
(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int numGlyphs, int type, @NotNull MemorySegment charcodes, int handleMissingGlyphs, int pathParameterTemplate, float emScale) int
GL.pathMemoryGlyphIndexArrayNV
(int firstPathName, int fontTarget, long fontSize, @NotNull MemorySegment fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) void
GL.pathParameterfvNV
(int path, int pname, @Nullable FloatPtr value) void
GL.pathParameterivNV
(int path, int pname, @Nullable IntPtr value) void
GL.pathStringNV
(int path, int format, int length, @NotNull MemorySegment pathString) void
GL.pathSubCommandsNV
(int path, int commandStart, int commandsToDelete, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) void
GL.pathSubCommandsNV
(int path, int commandStart, int commandsToDelete, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) void
GL.pathSubCoordsNV
(int path, int coordStart, int numCoords, int coordType, @NotNull MemorySegment coords) void
GLCompatibility.pathTexGenNV
(int texCoordSet, int genMode, int components, @Nullable FloatPtr coeffs) void
GLCompatibility.pixelDataRangeNV
(int target, int length, @NotNull MemorySegment pointer) void
GLCompatibility.pixelMapfv
(int map, int mapsize, @Nullable FloatPtr values) void
GLCompatibility.pixelMapuiv
(int map, int mapsize, @Nullable IntPtr values) void
GLCompatibility.pixelMapusv
(int map, int mapsize, @Nullable ShortPtr values) byte
GL.pointAlongPathNV
(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) byte
GL.pointAlongPathNV
(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) byte
GL.pointAlongPathNV
(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) byte
GL.pointAlongPathNV
(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) void
GL.pointParameterfv
(int pname, @Nullable FloatPtr params) void
GLCompatibility.pointParameterfvARB
(int pname, @Nullable FloatPtr params) void
GLCompatibility.pointParameterfvEXT
(int pname, @Nullable FloatPtr params) void
GL.pointParameteriv
(int pname, @Nullable IntPtr params) void
GLCompatibility.pointParameterivNV
(int pname, @Nullable IntPtr params) void
GLCompatibility.polygonStipple
(@Nullable BytePtr mask) void
GLCompatibility.prioritizeTextures
(int n, @Nullable IntPtr textures, @Nullable FloatPtr priorities) void
GLCompatibility.prioritizeTextures
(int n, @Nullable IntPtr textures, @Nullable FloatPtr priorities) void
GL.programBinary
(int program, int binaryFormat, @NotNull MemorySegment binary, int length) void
GLCompatibility.programEnvParameter4dvARB
(int target, int index, @Nullable DoublePtr params) void
GLCompatibility.programEnvParameter4fvARB
(int target, int index, @Nullable FloatPtr params) void
GLCompatibility.programEnvParameters4fvEXT
(int target, int index, int count, @Nullable FloatPtr params) void
GLCompatibility.programLocalParameter4dvARB
(int target, int index, @Nullable DoublePtr params) void
GLCompatibility.programLocalParameter4fvARB
(int target, int index, @Nullable FloatPtr params) void
GLCompatibility.programLocalParameters4fvEXT
(int target, int index, int count, @Nullable FloatPtr params) void
GL.programPathFragmentInputGenNV
(int program, int location, int genMode, int components, @Nullable FloatPtr coeffs) void
GLCompatibility.programStringARB
(int target, int format, int len, @NotNull MemorySegment string) void
GL.programUniform1dv
(int program, int location, int count, @Nullable DoublePtr value) void
GL.programUniform1dvEXT
(int program, int location, int count, @Nullable DoublePtr value) void
GL.programUniform1fv
(int program, int location, int count, @Nullable FloatPtr value) void
GL.programUniform1fvEXT
(int program, int location, int count, @Nullable FloatPtr value) void
GL.programUniform1i64vARB
(int program, int location, int count, @Nullable LongPtr value) void
GLCompatibility.programUniform1i64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform1iv
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform1ivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform1ui64vARB
(int program, int location, int count, @Nullable LongPtr value) void
GLCompatibility.programUniform1ui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform1uiv
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform1uivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform2dv
(int program, int location, int count, @Nullable DoublePtr value) void
GL.programUniform2dvEXT
(int program, int location, int count, @Nullable DoublePtr value) void
GL.programUniform2fv
(int program, int location, int count, @Nullable FloatPtr value) void
GL.programUniform2fvEXT
(int program, int location, int count, @Nullable FloatPtr value) void
GL.programUniform2i64vARB
(int program, int location, int count, @Nullable LongPtr value) void
GLCompatibility.programUniform2i64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform2iv
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform2ivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform2ui64vARB
(int program, int location, int count, @Nullable LongPtr value) void
GLCompatibility.programUniform2ui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform2uiv
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform2uivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform3dv
(int program, int location, int count, @Nullable DoublePtr value) void
GL.programUniform3dvEXT
(int program, int location, int count, @Nullable DoublePtr value) void
GL.programUniform3fv
(int program, int location, int count, @Nullable FloatPtr value) void
GL.programUniform3fvEXT
(int program, int location, int count, @Nullable FloatPtr value) void
GL.programUniform3i64vARB
(int program, int location, int count, @Nullable LongPtr value) void
GLCompatibility.programUniform3i64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform3iv
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform3ivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform3ui64vARB
(int program, int location, int count, @Nullable LongPtr value) void
GLCompatibility.programUniform3ui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform3uiv
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform3uivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform4dv
(int program, int location, int count, @Nullable DoublePtr value) void
GL.programUniform4dvEXT
(int program, int location, int count, @Nullable DoublePtr value) void
GL.programUniform4fv
(int program, int location, int count, @Nullable FloatPtr value) void
GL.programUniform4fvEXT
(int program, int location, int count, @Nullable FloatPtr value) void
GL.programUniform4i64vARB
(int program, int location, int count, @Nullable LongPtr value) void
GLCompatibility.programUniform4i64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform4iv
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform4ivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform4ui64vARB
(int program, int location, int count, @Nullable LongPtr value) void
GLCompatibility.programUniform4ui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform4uiv
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform4uivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniformHandleui64vARB
(int program, int location, int count, @Nullable LongPtr values) void
GL.programUniformHandleui64vNV
(int program, int location, int count, @Nullable LongPtr values) void
GL.programUniformMatrix2dv
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix2dvEXT
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix2fv
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix2fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix2x3dv
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix2x3dvEXT
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix2x3fv
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix2x3fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix2x4dv
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix2x4dvEXT
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix2x4fv
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix2x4fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix3dv
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix3dvEXT
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix3fv
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix3fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix3x2dv
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix3x2dvEXT
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix3x2fv
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix3x2fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix3x4dv
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix3x4dvEXT
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix3x4fv
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix3x4fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix4dv
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix4dvEXT
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix4fv
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix4fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix4x2dv
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix4x2dvEXT
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix4x2fv
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix4x2fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix4x3dv
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix4x3dvEXT
(int program, int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.programUniformMatrix4x3fv
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformMatrix4x3fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.pushDebugGroup
(int source, int id, int length, @Nullable BytePtr message) void
GL.pushDebugGroupKHR
(int source, int id, int length, @Nullable BytePtr message) void
GL.pushGroupMarkerEXT
(int length, @Nullable BytePtr marker) int
GLCompatibility.queryResourceNV
(int queryType, int tagId, int count, @Nullable IntPtr buffer) void
GLCompatibility.queryResourceTagNV
(int tagId, @Nullable BytePtr tagString) void
GLCompatibility.rasterPos2dv
(@Nullable DoublePtr v) void
GLCompatibility.rasterPos2fv
(@Nullable FloatPtr v) void
GLCompatibility.rasterPos2iv
(@Nullable IntPtr v) void
GLCompatibility.rasterPos2sv
(@Nullable ShortPtr v) void
GLCompatibility.rasterPos3dv
(@Nullable DoublePtr v) void
GLCompatibility.rasterPos3fv
(@Nullable FloatPtr v) void
GLCompatibility.rasterPos3iv
(@Nullable IntPtr v) void
GLCompatibility.rasterPos3sv
(@Nullable ShortPtr v) void
GLCompatibility.rasterPos4dv
(@Nullable DoublePtr v) void
GLCompatibility.rasterPos4fv
(@Nullable FloatPtr v) void
GLCompatibility.rasterPos4iv
(@Nullable IntPtr v) void
GLCompatibility.rasterPos4sv
(@Nullable ShortPtr v) void
GL.readnPixels
(int x, int y, int width, int height, int format, int type, int bufSize, @NotNull MemorySegment data) void
GL.readnPixelsARB
(int x, int y, int width, int height, int format, int type, int bufSize, @NotNull MemorySegment data) void
GL.readnPixelsKHR
(int x, int y, int width, int height, int format, int type, int bufSize, @NotNull MemorySegment data) void
GL.readPixels
(int x, int y, int width, int height, int format, int type, @NotNull MemorySegment pixels) void
void
void
void
void
void
void
void
void
GL.samplerParameterfv
(int sampler, int pname, @Nullable FloatPtr param) void
GL.samplerParameterIiv
(int sampler, int pname, @Nullable IntPtr param) void
GL.samplerParameterIuiv
(int sampler, int pname, @Nullable IntPtr param) void
GL.samplerParameteriv
(int sampler, int pname, @Nullable IntPtr param) void
GL.scissorArrayv
(int first, int count, @Nullable IntPtr v) void
GL.scissorExclusiveArrayvNV
(int first, int count, @Nullable IntPtr v) void
GL.scissorIndexedv
(int index, @Nullable IntPtr v) void
GLCompatibility.secondaryColor3bv
(@Nullable BytePtr v) void
GLCompatibility.secondaryColor3bvEXT
(@Nullable BytePtr v) void
GLCompatibility.secondaryColor3dv
(@Nullable DoublePtr v) void
GLCompatibility.secondaryColor3dvEXT
(@Nullable DoublePtr v) void
GLCompatibility.secondaryColor3fv
(@Nullable FloatPtr v) void
GLCompatibility.secondaryColor3fvEXT
(@Nullable FloatPtr v) void
GLCompatibility.secondaryColor3hvNV
(@Nullable ShortPtr v) void
GLCompatibility.secondaryColor3iv
(@Nullable IntPtr v) void
GLCompatibility.secondaryColor3ivEXT
(@Nullable IntPtr v) void
GLCompatibility.secondaryColor3sv
(@Nullable ShortPtr v) void
GLCompatibility.secondaryColor3svEXT
(@Nullable ShortPtr v) void
GLCompatibility.secondaryColor3ubv
(@Nullable BytePtr v) void
GLCompatibility.secondaryColor3ubvEXT
(@Nullable BytePtr v) void
GLCompatibility.secondaryColor3uiv
(@Nullable IntPtr v) void
GLCompatibility.secondaryColor3uivEXT
(@Nullable IntPtr v) void
GLCompatibility.secondaryColor3usv
(@Nullable ShortPtr v) void
GLCompatibility.secondaryColor3usvEXT
(@Nullable ShortPtr v) void
GLCompatibility.secondaryColorP3uiv
(int type, @Nullable IntPtr color) void
GLCompatibility.secondaryColorPointer
(int size, int type, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.secondaryColorPointerEXT
(int size, int type, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.selectBuffer
(int size, @Nullable IntPtr buffer) void
GL.selectPerfMonitorCountersAMD
(int monitor, byte enable, int group, int numCounters, @Nullable IntPtr counterList) void
GLCompatibility.semaphoreParameterivNV
(int semaphore, int pname, @Nullable IntPtr params) void
GLCompatibility.separableFilter2D
(int target, int internalformat, int width, int height, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column) void
GLCompatibility.separableFilter2D
(int target, int internalformat, int width, int height, int format, int type, @NotNull MemorySegment row, @NotNull MemorySegment column) void
GLCompatibility.setMultisamplefvAMD
(int pname, int index, @Nullable FloatPtr val) void
GL.shaderBinary
(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) void
GL.shaderBinary
(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) void
GL.shaderSource
(int shader, int count, @Nullable PointerPtr string, @Nullable IntPtr length) void
GLCompatibility.shaderSourceARB
(int shaderObj, int count, @Nullable PointerPtr string, @Nullable IntPtr length) void
GL.shadingRateImagePaletteNV
(int viewport, int first, int count, @Nullable IntPtr rates) void
GL.shadingRateSampleOrderCustomNV
(int rate, int samples, @Nullable IntPtr locations) void
GLCompatibility.signalSemaphoreui64NVX
(int signalGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) void
GLCompatibility.signalSemaphoreui64NVX
(int signalGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) void
GL.specializeShader
(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) void
GL.specializeShader
(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) void
GL.specializeShader
(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) void
GL.specializeShaderARB
(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) void
GL.specializeShaderARB
(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) void
GL.specializeShaderARB
(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) void
GL.stencilFillPathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilFillPathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilStrokePathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilStrokePathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilThenCoverFillPathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilThenCoverFillPathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilThenCoverStrokePathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilThenCoverStrokePathInstancedNV
(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GLCompatibility.stringMarkerGREMEDY
(int len, @NotNull MemorySegment string) void
GLCompatibility.texCoord1dv
(@Nullable DoublePtr v) void
GLCompatibility.texCoord1fv
(@Nullable FloatPtr v) void
GLCompatibility.texCoord1hvNV
(@Nullable ShortPtr v) void
GLCompatibility.texCoord1iv
(@Nullable IntPtr v) void
GLCompatibility.texCoord1sv
(@Nullable ShortPtr v) void
GLCompatibility.texCoord2dv
(@Nullable DoublePtr v) void
GLCompatibility.texCoord2fv
(@Nullable FloatPtr v) void
GLCompatibility.texCoord2hvNV
(@Nullable ShortPtr v) void
GLCompatibility.texCoord2iv
(@Nullable IntPtr v) void
GLCompatibility.texCoord2sv
(@Nullable ShortPtr v) void
GLCompatibility.texCoord3dv
(@Nullable DoublePtr v) void
GLCompatibility.texCoord3fv
(@Nullable FloatPtr v) void
GLCompatibility.texCoord3hvNV
(@Nullable ShortPtr v) void
GLCompatibility.texCoord3iv
(@Nullable IntPtr v) void
GLCompatibility.texCoord3sv
(@Nullable ShortPtr v) void
GLCompatibility.texCoord4dv
(@Nullable DoublePtr v) void
GLCompatibility.texCoord4fv
(@Nullable FloatPtr v) void
GLCompatibility.texCoord4hvNV
(@Nullable ShortPtr v) void
GLCompatibility.texCoord4iv
(@Nullable IntPtr v) void
GLCompatibility.texCoord4sv
(@Nullable ShortPtr v) void
GLCompatibility.texCoordP1uiv
(int type, @Nullable IntPtr coords) void
GLCompatibility.texCoordP2uiv
(int type, @Nullable IntPtr coords) void
GLCompatibility.texCoordP3uiv
(int type, @Nullable IntPtr coords) void
GLCompatibility.texCoordP4uiv
(int type, @Nullable IntPtr coords) void
GLCompatibility.texCoordPointer
(int size, int type, int stride, @NotNull MemorySegment pointer) void
void
void
void
void
void
GL.texImage1D
(int target, int level, int internalformat, int width, int border, int format, int type, @NotNull MemorySegment pixels) void
GL.texImage2D
(int target, int level, int internalformat, int width, int height, int border, int format, int type, @NotNull MemorySegment pixels) void
GL.texImage3D
(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, @NotNull MemorySegment pixels) void
GL.texParameterfv
(int target, int pname, @Nullable FloatPtr params) void
GL.texParameterIiv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.texParameterIivEXT
(int target, int pname, @Nullable IntPtr params) void
GL.texParameterIuiv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.texParameterIuivEXT
(int target, int pname, @Nullable IntPtr params) void
GL.texParameteriv
(int target, int pname, @Nullable IntPtr params) void
GL.texSubImage1D
(int target, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) void
GL.texSubImage2D
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) void
GL.texSubImage3D
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment pixels) void
GL.textureImage1DEXT
(int texture, int target, int level, int internalformat, int width, int border, int format, int type, @NotNull MemorySegment pixels) void
GL.textureImage2DEXT
(int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, @NotNull MemorySegment pixels) void
GL.textureImage3DEXT
(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, @NotNull MemorySegment pixels) void
GL.textureParameterfv
(int texture, int pname, @Nullable FloatPtr param) void
GL.textureParameterfvEXT
(int texture, int target, int pname, @Nullable FloatPtr params) void
GL.textureParameterIiv
(int texture, int pname, @Nullable IntPtr params) void
GL.textureParameterIivEXT
(int texture, int target, int pname, @Nullable IntPtr params) void
GL.textureParameterIuiv
(int texture, int pname, @Nullable IntPtr params) void
GL.textureParameterIuivEXT
(int texture, int target, int pname, @Nullable IntPtr params) void
GL.textureParameteriv
(int texture, int pname, @Nullable IntPtr param) void
GL.textureParameterivEXT
(int texture, int target, int pname, @Nullable IntPtr params) void
GL.textureSubImage1D
(int texture, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) void
GL.textureSubImage1DEXT
(int texture, int target, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) void
GL.textureSubImage2D
(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) void
GL.textureSubImage2DEXT
(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) void
GL.textureSubImage3D
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment pixels) void
GL.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) void
GLCompatibility.transformFeedbackAttribsNV
(int count, @Nullable IntPtr attribs, int bufferMode) void
GLCompatibility.transformFeedbackStreamAttribsNV
(int count, @Nullable IntPtr attribs, int nbuffers, @Nullable IntPtr bufstreams, int bufferMode) void
GLCompatibility.transformFeedbackStreamAttribsNV
(int count, @Nullable IntPtr attribs, int nbuffers, @Nullable IntPtr bufstreams, int bufferMode) void
GLCompatibility.transformFeedbackVaryingsNV
(int program, int count, @Nullable IntPtr locations, int bufferMode) void
GL.transformPathNV
(int resultPath, int srcPath, int transformType, @Nullable FloatPtr transformValues) void
GL.uniform1dv
(int location, int count, @Nullable DoublePtr value) void
GL.uniform1fv
(int location, int count, @Nullable FloatPtr value) void
GLCompatibility.uniform1fvARB
(int location, int count, @Nullable FloatPtr value) void
GL.uniform1i64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform1i64vNV
(int location, int count, @Nullable LongPtr value) void
GL.uniform1iv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform1ivARB
(int location, int count, @Nullable IntPtr value) void
GL.uniform1ui64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform1ui64vNV
(int location, int count, @Nullable LongPtr value) void
GL.uniform1uiv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform1uivEXT
(int location, int count, @Nullable IntPtr value) void
GL.uniform2dv
(int location, int count, @Nullable DoublePtr value) void
GL.uniform2fv
(int location, int count, @Nullable FloatPtr value) void
GLCompatibility.uniform2fvARB
(int location, int count, @Nullable FloatPtr value) void
GL.uniform2i64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform2i64vNV
(int location, int count, @Nullable LongPtr value) void
GL.uniform2iv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform2ivARB
(int location, int count, @Nullable IntPtr value) void
GL.uniform2ui64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform2ui64vNV
(int location, int count, @Nullable LongPtr value) void
GL.uniform2uiv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform2uivEXT
(int location, int count, @Nullable IntPtr value) void
GL.uniform3dv
(int location, int count, @Nullable DoublePtr value) void
GL.uniform3fv
(int location, int count, @Nullable FloatPtr value) void
GLCompatibility.uniform3fvARB
(int location, int count, @Nullable FloatPtr value) void
GL.uniform3i64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform3i64vNV
(int location, int count, @Nullable LongPtr value) void
GL.uniform3iv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform3ivARB
(int location, int count, @Nullable IntPtr value) void
GL.uniform3ui64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform3ui64vNV
(int location, int count, @Nullable LongPtr value) void
GL.uniform3uiv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform3uivEXT
(int location, int count, @Nullable IntPtr value) void
GL.uniform4dv
(int location, int count, @Nullable DoublePtr value) void
GL.uniform4fv
(int location, int count, @Nullable FloatPtr value) void
GLCompatibility.uniform4fvARB
(int location, int count, @Nullable FloatPtr value) void
GL.uniform4i64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform4i64vNV
(int location, int count, @Nullable LongPtr value) void
GL.uniform4iv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform4ivARB
(int location, int count, @Nullable IntPtr value) void
GL.uniform4ui64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform4ui64vNV
(int location, int count, @Nullable LongPtr value) void
GL.uniform4uiv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform4uivEXT
(int location, int count, @Nullable IntPtr value) void
GL.uniformHandleui64vARB
(int location, int count, @Nullable LongPtr value) void
GL.uniformHandleui64vNV
(int location, int count, @Nullable LongPtr value) void
GL.uniformMatrix2dv
(int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.uniformMatrix2fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GLCompatibility.uniformMatrix2fvARB
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.uniformMatrix2x3dv
(int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.uniformMatrix2x3fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.uniformMatrix2x4dv
(int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.uniformMatrix2x4fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.uniformMatrix3dv
(int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.uniformMatrix3fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GLCompatibility.uniformMatrix3fvARB
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.uniformMatrix3x2dv
(int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.uniformMatrix3x2fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.uniformMatrix3x4dv
(int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.uniformMatrix3x4fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.uniformMatrix4dv
(int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.uniformMatrix4fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GLCompatibility.uniformMatrix4fvARB
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.uniformMatrix4x2dv
(int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.uniformMatrix4x2fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.uniformMatrix4x3dv
(int location, int count, byte transpose, @Nullable DoublePtr value) void
GL.uniformMatrix4x3fv
(int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.uniformSubroutinesuiv
(int shadertype, int count, @Nullable IntPtr indices) void
GL.uniformui64vNV
(int location, int count, @Nullable LongPtr value) void
void
void
GLCompatibility.vertex2hvNV
(@Nullable ShortPtr v) void
void
void
void
void
GLCompatibility.vertex3hvNV
(@Nullable ShortPtr v) void
void
void
void
void
GLCompatibility.vertex4hvNV
(@Nullable ShortPtr v) void
void
void
GLCompatibility.vertexArrayRangeNV
(int length, @NotNull MemorySegment pointer) void
GL.vertexArrayVertexBuffers
(int vaobj, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) void
GL.vertexArrayVertexBuffers
(int vaobj, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) void
GL.vertexArrayVertexBuffers
(int vaobj, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) void
GL.vertexAttrib1dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttrib1dvARB
(int index, @Nullable DoublePtr v) void
GL.vertexAttrib1fv
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib1fvARB
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib1hvNV
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib1sv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib1svARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib2dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttrib2dvARB
(int index, @Nullable DoublePtr v) void
GL.vertexAttrib2fv
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib2fvARB
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib2hvNV
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib2sv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib2svARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib3dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttrib3dvARB
(int index, @Nullable DoublePtr v) void
GL.vertexAttrib3fv
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib3fvARB
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib3hvNV
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib3sv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib3svARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib4bv
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttrib4bvARB
(int index, @Nullable BytePtr v) void
GL.vertexAttrib4dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttrib4dvARB
(int index, @Nullable DoublePtr v) void
GL.vertexAttrib4fv
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib4fvARB
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib4hvNV
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib4iv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttrib4ivARB
(int index, @Nullable IntPtr v) void
GL.vertexAttrib4Nbv
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttrib4NbvARB
(int index, @Nullable BytePtr v) void
GL.vertexAttrib4Niv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttrib4NivARB
(int index, @Nullable IntPtr v) void
GL.vertexAttrib4Nsv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib4NsvARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib4Nubv
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttrib4NubvARB
(int index, @Nullable BytePtr v) void
GL.vertexAttrib4Nuiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttrib4NuivARB
(int index, @Nullable IntPtr v) void
GL.vertexAttrib4Nusv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib4NusvARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib4sv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib4svARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib4ubv
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttrib4ubvARB
(int index, @Nullable BytePtr v) void
GL.vertexAttrib4uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttrib4uivARB
(int index, @Nullable IntPtr v) void
GL.vertexAttrib4usv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib4usvARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttribI1iv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI1ivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI1uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI1uivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI2iv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI2ivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI2uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI2uivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI3iv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI3ivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI3uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI3uivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI4bv
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttribI4bvEXT
(int index, @Nullable BytePtr v) void
GL.vertexAttribI4iv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI4ivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI4sv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribI4svEXT
(int index, @Nullable ShortPtr v) void
GL.vertexAttribI4ubv
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttribI4ubvEXT
(int index, @Nullable BytePtr v) void
GL.vertexAttribI4uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI4uivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI4usv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribI4usvEXT
(int index, @Nullable ShortPtr v) void
GL.vertexAttribIPointer
(int index, int size, int type, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.vertexAttribIPointerEXT
(int index, int size, int type, int stride, @NotNull MemorySegment pointer) void
GL.vertexAttribL1dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttribL1dvEXT
(int index, @Nullable DoublePtr v) void
GL.vertexAttribL1i64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL1ui64vARB
(int index, @Nullable LongPtr v) void
GL.vertexAttribL1ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL2dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttribL2dvEXT
(int index, @Nullable DoublePtr v) void
GL.vertexAttribL2i64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL2ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL3dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttribL3dvEXT
(int index, @Nullable DoublePtr v) void
GL.vertexAttribL3i64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL3ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL4dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttribL4dvEXT
(int index, @Nullable DoublePtr v) void
GL.vertexAttribL4i64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL4ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribLPointer
(int index, int size, int type, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.vertexAttribLPointerEXT
(int index, int size, int type, int stride, @NotNull MemorySegment pointer) void
GL.vertexAttribP1uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP2uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP3uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP4uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribPointer
(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.vertexAttribPointerARB
(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.vertexAttribs1hvNV
(int index, int n, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribs2hvNV
(int index, int n, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribs3hvNV
(int index, int n, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribs4hvNV
(int index, int n, @Nullable ShortPtr v) void
GLCompatibility.vertexP2uiv
(int type, @Nullable IntPtr value) void
GLCompatibility.vertexP3uiv
(int type, @Nullable IntPtr value) void
GLCompatibility.vertexP4uiv
(int type, @Nullable IntPtr value) void
GLCompatibility.vertexPointer
(int size, int type, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.vertexWeighthvNV
(@Nullable ShortPtr weight) void
GL.viewportArrayv
(int first, int count, @Nullable FloatPtr v) void
GL.viewportIndexedfv
(int index, @Nullable FloatPtr v) void
GLCompatibility.waitSemaphoreui64NVX
(int waitGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) void
GLCompatibility.waitSemaphoreui64NVX
(int waitGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) void
GLCompatibility.weightbvARB
(int size, @Nullable BytePtr weights) void
GLCompatibility.weightdvARB
(int size, @Nullable DoublePtr weights) void
GLCompatibility.weightfvARB
(int size, @Nullable FloatPtr weights) void
GLCompatibility.weightivARB
(int size, @Nullable IntPtr weights) void
GL.weightPathsNV
(int resultPath, int numPaths, @Nullable IntPtr paths, @Nullable FloatPtr weights) void
GL.weightPathsNV
(int resultPath, int numPaths, @Nullable IntPtr paths, @Nullable FloatPtr weights) void
GLCompatibility.weightPointerARB
(int size, int type, int stride, @NotNull MemorySegment pointer) void
GLCompatibility.weightsvARB
(int size, @Nullable ShortPtr weights) void
GLCompatibility.weightubvARB
(int size, @Nullable BytePtr weights) void
GLCompatibility.weightuivARB
(int size, @Nullable IntPtr weights) void
GLCompatibility.weightusvARB
(int size, @Nullable ShortPtr weights) void
GLCompatibility.windowPos2dv
(@Nullable DoublePtr v) void
GLCompatibility.windowPos2dvARB
(@Nullable DoublePtr v) void
GLCompatibility.windowPos2fv
(@Nullable FloatPtr v) void
GLCompatibility.windowPos2fvARB
(@Nullable FloatPtr v) void
GLCompatibility.windowPos2iv
(@Nullable IntPtr v) void
GLCompatibility.windowPos2ivARB
(@Nullable IntPtr v) void
GLCompatibility.windowPos2sv
(@Nullable ShortPtr v) void
GLCompatibility.windowPos2svARB
(@Nullable ShortPtr v) void
GLCompatibility.windowPos3dv
(@Nullable DoublePtr v) void
GLCompatibility.windowPos3dvARB
(@Nullable DoublePtr v) void
GLCompatibility.windowPos3fv
(@Nullable FloatPtr v) void
GLCompatibility.windowPos3fvARB
(@Nullable FloatPtr v) void
GLCompatibility.windowPos3iv
(@Nullable IntPtr v) void
GLCompatibility.windowPos3ivARB
(@Nullable IntPtr v) void
GLCompatibility.windowPos3sv
(@Nullable ShortPtr v) void
GLCompatibility.windowPos3svARB
(@Nullable ShortPtr v) void
GL.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 MemorySegment
XRFunctionTypes.IPFN_xrEglGetProcAddressMNDX.invoke
(@NotNull MemorySegment p0) Method parameters in club.doki7.openxr with annotations of type PointerModifier and TypeMethodDescriptionint
XRFunctionTypes.IPFN_xrCreateApiLayerInstance.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) int
XRFunctionTypes.IPFN_xrCreateApiLayerInstance.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) int
XRFunctionTypes.IPFN_xrCreateApiLayerInstance.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) int
XRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT.invoke
(long p0, long p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) int
XRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT.invoke
(long p0, long p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) @NotNull MemorySegment
XRFunctionTypes.IPFN_xrEglGetProcAddressMNDX.invoke
(@NotNull MemorySegment p0) int
XRFunctionTypes.IPFN_xrGetInstanceProcAddr.invoke
(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) int
XRFunctionTypes.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 TypeMethodDescriptionint
XR.acquireEnvironmentDepthImageMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA acquireInfo, XrEnvironmentDepthImageMETA environmentDepthImage) int
XR.acquireEnvironmentDepthImageMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA acquireInfo, XrEnvironmentDepthImageMETA environmentDepthImage) int
XR.acquireSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) int
XRStatic.acquireSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) int
XR.allocateWorldMeshBufferML
(XrWorldMeshDetectorML detector, XrWorldMeshBufferSizeML size, XrWorldMeshBufferML buffer) int
XR.allocateWorldMeshBufferML
(XrWorldMeshDetectorML detector, XrWorldMeshBufferSizeML size, XrWorldMeshBufferML buffer) int
XR.applyForceFeedbackCurlMNDX
(XrHandTrackerEXT handTracker, XrForceFeedbackCurlApplyLocationsMNDX locations) int
XR.applyFoveationHTC
(XrSession session, XrFoveationApplyInfoHTC applyInfo) int
XR.applyHapticFeedback
(XrSession session, XrHapticActionInfo hapticActionInfo, XrHapticBaseHeader hapticFeedback) int
XR.applyHapticFeedback
(XrSession session, XrHapticActionInfo hapticActionInfo, XrHapticBaseHeader hapticFeedback) int
XRStatic.applyHapticFeedback
(XrSession session, XrHapticActionInfo hapticActionInfo, XrHapticBaseHeader hapticFeedback) int
XRStatic.applyHapticFeedback
(XrSession session, XrHapticActionInfo hapticActionInfo, XrHapticBaseHeader hapticFeedback) int
XR.attachSessionActionSets
(XrSession session, XrSessionActionSetsAttachInfo attachInfo) int
XRStatic.attachSessionActionSets
(XrSession session, XrSessionActionSetsAttachInfo attachInfo) int
XR.beginFrame
(XrSession session, @Nullable XrFrameBeginInfo frameBeginInfo) int
XRStatic.beginFrame
(XrSession session, @Nullable XrFrameBeginInfo frameBeginInfo) int
XR.beginPlaneDetectionEXT
(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorBeginInfoEXT beginInfo) int
XR.beginSession
(XrSession session, XrSessionBeginInfo beginInfo) int
XRStatic.beginSession
(XrSession session, XrSessionBeginInfo beginInfo) int
XR.cancelFutureEXT
(XrInstance instance, XrFutureCancelInfoEXT cancelInfo) int
XR.captureSceneAsyncBD
(XrSenseDataProviderBD provider, XrSceneCaptureInfoBD info, XrFutureEXT.Ptr future) int
XR.captureSceneAsyncBD
(XrSenseDataProviderBD provider, XrSceneCaptureInfoBD info, XrFutureEXT.Ptr future) int
XR.captureSceneCompleteBD
(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) int
XR.changeVirtualKeyboardTextContextMETA
(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardTextContextChangeInfoMETA changeInfo) int
XR.computeNewSceneMSFT
(XrSceneObserverMSFT sceneObserver, XrNewSceneComputeInfoMSFT computeInfo) int
XR.convertTimespecTimeToTimeKHR
(XrInstance instance, @NotNull MemorySegment timespecTime, LongPtr time) int
XR.convertTimespecTimeToTimeKHR
(XrInstance instance, @NotNull MemorySegment timespecTime, LongPtr time) int
XR.convertTimeToTimespecTimeKHR
(XrInstance instance, long time, @NotNull MemorySegment timespecTime) int
XR.convertTimeToWin32PerformanceCounterKHR
(XrInstance instance, long time, @NotNull MemorySegment performanceCounter) int
XR.convertWin32PerformanceCounterToTimeKHR
(XrInstance instance, @NotNull MemorySegment performanceCounter, LongPtr time) int
XR.convertWin32PerformanceCounterToTimeKHR
(XrInstance instance, @NotNull MemorySegment performanceCounter, LongPtr time) int
XR.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) int
XR.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) int
XRStatic.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) int
XRStatic.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) int
XR.createActionSet
(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) int
XR.createActionSet
(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) int
XRStatic.createActionSet
(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) int
XRStatic.createActionSet
(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) int
XR.createActionSpace
(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) int
XR.createActionSpace
(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) int
XRStatic.createActionSpace
(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) int
XRStatic.createActionSpace
(XrSession session, XrActionSpaceCreateInfo createInfo, XrSpace.Ptr space) int
XR.createAnchorSpaceBD
(XrSession session, XrAnchorSpaceCreateInfoBD createInfo, XrSpace.Ptr space) int
XR.createAnchorSpaceBD
(XrSession session, XrAnchorSpaceCreateInfoBD createInfo, XrSpace.Ptr space) int
XR.createApiLayerInstance
(XrInstanceCreateInfo info, XrApiLayerCreateInfo layerInfo, XrInstance.Ptr instance) int
XR.createApiLayerInstance
(XrInstanceCreateInfo info, XrApiLayerCreateInfo layerInfo, XrInstance.Ptr instance) int
XR.createApiLayerInstance
(XrInstanceCreateInfo info, XrApiLayerCreateInfo layerInfo, XrInstance.Ptr instance) int
XR.createBodyTrackerBD
(XrSession session, XrBodyTrackerCreateInfoBD createInfo, XrBodyTrackerBD.Ptr bodyTracker) int
XR.createBodyTrackerBD
(XrSession session, XrBodyTrackerCreateInfoBD createInfo, XrBodyTrackerBD.Ptr bodyTracker) int
XR.createBodyTrackerFB
(XrSession session, XrBodyTrackerCreateInfoFB createInfo, XrBodyTrackerFB.Ptr bodyTracker) int
XR.createBodyTrackerFB
(XrSession session, XrBodyTrackerCreateInfoFB createInfo, XrBodyTrackerFB.Ptr bodyTracker) int
XR.createBodyTrackerHTC
(XrSession session, XrBodyTrackerCreateInfoHTC createInfo, XrBodyTrackerHTC.Ptr bodyTracker) int
XR.createBodyTrackerHTC
(XrSession session, XrBodyTrackerCreateInfoHTC createInfo, XrBodyTrackerHTC.Ptr bodyTracker) int
XR.createDebugUtilsMessengerEXT
(XrInstance instance, XrDebugUtilsMessengerCreateInfoEXT createInfo, XrDebugUtilsMessengerEXT.Ptr messenger) int
XR.createDebugUtilsMessengerEXT
(XrInstance instance, XrDebugUtilsMessengerCreateInfoEXT createInfo, XrDebugUtilsMessengerEXT.Ptr messenger) int
XR.createEnvironmentDepthProviderMETA
(XrSession session, XrEnvironmentDepthProviderCreateInfoMETA createInfo, XrEnvironmentDepthProviderMETA.Ptr environmentDepthProvider) int
XR.createEnvironmentDepthProviderMETA
(XrSession session, XrEnvironmentDepthProviderCreateInfoMETA createInfo, XrEnvironmentDepthProviderMETA.Ptr environmentDepthProvider) int
XR.createEnvironmentDepthSwapchainMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA createInfo, XrEnvironmentDepthSwapchainMETA.Ptr swapchain) int
XR.createEnvironmentDepthSwapchainMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA createInfo, XrEnvironmentDepthSwapchainMETA.Ptr swapchain) int
XR.createExportedLocalizationMapML
(XrSession session, XrUuidEXT mapUuid, XrExportedLocalizationMapML.Ptr map) int
XR.createExportedLocalizationMapML
(XrSession session, XrUuidEXT mapUuid, XrExportedLocalizationMapML.Ptr map) int
XR.createEyeTrackerFB
(XrSession session, XrEyeTrackerCreateInfoFB createInfo, XrEyeTrackerFB.Ptr eyeTracker) int
XR.createEyeTrackerFB
(XrSession session, XrEyeTrackerCreateInfoFB createInfo, XrEyeTrackerFB.Ptr eyeTracker) int
XR.createFaceTracker2FB
(XrSession session, XrFaceTrackerCreateInfo2FB createInfo, XrFaceTracker2FB.Ptr faceTracker) int
XR.createFaceTracker2FB
(XrSession session, XrFaceTrackerCreateInfo2FB createInfo, XrFaceTracker2FB.Ptr faceTracker) int
XR.createFaceTrackerFB
(XrSession session, XrFaceTrackerCreateInfoFB createInfo, XrFaceTrackerFB.Ptr faceTracker) int
XR.createFaceTrackerFB
(XrSession session, XrFaceTrackerCreateInfoFB createInfo, XrFaceTrackerFB.Ptr faceTracker) int
XR.createFacialExpressionClientML
(XrSession session, XrFacialExpressionClientCreateInfoML createInfo, XrFacialExpressionClientML.Ptr facialExpressionClient) int
XR.createFacialExpressionClientML
(XrSession session, XrFacialExpressionClientCreateInfoML createInfo, XrFacialExpressionClientML.Ptr facialExpressionClient) int
XR.createFacialTrackerHTC
(XrSession session, XrFacialTrackerCreateInfoHTC createInfo, XrFacialTrackerHTC.Ptr facialTracker) int
XR.createFacialTrackerHTC
(XrSession session, XrFacialTrackerCreateInfoHTC createInfo, XrFacialTrackerHTC.Ptr facialTracker) int
XR.createFoveationProfileFB
(XrSession session, XrFoveationProfileCreateInfoFB createInfo, XrFoveationProfileFB.Ptr profile) int
XR.createFoveationProfileFB
(XrSession session, XrFoveationProfileCreateInfoFB createInfo, XrFoveationProfileFB.Ptr profile) int
XR.createGeometryInstanceFB
(XrSession session, XrGeometryInstanceCreateInfoFB createInfo, XrGeometryInstanceFB.Ptr outGeometryInstance) int
XR.createGeometryInstanceFB
(XrSession session, XrGeometryInstanceCreateInfoFB createInfo, XrGeometryInstanceFB.Ptr outGeometryInstance) int
XR.createHandMeshSpaceMSFT
(XrHandTrackerEXT handTracker, XrHandMeshSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) int
XR.createHandMeshSpaceMSFT
(XrHandTrackerEXT handTracker, XrHandMeshSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) int
XR.createHandTrackerEXT
(XrSession session, XrHandTrackerCreateInfoEXT createInfo, XrHandTrackerEXT.Ptr handTracker) int
XR.createHandTrackerEXT
(XrSession session, XrHandTrackerCreateInfoEXT createInfo, XrHandTrackerEXT.Ptr handTracker) int
XR.createInstance
(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) int
XR.createInstance
(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) int
XRStatic.createInstance
(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) int
XRStatic.createInstance
(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) int
XR.createKeyboardSpaceFB
(XrSession session, XrKeyboardSpaceCreateInfoFB createInfo, XrSpace.Ptr keyboardSpace) int
XR.createKeyboardSpaceFB
(XrSession session, XrKeyboardSpaceCreateInfoFB createInfo, XrSpace.Ptr keyboardSpace) int
XR.createMarkerDetectorML
(XrSession session, XrMarkerDetectorCreateInfoML createInfo, XrMarkerDetectorML.Ptr markerDetector) int
XR.createMarkerDetectorML
(XrSession session, XrMarkerDetectorCreateInfoML createInfo, XrMarkerDetectorML.Ptr markerDetector) int
XR.createMarkerSpaceML
(XrSession session, XrMarkerSpaceCreateInfoML createInfo, XrSpace.Ptr space) int
XR.createMarkerSpaceML
(XrSession session, XrMarkerSpaceCreateInfoML createInfo, XrSpace.Ptr space) int
XR.createMarkerSpaceVARJO
(XrSession session, XrMarkerSpaceCreateInfoVARJO createInfo, XrSpace.Ptr space) int
XR.createMarkerSpaceVARJO
(XrSession session, XrMarkerSpaceCreateInfoVARJO createInfo, XrSpace.Ptr space) int
XR.createPassthroughColorLutMETA
(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA createInfo, XrPassthroughColorLutMETA.Ptr colorLut) int
XR.createPassthroughColorLutMETA
(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA createInfo, XrPassthroughColorLutMETA.Ptr colorLut) int
XR.createPassthroughFB
(XrSession session, XrPassthroughCreateInfoFB createInfo, XrPassthroughFB.Ptr outPassthrough) int
XR.createPassthroughFB
(XrSession session, XrPassthroughCreateInfoFB createInfo, XrPassthroughFB.Ptr outPassthrough) int
XR.createPassthroughHTC
(XrSession session, XrPassthroughCreateInfoHTC createInfo, XrPassthroughHTC.Ptr passthrough) int
XR.createPassthroughHTC
(XrSession session, XrPassthroughCreateInfoHTC createInfo, XrPassthroughHTC.Ptr passthrough) int
XR.createPassthroughLayerFB
(XrSession session, XrPassthroughLayerCreateInfoFB createInfo, XrPassthroughLayerFB.Ptr outLayer) int
XR.createPassthroughLayerFB
(XrSession session, XrPassthroughLayerCreateInfoFB createInfo, XrPassthroughLayerFB.Ptr outLayer) int
XR.createPlaneDetectorEXT
(XrSession session, XrPlaneDetectorCreateInfoEXT createInfo, XrPlaneDetectorEXT.Ptr planeDetector) int
XR.createPlaneDetectorEXT
(XrSession session, XrPlaneDetectorCreateInfoEXT createInfo, XrPlaneDetectorEXT.Ptr planeDetector) int
XR.createReferenceSpace
(XrSession session, XrReferenceSpaceCreateInfo createInfo, XrSpace.Ptr space) int
XR.createReferenceSpace
(XrSession session, XrReferenceSpaceCreateInfo createInfo, XrSpace.Ptr space) int
XRStatic.createReferenceSpace
(XrSession session, XrReferenceSpaceCreateInfo createInfo, XrSpace.Ptr space) int
XRStatic.createReferenceSpace
(XrSession session, XrReferenceSpaceCreateInfo createInfo, XrSpace.Ptr space) int
XR.createRenderModelAssetEXT
(XrSession session, XrRenderModelAssetCreateInfoEXT createInfo, XrRenderModelAssetEXT.Ptr asset) int
XR.createRenderModelAssetEXT
(XrSession session, XrRenderModelAssetCreateInfoEXT createInfo, XrRenderModelAssetEXT.Ptr asset) int
XR.createRenderModelEXT
(XrSession session, XrRenderModelCreateInfoEXT createInfo, XrRenderModelEXT.Ptr renderModel) int
XR.createRenderModelEXT
(XrSession session, XrRenderModelCreateInfoEXT createInfo, XrRenderModelEXT.Ptr renderModel) int
XR.createRenderModelSpaceEXT
(XrSession session, XrRenderModelSpaceCreateInfoEXT createInfo, XrSpace.Ptr space) int
XR.createRenderModelSpaceEXT
(XrSession session, XrRenderModelSpaceCreateInfoEXT createInfo, XrSpace.Ptr space) int
XR.createSceneMSFT
(XrSceneObserverMSFT sceneObserver, @Nullable XrSceneCreateInfoMSFT createInfo, XrSceneMSFT.Ptr scene) int
XR.createSceneMSFT
(XrSceneObserverMSFT sceneObserver, @Nullable XrSceneCreateInfoMSFT createInfo, XrSceneMSFT.Ptr scene) int
XR.createSceneObserverMSFT
(XrSession session, @Nullable XrSceneObserverCreateInfoMSFT createInfo, XrSceneObserverMSFT.Ptr sceneObserver) int
XR.createSceneObserverMSFT
(XrSession session, @Nullable XrSceneObserverCreateInfoMSFT createInfo, XrSceneObserverMSFT.Ptr sceneObserver) int
XR.createSenseDataProviderBD
(XrSession session, XrSenseDataProviderCreateInfoBD createInfo, XrSenseDataProviderBD.Ptr provider) int
XR.createSenseDataProviderBD
(XrSession session, XrSenseDataProviderCreateInfoBD createInfo, XrSenseDataProviderBD.Ptr provider) int
XR.createSession
(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) int
XR.createSession
(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) int
XRStatic.createSession
(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) int
XRStatic.createSession
(XrInstance instance, XrSessionCreateInfo createInfo, XrSession.Ptr session) int
XR.createSpaceFromCoordinateFrameUIDML
(XrSession session, XrCoordinateSpaceCreateInfoML createInfo, XrSpace.Ptr space) int
XR.createSpaceFromCoordinateFrameUIDML
(XrSession session, XrCoordinateSpaceCreateInfoML createInfo, XrSpace.Ptr space) int
XR.createSpaceUserFB
(XrSession session, XrSpaceUserCreateInfoFB info, XrSpaceUserFB.Ptr user) int
XR.createSpaceUserFB
(XrSession session, XrSpaceUserCreateInfoFB info, XrSpaceUserFB.Ptr user) int
XR.createSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSpatialAnchorCreateInfoBD info, XrFutureEXT.Ptr future) int
XR.createSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSpatialAnchorCreateInfoBD info, XrFutureEXT.Ptr future) int
XR.createSpatialAnchorCompleteBD
(XrSenseDataProviderBD provider, XrFutureEXT future, XrSpatialAnchorCreateCompletionBD completion) int
XR.createSpatialAnchorEXT
(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongPtr anchorEntityId, XrSpatialEntityEXT.Ptr anchorEntity) int
XR.createSpatialAnchorEXT
(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongPtr anchorEntityId, XrSpatialEntityEXT.Ptr anchorEntity) int
XR.createSpatialAnchorEXT
(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongPtr anchorEntityId, XrSpatialEntityEXT.Ptr anchorEntity) int
XR.createSpatialAnchorFB
(XrSession session, XrSpatialAnchorCreateInfoFB info, LongPtr requestId) int
XR.createSpatialAnchorFB
(XrSession session, XrSpatialAnchorCreateInfoFB info, LongPtr requestId) int
XR.createSpatialAnchorFromPerceptionAnchorMSFT
(XrSession session, PointerPtr perceptionAnchor, XrSpatialAnchorMSFT.Ptr anchor) int
XR.createSpatialAnchorFromPersistedNameMSFT
(XrSession session, XrSpatialAnchorFromPersistedAnchorCreateInfoMSFT spatialAnchorCreateInfo, XrSpatialAnchorMSFT.Ptr spatialAnchor) int
XR.createSpatialAnchorFromPersistedNameMSFT
(XrSession session, XrSpatialAnchorFromPersistedAnchorCreateInfoMSFT spatialAnchorCreateInfo, XrSpatialAnchorMSFT.Ptr spatialAnchor) int
XR.createSpatialAnchorHTC
(XrSession session, XrSpatialAnchorCreateInfoHTC createInfo, XrSpace.Ptr anchor) int
XR.createSpatialAnchorHTC
(XrSession session, XrSpatialAnchorCreateInfoHTC createInfo, XrSpace.Ptr anchor) int
XR.createSpatialAnchorMSFT
(XrSession session, XrSpatialAnchorCreateInfoMSFT createInfo, XrSpatialAnchorMSFT.Ptr anchor) int
XR.createSpatialAnchorMSFT
(XrSession session, XrSpatialAnchorCreateInfoMSFT createInfo, XrSpatialAnchorMSFT.Ptr anchor) int
XR.createSpatialAnchorsAsyncML
(XrSession session, XrSpatialAnchorsCreateInfoBaseHeaderML createInfo, XrFutureEXT.Ptr future) int
XR.createSpatialAnchorsAsyncML
(XrSession session, XrSpatialAnchorsCreateInfoBaseHeaderML createInfo, XrFutureEXT.Ptr future) int
XR.createSpatialAnchorsCompleteML
(XrSession session, XrFutureEXT future, XrCreateSpatialAnchorsCompletionML completion) int
XR.createSpatialAnchorSpaceMSFT
(XrSession session, XrSpatialAnchorSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) int
XR.createSpatialAnchorSpaceMSFT
(XrSession session, XrSpatialAnchorSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) int
XR.createSpatialAnchorsStorageML
(XrSession session, XrSpatialAnchorsCreateStorageInfoML createInfo, XrSpatialAnchorsStorageML.Ptr storage) int
XR.createSpatialAnchorsStorageML
(XrSession session, XrSpatialAnchorsCreateStorageInfoML createInfo, XrSpatialAnchorsStorageML.Ptr storage) int
XR.createSpatialAnchorStoreConnectionMSFT
(XrSession session, XrSpatialAnchorStoreConnectionMSFT.Ptr spatialAnchorStore) int
XR.createSpatialContextAsyncEXT
(XrSession session, XrSpatialContextCreateInfoEXT createInfo, XrFutureEXT.Ptr future) int
XR.createSpatialContextAsyncEXT
(XrSession session, XrSpatialContextCreateInfoEXT createInfo, XrFutureEXT.Ptr future) int
XR.createSpatialContextCompleteEXT
(XrSession session, XrFutureEXT future, XrCreateSpatialContextCompletionEXT completion) int
XR.createSpatialDiscoverySnapshotAsyncEXT
(XrSpatialContextEXT spatialContext, XrSpatialDiscoverySnapshotCreateInfoEXT createInfo, XrFutureEXT.Ptr future) int
XR.createSpatialDiscoverySnapshotAsyncEXT
(XrSpatialContextEXT spatialContext, XrSpatialDiscoverySnapshotCreateInfoEXT createInfo, XrFutureEXT.Ptr future) int
XR.createSpatialDiscoverySnapshotCompleteEXT
(XrSpatialContextEXT spatialContext, XrCreateSpatialDiscoverySnapshotCompletionInfoEXT createSnapshotCompletionInfo, XrCreateSpatialDiscoverySnapshotCompletionEXT completion) int
XR.createSpatialDiscoverySnapshotCompleteEXT
(XrSpatialContextEXT spatialContext, XrCreateSpatialDiscoverySnapshotCompletionInfoEXT createSnapshotCompletionInfo, XrCreateSpatialDiscoverySnapshotCompletionEXT completion) int
XR.createSpatialEntityAnchorBD
(XrSenseDataProviderBD provider, XrSpatialEntityAnchorCreateInfoBD createInfo, XrAnchorBD.Ptr anchor) int
XR.createSpatialEntityAnchorBD
(XrSenseDataProviderBD provider, XrSpatialEntityAnchorCreateInfoBD createInfo, XrAnchorBD.Ptr anchor) int
XR.createSpatialEntityFromIdEXT
(XrSpatialContextEXT spatialContext, XrSpatialEntityFromIdCreateInfoEXT createInfo, XrSpatialEntityEXT.Ptr spatialEntity) int
XR.createSpatialEntityFromIdEXT
(XrSpatialContextEXT spatialContext, XrSpatialEntityFromIdCreateInfoEXT createInfo, XrSpatialEntityEXT.Ptr spatialEntity) int
XR.createSpatialGraphNodeSpaceMSFT
(XrSession session, XrSpatialGraphNodeSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) int
XR.createSpatialGraphNodeSpaceMSFT
(XrSession session, XrSpatialGraphNodeSpaceCreateInfoMSFT createInfo, XrSpace.Ptr space) int
XR.createSpatialPersistenceContextAsyncEXT
(XrSession session, XrSpatialPersistenceContextCreateInfoEXT createInfo, XrFutureEXT.Ptr future) int
XR.createSpatialPersistenceContextAsyncEXT
(XrSession session, XrSpatialPersistenceContextCreateInfoEXT createInfo, XrFutureEXT.Ptr future) int
XR.createSpatialPersistenceContextCompleteEXT
(XrSession session, XrFutureEXT future, XrCreateSpatialPersistenceContextCompletionEXT completion) int
XR.createSpatialUpdateSnapshotEXT
(XrSpatialContextEXT spatialContext, XrSpatialUpdateSnapshotCreateInfoEXT createInfo, XrSpatialSnapshotEXT.Ptr snapshot) int
XR.createSpatialUpdateSnapshotEXT
(XrSpatialContextEXT spatialContext, XrSpatialUpdateSnapshotCreateInfoEXT createInfo, XrSpatialSnapshotEXT.Ptr snapshot) int
XR.createSwapchain
(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) int
XR.createSwapchain
(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) int
XRStatic.createSwapchain
(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) int
XRStatic.createSwapchain
(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) int
XR.createSwapchainAndroidSurfaceKHR
(XrSession session, XrSwapchainCreateInfo info, XrSwapchain.Ptr swapchain, PointerPtr surface) int
XR.createSwapchainAndroidSurfaceKHR
(XrSession session, XrSwapchainCreateInfo info, XrSwapchain.Ptr swapchain, PointerPtr surface) int
XR.createTriangleMeshFB
(XrSession session, XrTriangleMeshCreateInfoFB createInfo, XrTriangleMeshFB.Ptr outTriangleMesh) int
XR.createTriangleMeshFB
(XrSession session, XrTriangleMeshCreateInfoFB createInfo, XrTriangleMeshFB.Ptr outTriangleMesh) int
XR.createVirtualKeyboardMETA
(XrSession session, XrVirtualKeyboardCreateInfoMETA createInfo, XrVirtualKeyboardMETA.Ptr keyboard) int
XR.createVirtualKeyboardMETA
(XrSession session, XrVirtualKeyboardCreateInfoMETA createInfo, XrVirtualKeyboardMETA.Ptr keyboard) int
XR.createVirtualKeyboardSpaceMETA
(XrSession session, XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardSpaceCreateInfoMETA createInfo, XrSpace.Ptr keyboardSpace) int
XR.createVirtualKeyboardSpaceMETA
(XrSession session, XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardSpaceCreateInfoMETA createInfo, XrSpace.Ptr keyboardSpace) int
XR.createVulkanDeviceKHR
(XrInstance instance, XrVulkanDeviceCreateInfoKHR createInfo, VkDevice.Ptr vulkanDevice, IntPtr vulkanResult) int
XR.createVulkanDeviceKHR
(XrInstance instance, XrVulkanDeviceCreateInfoKHR createInfo, VkDevice.Ptr vulkanDevice, IntPtr vulkanResult) int
XR.createVulkanInstanceKHR
(XrInstance instance, XrVulkanInstanceCreateInfoKHR createInfo, VkInstance.Ptr vulkanInstance, IntPtr vulkanResult) int
XR.createVulkanInstanceKHR
(XrInstance instance, XrVulkanInstanceCreateInfoKHR createInfo, VkInstance.Ptr vulkanInstance, IntPtr vulkanResult) int
XR.createWorldMeshDetectorML
(XrSession session, XrWorldMeshDetectorCreateInfoML createInfo, XrWorldMeshDetectorML.Ptr detector) int
XR.createWorldMeshDetectorML
(XrSession session, XrWorldMeshDetectorCreateInfoML createInfo, XrWorldMeshDetectorML.Ptr detector) int
XR.deleteSpatialAnchorsAsyncML
(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsDeleteInfoML deleteInfo, XrFutureEXT.Ptr future) int
XR.deleteSpatialAnchorsAsyncML
(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsDeleteInfoML deleteInfo, XrFutureEXT.Ptr future) int
XR.deleteSpatialAnchorsCompleteML
(XrSpatialAnchorsStorageML storage, XrFutureEXT future, XrSpatialAnchorsDeleteCompletionML completion) int
XR.deserializeSceneMSFT
(XrSceneObserverMSFT sceneObserver, XrSceneDeserializeInfoMSFT deserializeInfo) int
XR.downloadSharedSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSharedSpatialAnchorDownloadInfoBD info, XrFutureEXT.Ptr future) int
XR.downloadSharedSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSharedSpatialAnchorDownloadInfoBD info, XrFutureEXT.Ptr future) int
XR.downloadSharedSpatialAnchorCompleteBD
(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) int
XR.enableLocalizationEventsML
(XrSession session, XrLocalizationEnableEventsInfoML info) int
XR.enableUserCalibrationEventsML
(XrInstance instance, XrUserCalibrationEnableEventsInfoML enableInfo) int
XR.endFrame
(XrSession session, XrFrameEndInfo frameEndInfo) int
XRStatic.endFrame
(XrSession session, XrFrameEndInfo frameEndInfo) int
XR.enumerateApiLayerProperties
(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) int
XRStatic.enumerateApiLayerProperties
(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) int
XR.enumerateBoundSourcesForAction
(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) int
XR.enumerateBoundSourcesForAction
(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) int
XRStatic.enumerateBoundSourcesForAction
(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) int
XRStatic.enumerateBoundSourcesForAction
(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) int
XR.enumerateEnvironmentDepthSwapchainImagesMETA
(XrEnvironmentDepthSwapchainMETA swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) int
XR.enumerateExternalCamerasOCULUS
(XrSession session, int cameraCapacityInput, IntPtr cameraCountOutput, @Nullable IXrExternalCameraOCULUS cameras) int
XR.enumerateInstanceExtensionProperties
(@Nullable BytePtr layerName, int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrExtensionProperties properties) int
XRStatic.enumerateInstanceExtensionProperties
(@Nullable BytePtr layerName, int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrExtensionProperties properties) int
XR.enumerateInteractionRenderModelIdsEXT
(XrSession session, XrInteractionRenderModelIdsEnumerateInfoEXT getInfo, int renderModelIdCapacityInput, IntPtr renderModelIdCountOutput, @Nullable LongPtr renderModelIds) int
XR.enumerateInteractionRenderModelIdsEXT
(XrSession session, XrInteractionRenderModelIdsEnumerateInfoEXT getInfo, int renderModelIdCapacityInput, IntPtr renderModelIdCountOutput, @Nullable LongPtr renderModelIds) int
XR.enumeratePerformanceMetricsCounterPathsMETA
(XrInstance instance, int counterPathCapacityInput, IntPtr counterPathCountOutput, @Nullable LongPtr counterPaths) int
XR.enumeratePersistedSpatialAnchorNamesMSFT
(XrSpatialAnchorStoreConnectionMSFT spatialAnchorStore, int spatialAnchorNameCapacityInput, IntPtr spatialAnchorNameCountOutput, @Nullable IXrSpatialAnchorPersistenceNameMSFT spatialAnchorNames) int
XR.enumerateRenderModelPathsFB
(XrSession session, int pathCapacityInput, IntPtr pathCountOutput, @Nullable IXrRenderModelPathInfoFB paths) int
XR.enumerateRenderModelSubactionPathsEXT
(XrRenderModelEXT renderModel, @Nullable XrInteractionRenderModelSubactionPathInfoEXT info, int pathCapacityInput, IntPtr pathCountOutput, @Nullable LongPtr paths) int
XR.enumerateRenderModelSubactionPathsEXT
(XrRenderModelEXT renderModel, @Nullable XrInteractionRenderModelSubactionPathInfoEXT info, int pathCapacityInput, IntPtr pathCountOutput, @Nullable LongPtr paths) int
XR.enumerateSpatialCapabilityComponentTypesEXT
(XrInstance instance, long systemId, int capability, XrSpatialCapabilityComponentTypesEXT capabilityComponents) int
XR.enumerateSwapchainImages
(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) int
XRStatic.enumerateSwapchainImages
(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) int
XR.enumerateViewConfigurationViews
(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) int
XRStatic.enumerateViewConfigurationViews
(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) int
XR.enumerateViveTrackerPathsHTCX
(XrInstance instance, int pathCapacityInput, IntPtr pathCountOutput, @Nullable IXrViveTrackerPathsHTCX paths) int
XR.eraseSpaceFB
(XrSession session, XrSpaceEraseInfoFB info, LongPtr requestId) int
XR.eraseSpaceFB
(XrSession session, XrSpaceEraseInfoFB info, LongPtr requestId) int
XR.freeWorldMeshBufferML
(XrWorldMeshDetectorML detector, XrWorldMeshBufferML buffer) int
XR.geometryInstanceSetTransformFB
(XrGeometryInstanceFB instance, XrGeometryInstanceTransformFB transformation) int
XR.getActionStateBoolean
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateBoolean state) int
XR.getActionStateBoolean
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateBoolean state) int
XRStatic.getActionStateBoolean
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateBoolean state) int
XRStatic.getActionStateBoolean
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateBoolean state) int
XR.getActionStateFloat
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateFloat state) int
XR.getActionStateFloat
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateFloat state) int
XRStatic.getActionStateFloat
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateFloat state) int
XRStatic.getActionStateFloat
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateFloat state) int
XR.getActionStatePose
(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) int
XR.getActionStatePose
(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) int
XRStatic.getActionStatePose
(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) int
XRStatic.getActionStatePose
(XrSession session, XrActionStateGetInfo getInfo, XrActionStatePose state) int
XR.getActionStateVector2f
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateVector2f state) int
XR.getActionStateVector2f
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateVector2f state) int
XRStatic.getActionStateVector2f
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateVector2f state) int
XRStatic.getActionStateVector2f
(XrSession session, XrActionStateGetInfo getInfo, XrActionStateVector2f state) int
XR.getAnchorUuidBD
(XrAnchorBD anchor, XrUuidEXT uuid) int
XR.getBodySkeletonFB
(XrBodyTrackerFB bodyTracker, XrBodySkeletonFB skeleton) int
XR.getBodySkeletonHTC
(XrBodyTrackerHTC bodyTracker, XrSpace baseSpace, int skeletonGenerationId, XrBodySkeletonHTC skeleton) int
XR.getControllerModelKeyMSFT
(XrSession session, long topLevelUserPath, XrControllerModelKeyStateMSFT controllerModelKeyState) int
XR.getControllerModelPropertiesMSFT
(XrSession session, long modelKey, XrControllerModelPropertiesMSFT properties) int
XR.getControllerModelStateMSFT
(XrSession session, long modelKey, XrControllerModelStateMSFT state) int
XR.getCurrentInteractionProfile
(XrSession session, long topLevelUserPath, XrInteractionProfileState interactionProfile) int
XRStatic.getCurrentInteractionProfile
(XrSession session, long topLevelUserPath, XrInteractionProfileState interactionProfile) int
XR.getD3D11GraphicsRequirementsKHR
(XrInstance instance, long systemId, XrGraphicsRequirementsD3D11KHR graphicsRequirements) int
XR.getD3D12GraphicsRequirementsKHR
(XrInstance instance, long systemId, XrGraphicsRequirementsD3D12KHR graphicsRequirements) int
XR.getDeviceSampleRateFB
(XrSession session, XrHapticActionInfo hapticActionInfo, XrDevicePcmSampleRateGetInfoFB deviceSampleRate) int
XR.getDeviceSampleRateFB
(XrSession session, XrHapticActionInfo hapticActionInfo, XrDevicePcmSampleRateGetInfoFB deviceSampleRate) int
XR.getEnvironmentDepthSwapchainStateMETA
(XrEnvironmentDepthSwapchainMETA swapchain, XrEnvironmentDepthSwapchainStateMETA state) int
XR.getEyeGazesFB
(XrEyeTrackerFB eyeTracker, XrEyeGazesInfoFB gazeInfo, XrEyeGazesFB eyeGazes) int
XR.getEyeGazesFB
(XrEyeTrackerFB eyeTracker, XrEyeGazesInfoFB gazeInfo, XrEyeGazesFB eyeGazes) int
XR.getFaceExpressionWeights2FB
(XrFaceTracker2FB faceTracker, XrFaceExpressionInfo2FB expressionInfo, XrFaceExpressionWeights2FB expressionWeights) int
XR.getFaceExpressionWeights2FB
(XrFaceTracker2FB faceTracker, XrFaceExpressionInfo2FB expressionInfo, XrFaceExpressionWeights2FB expressionWeights) int
XR.getFaceExpressionWeightsFB
(XrFaceTrackerFB faceTracker, XrFaceExpressionInfoFB expressionInfo, XrFaceExpressionWeightsFB expressionWeights) int
XR.getFaceExpressionWeightsFB
(XrFaceTrackerFB faceTracker, XrFaceExpressionInfoFB expressionInfo, XrFaceExpressionWeightsFB expressionWeights) int
XR.getFacialExpressionBlendShapePropertiesML
(XrFacialExpressionClientML facialExpressionClient, XrFacialExpressionBlendShapeGetInfoML blendShapeGetInfo, int blendShapeCount, IXrFacialExpressionBlendShapePropertiesML blendShapes) int
XR.getFacialExpressionBlendShapePropertiesML
(XrFacialExpressionClientML facialExpressionClient, XrFacialExpressionBlendShapeGetInfoML blendShapeGetInfo, int blendShapeCount, IXrFacialExpressionBlendShapePropertiesML blendShapes) int
XR.getFacialExpressionsHTC
(XrFacialTrackerHTC facialTracker, XrFacialExpressionsHTC facialExpressions) int
XR.getFoveationEyeTrackedStateMETA
(XrSession session, XrFoveationEyeTrackedStateMETA foveationState) int
XR.getHandMeshFB
(XrHandTrackerEXT handTracker, XrHandTrackingMeshFB mesh) int
XR.getInputSourceLocalizedName
(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) int
XRStatic.getInputSourceLocalizedName
(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) int
XR.getInstanceProcAddr
(@Nullable XrInstance instance, BytePtr name, PointerPtr function) int
XRStatic.getInstanceProcAddr
(@Nullable XrInstance instance, BytePtr name, PointerPtr function) int
XR.getInstanceProperties
(XrInstance instance, XrInstanceProperties instanceProperties) int
XRStatic.getInstanceProperties
(XrInstance instance, XrInstanceProperties instanceProperties) int
XR.getMarkerDetectorStateML
(XrMarkerDetectorML markerDetector, XrMarkerDetectorStateML state) int
XR.getMarkerSizeVARJO
(XrSession session, long markerId, XrExtent2Df size) int
XR.getMarkersML
(XrMarkerDetectorML markerDetector, int markerCapacityInput, IntPtr markerCountOutput, @Nullable LongPtr markers) int
XR.getMetalGraphicsRequirementsKHR
(XrInstance instance, long systemId, XrGraphicsRequirementsMetalKHR graphicsRequirements) int
XR.getOpenGLESGraphicsRequirementsKHR
(XrInstance instance, long systemId, XrGraphicsRequirementsOpenGLESKHR graphicsRequirements) int
XR.getOpenGLGraphicsRequirementsKHR
(XrInstance instance, long systemId, XrGraphicsRequirementsOpenGLKHR graphicsRequirements) int
XR.getPassthroughPreferencesMETA
(XrSession session, XrPassthroughPreferencesMETA preferences) int
XR.getPerformanceMetricsStateMETA
(XrSession session, XrPerformanceMetricsStateMETA state) int
XR.getPlaneDetectionsEXT
(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorGetInfoEXT info, XrPlaneDetectorLocationsEXT locations) int
XR.getPlaneDetectionsEXT
(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorGetInfoEXT info, XrPlaneDetectorLocationsEXT locations) int
XR.getPlanePolygonBufferEXT
(XrPlaneDetectorEXT planeDetector, long planeId, int polygonBufferIndex, XrPlaneDetectorPolygonBufferEXT polygonBuffer) int
XR.getQueriedSenseDataBD
(XrSenseDataSnapshotBD snapshot, XrQueriedSenseDataGetInfoBD getInfo, XrQueriedSenseDataBD queriedSenseData) int
XR.getQueriedSenseDataBD
(XrSenseDataSnapshotBD snapshot, XrQueriedSenseDataGetInfoBD getInfo, XrQueriedSenseDataBD queriedSenseData) int
XR.getRecommendedLayerResolutionMETA
(XrSession session, XrRecommendedLayerResolutionGetInfoMETA info, XrRecommendedLayerResolutionMETA resolution) int
XR.getRecommendedLayerResolutionMETA
(XrSession session, XrRecommendedLayerResolutionGetInfoMETA info, XrRecommendedLayerResolutionMETA resolution) int
XR.getReferenceSpaceBoundsRect
(XrSession session, int referenceSpaceType, XrExtent2Df bounds) int
XRStatic.getReferenceSpaceBoundsRect
(XrSession session, int referenceSpaceType, XrExtent2Df bounds) int
XR.getRenderModelAssetDataEXT
(XrRenderModelAssetEXT asset, @Nullable XrRenderModelAssetDataGetInfoEXT getInfo, XrRenderModelAssetDataEXT buffer) int
XR.getRenderModelAssetDataEXT
(XrRenderModelAssetEXT asset, @Nullable XrRenderModelAssetDataGetInfoEXT getInfo, XrRenderModelAssetDataEXT buffer) int
XR.getRenderModelAssetPropertiesEXT
(XrRenderModelAssetEXT asset, @Nullable XrRenderModelAssetPropertiesGetInfoEXT getInfo, XrRenderModelAssetPropertiesEXT properties) int
XR.getRenderModelAssetPropertiesEXT
(XrRenderModelAssetEXT asset, @Nullable XrRenderModelAssetPropertiesGetInfoEXT getInfo, XrRenderModelAssetPropertiesEXT properties) int
XR.getRenderModelPoseTopLevelUserPathEXT
(XrRenderModelEXT renderModel, XrInteractionRenderModelTopLevelUserPathGetInfoEXT info, LongPtr topLevelUserPath) int
XR.getRenderModelPoseTopLevelUserPathEXT
(XrRenderModelEXT renderModel, XrInteractionRenderModelTopLevelUserPathGetInfoEXT info, LongPtr topLevelUserPath) int
XR.getRenderModelPropertiesEXT
(XrRenderModelEXT renderModel, @Nullable XrRenderModelPropertiesGetInfoEXT getInfo, XrRenderModelPropertiesEXT properties) int
XR.getRenderModelPropertiesEXT
(XrRenderModelEXT renderModel, @Nullable XrRenderModelPropertiesGetInfoEXT getInfo, XrRenderModelPropertiesEXT properties) int
XR.getRenderModelPropertiesFB
(XrSession session, long path, XrRenderModelPropertiesFB properties) int
XR.getRenderModelStateEXT
(XrRenderModelEXT renderModel, XrRenderModelStateGetInfoEXT getInfo, XrRenderModelStateEXT state) int
XR.getRenderModelStateEXT
(XrRenderModelEXT renderModel, XrRenderModelStateGetInfoEXT getInfo, XrRenderModelStateEXT state) int
XR.getSceneComponentsMSFT
(XrSceneMSFT scene, XrSceneComponentsGetInfoMSFT getInfo, XrSceneComponentsMSFT components) int
XR.getSceneComponentsMSFT
(XrSceneMSFT scene, XrSceneComponentsGetInfoMSFT getInfo, XrSceneComponentsMSFT components) int
XR.getSceneMarkerDecodedStringMSFT
(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) int
XR.getSceneMarkerRawDataMSFT
(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) int
XR.getSceneMeshBuffersMSFT
(XrSceneMSFT scene, XrSceneMeshBuffersGetInfoMSFT getInfo, XrSceneMeshBuffersMSFT buffers) int
XR.getSceneMeshBuffersMSFT
(XrSceneMSFT scene, XrSceneMeshBuffersGetInfoMSFT getInfo, XrSceneMeshBuffersMSFT buffers) int
XR.getSerializedSceneFragmentDataMSFT
(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT getInfo, int countInput, IntPtr readOutput, @Nullable BytePtr buffer) int
XR.getSpaceBoundary2DFB
(XrSession session, XrSpace space, XrBoundary2DFB boundary2DOutput) int
XR.getSpaceBoundingBox2DFB
(XrSession session, XrSpace space, XrRect2Df boundingBox2DOutput) int
XR.getSpaceBoundingBox3DFB
(XrSession session, XrSpace space, XrRect3DfFB boundingBox3DOutput) int
XR.getSpaceComponentStatusFB
(XrSpace space, int componentType, XrSpaceComponentStatusFB status) int
XR.getSpaceContainerFB
(XrSession session, XrSpace space, XrSpaceContainerFB spaceContainerOutput) int
XR.getSpaceRoomLayoutFB
(XrSession session, XrSpace space, XrRoomLayoutFB roomLayoutOutput) int
XR.getSpaceSemanticLabelsFB
(XrSession session, XrSpace space, XrSemanticLabelsFB semanticLabelsOutput) int
XR.getSpaceTriangleMeshMETA
(XrSpace space, XrSpaceTriangleMeshGetInfoMETA getInfo, XrSpaceTriangleMeshMETA triangleMeshOutput) int
XR.getSpaceTriangleMeshMETA
(XrSpace space, XrSpaceTriangleMeshGetInfoMETA getInfo, XrSpaceTriangleMeshMETA triangleMeshOutput) int
XR.getSpaceUserIdFB
(XrSpaceUserFB user, LongPtr userId) int
XR.getSpaceUuidFB
(XrSpace space, XrUuidEXT uuid) int
XR.getSpatialAnchorNameHTC
(XrSpace anchor, XrSpatialAnchorNameHTC name) int
XR.getSpatialAnchorStateML
(XrSpace anchor, XrSpatialAnchorStateML state) int
XR.getSpatialBufferFloatEXT
(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable FloatPtr buffer) int
XR.getSpatialBufferStringEXT
(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) int
XR.getSpatialBufferUint16EXT
(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable ShortPtr buffer) int
XR.getSpatialBufferUint32EXT
(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IntPtr buffer) int
XR.getSpatialBufferUint8EXT
(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) int
XR.getSpatialBufferVector2fEXT
(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector2f buffer) int
XR.getSpatialBufferVector2fEXT
(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector2f buffer) int
XR.getSpatialBufferVector3fEXT
(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector3f buffer) int
XR.getSpatialBufferVector3fEXT
(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector3f buffer) int
XR.getSpatialEntityComponentDataBD
(XrSenseDataSnapshotBD snapshot, XrSpatialEntityComponentGetInfoBD getInfo, XrSpatialEntityComponentDataBaseHeaderBD componentData) int
XR.getSpatialEntityComponentDataBD
(XrSenseDataSnapshotBD snapshot, XrSpatialEntityComponentGetInfoBD getInfo, XrSpatialEntityComponentDataBaseHeaderBD componentData) int
XR.getSpatialEntityUuidBD
(XrSenseDataSnapshotBD snapshot, long entityId, XrUuidEXT uuid) int
XR.getSpatialGraphNodeBindingPropertiesMSFT
(XrSpatialGraphNodeBindingMSFT nodeBinding, @Nullable XrSpatialGraphNodeBindingPropertiesGetInfoMSFT getInfo, XrSpatialGraphNodeBindingPropertiesMSFT properties) int
XR.getSpatialGraphNodeBindingPropertiesMSFT
(XrSpatialGraphNodeBindingMSFT nodeBinding, @Nullable XrSpatialGraphNodeBindingPropertiesGetInfoMSFT getInfo, XrSpatialGraphNodeBindingPropertiesMSFT properties) int
XR.getSwapchainStateFB
(XrSwapchain swapchain, XrSwapchainStateBaseHeaderFB state) int
XR.getSystem
(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) int
XR.getSystem
(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) int
XRStatic.getSystem
(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) int
XRStatic.getSystem
(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) int
XR.getSystemProperties
(XrInstance instance, long systemId, XrSystemProperties properties) int
XRStatic.getSystemProperties
(XrInstance instance, long systemId, XrSystemProperties properties) int
XR.getViewConfigurationProperties
(XrInstance instance, long systemId, int viewConfigurationType, XrViewConfigurationProperties configurationProperties) int
XRStatic.getViewConfigurationProperties
(XrInstance instance, long systemId, int viewConfigurationType, XrViewConfigurationProperties configurationProperties) int
XR.getVirtualKeyboardModelAnimationStatesMETA
(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardModelAnimationStatesMETA animationStates) int
XR.getVirtualKeyboardTextureDataMETA
(XrVirtualKeyboardMETA keyboard, long textureId, XrVirtualKeyboardTextureDataMETA textureData) int
XR.getVisibilityMaskKHR
(XrSession session, int viewConfigurationType, int viewIndex, int visibilityMaskType, XrVisibilityMaskKHR visibilityMask) int
XR.getVulkanGraphicsDevice2KHR
(XrInstance instance, XrVulkanGraphicsDeviceGetInfoKHR getInfo, VkPhysicalDevice.Ptr vulkanPhysicalDevice) int
XR.getVulkanGraphicsDevice2KHR
(XrInstance instance, XrVulkanGraphicsDeviceGetInfoKHR getInfo, VkPhysicalDevice.Ptr vulkanPhysicalDevice) int
XR.getVulkanGraphicsDeviceKHR
(XrInstance instance, long systemId, VkInstance vkInstance, VkPhysicalDevice.Ptr vkPhysicalDevice) int
XR.getVulkanGraphicsRequirements2KHR
(XrInstance instance, long systemId, XrGraphicsRequirementsVulkanKHR graphicsRequirements) int
XR.getVulkanGraphicsRequirementsKHR
(XrInstance instance, long systemId, XrGraphicsRequirementsVulkanKHR graphicsRequirements) int
XR.getWorldMeshBufferRecommendSizeML
(XrWorldMeshDetectorML detector, XrWorldMeshBufferRecommendedSizeInfoML sizeInfo, XrWorldMeshBufferSizeML size) int
XR.getWorldMeshBufferRecommendSizeML
(XrWorldMeshDetectorML detector, XrWorldMeshBufferRecommendedSizeInfoML sizeInfo, XrWorldMeshBufferSizeML size) int
XR.importLocalizationMapML
(XrSession session, XrLocalizationMapImportInfoML importInfo, @Nullable XrUuidEXT mapUuid) int
XR.importLocalizationMapML
(XrSession session, XrLocalizationMapImportInfoML importInfo, @Nullable XrUuidEXT mapUuid) int
XR.initializeLoaderKHR
(XrLoaderInitInfoBaseHeaderKHR loaderInitInfo) int
XR.loadRenderModelFB
(XrSession session, XrRenderModelLoadInfoFB info, XrRenderModelBufferFB buffer) int
XR.loadRenderModelFB
(XrSession session, XrRenderModelLoadInfoFB info, XrRenderModelBufferFB buffer) int
XR.locateBodyJointsBD
(XrBodyTrackerBD bodyTracker, XrBodyJointsLocateInfoBD locateInfo, XrBodyJointLocationsBD locations) int
XR.locateBodyJointsBD
(XrBodyTrackerBD bodyTracker, XrBodyJointsLocateInfoBD locateInfo, XrBodyJointLocationsBD locations) int
XR.locateBodyJointsFB
(XrBodyTrackerFB bodyTracker, XrBodyJointsLocateInfoFB locateInfo, XrBodyJointLocationsFB locations) int
XR.locateBodyJointsFB
(XrBodyTrackerFB bodyTracker, XrBodyJointsLocateInfoFB locateInfo, XrBodyJointLocationsFB locations) int
XR.locateBodyJointsHTC
(XrBodyTrackerHTC bodyTracker, XrBodyJointsLocateInfoHTC locateInfo, XrBodyJointLocationsHTC locations) int
XR.locateBodyJointsHTC
(XrBodyTrackerHTC bodyTracker, XrBodyJointsLocateInfoHTC locateInfo, XrBodyJointLocationsHTC locations) int
XR.locateHandJointsEXT
(XrHandTrackerEXT handTracker, XrHandJointsLocateInfoEXT locateInfo, XrHandJointLocationsEXT locations) int
XR.locateHandJointsEXT
(XrHandTrackerEXT handTracker, XrHandJointsLocateInfoEXT locateInfo, XrHandJointLocationsEXT locations) int
XR.locateSceneComponentsMSFT
(XrSceneMSFT scene, XrSceneComponentsLocateInfoMSFT locateInfo, XrSceneComponentLocationsMSFT locations) int
XR.locateSceneComponentsMSFT
(XrSceneMSFT scene, XrSceneComponentsLocateInfoMSFT locateInfo, XrSceneComponentLocationsMSFT locations) int
XR.locateSpace
(XrSpace space, XrSpace baseSpace, long time, XrSpaceLocation location) int
XRStatic.locateSpace
(XrSpace space, XrSpace baseSpace, long time, XrSpaceLocation location) int
XR.locateSpaces
(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) int
XR.locateSpaces
(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) int
XR.locateSpacesKHR
(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) int
XR.locateSpacesKHR
(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) int
XR.locateViews
(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) int
XR.locateViews
(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) int
XR.locateViews
(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) int
XRStatic.locateViews
(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) int
XRStatic.locateViews
(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) int
XRStatic.locateViews
(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) int
XR.negotiateLoaderApiLayerInterface
(XrNegotiateLoaderInfo loaderInfo, BytePtr layerName, XrNegotiateApiLayerRequest apiLayerRequest) int
XR.negotiateLoaderApiLayerInterface
(XrNegotiateLoaderInfo loaderInfo, BytePtr layerName, XrNegotiateApiLayerRequest apiLayerRequest) int
XR.negotiateLoaderRuntimeInterface
(XrNegotiateLoaderInfo loaderInfo, XrNegotiateRuntimeRequest runtimeRequest) int
XR.negotiateLoaderRuntimeInterface
(XrNegotiateLoaderInfo loaderInfo, XrNegotiateRuntimeRequest runtimeRequest) int
XR.passthroughLayerSetKeyboardHandsIntensityFB
(XrPassthroughLayerFB layer, XrPassthroughKeyboardHandsIntensityFB intensity) int
XR.passthroughLayerSetStyleFB
(XrPassthroughLayerFB layer, XrPassthroughStyleFB style) int
XR.pauseSimultaneousHandsAndControllersTrackingMETA
(XrSession session, XrSimultaneousHandsAndControllersTrackingPauseInfoMETA pauseInfo) int
XR.persistSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSpatialAnchorPersistInfoBD info, XrFutureEXT.Ptr future) int
XR.persistSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSpatialAnchorPersistInfoBD info, XrFutureEXT.Ptr future) int
XR.persistSpatialAnchorCompleteBD
(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) int
XR.persistSpatialAnchorMSFT
(XrSpatialAnchorStoreConnectionMSFT spatialAnchorStore, XrSpatialAnchorPersistenceInfoMSFT spatialAnchorPersistenceInfo) int
XR.persistSpatialEntityAsyncEXT
(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityPersistInfoEXT persistInfo, XrFutureEXT.Ptr future) int
XR.persistSpatialEntityAsyncEXT
(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityPersistInfoEXT persistInfo, XrFutureEXT.Ptr future) int
XR.persistSpatialEntityCompleteEXT
(XrSpatialPersistenceContextEXT persistenceContext, XrFutureEXT future, XrPersistSpatialEntityCompletionEXT completion) int
XR.pollEvent
(XrInstance instance, XrEventDataBuffer eventData) int
XRStatic.pollEvent
(XrInstance instance, XrEventDataBuffer eventData) int
XR.pollFutureEXT
(XrInstance instance, XrFuturePollInfoEXT pollInfo, XrFuturePollResultEXT pollResult) int
XR.pollFutureEXT
(XrInstance instance, XrFuturePollInfoEXT pollInfo, XrFuturePollResultEXT pollResult) int
XR.publishSpatialAnchorsAsyncML
(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsPublishInfoML publishInfo, XrFutureEXT.Ptr future) int
XR.publishSpatialAnchorsAsyncML
(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsPublishInfoML publishInfo, XrFutureEXT.Ptr future) int
XR.publishSpatialAnchorsCompleteML
(XrSpatialAnchorsStorageML storage, XrFutureEXT future, XrSpatialAnchorsPublishCompletionML completion) int
XR.queryLocalizationMapsML
(XrSession session, @Nullable XrLocalizationMapQueryInfoBaseHeaderML queryInfo, int mapCapacityInput, IntPtr mapCountOutput, @Nullable IXrLocalizationMapML maps) int
XR.queryLocalizationMapsML
(XrSession session, @Nullable XrLocalizationMapQueryInfoBaseHeaderML queryInfo, int mapCapacityInput, IntPtr mapCountOutput, @Nullable IXrLocalizationMapML maps) int
XR.queryPerformanceMetricsCounterMETA
(XrSession session, long counterPath, XrPerformanceMetricsCounterMETA counter) int
XR.querySenseDataAsyncBD
(XrSenseDataProviderBD provider, XrSenseDataQueryInfoBD queryInfo, XrFutureEXT.Ptr future) int
XR.querySenseDataAsyncBD
(XrSenseDataProviderBD provider, XrSenseDataQueryInfoBD queryInfo, XrFutureEXT.Ptr future) int
XR.querySenseDataCompleteBD
(XrSenseDataProviderBD provider, XrFutureEXT future, XrSenseDataQueryCompletionBD completion) int
XR.querySpacesFB
(XrSession session, XrSpaceQueryInfoBaseHeaderFB info, LongPtr requestId) int
XR.querySpacesFB
(XrSession session, XrSpaceQueryInfoBaseHeaderFB info, LongPtr requestId) int
XR.querySpatialAnchorsAsyncML
(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsQueryInfoBaseHeaderML queryInfo, XrFutureEXT.Ptr future) int
XR.querySpatialAnchorsAsyncML
(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsQueryInfoBaseHeaderML queryInfo, XrFutureEXT.Ptr future) int
XR.querySpatialAnchorsCompleteML
(XrSpatialAnchorsStorageML storage, XrFutureEXT future, XrSpatialAnchorsQueryCompletionML completion) int
XR.querySpatialComponentDataEXT
(XrSpatialSnapshotEXT snapshot, XrSpatialComponentDataQueryConditionEXT queryCondition, XrSpatialComponentDataQueryResultEXT queryResult) int
XR.querySpatialComponentDataEXT
(XrSpatialSnapshotEXT snapshot, XrSpatialComponentDataQueryConditionEXT queryCondition, XrSpatialComponentDataQueryResultEXT queryResult) int
XR.querySystemTrackedKeyboardFB
(XrSession session, XrKeyboardTrackingQueryFB queryInfo, XrKeyboardTrackingDescriptionFB keyboard) int
XR.querySystemTrackedKeyboardFB
(XrSession session, XrKeyboardTrackingQueryFB queryInfo, XrKeyboardTrackingDescriptionFB keyboard) int
XR.releaseSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) int
XRStatic.releaseSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) int
XR.requestMapLocalizationML
(XrSession session, XrMapLocalizationRequestInfoML requestInfo) int
XR.requestSceneCaptureFB
(XrSession session, XrSceneCaptureRequestInfoFB info, LongPtr requestId) int
XR.requestSceneCaptureFB
(XrSession session, XrSceneCaptureRequestInfoFB info, LongPtr requestId) int
XR.requestWorldMeshAsyncML
(XrWorldMeshDetectorML detector, XrWorldMeshGetInfoML getInfo, XrWorldMeshBufferML buffer, XrFutureEXT.Ptr future) int
XR.requestWorldMeshAsyncML
(XrWorldMeshDetectorML detector, XrWorldMeshGetInfoML getInfo, XrWorldMeshBufferML buffer, XrFutureEXT.Ptr future) int
XR.requestWorldMeshAsyncML
(XrWorldMeshDetectorML detector, XrWorldMeshGetInfoML getInfo, XrWorldMeshBufferML buffer, XrFutureEXT.Ptr future) int
XR.requestWorldMeshCompleteML
(XrWorldMeshDetectorML detector, XrWorldMeshRequestCompletionInfoML completionInfo, XrFutureEXT future, XrWorldMeshRequestCompletionML completion) int
XR.requestWorldMeshCompleteML
(XrWorldMeshDetectorML detector, XrWorldMeshRequestCompletionInfoML completionInfo, XrFutureEXT future, XrWorldMeshRequestCompletionML completion) int
XR.requestWorldMeshStateAsyncML
(XrWorldMeshDetectorML detector, XrWorldMeshStateRequestInfoML stateRequest, XrFutureEXT.Ptr future) int
XR.requestWorldMeshStateAsyncML
(XrWorldMeshDetectorML detector, XrWorldMeshStateRequestInfoML stateRequest, XrFutureEXT.Ptr future) int
XR.requestWorldMeshStateCompleteML
(XrWorldMeshDetectorML detector, XrFutureEXT future, XrWorldMeshStateRequestCompletionML completion) int
XR.resumeSimultaneousHandsAndControllersTrackingMETA
(XrSession session, XrSimultaneousHandsAndControllersTrackingResumeInfoMETA resumeInfo) int
XR.retrieveSpaceQueryResultsFB
(XrSession session, long requestId, XrSpaceQueryResultsFB results) int
XR.saveSpaceFB
(XrSession session, XrSpaceSaveInfoFB info, LongPtr requestId) int
XR.saveSpaceFB
(XrSession session, XrSpaceSaveInfoFB info, LongPtr requestId) int
XR.saveSpaceListFB
(XrSession session, XrSpaceListSaveInfoFB info, LongPtr requestId) int
XR.saveSpaceListFB
(XrSession session, XrSpaceListSaveInfoFB info, LongPtr requestId) int
XR.sendVirtualKeyboardInputMETA
(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardInputInfoMETA info, XrPosef interactorRootPose) int
XR.sendVirtualKeyboardInputMETA
(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardInputInfoMETA info, XrPosef interactorRootPose) int
XR.sessionBeginDebugUtilsLabelRegionEXT
(XrSession session, XrDebugUtilsLabelEXT labelInfo) int
XR.sessionInsertDebugUtilsLabelEXT
(XrSession session, XrDebugUtilsLabelEXT labelInfo) int
XR.setDebugUtilsObjectNameEXT
(XrInstance instance, XrDebugUtilsObjectNameInfoEXT nameInfo) int
XR.setDigitalLensControlALMALENCE
(XrSession session, XrDigitalLensControlALMALENCE digitalLensControl) int
XR.setEnvironmentDepthHandRemovalMETA
(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthHandRemovalSetInfoMETA setInfo) int
XR.setPerformanceMetricsStateMETA
(XrSession session, XrPerformanceMetricsStateMETA state) int
XR.setSpaceComponentStatusFB
(XrSpace space, XrSpaceComponentStatusSetInfoFB info, LongPtr requestId) int
XR.setSpaceComponentStatusFB
(XrSpace space, XrSpaceComponentStatusSetInfoFB info, LongPtr requestId) int
XR.setSystemNotificationsML
(XrInstance instance, XrSystemNotificationsSetInfoML info) int
XR.setVirtualKeyboardModelVisibilityMETA
(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardModelVisibilitySetInfoMETA modelVisibility) int
XR.shareSpacesFB
(XrSession session, XrSpaceShareInfoFB info, LongPtr requestId) int
XR.shareSpacesFB
(XrSession session, XrSpaceShareInfoFB info, LongPtr requestId) int
XR.shareSpacesMETA
(XrSession session, XrShareSpacesInfoMETA info, LongPtr requestId) int
XR.shareSpacesMETA
(XrSession session, XrShareSpacesInfoMETA info, LongPtr requestId) int
XR.shareSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSpatialAnchorShareInfoBD info, XrFutureEXT.Ptr future) int
XR.shareSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSpatialAnchorShareInfoBD info, XrFutureEXT.Ptr future) int
XR.shareSpatialAnchorCompleteBD
(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) int
XR.snapshotMarkerDetectorML
(XrMarkerDetectorML markerDetector, XrMarkerDetectorSnapshotInfoML snapshotInfo) int
XR.startColocationAdvertisementMETA
(XrSession session, XrColocationAdvertisementStartInfoMETA info, LongPtr advertisementRequestId) int
XR.startColocationAdvertisementMETA
(XrSession session, XrColocationAdvertisementStartInfoMETA info, LongPtr advertisementRequestId) int
XR.startColocationDiscoveryMETA
(XrSession session, XrColocationDiscoveryStartInfoMETA info, LongPtr discoveryRequestId) int
XR.startColocationDiscoveryMETA
(XrSession session, XrColocationDiscoveryStartInfoMETA info, LongPtr discoveryRequestId) int
XR.startSenseDataProviderAsyncBD
(XrSenseDataProviderBD provider, XrSenseDataProviderStartInfoBD startInfo, XrFutureEXT.Ptr future) int
XR.startSenseDataProviderAsyncBD
(XrSenseDataProviderBD provider, XrSenseDataProviderStartInfoBD startInfo, XrFutureEXT.Ptr future) int
XR.startSenseDataProviderCompleteBD
(XrSession session, XrFutureEXT future, XrFutureCompletionEXT completion) int
XR.stopColocationAdvertisementMETA
(XrSession session, XrColocationAdvertisementStopInfoMETA info, LongPtr requestId) int
XR.stopColocationAdvertisementMETA
(XrSession session, XrColocationAdvertisementStopInfoMETA info, LongPtr requestId) int
XR.stopColocationDiscoveryMETA
(XrSession session, XrColocationDiscoveryStopInfoMETA info, LongPtr requestId) int
XR.stopColocationDiscoveryMETA
(XrSession session, XrColocationDiscoveryStopInfoMETA info, LongPtr requestId) int
XR.stopHapticFeedback
(XrSession session, XrHapticActionInfo hapticActionInfo) int
XRStatic.stopHapticFeedback
(XrSession session, XrHapticActionInfo hapticActionInfo) int
XR.stringToPath
(XrInstance instance, BytePtr pathString, LongPtr path) int
XRStatic.stringToPath
(XrInstance instance, BytePtr pathString, LongPtr path) int
XR.submitDebugUtilsMessageEXT
(XrInstance instance, long messageSeverity, long messageTypes, XrDebugUtilsMessengerCallbackDataEXT callbackData) int
XR.suggestInteractionProfileBindings
(XrInstance instance, XrInteractionProfileSuggestedBinding suggestedBindings) int
XRStatic.suggestInteractionProfileBindings
(XrInstance instance, XrInteractionProfileSuggestedBinding suggestedBindings) int
XR.suggestVirtualKeyboardLocationMETA
(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardLocationInfoMETA locationInfo) int
XR.syncActions
(XrSession session, XrActionsSyncInfo syncInfo) int
XRStatic.syncActions
(XrSession session, XrActionsSyncInfo syncInfo) int
XR.tryCreateSpatialGraphStaticNodeBindingMSFT
(XrSession session, XrSpatialGraphStaticNodeBindingCreateInfoMSFT createInfo, XrSpatialGraphNodeBindingMSFT.Ptr nodeBinding) int
XR.tryCreateSpatialGraphStaticNodeBindingMSFT
(XrSession session, XrSpatialGraphStaticNodeBindingCreateInfoMSFT createInfo, XrSpatialGraphNodeBindingMSFT.Ptr nodeBinding) int
XR.unpersistSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSpatialAnchorUnpersistInfoBD info, XrFutureEXT.Ptr future) int
XR.unpersistSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSpatialAnchorUnpersistInfoBD info, XrFutureEXT.Ptr future) int
XR.unpersistSpatialAnchorCompleteBD
(XrSenseDataProviderBD provider, XrFutureEXT future, XrFutureCompletionEXT completion) int
XR.unpersistSpatialAnchorMSFT
(XrSpatialAnchorStoreConnectionMSFT spatialAnchorStore, XrSpatialAnchorPersistenceNameMSFT spatialAnchorPersistenceName) int
XR.unpersistSpatialEntityAsyncEXT
(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityUnpersistInfoEXT unpersistInfo, XrFutureEXT.Ptr future) int
XR.unpersistSpatialEntityAsyncEXT
(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityUnpersistInfoEXT unpersistInfo, XrFutureEXT.Ptr future) int
XR.unpersistSpatialEntityCompleteEXT
(XrSpatialPersistenceContextEXT persistenceContext, XrFutureEXT future, XrUnpersistSpatialEntityCompletionEXT completion) int
XR.updateHandMeshMSFT
(XrHandTrackerEXT handTracker, XrHandMeshUpdateInfoMSFT updateInfo, XrHandMeshMSFT handMesh) int
XR.updateHandMeshMSFT
(XrHandTrackerEXT handTracker, XrHandMeshUpdateInfoMSFT updateInfo, XrHandMeshMSFT handMesh) int
XR.updatePassthroughColorLutMETA
(XrPassthroughColorLutMETA colorLut, XrPassthroughColorLutUpdateInfoMETA updateInfo) int
XR.updateSpatialAnchorsExpirationAsyncML
(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsUpdateExpirationInfoML updateInfo, XrFutureEXT.Ptr future) int
XR.updateSpatialAnchorsExpirationAsyncML
(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsUpdateExpirationInfoML updateInfo, XrFutureEXT.Ptr future) int
XR.updateSpatialAnchorsExpirationCompleteML
(XrSpatialAnchorsStorageML storage, XrFutureEXT future, XrSpatialAnchorsUpdateExpirationCompletionML completion) int
XR.updateSwapchainFB
(XrSwapchain swapchain, XrSwapchainStateBaseHeaderFB state) int
XR.waitFrame
(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) int
XR.waitFrame
(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) int
XRStatic.waitFrame
(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) int
XRStatic.waitFrame
(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) int
XR.waitSwapchainImage
(XrSwapchain swapchain, XrSwapchainImageWaitInfo waitInfo) int
XRStatic.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 MemorySegment
XrActiveActionSetPrioritiesEXT.actionSetPrioritiesRaw()
@NotNull MemorySegment
XrSessionActionSetsAttachInfo.actionSetsRaw()
@NotNull MemorySegment
XrActionsSyncInfo.activeActionSetsRaw()
@NotNull MemorySegment
XrScenePlaneAlignmentFilterInfoMSFT.alignmentsRaw()
@NotNull MemorySegment
XrHapticAmplitudeEnvelopeVibrationFB.amplitudesRaw()
@NotNull MemorySegment
XrSpatialAnchorsPublishInfoML.anchorsRaw()
@NotNull MemorySegment
XrInstanceCreateInfoAndroidKHR.applicationActivity()
@NotNull MemorySegment
XrLoaderInitInfoAndroidKHR.applicationContext()
@NotNull MemorySegment
XrInstanceCreateInfoAndroidKHR.applicationVM()
@NotNull MemorySegment
XrLoaderInitInfoAndroidKHR.applicationVM()
@NotNull MemorySegment
XrBindingModificationsKHR.bindingModificationsRaw()
@NotNull MemorySegment
XrWorldMeshGetInfoML.blocksRaw()
@NotNull MemorySegment
XrWorldMeshRequestCompletionML.blocksRaw()
@NotNull MemorySegment
XrSpatialComponentBounded2DListEXT.boundsRaw()
@NotNull MemorySegment
XrSpatialComponentBounded3DListEXT.boundsRaw()
@NotNull MemorySegment
XrSceneBoundsMSFT.boxesRaw()
@NotNull MemorySegment
XrWorldMeshBufferML.buffer()
@NotNull MemorySegment
XrColocationAdvertisementStartInfoMETA.bufferRaw()
@NotNull MemorySegment
XrDeserializeSceneFragmentMSFT.bufferRaw()
@NotNull MemorySegment
XrHapticPcmVibrationFB.bufferRaw()
@NotNull MemorySegment
XrPassthroughColorLutDataMETA.bufferRaw()
@NotNull MemorySegment
XrRenderModelAssetDataEXT.bufferRaw()
@NotNull MemorySegment
XrRenderModelBufferFB.bufferRaw()
@NotNull MemorySegment
XrSemanticLabelsFB.bufferRaw()
@NotNull MemorySegment
XrVirtualKeyboardTextureDataMETA.bufferRaw()
@NotNull MemorySegment
XrSpatialContextCreateInfoEXT.capabilityConfigsRaw()
@NotNull MemorySegment
XrGraphicsBindingMetalKHR.commandQueue()
@NotNull MemorySegment
XrSceneComponentsLocateInfoMSFT.componentIdsRaw()
@NotNull MemorySegment
XrSceneComponentsMSFT.componentsRaw()
@NotNull MemorySegment
XrSpatialCapabilityComponentTypesEXT.componentTypesRaw()
@NotNull MemorySegment
XrSpatialComponentDataQueryConditionEXT.componentTypesRaw()
@NotNull MemorySegment
XrSpatialDiscoverySnapshotCreateInfoEXT.componentTypesRaw()
@NotNull MemorySegment
XrSpatialUpdateSnapshotCreateInfoEXT.componentTypesRaw()
@NotNull MemorySegment
XrWorldMeshBlockML.confidenceBufferRaw()
@NotNull MemorySegment
XrFaceExpressionWeights2FB.confidencesRaw()
@NotNull MemorySegment
XrFaceExpressionWeightsFB.confidencesRaw()
@NotNull MemorySegment
XrGraphicsBindingEGLMNDX.config()
@NotNull MemorySegment
XrGraphicsBindingOpenGLESAndroidKHR.config()
@NotNull MemorySegment
XrFoveationCustomModeInfoHTC.configsRaw()
@NotNull MemorySegment
XrGraphicsBindingOpenGLXcbKHR.connection()
@NotNull MemorySegment
XrGraphicsBindingEGLMNDX.context()
@NotNull MemorySegment
XrGraphicsBindingOpenGLESAndroidKHR.context()
@NotNull MemorySegment
XrHolographicWindowAttachmentMSFT.coreWindowRaw()
@NotNull MemorySegment
XrNegotiateApiLayerRequest.createApiLayerInstance()
@NotNull MemorySegment
XrLocalizationMapImportInfoML.dataRaw()
@NotNull MemorySegment
XrGraphicsBindingD3D11KHR.deviceRaw()
@NotNull MemorySegment
XrGraphicsBindingD3D12KHR.deviceRaw()
@NotNull MemorySegment
XrGraphicsBindingEGLMNDX.display()
@NotNull MemorySegment
XrGraphicsBindingOpenGLESAndroidKHR.display()
@NotNull MemorySegment
XrGraphicsBindingOpenGLWaylandKHR.displayRaw()
@NotNull MemorySegment
XrInstanceCreateInfo.enabledApiLayerNamesRaw()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationAnchorEXT.enabledComponentsRaw()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationAprilTagEXT.enabledComponentsRaw()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationArucoMarkerEXT.enabledComponentsRaw()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationBaseHeaderEXT.enabledComponentsRaw()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationMicroQrCodeEXT.enabledComponentsRaw()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationPlaneTrackingEXT.enabledComponentsRaw()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationQrCodeEXT.enabledComponentsRaw()
@NotNull MemorySegment
XrInstanceCreateInfo.enabledExtensionNamesRaw()
@NotNull MemorySegment
XrSecondaryViewConfigurationSessionBeginInfoMSFT.enabledViewConfigurationTypesRaw()
@NotNull MemorySegment
XrSpatialUpdateSnapshotCreateInfoEXT.entitiesRaw()
@Nullable LongPtr
XrSpatialComponentDataQueryResultEXT.entityIds()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@NotNull MemorySegment
XrSpatialComponentDataQueryResultEXT.entityIdsRaw()
@NotNull MemorySegment
XrSpatialComponentDataQueryResultEXT.entityStatesRaw()
@NotNull MemorySegment
XrSpaceQueryInfoFB.excludeFilterRaw()
@NotNull MemorySegment
XrFacialExpressionsHTC.expressionWeightingsRaw()
@NotNull MemorySegment
XrSpaceQueryInfoFB.filterRaw()
@NotNull MemorySegment
XrSceneDeserializeInfoMSFT.fragmentsRaw()
@NotNull MemorySegment
XrSceneBoundsMSFT.frustumsRaw()
@NotNull MemorySegment
XrDebugUtilsMessengerCallbackDataEXT.functionNameRaw()
@NotNull MemorySegment
XrNegotiateApiLayerRequest.getInstanceProcAddr()
@NotNull MemorySegment
XrNegotiateRuntimeRequest.getInstanceProcAddr()
@NotNull MemorySegment
XrGraphicsBindingEGLMNDX.getProcAddress()
@NotNull MemorySegment
XrRenderModelCreateInfoEXT.gltfExtensionsRaw()
@NotNull MemorySegment
XrGraphicsBindingOpenGLXlibKHR.glxContext()
@NotNull MemorySegment
XrGraphicsBindingOpenGLXlibKHR.glxFBConfig()
@NotNull MemorySegment
XrShareSpacesRecipientGroupsMETA.groupsRaw()
@NotNull MemorySegment
XrGraphicsBindingOpenGLWin32KHR.hDC()
@NotNull MemorySegment
XrGraphicsBindingOpenGLWin32KHR.hGLRC()
@NotNull MemorySegment
XrHolographicWindowAttachmentMSFT.holographicSpaceRaw()
@NotNull MemorySegment
XrTriangleMeshCreateInfoFB.indexBufferRaw()
@NotNull MemorySegment
XrWorldMeshBlockML.indexBufferRaw()
@NotNull MemorySegment
XrHandMeshIndexBufferMSFT.indicesRaw()
@NotNull MemorySegment
XrHandTrackingMeshFB.indicesRaw()
@NotNull MemorySegment
XrPassthroughMeshTransformInfoHTC.indicesRaw()
@NotNull MemorySegment
XrSceneMeshIndicesUint16MSFT.indicesRaw()
@NotNull MemorySegment
XrSceneMeshIndicesUint32MSFT.indicesRaw()
@NotNull MemorySegment
XrSpaceTriangleMeshMETA.indicesRaw()
@NotNull MemorySegment
XrSpatialEntityComponentDataTriangleMeshBD.indicesRaw()
@NotNull MemorySegment
XrVisibilityMaskKHR.indicesRaw()
@NotNull MemorySegment
XrHandTrackingMeshFB.jointBindPosesRaw()
@NotNull MemorySegment
XrBodyJointLocationsBD.jointLocationsRaw()
@NotNull MemorySegment
XrBodyJointLocationsFB.jointLocationsRaw()
@NotNull MemorySegment
XrBodyJointLocationsHTC.jointLocationsRaw()
@NotNull MemorySegment
XrHandJointLocationsEXT.jointLocationsRaw()
@NotNull MemorySegment
XrHandTrackingMeshFB.jointParentsRaw()
@NotNull MemorySegment
XrHandTrackingMeshFB.jointRadiiRaw()
@NotNull MemorySegment
XrBodySkeletonFB.jointsRaw()
@NotNull MemorySegment
XrBodySkeletonHTC.jointsRaw()
@NotNull MemorySegment
XrHandJointVelocitiesEXT.jointVelocitiesRaw()
@NotNull MemorySegment
XrDebugUtilsLabelEXT.labelNameRaw()
@NotNull MemorySegment
XrSenseDataFilterSemanticBD.labelsRaw()
@NotNull MemorySegment
XrSpatialEntityComponentDataSemanticBD.labelsRaw()
@NotNull MemorySegment
XrRecommendedLayerResolutionGetInfoMETA.layerRaw()
@NotNull MemorySegment
XrFrameEndInfo.layersRaw()
@NotNull MemorySegment
XrSecondaryViewConfigurationLayerInfoMSFT.layersRaw()
@NotNull MemorySegment
XrApiLayerCreateInfo.loaderInstance()
@NotNull MemorySegment
XrForceFeedbackCurlApplyLocationsMNDX.locationsRaw()
@NotNull MemorySegment
XrSceneComponentLocationsMSFT.locationsRaw()
@NotNull MemorySegment
XrSpaceLocations.locationsRaw()
@NotNull MemorySegment
XrSpaceLocationsKHR.locationsRaw()
@NotNull MemorySegment
XrSpatialComponentAnchorListEXT.locationsRaw()
@NotNull MemorySegment
XrSpatialComponentMarkerListEXT.markersRaw()
@NotNull MemorySegment
XrSceneMarkerTypeFilterMSFT.markerTypesRaw()
@NotNull MemorySegment
XrWorldMeshStateRequestCompletionML.meshBlockStatesRaw()
@NotNull MemorySegment
XrSpatialComponentMesh2DListEXT.meshesRaw()
@NotNull MemorySegment
XrSpatialComponentMesh3DListEXT.meshesRaw()
@NotNull MemorySegment
XrDebugUtilsMessengerCallbackDataEXT.messageIdRaw()
@NotNull MemorySegment
XrDebugUtilsMessengerCallbackDataEXT.messageRaw()
@NotNull MemorySegment
XrGraphicsRequirementsMetalKHR.metalDevice()
@NotNull MemorySegment
XrActionCreateInfo.next()
@NotNull MemorySegment
XrActionSetCreateInfo.next()
@NotNull MemorySegment
XrActionSpaceCreateInfo.next()
@NotNull MemorySegment
XrActionsSyncInfo.next()
@NotNull MemorySegment
XrActionStateBoolean.next()
@NotNull MemorySegment
XrActionStateFloat.next()
@NotNull MemorySegment
XrActionStateGetInfo.next()
@NotNull MemorySegment
XrActionStatePose.next()
@NotNull MemorySegment
XrActionStateVector2f.next()
@NotNull MemorySegment
XrActiveActionSetPrioritiesEXT.next()
@NotNull MemorySegment
XrAnchorSpaceCreateInfoBD.next()
@NotNull MemorySegment
XrAndroidSurfaceSwapchainCreateInfoFB.next()
@NotNull MemorySegment
XrApiLayerProperties.next()
@NotNull MemorySegment
XrBindingModificationBaseHeaderKHR.next()
@NotNull MemorySegment
XrBindingModificationsKHR.next()
@NotNull MemorySegment
XrBodyJointLocationsBD.next()
@NotNull MemorySegment
XrBodyJointLocationsFB.next()
@NotNull MemorySegment
XrBodyJointLocationsHTC.next()
@NotNull MemorySegment
XrBodyJointsLocateInfoBD.next()
@NotNull MemorySegment
XrBodyJointsLocateInfoFB.next()
@NotNull MemorySegment
XrBodyJointsLocateInfoHTC.next()
@NotNull MemorySegment
XrBodySkeletonFB.next()
@NotNull MemorySegment
XrBodySkeletonHTC.next()
@NotNull MemorySegment
XrBodyTrackerCreateInfoBD.next()
@NotNull MemorySegment
XrBodyTrackerCreateInfoFB.next()
@NotNull MemorySegment
XrBodyTrackerCreateInfoHTC.next()
@NotNull MemorySegment
XrBoundary2DFB.next()
@NotNull MemorySegment
XrBoundSourcesForActionEnumerateInfo.next()
@NotNull MemorySegment
XrColocationAdvertisementStartInfoMETA.next()
@NotNull MemorySegment
XrColocationAdvertisementStopInfoMETA.next()
@NotNull MemorySegment
XrColocationDiscoveryStartInfoMETA.next()
@NotNull MemorySegment
XrColocationDiscoveryStopInfoMETA.next()
@NotNull MemorySegment
XrCompositionLayerAlphaBlendFB.next()
@NotNull MemorySegment
XrCompositionLayerBaseHeader.next()
@NotNull MemorySegment
XrCompositionLayerColorScaleBiasKHR.next()
@NotNull MemorySegment
XrCompositionLayerCubeKHR.next()
@NotNull MemorySegment
XrCompositionLayerCylinderKHR.next()
@NotNull MemorySegment
XrCompositionLayerDepthInfoKHR.next()
@NotNull MemorySegment
XrCompositionLayerDepthTestFB.next()
@NotNull MemorySegment
XrCompositionLayerDepthTestVARJO.next()
@NotNull MemorySegment
XrCompositionLayerEquirect2KHR.next()
@NotNull MemorySegment
XrCompositionLayerEquirectKHR.next()
@NotNull MemorySegment
XrCompositionLayerImageLayoutFB.next()
@NotNull MemorySegment
XrCompositionLayerPassthroughFB.next()
@NotNull MemorySegment
XrCompositionLayerPassthroughHTC.next()
@NotNull MemorySegment
XrCompositionLayerProjection.next()
@NotNull MemorySegment
XrCompositionLayerProjectionView.next()
@NotNull MemorySegment
XrCompositionLayerQuad.next()
@NotNull MemorySegment
XrCompositionLayerReprojectionInfoMSFT.next()
@NotNull MemorySegment
XrCompositionLayerReprojectionPlaneOverrideMSFT.next()
@NotNull MemorySegment
XrCompositionLayerSecureContentFB.next()
@NotNull MemorySegment
XrCompositionLayerSettingsFB.next()
@NotNull MemorySegment
XrCompositionLayerSpaceWarpInfoFB.next()
@NotNull MemorySegment
XrControllerModelKeyStateMSFT.next()
@NotNull MemorySegment
XrControllerModelNodePropertiesMSFT.next()
@NotNull MemorySegment
XrControllerModelNodeStateMSFT.next()
@NotNull MemorySegment
XrControllerModelPropertiesMSFT.next()
@NotNull MemorySegment
XrControllerModelStateMSFT.next()
@NotNull MemorySegment
XrCoordinateSpaceCreateInfoML.next()
@NotNull MemorySegment
XrCreateSpatialAnchorsCompletionML.next()
@NotNull MemorySegment
XrCreateSpatialContextCompletionEXT.next()
@NotNull MemorySegment
XrCreateSpatialDiscoverySnapshotCompletionEXT.next()
@NotNull MemorySegment
XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.next()
@NotNull MemorySegment
XrCreateSpatialPersistenceContextCompletionEXT.next()
@NotNull MemorySegment
XrDebugUtilsLabelEXT.next()
@NotNull MemorySegment
XrDebugUtilsMessengerCallbackDataEXT.next()
@NotNull MemorySegment
XrDebugUtilsMessengerCreateInfoEXT.next()
@NotNull MemorySegment
XrDebugUtilsObjectNameInfoEXT.next()
@NotNull MemorySegment
XrDevicePcmSampleRateGetInfoFB.next()
@NotNull MemorySegment
XrDevicePcmSampleRateStateFB.next()
@NotNull MemorySegment
XrDigitalLensControlALMALENCE.next()
@NotNull MemorySegment
XrEnvironmentDepthHandRemovalSetInfoMETA.next()
@NotNull MemorySegment
XrEnvironmentDepthImageAcquireInfoMETA.next()
@NotNull MemorySegment
XrEnvironmentDepthImageMETA.next()
@NotNull MemorySegment
XrEnvironmentDepthImageViewMETA.next()
@NotNull MemorySegment
XrEnvironmentDepthProviderCreateInfoMETA.next()
@NotNull MemorySegment
XrEnvironmentDepthSwapchainCreateInfoMETA.next()
@NotNull MemorySegment
XrEnvironmentDepthSwapchainStateMETA.next()
@NotNull MemorySegment
XrEventDataBaseHeader.next()
@NotNull MemorySegment
XrEventDataBuffer.next()
@NotNull MemorySegment
XrEventDataColocationAdvertisementCompleteMETA.next()
@NotNull MemorySegment
XrEventDataColocationDiscoveryCompleteMETA.next()
@NotNull MemorySegment
XrEventDataColocationDiscoveryResultMETA.next()
@NotNull MemorySegment
XrEventDataDisplayRefreshRateChangedFB.next()
@NotNull MemorySegment
XrEventDataEventsLost.next()
@NotNull MemorySegment
XrEventDataEyeCalibrationChangedML.next()
@NotNull MemorySegment
XrEventDataHeadsetFitChangedML.next()
@NotNull MemorySegment
XrEventDataInstanceLossPending.next()
@NotNull MemorySegment
XrEventDataInteractionProfileChanged.next()
@NotNull MemorySegment
XrEventDataInteractionRenderModelsChangedEXT.next()
@NotNull MemorySegment
XrEventDataLocalizationChangedML.next()
@NotNull MemorySegment
XrEventDataMainSessionVisibilityChangedEXTX.next()
@NotNull MemorySegment
XrEventDataMarkerTrackingUpdateVARJO.next()
@NotNull MemorySegment
XrEventDataPassthroughLayerResumedMETA.next()
@NotNull MemorySegment
XrEventDataPassthroughStateChangedFB.next()
@NotNull MemorySegment
XrEventDataPerfSettingsEXT.next()
@NotNull MemorySegment
XrEventDataReferenceSpaceChangePending.next()
@NotNull MemorySegment
XrEventDataSceneCaptureCompleteFB.next()
@NotNull MemorySegment
XrEventDataSenseDataProviderStateChangedBD.next()
@NotNull MemorySegment
XrEventDataSenseDataUpdatedBD.next()
@NotNull MemorySegment
XrEventDataSessionStateChanged.next()
@NotNull MemorySegment
XrEventDataShareSpacesCompleteMETA.next()
@NotNull MemorySegment
XrEventDataSpaceEraseCompleteFB.next()
@NotNull MemorySegment
XrEventDataSpaceListSaveCompleteFB.next()
@NotNull MemorySegment
XrEventDataSpaceQueryCompleteFB.next()
@NotNull MemorySegment
XrEventDataSpaceQueryResultsAvailableFB.next()
@NotNull MemorySegment
XrEventDataSpaceSaveCompleteFB.next()
@NotNull MemorySegment
XrEventDataSpaceSetStatusCompleteFB.next()
@NotNull MemorySegment
XrEventDataSpaceShareCompleteFB.next()
@NotNull MemorySegment
XrEventDataSpatialAnchorCreateCompleteFB.next()
@NotNull MemorySegment
XrEventDataSpatialDiscoveryRecommendedEXT.next()
@NotNull MemorySegment
XrEventDataStartColocationAdvertisementCompleteMETA.next()
@NotNull MemorySegment
XrEventDataStartColocationDiscoveryCompleteMETA.next()
@NotNull MemorySegment
XrEventDataStopColocationAdvertisementCompleteMETA.next()
@NotNull MemorySegment
XrEventDataStopColocationDiscoveryCompleteMETA.next()
@NotNull MemorySegment
XrEventDataUserPresenceChangedEXT.next()
@NotNull MemorySegment
XrEventDataVirtualKeyboardBackspaceMETA.next()
@NotNull MemorySegment
XrEventDataVirtualKeyboardCommitTextMETA.next()
@NotNull MemorySegment
XrEventDataVirtualKeyboardEnterMETA.next()
@NotNull MemorySegment
XrEventDataVirtualKeyboardHiddenMETA.next()
@NotNull MemorySegment
XrEventDataVirtualKeyboardShownMETA.next()
@NotNull MemorySegment
XrEventDataVisibilityMaskChangedKHR.next()
@NotNull MemorySegment
XrEventDataViveTrackerConnectedHTCX.next()
@NotNull MemorySegment
XrExtensionProperties.next()
@NotNull MemorySegment
XrExternalCameraOCULUS.next()
@NotNull MemorySegment
XrEyeGazeSampleTimeEXT.next()
@NotNull MemorySegment
XrEyeGazesFB.next()
@NotNull MemorySegment
XrEyeGazesInfoFB.next()
@NotNull MemorySegment
XrEyeTrackerCreateInfoFB.next()
@NotNull MemorySegment
XrFaceExpressionInfo2FB.next()
@NotNull MemorySegment
XrFaceExpressionInfoFB.next()
@NotNull MemorySegment
XrFaceExpressionWeights2FB.next()
@NotNull MemorySegment
XrFaceExpressionWeightsFB.next()
@NotNull MemorySegment
XrFaceTrackerCreateInfo2FB.next()
@NotNull MemorySegment
XrFaceTrackerCreateInfoFB.next()
@NotNull MemorySegment
XrFacialExpressionBlendShapeGetInfoML.next()
@NotNull MemorySegment
XrFacialExpressionBlendShapePropertiesML.next()
@NotNull MemorySegment
XrFacialExpressionClientCreateInfoML.next()
@NotNull MemorySegment
XrFacialExpressionsHTC.next()
@NotNull MemorySegment
XrFacialTrackerCreateInfoHTC.next()
@NotNull MemorySegment
XrForceFeedbackCurlApplyLocationsMNDX.next()
@NotNull MemorySegment
XrFoveatedViewConfigurationViewVARJO.next()
@NotNull MemorySegment
XrFoveationApplyInfoHTC.next()
@NotNull MemorySegment
XrFoveationCustomModeInfoHTC.next()
@NotNull MemorySegment
XrFoveationDynamicModeInfoHTC.next()
@NotNull MemorySegment
XrFoveationEyeTrackedProfileCreateInfoMETA.next()
@NotNull MemorySegment
XrFoveationEyeTrackedStateMETA.next()
@NotNull MemorySegment
XrFoveationLevelProfileCreateInfoFB.next()
@NotNull MemorySegment
XrFoveationProfileCreateInfoFB.next()
@NotNull MemorySegment
XrFrameBeginInfo.next()
@NotNull MemorySegment
XrFrameEndInfo.next()
@NotNull MemorySegment
XrFrameEndInfoML.next()
@NotNull MemorySegment
XrFrameState.next()
@NotNull MemorySegment
XrFrameSynthesisConfigViewEXT.next()
@NotNull MemorySegment
XrFrameSynthesisInfoEXT.next()
@NotNull MemorySegment
XrFrameWaitInfo.next()
@NotNull MemorySegment
XrFutureCancelInfoEXT.next()
@NotNull MemorySegment
XrFutureCompletionBaseHeaderEXT.next()
@NotNull MemorySegment
XrFutureCompletionEXT.next()
@NotNull MemorySegment
XrFuturePollInfoEXT.next()
@NotNull MemorySegment
XrFuturePollResultEXT.next()
@NotNull MemorySegment
XrFuturePollResultProgressBD.next()
@NotNull MemorySegment
XrGeometryInstanceCreateInfoFB.next()
@NotNull MemorySegment
XrGeometryInstanceTransformFB.next()
@NotNull MemorySegment
XrGlobalDimmerFrameEndInfoML.next()
@NotNull MemorySegment
XrGraphicsBindingD3D11KHR.next()
@NotNull MemorySegment
XrGraphicsBindingD3D12KHR.next()
@NotNull MemorySegment
XrGraphicsBindingEGLMNDX.next()
@NotNull MemorySegment
XrGraphicsBindingMetalKHR.next()
@NotNull MemorySegment
XrGraphicsBindingOpenGLESAndroidKHR.next()
@NotNull MemorySegment
XrGraphicsBindingOpenGLWaylandKHR.next()
@NotNull MemorySegment
XrGraphicsBindingOpenGLWin32KHR.next()
@NotNull MemorySegment
XrGraphicsBindingOpenGLXcbKHR.next()
@NotNull MemorySegment
XrGraphicsBindingOpenGLXlibKHR.next()
@NotNull MemorySegment
XrGraphicsBindingVulkan2KHR.next()
@NotNull MemorySegment
XrGraphicsBindingVulkanKHR.next()
@NotNull MemorySegment
XrGraphicsRequirementsD3D11KHR.next()
@NotNull MemorySegment
XrGraphicsRequirementsD3D12KHR.next()
@NotNull MemorySegment
XrGraphicsRequirementsMetalKHR.next()
@NotNull MemorySegment
XrGraphicsRequirementsOpenGLESKHR.next()
@NotNull MemorySegment
XrGraphicsRequirementsOpenGLKHR.next()
@NotNull MemorySegment
XrGraphicsRequirementsVulkan2KHR.next()
@NotNull MemorySegment
XrGraphicsRequirementsVulkanKHR.next()
@NotNull MemorySegment
XrHandJointLocationsEXT.next()
@NotNull MemorySegment
XrHandJointsLocateInfoEXT.next()
@NotNull MemorySegment
XrHandJointsMotionRangeInfoEXT.next()
@NotNull MemorySegment
XrHandJointVelocitiesEXT.next()
@NotNull MemorySegment
XrHandMeshMSFT.next()
@NotNull MemorySegment
XrHandMeshSpaceCreateInfoMSFT.next()
@NotNull MemorySegment
XrHandMeshUpdateInfoMSFT.next()
@NotNull MemorySegment
XrHandPoseTypeInfoMSFT.next()
@NotNull MemorySegment
XrHandTrackerCreateInfoEXT.next()
@NotNull MemorySegment
XrHandTrackingAimStateFB.next()
@NotNull MemorySegment
XrHandTrackingCapsulesStateFB.next()
@NotNull MemorySegment
XrHandTrackingDataSourceInfoEXT.next()
@NotNull MemorySegment
XrHandTrackingDataSourceStateEXT.next()
@NotNull MemorySegment
XrHandTrackingMeshFB.next()
@NotNull MemorySegment
XrHandTrackingScaleFB.next()
@NotNull MemorySegment
XrHapticActionInfo.next()
@NotNull MemorySegment
XrHapticAmplitudeEnvelopeVibrationFB.next()
@NotNull MemorySegment
XrHapticBaseHeader.next()
@NotNull MemorySegment
XrHapticPcmVibrationFB.next()
@NotNull MemorySegment
XrHapticVibration.next()
@NotNull MemorySegment
XrHolographicWindowAttachmentMSFT.next()
@NotNull MemorySegment
XrInputSourceLocalizedNameGetInfo.next()
@NotNull MemorySegment
XrInstanceCreateInfo.next()
@NotNull MemorySegment
XrInstanceCreateInfoAndroidKHR.next()
@NotNull MemorySegment
XrInstanceProperties.next()
@NotNull MemorySegment
XrInteractionProfileAnalogThresholdVALVE.next()
@NotNull MemorySegment
XrInteractionProfileDpadBindingEXT.next()
@NotNull MemorySegment
XrInteractionProfileState.next()
@NotNull MemorySegment
XrInteractionProfileSuggestedBinding.next()
@NotNull MemorySegment
XrInteractionRenderModelIdsEnumerateInfoEXT.next()
@NotNull MemorySegment
XrInteractionRenderModelSubactionPathInfoEXT.next()
@NotNull MemorySegment
XrInteractionRenderModelTopLevelUserPathGetInfoEXT.next()
@NotNull MemorySegment
XrKeyboardSpaceCreateInfoFB.next()
@NotNull MemorySegment
XrKeyboardTrackingQueryFB.next()
@NotNull MemorySegment
XrLoaderInitInfoAndroidKHR.next()
@NotNull MemorySegment
XrLoaderInitInfoBaseHeaderKHR.next()
@NotNull MemorySegment
XrLocalDimmingFrameEndInfoMETA.next()
@NotNull MemorySegment
XrLocalizationEnableEventsInfoML.next()
@NotNull MemorySegment
XrLocalizationMapImportInfoML.next()
@NotNull MemorySegment
XrLocalizationMapML.next()
@NotNull MemorySegment
XrLocalizationMapQueryInfoBaseHeaderML.next()
@NotNull MemorySegment
XrMapLocalizationRequestInfoML.next()
@NotNull MemorySegment
XrMarkerDetectorAprilTagInfoML.next()
@NotNull MemorySegment
XrMarkerDetectorArucoInfoML.next()
@NotNull MemorySegment
XrMarkerDetectorCreateInfoML.next()
@NotNull MemorySegment
XrMarkerDetectorCustomProfileInfoML.next()
@NotNull MemorySegment
XrMarkerDetectorSizeInfoML.next()
@NotNull MemorySegment
XrMarkerDetectorSnapshotInfoML.next()
@NotNull MemorySegment
XrMarkerDetectorStateML.next()
@NotNull MemorySegment
XrMarkerSpaceCreateInfoML.next()
@NotNull MemorySegment
XrMarkerSpaceCreateInfoVARJO.next()
@NotNull MemorySegment
XrNewSceneComputeInfoMSFT.next()
@NotNull MemorySegment
XrPassthroughBrightnessContrastSaturationFB.next()
@NotNull MemorySegment
XrPassthroughColorHTC.next()
@NotNull MemorySegment
XrPassthroughColorLutCreateInfoMETA.next()
@NotNull MemorySegment
XrPassthroughColorLutUpdateInfoMETA.next()
@NotNull MemorySegment
XrPassthroughColorMapInterpolatedLutMETA.next()
@NotNull MemorySegment
XrPassthroughColorMapLutMETA.next()
@NotNull MemorySegment
XrPassthroughColorMapMonoToMonoFB.next()
@NotNull MemorySegment
XrPassthroughColorMapMonoToRgbaFB.next()
@NotNull MemorySegment
XrPassthroughCreateInfoFB.next()
@NotNull MemorySegment
XrPassthroughCreateInfoHTC.next()
@NotNull MemorySegment
XrPassthroughKeyboardHandsIntensityFB.next()
@NotNull MemorySegment
XrPassthroughLayerCreateInfoFB.next()
@NotNull MemorySegment
XrPassthroughMeshTransformInfoHTC.next()
@NotNull MemorySegment
XrPassthroughPreferencesMETA.next()
@NotNull MemorySegment
XrPassthroughStyleFB.next()
@NotNull MemorySegment
XrPerformanceMetricsCounterMETA.next()
@NotNull MemorySegment
XrPerformanceMetricsStateMETA.next()
@NotNull MemorySegment
XrPersistSpatialEntityCompletionEXT.next()
@NotNull MemorySegment
XrPlaneDetectorBeginInfoEXT.next()
@NotNull MemorySegment
XrPlaneDetectorCreateInfoEXT.next()
@NotNull MemorySegment
XrPlaneDetectorGetInfoEXT.next()
@NotNull MemorySegment
XrPlaneDetectorLocationEXT.next()
@NotNull MemorySegment
XrPlaneDetectorLocationsEXT.next()
@NotNull MemorySegment
XrPlaneDetectorPolygonBufferEXT.next()
@NotNull MemorySegment
XrQueriedSenseDataBD.next()
@NotNull MemorySegment
XrQueriedSenseDataGetInfoBD.next()
@NotNull MemorySegment
XrRecommendedLayerResolutionGetInfoMETA.next()
@NotNull MemorySegment
XrRecommendedLayerResolutionMETA.next()
@NotNull MemorySegment
XrReferenceSpaceCreateInfo.next()
@NotNull MemorySegment
XrRenderModelAssetCreateInfoEXT.next()
@NotNull MemorySegment
XrRenderModelAssetDataEXT.next()
@NotNull MemorySegment
XrRenderModelAssetDataGetInfoEXT.next()
@NotNull MemorySegment
XrRenderModelAssetPropertiesEXT.next()
@NotNull MemorySegment
XrRenderModelAssetPropertiesGetInfoEXT.next()
@NotNull MemorySegment
XrRenderModelBufferFB.next()
@NotNull MemorySegment
XrRenderModelCapabilitiesRequestFB.next()
@NotNull MemorySegment
XrRenderModelCreateInfoEXT.next()
@NotNull MemorySegment
XrRenderModelLoadInfoFB.next()
@NotNull MemorySegment
XrRenderModelPathInfoFB.next()
@NotNull MemorySegment
XrRenderModelPropertiesEXT.next()
@NotNull MemorySegment
XrRenderModelPropertiesFB.next()
@NotNull MemorySegment
XrRenderModelPropertiesGetInfoEXT.next()
@NotNull MemorySegment
XrRenderModelSpaceCreateInfoEXT.next()
@NotNull MemorySegment
XrRenderModelStateEXT.next()
@NotNull MemorySegment
XrRenderModelStateGetInfoEXT.next()
@NotNull MemorySegment
XrRoomLayoutFB.next()
@NotNull MemorySegment
XrSceneCaptureInfoBD.next()
@NotNull MemorySegment
XrSceneCaptureRequestInfoFB.next()
@NotNull MemorySegment
XrSceneComponentLocationsMSFT.next()
@NotNull MemorySegment
XrSceneComponentParentFilterInfoMSFT.next()
@NotNull MemorySegment
XrSceneComponentsGetInfoMSFT.next()
@NotNull MemorySegment
XrSceneComponentsLocateInfoMSFT.next()
@NotNull MemorySegment
XrSceneComponentsMSFT.next()
@NotNull MemorySegment
XrSceneCreateInfoMSFT.next()
@NotNull MemorySegment
XrSceneDeserializeInfoMSFT.next()
@NotNull MemorySegment
XrSceneMarkerQRCodesMSFT.next()
@NotNull MemorySegment
XrSceneMarkersMSFT.next()
@NotNull MemorySegment
XrSceneMarkerTypeFilterMSFT.next()
@NotNull MemorySegment
XrSceneMeshBuffersGetInfoMSFT.next()
@NotNull MemorySegment
XrSceneMeshBuffersMSFT.next()
@NotNull MemorySegment
XrSceneMeshesMSFT.next()
@NotNull MemorySegment
XrSceneMeshIndicesUint16MSFT.next()
@NotNull MemorySegment
XrSceneMeshIndicesUint32MSFT.next()
@NotNull MemorySegment
XrSceneMeshVertexBufferMSFT.next()
@NotNull MemorySegment
XrSceneObjectsMSFT.next()
@NotNull MemorySegment
XrSceneObjectTypesFilterInfoMSFT.next()
@NotNull MemorySegment
XrSceneObserverCreateInfoMSFT.next()
@NotNull MemorySegment
XrScenePlaneAlignmentFilterInfoMSFT.next()
@NotNull MemorySegment
XrScenePlanesMSFT.next()
@NotNull MemorySegment
XrSecondaryViewConfigurationFrameEndInfoMSFT.next()
@NotNull MemorySegment
XrSecondaryViewConfigurationFrameStateMSFT.next()
@NotNull MemorySegment
XrSecondaryViewConfigurationLayerInfoMSFT.next()
@NotNull MemorySegment
XrSecondaryViewConfigurationSessionBeginInfoMSFT.next()
@NotNull MemorySegment
XrSecondaryViewConfigurationStateMSFT.next()
@NotNull MemorySegment
XrSecondaryViewConfigurationSwapchainCreateInfoMSFT.next()
@NotNull MemorySegment
XrSemanticLabelsFB.next()
@NotNull MemorySegment
XrSemanticLabelsSupportInfoFB.next()
@NotNull MemorySegment
XrSenseDataFilterPlaneOrientationBD.next()
@NotNull MemorySegment
XrSenseDataFilterSemanticBD.next()
@NotNull MemorySegment
XrSenseDataFilterUuidBD.next()
@NotNull MemorySegment
XrSenseDataProviderCreateInfoBD.next()
@NotNull MemorySegment
XrSenseDataProviderCreateInfoSpatialMeshBD.next()
@NotNull MemorySegment
XrSenseDataProviderStartInfoBD.next()
@NotNull MemorySegment
XrSenseDataQueryCompletionBD.next()
@NotNull MemorySegment
XrSenseDataQueryInfoBD.next()
@NotNull MemorySegment
XrSerializedSceneFragmentDataGetInfoMSFT.next()
@NotNull MemorySegment
XrSessionActionSetsAttachInfo.next()
@NotNull MemorySegment
XrSessionBeginInfo.next()
@NotNull MemorySegment
XrSessionCreateInfo.next()
@NotNull MemorySegment
XrSessionCreateInfoOverlayEXTX.next()
@NotNull MemorySegment
XrSharedSpatialAnchorDownloadInfoBD.next()
@NotNull MemorySegment
XrShareSpacesInfoMETA.next()
@NotNull MemorySegment
XrShareSpacesRecipientBaseHeaderMETA.next()
@NotNull MemorySegment
XrShareSpacesRecipientGroupsMETA.next()
@NotNull MemorySegment
XrSimultaneousHandsAndControllersTrackingPauseInfoMETA.next()
@NotNull MemorySegment
XrSimultaneousHandsAndControllersTrackingResumeInfoMETA.next()
@NotNull MemorySegment
XrSpaceComponentFilterInfoFB.next()
@NotNull MemorySegment
XrSpaceComponentStatusFB.next()
@NotNull MemorySegment
XrSpaceComponentStatusSetInfoFB.next()
@NotNull MemorySegment
XrSpaceContainerFB.next()
@NotNull MemorySegment
XrSpaceEraseInfoFB.next()
@NotNull MemorySegment
XrSpaceFilterInfoBaseHeaderFB.next()
@NotNull MemorySegment
XrSpaceGroupUuidFilterInfoMETA.next()
@NotNull MemorySegment
XrSpaceListSaveInfoFB.next()
@NotNull MemorySegment
XrSpaceLocation.next()
@NotNull MemorySegment
XrSpaceLocations.next()
@NotNull MemorySegment
XrSpaceLocationsKHR.next()
@NotNull MemorySegment
XrSpaceQueryInfoBaseHeaderFB.next()
@NotNull MemorySegment
XrSpaceQueryInfoFB.next()
@NotNull MemorySegment
XrSpaceQueryResultsFB.next()
@NotNull MemorySegment
XrSpaceSaveInfoFB.next()
@NotNull MemorySegment
XrSpaceShareInfoFB.next()
@NotNull MemorySegment
XrSpacesLocateInfo.next()
@NotNull MemorySegment
XrSpacesLocateInfoKHR.next()
@NotNull MemorySegment
XrSpaceStorageLocationFilterInfoFB.next()
@NotNull MemorySegment
XrSpaceTriangleMeshGetInfoMETA.next()
@NotNull MemorySegment
XrSpaceTriangleMeshMETA.next()
@NotNull MemorySegment
XrSpaceUserCreateInfoFB.next()
@NotNull MemorySegment
XrSpaceUuidFilterInfoFB.next()
@NotNull MemorySegment
XrSpaceVelocities.next()
@NotNull MemorySegment
XrSpaceVelocitiesKHR.next()
@NotNull MemorySegment
XrSpaceVelocity.next()
@NotNull MemorySegment
XrSpatialAnchorCreateCompletionBD.next()
@NotNull MemorySegment
XrSpatialAnchorCreateInfoBD.next()
@NotNull MemorySegment
XrSpatialAnchorCreateInfoEXT.next()
@NotNull MemorySegment
XrSpatialAnchorCreateInfoFB.next()
@NotNull MemorySegment
XrSpatialAnchorCreateInfoHTC.next()
@NotNull MemorySegment
XrSpatialAnchorCreateInfoMSFT.next()
@NotNull MemorySegment
XrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.next()
@NotNull MemorySegment
XrSpatialAnchorPersistenceInfoMSFT.next()
@NotNull MemorySegment
XrSpatialAnchorPersistInfoBD.next()
@NotNull MemorySegment
XrSpatialAnchorsCreateInfoBaseHeaderML.next()
@NotNull MemorySegment
XrSpatialAnchorsCreateInfoFromPoseML.next()
@NotNull MemorySegment
XrSpatialAnchorsCreateInfoFromUuidsML.next()
@NotNull MemorySegment
XrSpatialAnchorsCreateStorageInfoML.next()
@NotNull MemorySegment
XrSpatialAnchorsDeleteCompletionDetailsML.next()
@NotNull MemorySegment
XrSpatialAnchorsDeleteCompletionML.next()
@NotNull MemorySegment
XrSpatialAnchorsDeleteInfoML.next()
@NotNull MemorySegment
XrSpatialAnchorShareInfoBD.next()
@NotNull MemorySegment
XrSpatialAnchorSpaceCreateInfoMSFT.next()
@NotNull MemorySegment
XrSpatialAnchorsPublishCompletionDetailsML.next()
@NotNull MemorySegment
XrSpatialAnchorsPublishCompletionML.next()
@NotNull MemorySegment
XrSpatialAnchorsPublishInfoML.next()
@NotNull MemorySegment
XrSpatialAnchorsQueryCompletionML.next()
@NotNull MemorySegment
XrSpatialAnchorsQueryInfoBaseHeaderML.next()
@NotNull MemorySegment
XrSpatialAnchorsQueryInfoRadiusML.next()
@NotNull MemorySegment
XrSpatialAnchorStateML.next()
@NotNull MemorySegment
XrSpatialAnchorsUpdateExpirationCompletionDetailsML.next()
@NotNull MemorySegment
XrSpatialAnchorsUpdateExpirationCompletionML.next()
@NotNull MemorySegment
XrSpatialAnchorsUpdateExpirationInfoML.next()
@NotNull MemorySegment
XrSpatialAnchorUnpersistInfoBD.next()
@NotNull MemorySegment
XrSpatialBufferGetInfoEXT.next()
@NotNull MemorySegment
XrSpatialCapabilityComponentTypesEXT.next()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationAnchorEXT.next()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationAprilTagEXT.next()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationArucoMarkerEXT.next()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationBaseHeaderEXT.next()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationMicroQrCodeEXT.next()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationPlaneTrackingEXT.next()
@NotNull MemorySegment
XrSpatialCapabilityConfigurationQrCodeEXT.next()
@NotNull MemorySegment
XrSpatialComponentAnchorListEXT.next()
@NotNull MemorySegment
XrSpatialComponentBounded2DListEXT.next()
@NotNull MemorySegment
XrSpatialComponentBounded3DListEXT.next()
@NotNull MemorySegment
XrSpatialComponentDataQueryConditionEXT.next()
@NotNull MemorySegment
XrSpatialComponentDataQueryResultEXT.next()
@NotNull MemorySegment
XrSpatialComponentMarkerListEXT.next()
@NotNull MemorySegment
XrSpatialComponentMesh2DListEXT.next()
@NotNull MemorySegment
XrSpatialComponentMesh3DListEXT.next()
@NotNull MemorySegment
XrSpatialComponentParentListEXT.next()
@NotNull MemorySegment
XrSpatialComponentPersistenceListEXT.next()
@NotNull MemorySegment
XrSpatialComponentPlaneAlignmentListEXT.next()
@NotNull MemorySegment
XrSpatialComponentPlaneSemanticLabelListEXT.next()
@NotNull MemorySegment
XrSpatialComponentPolygon2DListEXT.next()
@NotNull MemorySegment
XrSpatialContextCreateInfoEXT.next()
@NotNull MemorySegment
XrSpatialContextPersistenceConfigEXT.next()
@NotNull MemorySegment
XrSpatialDiscoveryPersistenceUuidFilterEXT.next()
@NotNull MemorySegment
XrSpatialDiscoverySnapshotCreateInfoEXT.next()
@NotNull MemorySegment
XrSpatialEntityAnchorCreateInfoBD.next()
@NotNull MemorySegment
XrSpatialEntityComponentDataBaseHeaderBD.next()
@NotNull MemorySegment
XrSpatialEntityComponentDataBoundingBox2DBD.next()
@NotNull MemorySegment
XrSpatialEntityComponentDataBoundingBox3DBD.next()
@NotNull MemorySegment
XrSpatialEntityComponentDataLocationBD.next()
@NotNull MemorySegment
XrSpatialEntityComponentDataPlaneOrientationBD.next()
@NotNull MemorySegment
XrSpatialEntityComponentDataPolygonBD.next()
@NotNull MemorySegment
XrSpatialEntityComponentDataSemanticBD.next()
@NotNull MemorySegment
XrSpatialEntityComponentDataTriangleMeshBD.next()
@NotNull MemorySegment
XrSpatialEntityComponentGetInfoBD.next()
@NotNull MemorySegment
XrSpatialEntityFromIdCreateInfoEXT.next()
@NotNull MemorySegment
XrSpatialEntityLocationGetInfoBD.next()
@NotNull MemorySegment
XrSpatialEntityPersistInfoEXT.next()
@NotNull MemorySegment
XrSpatialEntityStateBD.next()
@NotNull MemorySegment
XrSpatialEntityUnpersistInfoEXT.next()
@NotNull MemorySegment
XrSpatialFilterTrackingStateEXT.next()
@NotNull MemorySegment
XrSpatialGraphNodeBindingPropertiesGetInfoMSFT.next()
@NotNull MemorySegment
XrSpatialGraphNodeBindingPropertiesMSFT.next()
@NotNull MemorySegment
XrSpatialGraphNodeSpaceCreateInfoMSFT.next()
@NotNull MemorySegment
XrSpatialGraphStaticNodeBindingCreateInfoMSFT.next()
@NotNull MemorySegment
XrSpatialMarkerSizeEXT.next()
@NotNull MemorySegment
XrSpatialMarkerStaticOptimizationEXT.next()
@NotNull MemorySegment
XrSpatialPersistenceContextCreateInfoEXT.next()
@NotNull MemorySegment
XrSpatialUpdateSnapshotCreateInfoEXT.next()
@NotNull MemorySegment
XrSwapchainCreateInfo.next()
@NotNull MemorySegment
XrSwapchainCreateInfoFoveationFB.next()
@NotNull MemorySegment
XrSwapchainImageAcquireInfo.next()
@NotNull MemorySegment
XrSwapchainImageBaseHeader.next()
@NotNull MemorySegment
XrSwapchainImageD3D11KHR.next()
@NotNull MemorySegment
XrSwapchainImageD3D12KHR.next()
@NotNull MemorySegment
XrSwapchainImageFoveationVulkanFB.next()
@NotNull MemorySegment
XrSwapchainImageMetalKHR.next()
@NotNull MemorySegment
XrSwapchainImageOpenGLESKHR.next()
@NotNull MemorySegment
XrSwapchainImageOpenGLKHR.next()
@NotNull MemorySegment
XrSwapchainImageReleaseInfo.next()
@NotNull MemorySegment
XrSwapchainImageVulkan2KHR.next()
@NotNull MemorySegment
XrSwapchainImageVulkanKHR.next()
@NotNull MemorySegment
XrSwapchainImageWaitInfo.next()
@NotNull MemorySegment
XrSwapchainStateAndroidSurfaceDimensionsFB.next()
@NotNull MemorySegment
XrSwapchainStateBaseHeaderFB.next()
@NotNull MemorySegment
XrSwapchainStateFoveationFB.next()
@NotNull MemorySegment
XrSwapchainStateSamplerOpenGLESFB.next()
@NotNull MemorySegment
XrSwapchainStateSamplerVulkanFB.next()
@NotNull MemorySegment
XrSystemAnchorPropertiesHTC.next()
@NotNull MemorySegment
XrSystemBodyTrackingPropertiesBD.next()
@NotNull MemorySegment
XrSystemBodyTrackingPropertiesFB.next()
@NotNull MemorySegment
XrSystemBodyTrackingPropertiesHTC.next()
@NotNull MemorySegment
XrSystemColocationDiscoveryPropertiesMETA.next()
@NotNull MemorySegment
XrSystemColorSpacePropertiesFB.next()
@NotNull MemorySegment
XrSystemEnvironmentDepthPropertiesMETA.next()
@NotNull MemorySegment
XrSystemEyeGazeInteractionPropertiesEXT.next()
@NotNull MemorySegment
XrSystemEyeTrackingPropertiesFB.next()
@NotNull MemorySegment
XrSystemFaceTrackingProperties2FB.next()
@NotNull MemorySegment
XrSystemFaceTrackingPropertiesFB.next()
@NotNull MemorySegment
XrSystemFacialExpressionPropertiesML.next()
@NotNull MemorySegment
XrSystemFacialTrackingPropertiesHTC.next()
@NotNull MemorySegment
XrSystemForceFeedbackCurlPropertiesMNDX.next()
@NotNull MemorySegment
XrSystemFoveatedRenderingPropertiesVARJO.next()
@NotNull MemorySegment
XrSystemFoveationEyeTrackedPropertiesMETA.next()
@NotNull MemorySegment
XrSystemGetInfo.next()
@NotNull MemorySegment
XrSystemHandTrackingMeshPropertiesMSFT.next()
@NotNull MemorySegment
XrSystemHandTrackingPropertiesEXT.next()
@NotNull MemorySegment
XrSystemHeadsetIdPropertiesMETA.next()
@NotNull MemorySegment
XrSystemKeyboardTrackingPropertiesFB.next()
@NotNull MemorySegment
XrSystemMarkerTrackingPropertiesVARJO.next()
@NotNull MemorySegment
XrSystemMarkerUnderstandingPropertiesML.next()
@NotNull MemorySegment
XrSystemNotificationsSetInfoML.next()
@NotNull MemorySegment
XrSystemPassthroughColorLutPropertiesMETA.next()
@NotNull MemorySegment
XrSystemPassthroughProperties2FB.next()
@NotNull MemorySegment
XrSystemPassthroughPropertiesFB.next()
@NotNull MemorySegment
XrSystemPlaneDetectionPropertiesEXT.next()
@NotNull MemorySegment
XrSystemProperties.next()
@NotNull MemorySegment
XrSystemPropertiesBodyTrackingFullBodyMETA.next()
@NotNull MemorySegment
XrSystemRenderModelPropertiesFB.next()
@NotNull MemorySegment
XrSystemSimultaneousHandsAndControllersPropertiesMETA.next()
@NotNull MemorySegment
XrSystemSpaceWarpPropertiesFB.next()
@NotNull MemorySegment
XrSystemSpatialAnchorPropertiesBD.next()
@NotNull MemorySegment
XrSystemSpatialAnchorSharingPropertiesBD.next()
@NotNull MemorySegment
XrSystemSpatialEntityGroupSharingPropertiesMETA.next()
@NotNull MemorySegment
XrSystemSpatialEntityPropertiesFB.next()
@NotNull MemorySegment
XrSystemSpatialEntitySharingPropertiesMETA.next()
@NotNull MemorySegment
XrSystemSpatialMeshPropertiesBD.next()
@NotNull MemorySegment
XrSystemSpatialPlanePropertiesBD.next()
@NotNull MemorySegment
XrSystemSpatialScenePropertiesBD.next()
@NotNull MemorySegment
XrSystemSpatialSensingPropertiesBD.next()
@NotNull MemorySegment
XrSystemUserPresencePropertiesEXT.next()
@NotNull MemorySegment
XrSystemVirtualKeyboardPropertiesMETA.next()
@NotNull MemorySegment
XrTriangleMeshCreateInfoFB.next()
@NotNull MemorySegment
XrUnpersistSpatialEntityCompletionEXT.next()
@NotNull MemorySegment
XrUserCalibrationEnableEventsInfoML.next()
@NotNull MemorySegment
XrView.next()
@NotNull MemorySegment
XrViewConfigurationDepthRangeEXT.next()
@NotNull MemorySegment
XrViewConfigurationProperties.next()
@NotNull MemorySegment
XrViewConfigurationView.next()
@NotNull MemorySegment
XrViewConfigurationViewFovEPIC.next()
@NotNull MemorySegment
XrViewLocateFoveatedRenderingVARJO.next()
@NotNull MemorySegment
XrViewLocateInfo.next()
@NotNull MemorySegment
XrViewState.next()
@NotNull MemorySegment
XrVirtualKeyboardAnimationStateMETA.next()
@NotNull MemorySegment
XrVirtualKeyboardCreateInfoMETA.next()
@NotNull MemorySegment
XrVirtualKeyboardInputInfoMETA.next()
@NotNull MemorySegment
XrVirtualKeyboardLocationInfoMETA.next()
@NotNull MemorySegment
XrVirtualKeyboardModelAnimationStatesMETA.next()
@NotNull MemorySegment
XrVirtualKeyboardModelVisibilitySetInfoMETA.next()
@NotNull MemorySegment
XrVirtualKeyboardSpaceCreateInfoMETA.next()
@NotNull MemorySegment
XrVirtualKeyboardTextContextChangeInfoMETA.next()
@NotNull MemorySegment
XrVirtualKeyboardTextureDataMETA.next()
@NotNull MemorySegment
XrVisibilityMaskKHR.next()
@NotNull MemorySegment
XrVisualMeshComputeLodInfoMSFT.next()
@NotNull MemorySegment
XrViveTrackerPathsHTCX.next()
@NotNull MemorySegment
XrVulkanDeviceCreateInfoKHR.next()
@NotNull MemorySegment
XrVulkanGraphicsDeviceGetInfoKHR.next()
@NotNull MemorySegment
XrVulkanInstanceCreateInfoKHR.next()
@NotNull MemorySegment
XrVulkanSwapchainCreateInfoMETA.next()
@NotNull MemorySegment
XrVulkanSwapchainFormatListCreateInfoKHR.next()
@NotNull MemorySegment
XrWorldMeshBlockML.next()
@NotNull MemorySegment
XrWorldMeshBlockRequestML.next()
@NotNull MemorySegment
XrWorldMeshBlockStateML.next()
@NotNull MemorySegment
XrWorldMeshBufferML.next()
@NotNull MemorySegment
XrWorldMeshBufferRecommendedSizeInfoML.next()
@NotNull MemorySegment
XrWorldMeshBufferSizeML.next()
@NotNull MemorySegment
XrWorldMeshDetectorCreateInfoML.next()
@NotNull MemorySegment
XrWorldMeshGetInfoML.next()
@NotNull MemorySegment
XrWorldMeshRequestCompletionInfoML.next()
@NotNull MemorySegment
XrWorldMeshRequestCompletionML.next()
@NotNull MemorySegment
XrWorldMeshStateRequestCompletionML.next()
@NotNull MemorySegment
XrWorldMeshStateRequestInfoML.next()
@NotNull MemorySegment
XrApiLayerNextInfo.nextCreateApiLayerInstance()
@NotNull MemorySegment
XrApiLayerNextInfo.nextGetInstanceProcAddr()
@NotNull MemorySegment
XrApiLayerCreateInfo.nextInfoRaw()
@NotNull MemorySegment
XrApiLayerNextInfo.nextRaw()
@NotNull MemorySegment
XrBaseInStructure.nextRaw()
@NotNull MemorySegment
XrBaseOutStructure.nextRaw()
@NotNull MemorySegment
XrControllerModelPropertiesMSFT.nodePropertiesRaw()
@NotNull MemorySegment
XrRenderModelAssetPropertiesEXT.nodePropertiesRaw()
@NotNull MemorySegment
XrControllerModelStateMSFT.nodeStatesRaw()
@NotNull MemorySegment
XrRenderModelStateEXT.nodeStatesRaw()
@NotNull MemorySegment
XrWorldMeshBlockML.normalBufferRaw()
@NotNull MemorySegment
XrDebugUtilsObjectNameInfoEXT.objectNameRaw()
@NotNull MemorySegment
XrDebugUtilsMessengerCallbackDataEXT.objectsRaw()
@NotNull MemorySegment
XrSceneObjectTypesFilterInfoMSFT.objectTypesRaw()
@NotNull MemorySegment
XrInteractionProfileAnalogThresholdVALVE.offHapticRaw()
@NotNull MemorySegment
XrInteractionProfileDpadBindingEXT.offHapticRaw()
@NotNull MemorySegment
XrInteractionProfileAnalogThresholdVALVE.onHapticRaw()
@NotNull MemorySegment
XrInteractionProfileDpadBindingEXT.onHapticRaw()
@NotNull MemorySegment
XrPlaneDetectorBeginInfoEXT.orientationsRaw()
@NotNull MemorySegment
XrSenseDataFilterPlaneOrientationBD.orientationsRaw()
@Nullable LongPtr
XrSpatialComponentParentListEXT.parents()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@NotNull MemorySegment
XrSpatialComponentParentListEXT.parentsRaw()
@NotNull MemorySegment
XrEventDataViveTrackerConnectedHTCX.pathsRaw()
@NotNull MemorySegment
XrSpatialComponentPersistenceListEXT.persistDataRaw()
@NotNull MemorySegment
XrSpatialDiscoveryPersistenceUuidFilterEXT.persistedUuidsRaw()
@NotNull MemorySegment
XrSpatialContextPersistenceConfigEXT.persistenceContextsRaw()
@NotNull MemorySegment
XrVulkanDeviceCreateInfoKHR.pfnGetInstanceProcAddr()
@NotNull MemorySegment
XrVulkanInstanceCreateInfoKHR.pfnGetInstanceProcAddr()
@NotNull MemorySegment
XrSpatialComponentPlaneAlignmentListEXT.planeAlignmentsRaw()
@NotNull MemorySegment
XrPlaneDetectorLocationsEXT.planeLocationsRaw()
@NotNull MemorySegment
XrSpatialComponentPolygon2DListEXT.polygonsRaw()
@NotNull MemorySegment
XrSceneMarkerQRCodesMSFT.qrCodesRaw()
@NotNull MemorySegment
XrGraphicsBindingD3D12KHR.queueRaw()
@NotNull MemorySegment
XrShareSpacesInfoMETA.recipientInfoRaw()
@NotNull MemorySegment
XrSemanticLabelsSupportInfoFB.recognizedLabelsRaw()
@NotNull MemorySegment
XrFaceTrackerCreateInfo2FB.requestedDataSourcesRaw()
@NotNull MemorySegment
XrHandTrackingDataSourceInfoEXT.requestedDataSourcesRaw()
@NotNull MemorySegment
XrFacialExpressionClientCreateInfoML.requestedFacialBlendShapesRaw()
@NotNull MemorySegment
XrNewSceneComputeInfoMSFT.requestedFeaturesRaw()
@NotNull MemorySegment
XrSceneCaptureRequestInfoFB.requestRaw()
@NotNull MemorySegment
XrSpaceQueryResultsFB.resultsRaw()
@NotNull MemorySegment
XrSpatialAnchorsDeleteCompletionDetailsML.resultsRaw()
@NotNull MemorySegment
XrSpatialAnchorsPublishCompletionDetailsML.resultsRaw()
@NotNull MemorySegment
XrSpatialAnchorsUpdateExpirationCompletionDetailsML.resultsRaw()
@NotNull MemorySegment
XrHapticPcmVibrationFB.samplesConsumedRaw()
@NotNull MemorySegment
XrSceneMarkersMSFT.sceneMarkersRaw()
@NotNull MemorySegment
XrSceneMeshesMSFT.sceneMeshesRaw()
@NotNull MemorySegment
XrSceneObjectsMSFT.sceneObjectsRaw()
@NotNull MemorySegment
XrScenePlanesMSFT.scenePlanesRaw()
@NotNull MemorySegment
XrSpatialComponentPlaneSemanticLabelListEXT.semanticLabelsRaw()
@NotNull MemorySegment
XrPlaneDetectorBeginInfoEXT.semanticTypesRaw()
@NotNull MemorySegment
XrDebugUtilsMessengerCallbackDataEXT.sessionLabelsRaw()
@NotNull MemorySegment
XrCreateSpatialAnchorsCompletionML.spacesRaw()
@NotNull MemorySegment
XrShareSpacesInfoMETA.spacesRaw()
@NotNull MemorySegment
XrSpaceListSaveInfoFB.spacesRaw()
@NotNull MemorySegment
XrSpaceShareInfoFB.spacesRaw()
@NotNull MemorySegment
XrSpacesLocateInfo.spacesRaw()
@NotNull MemorySegment
XrSpacesLocateInfoKHR.spacesRaw()
@NotNull MemorySegment
XrSceneBoundsMSFT.spheresRaw()
@NotNull MemorySegment
XrQueriedSenseDataBD.statesRaw()
@NotNull MemorySegment
XrVirtualKeyboardModelAnimationStatesMETA.statesRaw()
@Nullable LongPtr
XrActionCreateInfo.subactionPaths()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@NotNull MemorySegment
XrActionCreateInfo.subactionPathsRaw()
@NotNull MemorySegment
XrFoveationApplyInfoHTC.subImagesRaw()
@NotNull MemorySegment
XrInteractionProfileSuggestedBinding.suggestedBindingsRaw()
@NotNull MemorySegment
XrVirtualKeyboardTextContextChangeInfoMETA.textContextRaw()
@NotNull MemorySegment
XrSwapchainImageMetalKHR.texture()
@NotNull MemorySegment
XrSwapchainImageD3D11KHR.textureRaw()
@NotNull MemorySegment
XrSwapchainImageD3D12KHR.textureRaw()
@Nullable LongPtr
XrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPaths()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@NotNull MemorySegment
XrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPathsRaw()
@NotNull MemorySegment
XrDebugUtilsMessengerCreateInfoEXT.userCallback()
@NotNull MemorySegment
XrDebugUtilsMessengerCreateInfoEXT.userData()
@NotNull MemorySegment
XrSpaceShareInfoFB.usersRaw()
@NotNull MemorySegment
XrSenseDataFilterUuidBD.uuidsRaw()
@NotNull MemorySegment
XrSpaceContainerFB.uuidsRaw()
@NotNull MemorySegment
XrSpaceUuidFilterInfoFB.uuidsRaw()
@NotNull MemorySegment
XrSpatialAnchorsCreateInfoFromUuidsML.uuidsRaw()
@NotNull MemorySegment
XrSpatialAnchorsDeleteInfoML.uuidsRaw()
@NotNull MemorySegment
XrSpatialAnchorsPublishCompletionML.uuidsRaw()
@NotNull MemorySegment
XrSpatialAnchorsQueryCompletionML.uuidsRaw()
@NotNull MemorySegment
XrSpatialAnchorsUpdateExpirationInfoML.uuidsRaw()
@NotNull MemorySegment
XrSpaceVelocities.velocitiesRaw()
@NotNull MemorySegment
XrSpaceVelocitiesKHR.velocitiesRaw()
@NotNull MemorySegment
XrHandTrackingMeshFB.vertexBlendIndicesRaw()
@NotNull MemorySegment
XrHandTrackingMeshFB.vertexBlendWeightsRaw()
@NotNull MemorySegment
XrTriangleMeshCreateInfoFB.vertexBufferRaw()
@NotNull MemorySegment
XrWorldMeshBlockML.vertexBufferRaw()
@NotNull MemorySegment
XrHandTrackingMeshFB.vertexNormalsRaw()
@NotNull MemorySegment
XrHandTrackingMeshFB.vertexPositionsRaw()
@NotNull MemorySegment
XrHandTrackingMeshFB.vertexUVsRaw()
@NotNull MemorySegment
XrBoundary2DFB.verticesRaw()
@NotNull MemorySegment
XrHandMeshVertexBufferMSFT.verticesRaw()
@NotNull MemorySegment
XrPassthroughMeshTransformInfoHTC.verticesRaw()
@NotNull MemorySegment
XrPlaneDetectorPolygonBufferEXT.verticesRaw()
@NotNull MemorySegment
XrSceneMeshVertexBufferMSFT.verticesRaw()
@NotNull MemorySegment
XrSpaceTriangleMeshMETA.verticesRaw()
@NotNull MemorySegment
XrSpatialEntityComponentDataPolygonBD.verticesRaw()
@NotNull MemorySegment
XrSpatialEntityComponentDataTriangleMeshBD.verticesRaw()
@NotNull MemorySegment
XrVisibilityMaskKHR.verticesRaw()
@NotNull MemorySegment
XrSecondaryViewConfigurationFrameEndInfoMSFT.viewConfigurationLayersInfoRaw()
@NotNull MemorySegment
XrSecondaryViewConfigurationFrameStateMSFT.viewConfigurationStatesRaw()
@NotNull MemorySegment
XrVulkanSwapchainFormatListCreateInfoKHR.viewFormatsRaw()
@NotNull MemorySegment
XrCompositionLayerProjection.viewsRaw()
@NotNull MemorySegment
XrVulkanDeviceCreateInfoKHR.vulkanAllocatorRaw()
@NotNull MemorySegment
XrVulkanInstanceCreateInfoKHR.vulkanAllocatorRaw()
@NotNull MemorySegment
XrVulkanDeviceCreateInfoKHR.vulkanCreateInfoRaw()
@NotNull MemorySegment
XrVulkanInstanceCreateInfoKHR.vulkanCreateInfoRaw()
@NotNull MemorySegment
XrRoomLayoutFB.wallUuidsRaw()
@NotNull MemorySegment
XrFaceExpressionWeights2FB.weightsRaw()
@NotNull MemorySegment
XrFaceExpressionWeightsFB.weightsRaw()
@NotNull MemorySegment
XrGraphicsBindingOpenGLXlibKHR.xDisplayRaw()
Method parameters in club.doki7.openxr.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
XrActiveActionSetPrioritiesEXT.actionSetPrioritiesRaw
(@NotNull MemorySegment value) void
XrSessionActionSetsAttachInfo.actionSetsRaw
(@NotNull MemorySegment value) void
XrActionsSyncInfo.activeActionSetsRaw
(@NotNull MemorySegment value) void
XrScenePlaneAlignmentFilterInfoMSFT.alignmentsRaw
(@NotNull MemorySegment value) void
XrHapticAmplitudeEnvelopeVibrationFB.amplitudesRaw
(@NotNull MemorySegment value) void
XrSpatialAnchorsPublishInfoML.anchorsRaw
(@NotNull MemorySegment value) XrInstanceCreateInfoAndroidKHR.applicationActivity
(@NotNull MemorySegment value) XrLoaderInitInfoAndroidKHR.applicationContext
(@NotNull MemorySegment value) XrInstanceCreateInfoAndroidKHR.applicationVM
(@NotNull MemorySegment value) XrLoaderInitInfoAndroidKHR.applicationVM
(@NotNull MemorySegment value) void
XrBindingModificationsKHR.bindingModificationsRaw
(@NotNull MemorySegment value) void
XrWorldMeshGetInfoML.blocksRaw
(@NotNull MemorySegment value) void
XrWorldMeshRequestCompletionML.blocksRaw
(@NotNull MemorySegment value) void
XrSpatialComponentBounded2DListEXT.boundsRaw
(@NotNull MemorySegment value) void
XrSpatialComponentBounded3DListEXT.boundsRaw
(@NotNull MemorySegment value) void
XrSceneBoundsMSFT.boxesRaw
(@NotNull MemorySegment value) XrWorldMeshBufferML.buffer
(@NotNull MemorySegment value) void
XrColocationAdvertisementStartInfoMETA.bufferRaw
(@NotNull MemorySegment value) void
XrDeserializeSceneFragmentMSFT.bufferRaw
(@NotNull MemorySegment value) void
XrHapticPcmVibrationFB.bufferRaw
(@NotNull MemorySegment value) void
XrPassthroughColorLutDataMETA.bufferRaw
(@NotNull MemorySegment value) void
XrRenderModelAssetDataEXT.bufferRaw
(@NotNull MemorySegment value) void
XrRenderModelBufferFB.bufferRaw
(@NotNull MemorySegment value) void
XrSemanticLabelsFB.bufferRaw
(@NotNull MemorySegment value) void
XrVirtualKeyboardTextureDataMETA.bufferRaw
(@NotNull MemorySegment value) void
XrSpatialContextCreateInfoEXT.capabilityConfigsRaw
(@NotNull MemorySegment value) XrGraphicsBindingMetalKHR.commandQueue
(@NotNull MemorySegment value) void
XrSceneComponentsLocateInfoMSFT.componentIdsRaw
(@NotNull MemorySegment value) void
XrSceneComponentsMSFT.componentsRaw
(@NotNull MemorySegment value) void
XrSpatialCapabilityComponentTypesEXT.componentTypesRaw
(@NotNull MemorySegment value) void
XrSpatialComponentDataQueryConditionEXT.componentTypesRaw
(@NotNull MemorySegment value) void
XrSpatialDiscoverySnapshotCreateInfoEXT.componentTypesRaw
(@NotNull MemorySegment value) void
XrSpatialUpdateSnapshotCreateInfoEXT.componentTypesRaw
(@NotNull MemorySegment value) void
XrWorldMeshBlockML.confidenceBufferRaw
(@NotNull MemorySegment value) void
XrFaceExpressionWeights2FB.confidencesRaw
(@NotNull MemorySegment value) void
XrFaceExpressionWeightsFB.confidencesRaw
(@NotNull MemorySegment value) XrGraphicsBindingEGLMNDX.config
(@NotNull MemorySegment value) XrGraphicsBindingOpenGLESAndroidKHR.config
(@NotNull MemorySegment value) void
XrFoveationCustomModeInfoHTC.configsRaw
(@NotNull MemorySegment value) XrGraphicsBindingOpenGLXcbKHR.connection
(@NotNull MemorySegment value) XrGraphicsBindingEGLMNDX.context
(@NotNull MemorySegment value) XrGraphicsBindingOpenGLESAndroidKHR.context
(@NotNull MemorySegment value) void
XrHolographicWindowAttachmentMSFT.coreWindowRaw
(@NotNull MemorySegment value) XrNegotiateApiLayerRequest.createApiLayerInstance
(@NotNull MemorySegment value) void
XrLocalizationMapImportInfoML.dataRaw
(@NotNull MemorySegment value) void
XrGraphicsBindingD3D11KHR.deviceRaw
(@NotNull MemorySegment value) void
XrGraphicsBindingD3D12KHR.deviceRaw
(@NotNull MemorySegment value) XrGraphicsBindingEGLMNDX.display
(@NotNull MemorySegment value) XrGraphicsBindingOpenGLESAndroidKHR.display
(@NotNull MemorySegment value) void
XrGraphicsBindingOpenGLWaylandKHR.displayRaw
(@NotNull MemorySegment value) void
XrInstanceCreateInfo.enabledApiLayerNamesRaw
(@NotNull MemorySegment value) void
XrSpatialCapabilityConfigurationAnchorEXT.enabledComponentsRaw
(@NotNull MemorySegment value) void
XrSpatialCapabilityConfigurationAprilTagEXT.enabledComponentsRaw
(@NotNull MemorySegment value) void
XrSpatialCapabilityConfigurationArucoMarkerEXT.enabledComponentsRaw
(@NotNull MemorySegment value) void
XrSpatialCapabilityConfigurationBaseHeaderEXT.enabledComponentsRaw
(@NotNull MemorySegment value) void
XrSpatialCapabilityConfigurationMicroQrCodeEXT.enabledComponentsRaw
(@NotNull MemorySegment value) void
XrSpatialCapabilityConfigurationPlaneTrackingEXT.enabledComponentsRaw
(@NotNull MemorySegment value) void
XrSpatialCapabilityConfigurationQrCodeEXT.enabledComponentsRaw
(@NotNull MemorySegment value) void
XrInstanceCreateInfo.enabledExtensionNamesRaw
(@NotNull MemorySegment value) void
XrSecondaryViewConfigurationSessionBeginInfoMSFT.enabledViewConfigurationTypesRaw
(@NotNull MemorySegment value) void
XrSpatialUpdateSnapshotCreateInfoEXT.entitiesRaw
(@NotNull MemorySegment value) void
XrSpatialComponentDataQueryResultEXT.entityIdsRaw
(@NotNull MemorySegment value) void
XrSpatialComponentDataQueryResultEXT.entityStatesRaw
(@NotNull MemorySegment value) void
XrSpaceQueryInfoFB.excludeFilterRaw
(@NotNull MemorySegment value) void
XrFacialExpressionsHTC.expressionWeightingsRaw
(@NotNull MemorySegment value) void
XrSpaceQueryInfoFB.filterRaw
(@NotNull MemorySegment value) void
XrSceneDeserializeInfoMSFT.fragmentsRaw
(@NotNull MemorySegment value) void
XrSceneBoundsMSFT.frustumsRaw
(@NotNull MemorySegment value) void
XrDebugUtilsMessengerCallbackDataEXT.functionNameRaw
(@NotNull MemorySegment value) XrNegotiateApiLayerRequest.getInstanceProcAddr
(@NotNull MemorySegment value) XrNegotiateRuntimeRequest.getInstanceProcAddr
(@NotNull MemorySegment value) XrGraphicsBindingEGLMNDX.getProcAddress
(@NotNull MemorySegment value) void
XrRenderModelCreateInfoEXT.gltfExtensionsRaw
(@NotNull MemorySegment value) XrGraphicsBindingOpenGLXlibKHR.glxContext
(@NotNull MemorySegment value) XrGraphicsBindingOpenGLXlibKHR.glxFBConfig
(@NotNull MemorySegment value) void
XrShareSpacesRecipientGroupsMETA.groupsRaw
(@NotNull MemorySegment value) XrGraphicsBindingOpenGLWin32KHR.hDC
(@NotNull MemorySegment value) XrGraphicsBindingOpenGLWin32KHR.hGLRC
(@NotNull MemorySegment value) void
XrHolographicWindowAttachmentMSFT.holographicSpaceRaw
(@NotNull MemorySegment value) void
XrTriangleMeshCreateInfoFB.indexBufferRaw
(@NotNull MemorySegment value) void
XrWorldMeshBlockML.indexBufferRaw
(@NotNull MemorySegment value) void
XrHandMeshIndexBufferMSFT.indicesRaw
(@NotNull MemorySegment value) void
XrHandTrackingMeshFB.indicesRaw
(@NotNull MemorySegment value) void
XrPassthroughMeshTransformInfoHTC.indicesRaw
(@NotNull MemorySegment value) void
XrSceneMeshIndicesUint16MSFT.indicesRaw
(@NotNull MemorySegment value) void
XrSceneMeshIndicesUint32MSFT.indicesRaw
(@NotNull MemorySegment value) void
XrSpaceTriangleMeshMETA.indicesRaw
(@NotNull MemorySegment value) void
XrSpatialEntityComponentDataTriangleMeshBD.indicesRaw
(@NotNull MemorySegment value) void
XrVisibilityMaskKHR.indicesRaw
(@NotNull MemorySegment value) void
XrHandTrackingMeshFB.jointBindPosesRaw
(@NotNull MemorySegment value) void
XrBodyJointLocationsBD.jointLocationsRaw
(@NotNull MemorySegment value) void
XrBodyJointLocationsFB.jointLocationsRaw
(@NotNull MemorySegment value) void
XrBodyJointLocationsHTC.jointLocationsRaw
(@NotNull MemorySegment value) void
XrHandJointLocationsEXT.jointLocationsRaw
(@NotNull MemorySegment value) void
XrHandTrackingMeshFB.jointParentsRaw
(@NotNull MemorySegment value) void
XrHandTrackingMeshFB.jointRadiiRaw
(@NotNull MemorySegment value) void
XrBodySkeletonFB.jointsRaw
(@NotNull MemorySegment value) void
XrBodySkeletonHTC.jointsRaw
(@NotNull MemorySegment value) void
XrHandJointVelocitiesEXT.jointVelocitiesRaw
(@NotNull MemorySegment value) void
XrDebugUtilsLabelEXT.labelNameRaw
(@NotNull MemorySegment value) void
XrSenseDataFilterSemanticBD.labelsRaw
(@NotNull MemorySegment value) void
XrSpatialEntityComponentDataSemanticBD.labelsRaw
(@NotNull MemorySegment value) void
XrRecommendedLayerResolutionGetInfoMETA.layerRaw
(@NotNull MemorySegment value) void
XrFrameEndInfo.layersRaw
(@NotNull MemorySegment value) void
XrSecondaryViewConfigurationLayerInfoMSFT.layersRaw
(@NotNull MemorySegment value) XrApiLayerCreateInfo.loaderInstance
(@NotNull MemorySegment value) void
XrForceFeedbackCurlApplyLocationsMNDX.locationsRaw
(@NotNull MemorySegment value) void
XrSceneComponentLocationsMSFT.locationsRaw
(@NotNull MemorySegment value) void
XrSpaceLocations.locationsRaw
(@NotNull MemorySegment value) void
XrSpaceLocationsKHR.locationsRaw
(@NotNull MemorySegment value) void
XrSpatialComponentAnchorListEXT.locationsRaw
(@NotNull MemorySegment value) void
XrSpatialComponentMarkerListEXT.markersRaw
(@NotNull MemorySegment value) void
XrSceneMarkerTypeFilterMSFT.markerTypesRaw
(@NotNull MemorySegment value) void
XrWorldMeshStateRequestCompletionML.meshBlockStatesRaw
(@NotNull MemorySegment value) void
XrSpatialComponentMesh2DListEXT.meshesRaw
(@NotNull MemorySegment value) void
XrSpatialComponentMesh3DListEXT.meshesRaw
(@NotNull MemorySegment value) void
XrDebugUtilsMessengerCallbackDataEXT.messageIdRaw
(@NotNull MemorySegment value) void
XrDebugUtilsMessengerCallbackDataEXT.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) void
XrApiLayerCreateInfo.nextInfoRaw
(@NotNull MemorySegment value) void
XrApiLayerNextInfo.nextRaw
(@NotNull MemorySegment value) void
XrBaseInStructure.nextRaw
(@NotNull MemorySegment value) void
XrBaseOutStructure.nextRaw
(@NotNull MemorySegment value) void
XrControllerModelPropertiesMSFT.nodePropertiesRaw
(@NotNull MemorySegment value) void
XrRenderModelAssetPropertiesEXT.nodePropertiesRaw
(@NotNull MemorySegment value) void
XrControllerModelStateMSFT.nodeStatesRaw
(@NotNull MemorySegment value) void
XrRenderModelStateEXT.nodeStatesRaw
(@NotNull MemorySegment value) void
XrWorldMeshBlockML.normalBufferRaw
(@NotNull MemorySegment value) void
XrDebugUtilsObjectNameInfoEXT.objectNameRaw
(@NotNull MemorySegment value) void
XrDebugUtilsMessengerCallbackDataEXT.objectsRaw
(@NotNull MemorySegment value) void
XrSceneObjectTypesFilterInfoMSFT.objectTypesRaw
(@NotNull MemorySegment value) void
XrInteractionProfileAnalogThresholdVALVE.offHapticRaw
(@NotNull MemorySegment value) void
XrInteractionProfileDpadBindingEXT.offHapticRaw
(@NotNull MemorySegment value) void
XrInteractionProfileAnalogThresholdVALVE.onHapticRaw
(@NotNull MemorySegment value) void
XrInteractionProfileDpadBindingEXT.onHapticRaw
(@NotNull MemorySegment value) void
XrPlaneDetectorBeginInfoEXT.orientationsRaw
(@NotNull MemorySegment value) void
XrSenseDataFilterPlaneOrientationBD.orientationsRaw
(@NotNull MemorySegment value) void
XrSpatialComponentParentListEXT.parentsRaw
(@NotNull MemorySegment value) void
XrEventDataViveTrackerConnectedHTCX.pathsRaw
(@NotNull MemorySegment value) void
XrSpatialComponentPersistenceListEXT.persistDataRaw
(@NotNull MemorySegment value) void
XrSpatialDiscoveryPersistenceUuidFilterEXT.persistedUuidsRaw
(@NotNull MemorySegment value) void
XrSpatialContextPersistenceConfigEXT.persistenceContextsRaw
(@NotNull MemorySegment value) XrVulkanDeviceCreateInfoKHR.pfnGetInstanceProcAddr
(@NotNull MemorySegment value) XrVulkanInstanceCreateInfoKHR.pfnGetInstanceProcAddr
(@NotNull MemorySegment value) void
XrSpatialComponentPlaneAlignmentListEXT.planeAlignmentsRaw
(@NotNull MemorySegment value) void
XrPlaneDetectorLocationsEXT.planeLocationsRaw
(@NotNull MemorySegment value) void
XrSpatialComponentPolygon2DListEXT.polygonsRaw
(@NotNull MemorySegment value) void
XrSceneMarkerQRCodesMSFT.qrCodesRaw
(@NotNull MemorySegment value) void
XrGraphicsBindingD3D12KHR.queueRaw
(@NotNull MemorySegment value) void
XrShareSpacesInfoMETA.recipientInfoRaw
(@NotNull MemorySegment value) void
XrSemanticLabelsSupportInfoFB.recognizedLabelsRaw
(@NotNull MemorySegment value) void
XrFaceTrackerCreateInfo2FB.requestedDataSourcesRaw
(@NotNull MemorySegment value) void
XrHandTrackingDataSourceInfoEXT.requestedDataSourcesRaw
(@NotNull MemorySegment value) void
XrFacialExpressionClientCreateInfoML.requestedFacialBlendShapesRaw
(@NotNull MemorySegment value) void
XrNewSceneComputeInfoMSFT.requestedFeaturesRaw
(@NotNull MemorySegment value) void
XrSceneCaptureRequestInfoFB.requestRaw
(@NotNull MemorySegment value) void
XrSpaceQueryResultsFB.resultsRaw
(@NotNull MemorySegment value) void
XrSpatialAnchorsDeleteCompletionDetailsML.resultsRaw
(@NotNull MemorySegment value) void
XrSpatialAnchorsPublishCompletionDetailsML.resultsRaw
(@NotNull MemorySegment value) void
XrSpatialAnchorsUpdateExpirationCompletionDetailsML.resultsRaw
(@NotNull MemorySegment value) void
XrHapticPcmVibrationFB.samplesConsumedRaw
(@NotNull MemorySegment value) void
XrSceneMarkersMSFT.sceneMarkersRaw
(@NotNull MemorySegment value) void
XrSceneMeshesMSFT.sceneMeshesRaw
(@NotNull MemorySegment value) void
XrSceneObjectsMSFT.sceneObjectsRaw
(@NotNull MemorySegment value) void
XrScenePlanesMSFT.scenePlanesRaw
(@NotNull MemorySegment value) void
XrSpatialComponentPlaneSemanticLabelListEXT.semanticLabelsRaw
(@NotNull MemorySegment value) void
XrPlaneDetectorBeginInfoEXT.semanticTypesRaw
(@NotNull MemorySegment value) void
XrDebugUtilsMessengerCallbackDataEXT.sessionLabelsRaw
(@NotNull MemorySegment value) void
XrCreateSpatialAnchorsCompletionML.spacesRaw
(@NotNull MemorySegment value) void
XrShareSpacesInfoMETA.spacesRaw
(@NotNull MemorySegment value) void
XrSpaceListSaveInfoFB.spacesRaw
(@NotNull MemorySegment value) void
XrSpaceShareInfoFB.spacesRaw
(@NotNull MemorySegment value) void
XrSpacesLocateInfo.spacesRaw
(@NotNull MemorySegment value) void
XrSpacesLocateInfoKHR.spacesRaw
(@NotNull MemorySegment value) void
XrSceneBoundsMSFT.spheresRaw
(@NotNull MemorySegment value) void
XrQueriedSenseDataBD.statesRaw
(@NotNull MemorySegment value) void
XrVirtualKeyboardModelAnimationStatesMETA.statesRaw
(@NotNull MemorySegment value) XrActionCreateInfo.subactionPaths
(@Nullable LongPtr value) void
XrActionCreateInfo.subactionPathsRaw
(@NotNull MemorySegment value) void
XrFoveationApplyInfoHTC.subImagesRaw
(@NotNull MemorySegment value) void
XrInteractionProfileSuggestedBinding.suggestedBindingsRaw
(@NotNull MemorySegment value) void
XrVirtualKeyboardTextContextChangeInfoMETA.textContextRaw
(@NotNull MemorySegment value) XrSwapchainImageMetalKHR.texture
(@NotNull MemorySegment value) void
XrSwapchainImageD3D11KHR.textureRaw
(@NotNull MemorySegment value) void
XrSwapchainImageD3D12KHR.textureRaw
(@NotNull MemorySegment value) XrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPaths
(@Nullable LongPtr value) void
XrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPathsRaw
(@NotNull MemorySegment value) XrDebugUtilsMessengerCreateInfoEXT.userCallback
(@NotNull MemorySegment value) XrDebugUtilsMessengerCreateInfoEXT.userData
(@NotNull MemorySegment value) void
XrSpaceShareInfoFB.usersRaw
(@NotNull MemorySegment value) void
XrSenseDataFilterUuidBD.uuidsRaw
(@NotNull MemorySegment value) void
XrSpaceContainerFB.uuidsRaw
(@NotNull MemorySegment value) void
XrSpaceUuidFilterInfoFB.uuidsRaw
(@NotNull MemorySegment value) void
XrSpatialAnchorsCreateInfoFromUuidsML.uuidsRaw
(@NotNull MemorySegment value) void
XrSpatialAnchorsDeleteInfoML.uuidsRaw
(@NotNull MemorySegment value) void
XrSpatialAnchorsPublishCompletionML.uuidsRaw
(@NotNull MemorySegment value) void
XrSpatialAnchorsQueryCompletionML.uuidsRaw
(@NotNull MemorySegment value) void
XrSpatialAnchorsUpdateExpirationInfoML.uuidsRaw
(@NotNull MemorySegment value) void
XrSpaceVelocities.velocitiesRaw
(@NotNull MemorySegment value) void
XrSpaceVelocitiesKHR.velocitiesRaw
(@NotNull MemorySegment value) void
XrHandTrackingMeshFB.vertexBlendIndicesRaw
(@NotNull MemorySegment value) void
XrHandTrackingMeshFB.vertexBlendWeightsRaw
(@NotNull MemorySegment value) void
XrTriangleMeshCreateInfoFB.vertexBufferRaw
(@NotNull MemorySegment value) void
XrWorldMeshBlockML.vertexBufferRaw
(@NotNull MemorySegment value) void
XrHandTrackingMeshFB.vertexNormalsRaw
(@NotNull MemorySegment value) void
XrHandTrackingMeshFB.vertexPositionsRaw
(@NotNull MemorySegment value) void
XrHandTrackingMeshFB.vertexUVsRaw
(@NotNull MemorySegment value) void
XrBoundary2DFB.verticesRaw
(@NotNull MemorySegment value) void
XrHandMeshVertexBufferMSFT.verticesRaw
(@NotNull MemorySegment value) void
XrPassthroughMeshTransformInfoHTC.verticesRaw
(@NotNull MemorySegment value) void
XrPlaneDetectorPolygonBufferEXT.verticesRaw
(@NotNull MemorySegment value) void
XrSceneMeshVertexBufferMSFT.verticesRaw
(@NotNull MemorySegment value) void
XrSpaceTriangleMeshMETA.verticesRaw
(@NotNull MemorySegment value) void
XrSpatialEntityComponentDataPolygonBD.verticesRaw
(@NotNull MemorySegment value) void
XrSpatialEntityComponentDataTriangleMeshBD.verticesRaw
(@NotNull MemorySegment value) void
XrVisibilityMaskKHR.verticesRaw
(@NotNull MemorySegment value) void
XrSecondaryViewConfigurationFrameEndInfoMSFT.viewConfigurationLayersInfoRaw
(@NotNull MemorySegment value) void
XrSecondaryViewConfigurationFrameStateMSFT.viewConfigurationStatesRaw
(@NotNull MemorySegment value) void
XrVulkanSwapchainFormatListCreateInfoKHR.viewFormatsRaw
(@NotNull MemorySegment value) void
XrCompositionLayerProjection.viewsRaw
(@NotNull MemorySegment value) void
XrVulkanDeviceCreateInfoKHR.vulkanAllocatorRaw
(@NotNull MemorySegment value) void
XrVulkanInstanceCreateInfoKHR.vulkanAllocatorRaw
(@NotNull MemorySegment value) void
XrVulkanDeviceCreateInfoKHR.vulkanCreateInfoRaw
(@NotNull MemorySegment value) void
XrVulkanInstanceCreateInfoKHR.vulkanCreateInfoRaw
(@NotNull MemorySegment value) void
XrRoomLayoutFB.wallUuidsRaw
(@NotNull MemorySegment value) void
XrFaceExpressionWeights2FB.weightsRaw
(@NotNull MemorySegment value) void
XrFaceExpressionWeightsFB.weightsRaw
(@NotNull MemorySegment value) void
XrGraphicsBindingOpenGLXlibKHR.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.int
SDL3.addAtomicInt
(@Nullable ISDL_AtomicInt a, int v) Add to an atomic variable.boolean
SDL3.addEventWatch
(MemorySegment filter, MemorySegment userdata) Add a callback to be triggered when an event is added to the event queue.boolean
SDL3.addEventWatch
(MemorySegment filter, MemorySegment userdata) Add a callback to be triggered when an event is added to the event queue.boolean
SDL3.addHintCallback
(@Nullable BytePtr name, MemorySegment callback, MemorySegment userdata) Add a function to watch a particular hint.boolean
SDL3.addHintCallback
(@Nullable BytePtr name, MemorySegment callback, MemorySegment userdata) Add a function to watch a particular hint.int
SDL3.addTimer
(int interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.int
SDL3.addTimer
(int interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.int
SDL3.addTimerNS
(long interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.int
SDL3.addTimerNS
(long interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.void
SDL3.aligned_free
(MemorySegment mem) Free memory allocated by SDL_aligned_alloc().int
SDL3.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.boolean
SDL3.bindAudioStreams
(int devid, SDL_AudioStream.Ptr streams, int num_streams) Bind a list of audio streams to an audio device.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.blitGPUTexture
(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable ISDL_GPUBlitInfo info) Blits from a source texture region to a destination texture region.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.blitSurfaceUnchecked
(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform low-level surface blitting only.boolean
SDL3.blitSurfaceUnchecked
(@Nullable SDL_Surface src, @Nullable ISDL_Rect srcrect, @Nullable SDL_Surface dst, @Nullable ISDL_Rect dstrect) Perform low-level surface blitting only.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.compareAndSwapAtomicInt
(@Nullable ISDL_AtomicInt a, int oldval, int newval) Set an atomic variable to a new value if it is currently an old value.boolean
SDL3.compareAndSwapAtomicPointer
(@Nullable PointerPtr a, MemorySegment oldval, MemorySegment newval) Set a pointer to a new value if it is currently an old value.boolean
SDL3.compareAndSwapAtomicPointer
(@Nullable PointerPtr a, MemorySegment oldval, MemorySegment newval) Set a pointer to a new value if it is currently an old value.boolean
SDL3.compareAndSwapAtomicU32
(@Nullable ISDL_AtomicU32 a, int oldval, int newval) Set an atomic variable to a new value if it is currently an old value.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.convertEventToRenderCoordinates
(@Nullable SDL_Renderer renderer, @Nullable ISDL_Event event) Convert the coordinates in an event to render coordinates.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.void
SDL3.copyGPUBufferToBuffer
(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUBufferLocation source, @Nullable ISDL_GPUBufferLocation destination, int size, boolean cycle) Performs a buffer-to-buffer copy.void
SDL3.copyGPUBufferToBuffer
(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUBufferLocation source, @Nullable ISDL_GPUBufferLocation destination, int size, boolean cycle) Performs a buffer-to-buffer copy.void
SDL3.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.void
SDL3.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.short
SDL3.crc16
(short crc, MemorySegment data, long len) Calculate a CRC-16 value.int
SDL3.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.int
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.dateTimeToTime
(@Nullable ISDL_DateTime dt, @Nullable LongPtr ticks) Converts a calendar time to an SDL_Time in nanoseconds since the epoch.boolean
SDL3.dateTimeToTime
(@Nullable ISDL_DateTime dt, @Nullable LongPtr ticks) Converts a calendar time to an SDL_Time in nanoseconds since the epoch.void
SDL3.destroyPalette
(@Nullable ISDL_Palette palette) Free a palette created with SDL_CreatePalette().void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.EGL_SetAttributeCallbacks
(MemorySegment platformAttribCallback, MemorySegment surfaceAttribCallback, MemorySegment contextAttribCallback, MemorySegment userdata) Sets the callbacks for defining custom EGLAttrib arrays for EGL initialization.void
SDL3.EGL_SetAttributeCallbacks
(MemorySegment platformAttribCallback, MemorySegment surfaceAttribCallback, MemorySegment contextAttribCallback, MemorySegment userdata) Sets the callbacks for defining custom EGLAttrib arrays for EGL initialization.void
SDL3.EGL_SetAttributeCallbacks
(MemorySegment platformAttribCallback, MemorySegment surfaceAttribCallback, MemorySegment contextAttribCallback, MemorySegment userdata) Sets the callbacks for defining custom EGLAttrib arrays for EGL initialization.void
SDL3.EGL_SetAttributeCallbacks
(MemorySegment platformAttribCallback, MemorySegment surfaceAttribCallback, MemorySegment contextAttribCallback, MemorySegment userdata) Sets the callbacks for defining custom EGLAttrib arrays for EGL initialization.boolean
SDL3.enumerateDirectory
(@Nullable BytePtr path, MemorySegment callback, MemorySegment userdata) Enumerate a directory through a callback function.boolean
SDL3.enumerateDirectory
(@Nullable BytePtr path, MemorySegment callback, MemorySegment userdata) Enumerate a directory through a callback function.boolean
SDL3.enumerateProperties
(int props, MemorySegment callback, MemorySegment userdata) Enumerate the properties contained in a group of properties.boolean
SDL3.enumerateProperties
(int props, MemorySegment callback, MemorySegment userdata) Enumerate the properties contained in a group of properties.boolean
SDL3.enumerateStorageDirectory
(@Nullable SDL_Storage storage, @Nullable BytePtr path, MemorySegment callback, MemorySegment userdata) Enumerate a directory in a storage container through a callback function.boolean
SDL3.enumerateStorageDirectory
(@Nullable SDL_Storage storage, @Nullable BytePtr path, MemorySegment callback, MemorySegment userdata) Enumerate a directory in a storage container through a callback function.boolean
SDL3.fillSurfaceRect
(@Nullable SDL_Surface dst, @Nullable ISDL_Rect rect, int color) Perform a fast fill of a rectangle with a specific color.boolean
SDL3.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.void
SDL3.filterEvents
(MemorySegment filter, MemorySegment userdata) Run a specific filter function on the current event queue, removing any events for which the filter returns false.void
SDL3.filterEvents
(MemorySegment filter, MemorySegment userdata) Run a specific filter function on the current event queue, removing any events for which the filter returns false.void
SDL3.free
(MemorySegment mem) Free allocated memory.boolean
SDL3.getAsyncIOResult
(@Nullable SDL_AsyncIOQueue queue, @Nullable ISDL_AsyncIOOutcome outcome) Query an async I/O task queue for completed tasks.int
SDL3.getAtomicInt
(@Nullable ISDL_AtomicInt a) Get the value of an atomic variable.int
SDL3.getAtomicU32
(@Nullable ISDL_AtomicU32 a) Get the value of an atomic variable.boolean
SDL3.getAudioDeviceFormat
(int devid, @Nullable ISDL_AudioSpec spec, @Nullable IntPtr sample_frames) Get the current audio format of a specific audio device.int
SDL3.getAudioStreamData
(@Nullable SDL_AudioStream stream, MemorySegment buf, int len) Get converted/resampled data from the stream.boolean
SDL3.getAudioStreamFormat
(@Nullable SDL_AudioStream stream, @Nullable ISDL_AudioSpec src_spec, @Nullable ISDL_AudioSpec dst_spec) Query the current format of an audio stream.boolean
SDL3.getAudioStreamFormat
(@Nullable SDL_AudioStream stream, @Nullable ISDL_AudioSpec src_spec, @Nullable ISDL_AudioSpec dst_spec) Query the current format of an audio stream.boolean
SDL3.getCameraFormat
(@Nullable SDL_Camera camera, @Nullable ISDL_CameraSpec spec) Get the spec that a camera is using when generating images.boolean
SDL3.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.boolean
SDL3.getCurrentTime
(@Nullable LongPtr ticks) Gets the current value of the system realtime clock in nanoseconds since Jan 1, 1970 in Universal Coordinated Time (UTC).boolean
SDL3.getDisplayBounds
(int displayID, @Nullable ISDL_Rect rect) Get the desktop area represented by a display.int
SDL3.getDisplayForPoint
(@Nullable ISDL_Point point) Get the display containing a point.int
SDL3.getDisplayForRect
(@Nullable ISDL_Rect rect) Get the display primarily containing a rect.boolean
SDL3.getDisplayUsableBounds
(int displayID, @Nullable ISDL_Rect rect) Get the usable desktop area represented by a display, in screen coordinates.boolean
SDL3.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.boolean
SDL3.getGDKDefaultUser
(XUserHandle.Ptr outUserHandle) Gets a reference to the default user handle for GDK.boolean
SDL3.getGDKTaskQueue
(XTaskQueueHandle.Ptr outTaskQueue) Gets a reference to the global async task queue handle for GDK, initializing if needed.boolean
SDL3.getJoystickAxisInitialState
(@Nullable SDL_Joystick joystick, int axis, @Nullable ShortPtr state) Get the initial state of an axis control on a joystick.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.getRectEnclosingPoints
(@Nullable ISDL_Point points, int count, @Nullable ISDL_Rect clip, @Nullable ISDL_Rect result) Calculate a minimal rectangle enclosing a set of points.boolean
SDL3.getRectEnclosingPoints
(@Nullable ISDL_Point points, int count, @Nullable ISDL_Rect clip, @Nullable ISDL_Rect result) Calculate a minimal rectangle enclosing a set of points.boolean
SDL3.getRectEnclosingPoints
(@Nullable ISDL_Point points, int count, @Nullable ISDL_Rect clip, @Nullable ISDL_Rect result) Calculate a minimal rectangle enclosing a set of points.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.getRectIntersection
(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the intersection of two rectangles.boolean
SDL3.getRectIntersection
(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the intersection of two rectangles.boolean
SDL3.getRectIntersection
(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the intersection of two rectangles.boolean
SDL3.getRectIntersectionFloat
(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the intersection of two rectangles with float precision.boolean
SDL3.getRectIntersectionFloat
(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the intersection of two rectangles with float precision.boolean
SDL3.getRectIntersectionFloat
(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the intersection of two rectangles with float precision.boolean
SDL3.getRectUnion
(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the union of two rectangles.boolean
SDL3.getRectUnion
(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the union of two rectangles.boolean
SDL3.getRectUnion
(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B, @Nullable ISDL_Rect result) Calculate the union of two rectangles.boolean
SDL3.getRectUnionFloat
(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the union of two rectangles with float precision.boolean
SDL3.getRectUnionFloat
(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the union of two rectangles with float precision.boolean
SDL3.getRectUnionFloat
(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B, @Nullable ISDL_FRect result) Calculate the union of two rectangles with float precision.boolean
SDL3.getRenderClipRect
(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Get the clip rectangle for the current target.boolean
SDL3.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).boolean
SDL3.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).boolean
SDL3.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).boolean
SDL3.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).boolean
SDL3.getRenderLogicalPresentationRect
(@Nullable SDL_Renderer renderer, @Nullable ISDL_FRect rect) Get the final presentation rectangle for rendering.boolean
SDL3.getRenderSafeArea
(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Get the safe area for rendering within the current viewport.boolean
SDL3.getRenderViewport
(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Get the drawing area for the current target.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.boolean
SDL3.getStorageFileSize
(@Nullable SDL_Storage storage, @Nullable BytePtr path, @Nullable LongPtr length) Query the size of a file within a storage container.boolean
SDL3.getStoragePathInfo
(@Nullable SDL_Storage storage, @Nullable BytePtr path, @Nullable ISDL_PathInfo info) Get information about a filesystem path in a storage container.boolean
SDL3.getSurfaceAlphaMod
(@Nullable SDL_Surface surface, @Nullable BytePtr alpha) Get the additional alpha value used in blit operations.boolean
SDL3.getSurfaceClipRect
(@Nullable SDL_Surface surface, @Nullable ISDL_Rect rect) Get the clipping rectangle for a surface.boolean
SDL3.getSurfaceColorKey
(@Nullable SDL_Surface surface, @Nullable IntPtr key) Get the color key (transparent pixel) for a surface.boolean
SDL3.getSurfaceColorMod
(@Nullable SDL_Surface surface, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into blit operations.boolean
SDL3.getSurfaceColorMod
(@Nullable SDL_Surface surface, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into blit operations.boolean
SDL3.getSurfaceColorMod
(@Nullable SDL_Surface surface, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into blit operations.boolean
SDL3.getTextInputArea
(@Nullable SDL_Window window, @Nullable ISDL_Rect rect, @Nullable IntPtr cursor) Get the area used to type Unicode text input.boolean
SDL3.getTextureAlphaMod
(@Nullable SDL_Texture texture, @Nullable BytePtr alpha) Get the additional alpha value multiplied into render copy operations.boolean
SDL3.getTextureColorMod
(@Nullable SDL_Texture texture, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into render copy operations.boolean
SDL3.getTextureColorMod
(@Nullable SDL_Texture texture, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into render copy operations.boolean
SDL3.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.boolean
SDL3.getWindowSafeArea
(@Nullable SDL_Window window, @Nullable ISDL_Rect rect) Get the safe area for this window.boolean
SDL3.hapticEffectSupported
(@Nullable SDL_Haptic haptic, @Nullable ISDL_HapticEffect effect) Check to see if an effect is supported by a haptic device.boolean
SDL3.hasRectIntersection
(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B) Determine whether two rectangles intersect.boolean
SDL3.hasRectIntersection
(@Nullable ISDL_Rect A, @Nullable ISDL_Rect B) Determine whether two rectangles intersect.boolean
SDL3.hasRectIntersectionFloat
(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B) Determine whether two rectangles intersect with float precision.boolean
SDL3.hasRectIntersectionFloat
(@Nullable ISDL_FRect A, @Nullable ISDL_FRect B) Determine whether two rectangles intersect with float precision.void
SDL3.hid_free_enumeration
(@Nullable ISDL_hid_device_info devs) Free an enumeration linked list.int
SDL3.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.int
SDL3.hid_get_manufacturer_string
(@Nullable SDL_hid_device dev, MemorySegment string, long maxlen) Get The Manufacturer String from a HID device.int
SDL3.hid_get_product_string
(@Nullable SDL_hid_device dev, MemorySegment string, long maxlen) Get The Product String from a HID device.int
SDL3.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.boolean
SDL3.loadFileAsync
(@Nullable BytePtr file, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Load all the data from a file path, asynchronously.boolean
SDL3.loadWAV
(@Nullable BytePtr path, @Nullable ISDL_AudioSpec spec, @Nullable PointerPtr audio_buf, @Nullable IntPtr audio_len) Loads a WAV from a file path.boolean
SDL3.loadWAV
(@Nullable BytePtr path, @Nullable ISDL_AudioSpec spec, @Nullable PointerPtr audio_buf, @Nullable IntPtr audio_len) Loads a WAV from a file path.boolean
SDL3.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.boolean
SDL3.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.void
SDL3.lockSpinlock
(@Nullable IntPtr lock) Lock a spin lock by setting it to a non-zero value.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.int
SDL3.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.int
SDL3.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.int
SDL3.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.int
SDL3.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.int
SDL3.memcmp
(MemorySegment s1, MemorySegment s2, long len) Compare two buffers of memory.int
SDL3.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.void
SDL3.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.boolean
Mix audio data in a specified format.boolean
Mix audio data in a specified format.int
SDL3.murmur3_32
(MemorySegment data, long len, int seed) Calculate a 32-bit MurmurHash3 value for a block of data.int
SDL3.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.int
SDL3.peepEvents
(@Nullable ISDL_Event events, int numevents, int action, int minType, int maxType) Check the event queue for messages and optionally return them.boolean
SDL3.pollEvent
(@Nullable ISDL_Event event) Poll for currently pending events.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.pushEvent
(@Nullable ISDL_Event event) Add an event to the event queue.void
SDL3.pushGPUComputeUniformData
(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a uniform slot on the command buffer.void
SDL3.pushGPUFragmentUniformData
(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a fragment uniform slot on the command buffer.void
SDL3.pushGPUVertexUniformData
(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a vertex uniform slot on the command buffer.boolean
SDL3.putAudioStreamData
(@Nullable SDL_AudioStream stream, MemorySegment buf, int len) Add data to the stream.void
SDL3.qsort
(MemorySegment base, long nmemb, long size, MemorySegment compare) Sort an array.void
SDL3.qsort
(MemorySegment base, long nmemb, long size, MemorySegment compare) Sort an array.void
SDL3.qsort_r
(MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Sort an array, passing a userdata pointer to the compare function.void
SDL3.qsort_r
(MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Sort an array, passing a userdata pointer to the compare function.void
SDL3.qsort_r
(MemorySegment base, long nmemb, long size, MemorySegment compare, MemorySegment userdata) Sort an array, passing a userdata pointer to the compare function.int
SDL3.rand_bits_r
(@Nullable LongPtr state) Generate 32 pseudo-random bits.int
Generate a pseudo-random number less than n for positive nfloat
Generate a uniform pseudo-random floating point number less than 1.0boolean
SDL3.readAsyncIO
(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async read.boolean
SDL3.readAsyncIO
(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async read.long
SDL3.readIO
(@Nullable SDL_IOStream context, MemorySegment ptr, long size) Read from a data source.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.readS8
(@Nullable SDL_IOStream src, @Nullable BytePtr value) Use this function to read a signed byte from an SDL_IOStream.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.void
SDL3.removeEventWatch
(MemorySegment filter, MemorySegment userdata) Remove an event watch callback added with SDL_AddEventWatch().void
SDL3.removeEventWatch
(MemorySegment filter, MemorySegment userdata) Remove an event watch callback added with SDL_AddEventWatch().void
SDL3.removeHintCallback
(@Nullable BytePtr name, MemorySegment callback, MemorySegment userdata) Remove a function watching a particular hint.void
SDL3.removeHintCallback
(@Nullable BytePtr name, MemorySegment callback, MemorySegment userdata) Remove a function watching a particular hint.boolean
SDL3.renderFillRect
(@Nullable SDL_Renderer renderer, @Nullable ISDL_FRect rect) Fill a rectangle on the current rendering target with the drawing color at subpixel precision.boolean
SDL3.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.boolean
SDL3.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).boolean
SDL3.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).boolean
SDL3.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).boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.renderRect
(@Nullable SDL_Renderer renderer, @Nullable ISDL_FRect rect) Draw a rectangle on the current rendering target at subpixel precision.boolean
SDL3.renderRects
(@Nullable SDL_Renderer renderer, @Nullable ISDL_FRect rects, int count) Draw some number of rectangles on the current rendering target at subpixel precision.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.requestAndroidPermission
(@Nullable BytePtr permission, MemorySegment cb, MemorySegment userdata) Request permissions at runtime, asynchronously.boolean
SDL3.requestAndroidPermission
(@Nullable BytePtr permission, MemorySegment cb, MemorySegment userdata) Request permissions at runtime, asynchronously.boolean
SDL3.runOnMainThread
(MemorySegment callback, MemorySegment userdata, boolean wait_complete) Call a function on the main thread during event processing.boolean
SDL3.runOnMainThread
(MemorySegment callback, MemorySegment userdata, boolean wait_complete) Call a function on the main thread during event processing.boolean
SDL3.saveFile
(@Nullable BytePtr file, MemorySegment data, long datasize) Save all the data into a file path.boolean
SDL3.saveFile_IO
(@Nullable SDL_IOStream src, MemorySegment data, long datasize, boolean closeio) Save all the data into an SDL data stream.boolean
SDL3.sendGamepadEffect
(@Nullable SDL_Gamepad gamepad, MemorySegment data, int size) Send a gamepad specific effect packet.boolean
SDL3.sendJoystickEffect
(@Nullable SDL_Joystick joystick, MemorySegment data, int size) Send a joystick specific effect packet.int
SDL3.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.int
SDL3.setAtomicU32
(@Nullable ISDL_AtomicU32 a, int v) Set an atomic variable to a value.boolean
SDL3.setAudioPostmixCallback
(int devid, MemorySegment callback, MemorySegment userdata) Set a callback that fires when data is about to be fed to an audio device.boolean
SDL3.setAudioPostmixCallback
(int devid, MemorySegment callback, MemorySegment userdata) Set a callback that fires when data is about to be fed to an audio device.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.setAudioStreamGetCallback
(@Nullable SDL_AudioStream stream, MemorySegment callback, MemorySegment userdata) Set a callback that runs when data is requested from an audio stream.boolean
SDL3.setAudioStreamGetCallback
(@Nullable SDL_AudioStream stream, MemorySegment callback, MemorySegment userdata) Set a callback that runs when data is requested from an audio stream.boolean
SDL3.setAudioStreamPutCallback
(@Nullable SDL_AudioStream stream, MemorySegment callback, MemorySegment userdata) Set a callback that runs when data is added to an audio stream.boolean
SDL3.setAudioStreamPutCallback
(@Nullable SDL_AudioStream stream, MemorySegment callback, MemorySegment userdata) Set a callback that runs when data is added to an audio stream.boolean
SDL3.setClipboardData
(MemorySegment callback, MemorySegment cleanup, MemorySegment userdata, @Nullable PointerPtr mime_types, long num_mime_types) Offer clipboard data to the OS.boolean
SDL3.setClipboardData
(MemorySegment callback, MemorySegment cleanup, MemorySegment userdata, @Nullable PointerPtr mime_types, long num_mime_types) Offer clipboard data to the OS.boolean
SDL3.setClipboardData
(MemorySegment callback, MemorySegment cleanup, MemorySegment userdata, @Nullable PointerPtr mime_types, long num_mime_types) Offer clipboard data to the OS.void
SDL3.setEventFilter
(MemorySegment filter, MemorySegment userdata) Set up a filter to process all events before they are added to the internal event queue.void
SDL3.setEventFilter
(MemorySegment filter, MemorySegment userdata) Set up a filter to process all events before they are added to the internal event queue.void
SDL3.setGPUScissor
(@Nullable SDL_GPURenderPass render_pass, @Nullable ISDL_Rect scissor) Sets the current scissor state on a command buffer.void
SDL3.setGPUViewport
(@Nullable SDL_GPURenderPass render_pass, @Nullable ISDL_GPUViewport viewport) Sets the current viewport state on a command buffer.void
SDL3.setInitialized
(@Nullable ISDL_InitState state, boolean initialized) Finish an initialization state transition.boolean
SDL3.setiOSAnimationCallback
(@Nullable SDL_Window window, int interval, MemorySegment callback, MemorySegment callbackParam) Use this function to set the animation callback on Apple iOS.boolean
SDL3.setiOSAnimationCallback
(@Nullable SDL_Window window, int interval, MemorySegment callback, MemorySegment callbackParam) Use this function to set the animation callback on Apple iOS.void
SDL3.setLogOutputFunction
(MemorySegment callback, MemorySegment userdata) Replace the default log output function with one of your own.void
SDL3.setLogOutputFunction
(MemorySegment callback, MemorySegment userdata) Replace the default log output function with one of your own.boolean
SDL3.setMemoryFunctions
(MemorySegment malloc_func, MemorySegment calloc_func, MemorySegment realloc_func, MemorySegment free_func) Replace SDL's memory allocation functions with a custom set.boolean
SDL3.setMemoryFunctions
(MemorySegment malloc_func, MemorySegment calloc_func, MemorySegment realloc_func, MemorySegment free_func) Replace SDL's memory allocation functions with a custom set.boolean
SDL3.setMemoryFunctions
(MemorySegment malloc_func, MemorySegment calloc_func, MemorySegment realloc_func, MemorySegment free_func) Replace SDL's memory allocation functions with a custom set.boolean
SDL3.setMemoryFunctions
(MemorySegment malloc_func, MemorySegment calloc_func, MemorySegment realloc_func, MemorySegment free_func) Replace SDL's memory allocation functions with a custom set.boolean
SDL3.setPaletteColors
(@Nullable ISDL_Palette palette, @Nullable ISDL_Color colors, int firstcolor, int ncolors) Set a range of colors in a palette.boolean
SDL3.setPaletteColors
(@Nullable ISDL_Palette palette, @Nullable ISDL_Color colors, int firstcolor, int ncolors) Set a range of colors in a palette.boolean
SDL3.setPointerProperty
(int props, @Nullable BytePtr name, MemorySegment value) Set a pointer property in a group of properties.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.setRenderClipRect
(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Set the clip rectangle for rendering on the specified target.boolean
SDL3.setRenderViewport
(@Nullable SDL_Renderer renderer, @Nullable ISDL_Rect rect) Set the drawing area for rendering on the current target.boolean
SDL3.setSurfaceClipRect
(@Nullable SDL_Surface surface, @Nullable ISDL_Rect rect) Set the clipping rectangle for a surface.boolean
SDL3.setSurfacePalette
(@Nullable SDL_Surface surface, @Nullable ISDL_Palette palette) Set the palette used by a surface.boolean
SDL3.setTextInputArea
(@Nullable SDL_Window window, @Nullable ISDL_Rect rect, int cursor) Set the area used to type Unicode text input.boolean
SDL3.setTLS
(@Nullable ISDL_AtomicInt id, MemorySegment value, MemorySegment destructor) Set the current thread's value associated with a thread local storage ID.boolean
SDL3.setTLS
(@Nullable ISDL_AtomicInt id, MemorySegment value, MemorySegment destructor) Set the current thread's value associated with a thread local storage ID.boolean
SDL3.setTLS
(@Nullable ISDL_AtomicInt id, MemorySegment value, MemorySegment destructor) Set the current thread's value associated with a thread local storage ID.void
SDL3.setTrayEntryCallback
(@Nullable SDL_TrayEntry entry, MemorySegment callback, MemorySegment userdata) Sets a callback to be invoked when the entry is selected.void
SDL3.setTrayEntryCallback
(@Nullable SDL_TrayEntry entry, MemorySegment callback, MemorySegment userdata) Sets a callback to be invoked when the entry is selected.boolean
SDL3.setWindowFullscreenMode
(@Nullable SDL_Window window, @Nullable ISDL_DisplayMode mode) Set the display mode to use when a window is visible and fullscreen.boolean
SDL3.setWindowHitTest
(@Nullable SDL_Window window, MemorySegment callback, MemorySegment callback_data) Provide a callback that decides if a window region has special properties.boolean
SDL3.setWindowHitTest
(@Nullable SDL_Window window, MemorySegment callback, MemorySegment callback_data) Provide a callback that decides if a window region has special properties.boolean
SDL3.setWindowMouseRect
(@Nullable SDL_Window window, @Nullable ISDL_Rect rect) Confines the cursor to the specified area of a window.void
SDL3.setWindowsMessageHook
(MemorySegment callback, MemorySegment userdata) Set a callback for every Windows message, run before TranslateMessage().void
SDL3.setWindowsMessageHook
(MemorySegment callback, MemorySegment userdata) Set a callback for every Windows message, run before TranslateMessage().void
SDL3.setX11EventHook
(MemorySegment callback, MemorySegment userdata) Set a callback for every X11 event.void
SDL3.setX11EventHook
(MemorySegment callback, MemorySegment userdata) Set a callback for every X11 event.boolean
SDL3.shouldInit
(@Nullable ISDL_InitState state) Return whether initialization should be done.boolean
SDL3.shouldQuit
(@Nullable ISDL_InitState state) Return whether cleanup should be done.void
SDL3.showFileDialogWithProperties
(int type, MemorySegment callback, MemorySegment userdata, int props) Create and launch a file dialog with the specified properties.void
SDL3.showFileDialogWithProperties
(int type, MemorySegment callback, MemorySegment userdata, int props) Create and launch a file dialog with the specified properties.boolean
SDL3.showMessageBox
(@Nullable ISDL_MessageBoxData messageboxdata, @Nullable IntPtr buttonid) Create a modal message box.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.void
SDL3.timeToWindows
(long ticks, @Nullable IntPtr dwLowDateTime, @Nullable IntPtr dwHighDateTime) Converts an SDL time into a Windows FILETIME (100-nanosecond intervals since January 1, 1601).void
SDL3.timeToWindows
(long ticks, @Nullable IntPtr dwLowDateTime, @Nullable IntPtr dwHighDateTime) Converts an SDL time into a Windows FILETIME (100-nanosecond intervals since January 1, 1601).boolean
SDL3.tryLockSpinlock
(@Nullable IntPtr lock) Try to lock a spin lock by setting it to a non-zero value.void
SDL3.unbindAudioStreams
(SDL_AudioStream.Ptr streams, int num_streams) Unbind a list of audio streams from their audio devices.void
SDL3.unlockSpinlock
(@Nullable IntPtr lock) Unlock a spin lock by setting it to 0.boolean
SDL3.updateHapticEffect
(@Nullable SDL_Haptic haptic, int effect, @Nullable ISDL_HapticEffect data) Update the properties of an effect.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.updateTexture
(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, MemorySegment pixels, int pitch) Update the given texture rectangle with new pixel data.boolean
SDL3.updateTexture
(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, MemorySegment pixels, int pitch) Update the given texture rectangle with new pixel data.boolean
SDL3.updateWindowSurfaceRects
(@Nullable SDL_Window window, @Nullable ISDL_Rect rects, int numrects) Copy areas of the window surface to the screen.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.void
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.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.boolean
SDL3.waitAsyncIOResult
(@Nullable SDL_AsyncIOQueue queue, @Nullable ISDL_AsyncIOOutcome outcome, int timeoutMS) Block until an async I/O task queue has a completed task.boolean
SDL3.waitEvent
(@Nullable ISDL_Event event) Wait indefinitely for the next available event.boolean
SDL3.waitEventTimeout
(@Nullable ISDL_Event event, int timeoutMS) Wait until the specified timeout (in milliseconds) for the next available event.boolean
SDL3.waitForGPUFences
(@Nullable SDL_GPUDevice device, boolean wait_all, SDL_GPUFence.Ptr fences, int num_fences) Blocks the thread until the given fences are signaled.int
SDL3.wcscasecmp
(MemorySegment str1, MemorySegment str2) Compare two null-terminated wide strings, case-insensitively.int
SDL3.wcscasecmp
(MemorySegment str1, MemorySegment str2) Compare two null-terminated wide strings, case-insensitively.int
SDL3.wcscmp
(MemorySegment str1, MemorySegment str2) Compare two null-terminated wide strings.int
SDL3.wcscmp
(MemorySegment str1, MemorySegment str2) Compare two null-terminated wide strings.SDL3.wcsdup
(MemorySegment wstr) Allocate a copy of a wide string.long
SDL3.wcslcat
(MemorySegment dst, MemorySegment src, long maxlen) Concatenate wide strings.long
SDL3.wcslcat
(MemorySegment dst, MemorySegment src, long maxlen) Concatenate wide strings.long
SDL3.wcslcpy
(MemorySegment dst, MemorySegment src, long maxlen) Copy a wide string.long
SDL3.wcslcpy
(MemorySegment dst, MemorySegment src, long maxlen) Copy a wide string.long
SDL3.wcslen
(MemorySegment wstr) This works exactly like wcslen() but doesn't require access to a C runtime.int
SDL3.wcsncasecmp
(MemorySegment str1, MemorySegment str2, long maxlen) Compare two wide strings, case-insensitively, up to a number of wchar_t.int
SDL3.wcsncasecmp
(MemorySegment str1, MemorySegment str2, long maxlen) Compare two wide strings, case-insensitively, up to a number of wchar_t.int
SDL3.wcsncmp
(MemorySegment str1, MemorySegment str2, long maxlen) Compare two wide strings up to a number of wchar_t values.int
SDL3.wcsncmp
(MemorySegment str1, MemorySegment str2, long maxlen) Compare two wide strings up to a number of wchar_t values.long
SDL3.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.long
SDL3.wcstol
(MemorySegment str, @Nullable PointerPtr endp, int base) Parse along
from a wide string.boolean
SDL3.writeAsyncIO
(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async write.boolean
SDL3.writeAsyncIO
(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async write.long
SDL3.writeIO
(@Nullable SDL_IOStream context, MemorySegment ptr, long size) Write to an SDL_IOStream data stream.boolean
SDL3.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 BytePtr
SDL_GPUComputePipelineCreateInfo.code()
Note: the returnedBytePtr
does not have correctBytePtr.size()
property.@Nullable BytePtr
SDL_GPUShaderCreateInfo.code()
Note: the returnedBytePtr
does 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 ShortPtr
SDL_HapticCustom.data()
Note: the returnedShortPtr
does 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 TypeMethodDescriptionvoid
SDL_alignment_test.b
(MemorySegment value) void
SDL_AsyncIOOutcome.buffer
(MemorySegment value) void
SDL_MessageBoxData.buttonsRaw
(MemorySegment value) void
SDL_TextEditingCandidatesEvent.candidatesRaw
(MemorySegment value) void
SDL_VirtualJoystickDesc.Cleanup
(MemorySegment value) void
SDL_IOStreamInterface.close
(MemorySegment value) void
SDL_StorageInterface.close
(MemorySegment value) void
SDL_GPUComputePipelineCreateInfo.codeRaw
(MemorySegment value) void
SDL_GPUShaderCreateInfo.codeRaw
(MemorySegment value) void
SDL_GPUGraphicsPipelineTargetInfo.color_target_descriptionsRaw
(MemorySegment value) void
SDL_MessageBoxData.colorSchemeRaw
(MemorySegment value) void
SDL_Palette.colorsRaw
(MemorySegment value) void
SDL_StorageInterface.copy
(MemorySegment value) void
SDL_Locale.countryRaw
(MemorySegment value) void
SDL_UserEvent.data1
(MemorySegment value) void
SDL_UserEvent.data2
(MemorySegment value) void
SDL_DropEvent.dataRaw
(MemorySegment value) void
SDL_HapticCustom.dataRaw
(MemorySegment value) void
SDL_GPUComputePipelineCreateInfo.entrypointRaw
(MemorySegment value) void
SDL_GPUShaderCreateInfo.entrypointRaw
(MemorySegment value) void
SDL_StorageInterface.enumerate
(MemorySegment value) void
SDL_IOStreamInterface.flush
(MemorySegment value) void
SDL_StorageInterface.info
(MemorySegment value) void
SDL_Locale.languageRaw
(MemorySegment value) SDL_HapticCondition.left_coeff
(ShortPtr value) void
SDL_hid_device_info.manufacturer_string
(MemorySegment value) void
SDL_MessageBoxData.messageRaw
(MemorySegment value) void
SDL_ClipboardEvent.mime_typesRaw
(MemorySegment value) void
SDL_StorageInterface.mkdir
(MemorySegment value) void
SDL_DialogFileFilter.nameRaw
(MemorySegment value) void
SDL_VirtualJoystickDesc.nameRaw
(MemorySegment value) void
SDL_hid_device_info.nextRaw
(MemorySegment value) void
SDL_hid_device_info.pathRaw
(MemorySegment value) void
SDL_DialogFileFilter.patternRaw
(MemorySegment value) void
SDL_hid_device_info.product_string
(MemorySegment value) void
SDL_IOStreamInterface.read
(MemorySegment value) void
SDL_StorageInterface.read_file
(MemorySegment value) void
SDL_StorageInterface.ready
(MemorySegment value) void
SDL_StorageInterface.remove
(MemorySegment value) void
SDL_StorageInterface.rename
(MemorySegment value) SDL_HapticCondition.right_coeff
(ShortPtr value) void
SDL_VirtualJoystickDesc.Rumble
(MemorySegment value) void
SDL_VirtualJoystickDesc.RumbleTriggers
(MemorySegment value) void
SDL_IOStreamInterface.seek
(MemorySegment value) void
SDL_VirtualJoystickDesc.SendEffect
(MemorySegment value) void
SDL_VirtualJoystickDesc.sensorsRaw
(MemorySegment value) void
SDL_hid_device_info.serial_number
(MemorySegment value) void
SDL_VirtualJoystickDesc.SetLED
(MemorySegment value) void
SDL_VirtualJoystickDesc.SetPlayerIndex
(MemorySegment value) void
SDL_VirtualJoystickDesc.SetSensorsEnabled
(MemorySegment value) void
SDL_IOStreamInterface.size
(MemorySegment value) void
SDL_DropEvent.sourceRaw
(MemorySegment value) void
SDL_StorageInterface.space_remaining
(MemorySegment value) void
SDL_MessageBoxButtonData.textRaw
(MemorySegment value) void
SDL_TextEditingEvent.textRaw
(MemorySegment value) void
SDL_TextInputEvent.textRaw
(MemorySegment value) void
SDL_MessageBoxData.titleRaw
(MemorySegment value) void
SDL_VirtualJoystickDesc.touchpadsRaw
(MemorySegment value) void
SDL_VirtualJoystickDesc.Update
(MemorySegment value) void
SDL_AsyncIOOutcome.userdata
(MemorySegment value) void
SDL_VirtualJoystickDesc.userdata
(MemorySegment value) void
SDL_GPUVertexInputState.vertex_attributesRaw
(MemorySegment value) void
SDL_GPUVertexInputState.vertex_buffer_descriptionsRaw
(MemorySegment value) void
SDL_IOStreamInterface.write
(MemorySegment value) void
SDL_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 MemorySegment
ShadercFunctionTypes.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 TypeMethodDescriptionvoid
Shaderc.compileOptionsSetIncludeCallbacks
(@Nullable ShadercCompileOptions options, ShadercFunctionTypes.Ishaderc_include_resolve_fn resolver, ShadercFunctionTypes.Ishaderc_include_result_release_fn resultReleaser, @NotNull MemorySegment userData) void
Shaderc.compileOptionsSetIncludeCallbacks
(@Nullable ShadercCompileOptions options, @NotNull MemorySegment resolver, @NotNull MemorySegment resultReleaser, @NotNull MemorySegment userData) void
Shaderc.compileOptionsSetIncludeCallbacks
(@Nullable ShadercCompileOptions options, @NotNull MemorySegment resolver, @NotNull MemorySegment resultReleaser, @NotNull MemorySegment userData) void
Shaderc.compileOptionsSetIncludeCallbacks
(@Nullable ShadercCompileOptions options, @NotNull MemorySegment resolver, @NotNull MemorySegment resultReleaser, @NotNull MemorySegment userData) void
Shaderc.compileOptionsSetIncludeCallbacks
(Arena arena, @Nullable ShadercCompileOptions options, ShadercFunctionTypes.Ishaderc_include_resolve_fn resolver, ShadercFunctionTypes.Ishaderc_include_result_release_fn resultReleaser, @NotNull MemorySegment userData) @NotNull MemorySegment
ShadercFunctionTypes.Ishaderc_include_resolve_fn.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, @NotNull MemorySegment p3, MemorySegment p4) @NotNull MemorySegment
ShadercFunctionTypes.Ishaderc_include_resolve_fn.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, @NotNull MemorySegment p3, MemorySegment p4) @NotNull MemorySegment
ShadercFunctionTypes.Ishaderc_include_resolve_fn.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, @NotNull MemorySegment p3, MemorySegment p4) void
ShadercFunctionTypes.Ishaderc_include_result_release_fn.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
ShadercFunctionTypes.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 MemorySegment
ShadercIncludeResult.contentRaw()
@NotNull MemorySegment
ShadercIncludeResult.sourceNameRaw()
@NotNull MemorySegment
ShadercIncludeResult.userData()
Method parameters in club.doki7.shaderc.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
ShadercIncludeResult.contentRaw
(@NotNull MemorySegment value) void
ShadercIncludeResult.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 BytePtr
STBI.load
(@Nullable BytePtr filename, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtr
STBI.load16
(@Nullable BytePtr filename, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtr
STBI.load16FromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtr
STBI.load16FromMemory
(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtr
STBI.loadFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtr
STBI.loadFromMemory
(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtr
STBI.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 TypeMethodDescriptionvoid
STBI.imageFree
(@NotNull MemorySegment retvalFromStbiLoad) int
STBI.infoFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr comp) int
STBI.infoFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr comp) int
STBI.infoFromMemory
(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr comp) int
STBIFunctionTypes.IPFN_stbi_io_callbacks_eof.invoke
(@NotNull MemorySegment p0) int
STBIFunctionTypes.IPFN_stbi_io_callbacks_read.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) int
STBIFunctionTypes.IPFN_stbi_io_callbacks_read.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) void
STBIFunctionTypes.IPFN_stbi_io_callbacks_skip.invoke
(@NotNull MemorySegment p0, int p1) int
STBI.is16BitFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user) int
STBI.is16BitFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user) int
STBI.is16BitFromMemory
(@Nullable BytePtr buffer, int len) int
STBI.isHdrFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user) int
STBI.isHdrFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user) int
STBI.isHdrFromMemory
(@Nullable BytePtr buffer, int len) @Nullable ShortPtr
STBI.load16FromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtr
STBI.load16FromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable ShortPtr
STBI.load16FromMemory
(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable FloatPtr
STBI.loadfFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable FloatPtr
STBI.loadfFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable FloatPtr
STBI.loadfFromMemory
(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtr
STBI.loadFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtr
STBI.loadFromCallbacks
(@Nullable ISTBI_IoCallbacks clbk, @NotNull MemorySegment user, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtr
STBI.loadFromMemory
(@Nullable BytePtr buffer, int len, @Nullable IntPtr x, @Nullable IntPtr y, @Nullable IntPtr channelsInFile, int desiredChannels) @Nullable BytePtr
STBI.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 MemorySegment
STBI_IoCallbacks.eof()
@NotNull MemorySegment
STBI_IoCallbacks.read()
@NotNull MemorySegment
STBI_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 MemorySegment
STBIRFunctionTypes.Istbir_input_callback.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, int p3, int p4, @NotNull MemorySegment p5) @NotNull MemorySegment
STBIR.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 TypeMethodDescriptionint
STBIR.buildSamplers
(@Nullable ISTBIR_RESIZE resize) int
STBIR.buildSamplersWithSplits
(@Nullable ISTBIR_RESIZE resize, int trySplits) void
STBIR.freeSamplers
(@Nullable ISTBIR_RESIZE resize) float
STBIRFunctionTypes.Istbir__kernel_callback.invoke
(float p0, float p1, @NotNull MemorySegment p2) float
STBIRFunctionTypes.Istbir__support_callback.invoke
(float p0, @NotNull MemorySegment p1) @NotNull MemorySegment
STBIRFunctionTypes.Istbir_input_callback.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, int p3, int p4, @NotNull MemorySegment p5) @NotNull MemorySegment
STBIRFunctionTypes.Istbir_input_callback.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, int p3, int p4, @NotNull MemorySegment p5) @NotNull MemorySegment
STBIRFunctionTypes.Istbir_input_callback.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, int p3, int p4, @NotNull MemorySegment p5) void
STBIRFunctionTypes.Istbir_output_callback.invoke
(@NotNull MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) void
STBIRFunctionTypes.Istbir_output_callback.invoke
(@NotNull MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) @NotNull MemorySegment
STBIR.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 MemorySegment
STBIR.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) void
STBIR.resizeBuildProfileInfo
(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize) void
STBIR.resizeBuildProfileInfo
(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize) int
STBIR.resizeExtended
(@Nullable ISTBIR_RESIZE resize) void
STBIR.resizeExtendedProfileInfo
(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize) void
STBIR.resizeExtendedProfileInfo
(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize) int
STBIR.resizeExtendedSplit
(@Nullable ISTBIR_RESIZE resize, int splitStart, int splitCount) void
STBIR.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) void
STBIR.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) void
STBIR.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) void
STBIR.resizeSplitProfileInfo
(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize, int splitStart, int splitNum) void
STBIR.resizeSplitProfileInfo
(@Nullable ISTBIR_PROFILEINFO outInfo, @Nullable ISTBIR_RESIZE resize, int splitStart, int splitNum) void
STBIR.setBufferPtrs
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputPixels, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputStrideInBytes) void
STBIR.setBufferPtrs
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputPixels, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputStrideInBytes) void
STBIR.setBufferPtrs
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputPixels, int inputStrideInBytes, @NotNull MemorySegment outputPixels, int outputStrideInBytes) void
STBIR.setDatatypes
(@Nullable ISTBIR_RESIZE resize, int inputType, int outputType) int
STBIR.setEdgemodes
(@Nullable ISTBIR_RESIZE resize, int horizontalEdge, int verticalEdge) int
STBIR.setFilterCallbacks
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) int
STBIR.setFilterCallbacks
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) int
STBIR.setFilterCallbacks
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) int
STBIR.setFilterCallbacks
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) int
STBIR.setFilterCallbacks
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment horizontalFilter, @NotNull MemorySegment horizontalSupport, @NotNull MemorySegment verticalFilter, @NotNull MemorySegment verticalSupport) int
STBIR.setFilters
(@Nullable ISTBIR_RESIZE resize, int horizontalFilter, int verticalFilter) int
STBIR.setInputSubrect
(@Nullable ISTBIR_RESIZE resize, double s0, double t0, double s1, double t1) int
STBIR.setNonPmAlphaSpeedOverQuality
(@Nullable ISTBIR_RESIZE resize, int nonPmaAlphaSpeedOverQuality) int
STBIR.setOutputPixelSubrect
(@Nullable ISTBIR_RESIZE resize, int subx, int suby, int subw, int subh) void
STBIR.setPixelCallbacks
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputCb, @NotNull MemorySegment outputCb) void
STBIR.setPixelCallbacks
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputCb, @NotNull MemorySegment outputCb) void
STBIR.setPixelCallbacks
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment inputCb, @NotNull MemorySegment outputCb) int
STBIR.setPixelLayouts
(@Nullable ISTBIR_RESIZE resize, int inputPixelLayout, int outputPixelLayout) int
STBIR.setPixelSubrect
(@Nullable ISTBIR_RESIZE resize, int subx, int suby, int subw, int subh) void
STBIR.setUserData
(@Nullable ISTBIR_RESIZE resize, @NotNull MemorySegment userData) void
STBIR.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 MemorySegment
STBIR_PROFILEINFO.descriptionsRaw()
@NotNull MemorySegment
STBIR_RESIZE.horizontalFilterKernel()
@NotNull MemorySegment
STBIR_RESIZE.horizontalFilterSupport()
@NotNull MemorySegment
STBIR_RESIZE.inputCb()
@NotNull MemorySegment
STBIR_RESIZE.inputPixels()
@NotNull MemorySegment
STBIR_RESIZE.outputCb()
@NotNull MemorySegment
STBIR_RESIZE.outputPixels()
@NotNull MemorySegment
STBIR_RESIZE.userData()
@NotNull MemorySegment
STBIR_RESIZE.verticalFilterKernel()
@NotNull MemorySegment
STBIR_RESIZE.verticalFilterSupport()
Method parameters in club.doki7.stb.imageresize.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
STBIR_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 TypeMethodDescriptionvoid
STBIWFunctionTypes.Istbi_write_func.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) void
STBIWFunctionTypes.Istbi_write_func.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2) int
STBIW.writeBmp
(@Nullable BytePtr filename, int w, int h, int comp, @NotNull MemorySegment data) int
STBIW.writeBmpToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) int
STBIW.writeBmpToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) int
STBIW.writeBmpToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) int
STBIW.writeHdrToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @Nullable FloatPtr data) int
STBIW.writeHdrToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @Nullable FloatPtr data) int
STBIW.writeJpg
(@Nullable BytePtr filename, int x, int y, int comp, @NotNull MemorySegment data, int quality) int
STBIW.writeJpgToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int x, int y, int comp, @NotNull MemorySegment data, int quality) int
STBIW.writeJpgToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int x, int y, int comp, @NotNull MemorySegment data, int quality) int
STBIW.writeJpgToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int x, int y, int comp, @NotNull MemorySegment data, int quality) int
STBIW.writePng
(@Nullable BytePtr filename, int w, int h, int comp, @NotNull MemorySegment data, int strideInBytes) int
STBIW.writePngToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data, int strideInBytes) int
STBIW.writePngToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data, int strideInBytes) int
STBIW.writePngToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data, int strideInBytes) int
STBIW.writeTga
(@Nullable BytePtr filename, int w, int h, int comp, @NotNull MemorySegment data) int
STBIW.writeTgaToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) int
STBIW.writeTgaToFunc
(@NotNull MemorySegment func, @NotNull MemorySegment context, int w, int h, int comp, @NotNull MemorySegment data) int
STBIW.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 TypeMethodDescriptionint
STBTT.bakeFontBitmap
(@Nullable BytePtr data, int offset, float pixelHeight, @Nullable BytePtr pixels, int pw, int ph, int firstChar, int numChars, @Nullable ISTBTT_Bakedchar chardata) int
STBTT.findGlyphIndex
(@Nullable ISTBTT_Fontinfo info, int unicodeCodepoint) @Nullable BytePtr
STBTT.findSVGDoc
(@Nullable ISTBTT_Fontinfo info, int gl) void
STBTT.freeBitmap
(@Nullable BytePtr bitmap, @NotNull MemorySegment userdata) void
STBTT.freeSDF
(@Nullable BytePtr bitmap, @NotNull MemorySegment userdata) void
STBTT.freeShape
(@Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_Vertex vertices) void
STBTT.freeShape
(@Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_Vertex vertices) void
STBTT.getBakedQuad
(@Nullable ISTBTT_Bakedchar chardata, int pw, int ph, int charIndex, @Nullable FloatPtr xpos, @Nullable FloatPtr ypos, @Nullable ISTBTT_AlignedQuad q, int openglFillrule) void
STBTT.getBakedQuad
(@Nullable ISTBTT_Bakedchar chardata, int pw, int ph, int charIndex, @Nullable FloatPtr xpos, @Nullable FloatPtr ypos, @Nullable ISTBTT_AlignedQuad q, int openglFillrule) @Nullable BytePtr
STBTT.getCodepointBitmap
(@Nullable ISTBTT_Fontinfo info, float scaleX, float scaleY, int codepoint, @Nullable IntPtr width, @Nullable IntPtr height, @Nullable IntPtr xoff, @Nullable IntPtr yoff) void
STBTT.getCodepointBitmapBox
(@Nullable ISTBTT_Fontinfo font, int codepoint, float scaleX, float scaleY, @Nullable IntPtr ix0, @Nullable IntPtr iy0, @Nullable IntPtr ix1, @Nullable IntPtr iy1) void
STBTT.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 BytePtr
STBTT.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) int
STBTT.getCodepointBox
(@Nullable ISTBTT_Fontinfo info, int codepoint, @Nullable IntPtr x0, @Nullable IntPtr y0, @Nullable IntPtr x1, @Nullable IntPtr y1) void
STBTT.getCodepointHMetrics
(@Nullable ISTBTT_Fontinfo info, int codepoint, @Nullable IntPtr advancewidth, @Nullable IntPtr leftsidebearing) int
STBTT.getCodepointKernAdvance
(@Nullable ISTBTT_Fontinfo info, int ch1, int ch2) @Nullable BytePtr
STBTT.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) int
STBTT.getCodepointShape
(@Nullable ISTBTT_Fontinfo info, int unicodeCodepoint, @Nullable PointerPtr vertices) int
STBTT.getCodepointSVG
(@Nullable ISTBTT_Fontinfo info, int unicodeCodepoint, @Nullable PointerPtr svg) void
STBTT.getFontBoundingBox
(@Nullable ISTBTT_Fontinfo info, @Nullable IntPtr x0, @Nullable IntPtr y0, @Nullable IntPtr x1, @Nullable IntPtr y1) @Nullable BytePtr
STBTT.getFontNameString
(@Nullable ISTBTT_Fontinfo font, @Nullable IntPtr length, int platformid, int encodingid, int languageid, int nameid) void
STBTT.getFontVMetrics
(@Nullable ISTBTT_Fontinfo info, @Nullable IntPtr ascent, @Nullable IntPtr descent, @Nullable IntPtr linegap) int
STBTT.getFontVMetricsOS2
(@Nullable ISTBTT_Fontinfo info, @Nullable IntPtr typoascent, @Nullable IntPtr typodescent, @Nullable IntPtr typolinegap) @Nullable BytePtr
STBTT.getGlyphBitmap
(@Nullable ISTBTT_Fontinfo info, float scaleX, float scaleY, int glyph, @Nullable IntPtr width, @Nullable IntPtr height, @Nullable IntPtr xoff, @Nullable IntPtr yoff) void
STBTT.getGlyphBitmapBox
(@Nullable ISTBTT_Fontinfo font, int glyph, float scaleX, float scaleY, @Nullable IntPtr ix0, @Nullable IntPtr iy0, @Nullable IntPtr ix1, @Nullable IntPtr iy1) void
STBTT.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 BytePtr
STBTT.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) int
STBTT.getGlyphBox
(@Nullable ISTBTT_Fontinfo info, int glyphIndex, @Nullable IntPtr x0, @Nullable IntPtr y0, @Nullable IntPtr x1, @Nullable IntPtr y1) void
STBTT.getGlyphHMetrics
(@Nullable ISTBTT_Fontinfo info, int glyphIndex, @Nullable IntPtr advancewidth, @Nullable IntPtr leftsidebearing) int
STBTT.getGlyphKernAdvance
(@Nullable ISTBTT_Fontinfo info, int glyph1, int glyph2) @Nullable BytePtr
STBTT.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) int
STBTT.getGlyphShape
(@Nullable ISTBTT_Fontinfo info, int glyphIndex, @Nullable PointerPtr vertices) int
STBTT.getGlyphSVG
(@Nullable ISTBTT_Fontinfo info, int gl, @Nullable PointerPtr svg) int
STBTT.getKerningTable
(@Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_Kerningentry table, int tableLength) int
STBTT.getKerningTable
(@Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_Kerningentry table, int tableLength) int
STBTT.getKerningTableLength
(@Nullable ISTBTT_Fontinfo info) void
STBTT.getPackedQuad
(@Nullable ISTBTT_Packedchar chardata, int pw, int ph, int charIndex, @Nullable FloatPtr xpos, @Nullable FloatPtr ypos, @Nullable ISTBTT_AlignedQuad q, int alignToInteger) void
STBTT.getPackedQuad
(@Nullable ISTBTT_Packedchar chardata, int pw, int ph, int charIndex, @Nullable FloatPtr xpos, @Nullable FloatPtr ypos, @Nullable ISTBTT_AlignedQuad q, int alignToInteger) int
STBTT.initFont
(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr data, int offset) int
STBTT.isGlyphEmpty
(@Nullable ISTBTT_Fontinfo info, int glyphIndex) void
STBTT.makeCodepointBitmap
(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, int codepoint) void
STBTT.makeCodepointBitmapSubpixel
(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, float shiftX, float shiftY, int codepoint) void
STBTT.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) void
STBTT.makeGlyphBitmap
(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, int glyph) void
STBTT.makeGlyphBitmapSubpixel
(@Nullable ISTBTT_Fontinfo info, @Nullable BytePtr output, int outW, int outH, int outStride, float scaleX, float scaleY, float shiftX, float shiftY, int glyph) void
STBTT.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) int
STBTT.packBegin
(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr pixels, int width, int height, int strideInBytes, int padding, @NotNull MemorySegment allocContext) int
STBTT.packBegin
(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr pixels, int width, int height, int strideInBytes, int padding, @NotNull MemorySegment allocContext) void
STBTT.packEnd
(@Nullable ISTBTT_PackContext spc) int
STBTT.packFontRange
(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr fontdata, int fontIndex, float fontSize, int firstUnicodeCharInRange, int numCharsInRange, @Nullable ISTBTT_Packedchar chardataForRange) int
STBTT.packFontRange
(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr fontdata, int fontIndex, float fontSize, int firstUnicodeCharInRange, int numCharsInRange, @Nullable ISTBTT_Packedchar chardataForRange) int
STBTT.packFontRanges
(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr fontdata, int fontIndex, @Nullable ISTBTT_PackRange ranges, int numRanges) int
STBTT.packFontRanges
(@Nullable ISTBTT_PackContext spc, @Nullable BytePtr fontdata, int fontIndex, @Nullable ISTBTT_PackRange ranges, int numRanges) int
STBTT.packFontRangesGatherRects
(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) int
STBTT.packFontRangesGatherRects
(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) int
STBTT.packFontRangesGatherRects
(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) void
STBTT.packFontRangesPackRects
(@Nullable ISTBTT_PackContext spc, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects, int numRects) int
STBTT.packFontRangesRenderIntoRects
(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) int
STBTT.packFontRangesRenderIntoRects
(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) int
STBTT.packFontRangesRenderIntoRects
(@Nullable ISTBTT_PackContext spc, @Nullable ISTBTT_Fontinfo info, @Nullable ISTBTT_PackRange ranges, int numRanges, @Nullable club.doki7.stb.truetype.handle.STBRP_Rect rects) void
STBTT.packSetOversampling
(@Nullable ISTBTT_PackContext spc, int hOversample, int vOversample) void
STBTT.packSetSkipMissingCodepoints
(@Nullable ISTBTT_PackContext spc, int skip) void
STBTT.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) void
STBTT.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) void
STBTT.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) float
STBTT.scaleForMappingEmToPixels
(@Nullable ISTBTT_Fontinfo info, float pixels) float
STBTT.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 MemorySegment
STBTT_PackRange.arrayOfUnicodeCodepointsRaw()
@NotNull MemorySegment
STBTT_PackRange.chardataForRangeRaw()
@NotNull MemorySegment
STBTT_Buf.dataRaw()
@NotNull MemorySegment
STBTT_Fontinfo.dataRaw()
@NotNull MemorySegment
STBTT_PackContext.nodes()
@NotNull MemorySegment
STBTT_PackContext.packInfo()
@NotNull MemorySegment
STBTT_Bitmap.pixelsRaw()
@NotNull MemorySegment
STBTT_PackContext.pixelsRaw()
@NotNull MemorySegment
STBTT_PackContext.userAllocatorContext()
@NotNull MemorySegment
STBTT_Fontinfo.userdata()
Method parameters in club.doki7.stb.truetype.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
STBTT_PackRange.arrayOfUnicodeCodepointsRaw
(@NotNull MemorySegment value) void
STBTT_PackRange.chardataForRangeRaw
(@NotNull MemorySegment value) void
STBTT_Buf.dataRaw
(@NotNull MemorySegment value) void
STBTT_Fontinfo.dataRaw
(@NotNull MemorySegment value) STBTT_PackContext.nodes
(@NotNull MemorySegment value) STBTT_PackContext.packInfo
(@NotNull MemorySegment value) void
STBTT_Bitmap.pixelsRaw
(@NotNull MemorySegment value) void
STBTT_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_Vorbis
STBVorbis.openFilename
(@Nullable BytePtr filename, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) @Nullable STB_Vorbis
STBVorbis.openMemory
(@Nullable BytePtr data, int len, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) @Nullable STB_Vorbis
STBVorbis.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 MemorySegment
STB_VorbisAlloc.allocBufferRaw()
@NotNull MemorySegment
STB_VorbisComment.commentListRaw()
@NotNull MemorySegment
STB_VorbisComment.vendorRaw()
Method parameters in club.doki7.stb.vorbis.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
STB_VorbisAlloc.allocBufferRaw
(@NotNull MemorySegment value) void
STB_VorbisComment.commentListRaw
(@NotNull MemorySegment value) void
STB_VorbisComment.vendorRaw
(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.vma
Method parameters in club.doki7.vma with annotations of type PointerModifier and TypeMethodDescriptionint
VMA.allocateMemory
(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.int
VMA.allocateMemory
(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.int
VMA.allocateMemory
(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.int
VMA.allocateMemory
(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.int
VMA.allocateMemoryForBuffer
(VmaAllocator allocator, VkBuffer buffer, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkBuffer
.int
VMA.allocateMemoryForBuffer
(VmaAllocator allocator, VkBuffer buffer, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkBuffer
.int
VMA.allocateMemoryForBuffer
(VmaAllocator allocator, VkBuffer buffer, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkBuffer
.int
VMA.allocateMemoryForImage
(VmaAllocator allocator, VkImage image, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkImage
.int
VMA.allocateMemoryForImage
(VmaAllocator allocator, VkImage image, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkImage
.int
VMA.allocateMemoryForImage
(VmaAllocator allocator, VkImage image, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Allocates memory suitable for givenVkImage
.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.beginDefragmentation
(VmaAllocator allocator, IVmaDefragmentationInfo pInfo, VmaDefragmentationContext.Ptr pContext) Begins defragmentation process.int
VMA.beginDefragmentation
(VmaAllocator allocator, IVmaDefragmentationInfo pInfo, VmaDefragmentationContext.Ptr pContext) Begins defragmentation process.int
VMA.beginDefragmentationPass
(VmaAllocator allocator, VmaDefragmentationContext context, IVmaDefragmentationPassMoveInfo pPassInfo) Starts single defragmentation pass.int
VMA.bindBufferMemory2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, VkBuffer buffer, @NotNull MemorySegment pNext) Binds buffer to allocation with additional parameters.int
VMA.bindImageMemory2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, VkImage image, @NotNull MemorySegment pNext) Binds image to allocation with additional parameters.void
VMA.calculatePoolStatistics
(VmaAllocator allocator, VmaPool pool, IVmaDetailedStatistics pPoolStats) Retrieves detailed statistics of existingVmaPool
object.void
VMA.calculateStatistics
(VmaAllocator allocator, IVmaTotalStatistics pStats) Retrieves statistics from current state of the Allocator.void
VMA.calculateVirtualBlockStatistics
(VmaVirtualBlock virtualBlock, IVmaDetailedStatistics pStats) Calculates and returns detailed statistics about virtual allocations and memory usage in givenVmaVirtualBlock
.int
VMA.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.int
VMA.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.int
VMA.createAliasingBuffer
(VmaAllocator allocator, VmaAllocation allocation, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer
, binds already created memory for it.int
VMA.createAliasingBuffer
(VmaAllocator allocator, VmaAllocation allocation, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer
, binds already created memory for it.int
VMA.createAliasingBuffer2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer
, binds already created memory for it.int
VMA.createAliasingBuffer2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer
, binds already created memory for it.int
VMA.createAliasingImage
(VmaAllocator allocator, VmaAllocation allocation, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer() but for images.int
VMA.createAliasingImage
(VmaAllocator allocator, VmaAllocation allocation, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer() but for images.int
VMA.createAliasingImage2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer2() but for images.int
VMA.createAliasingImage2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer2() but for images.int
VMA.createAllocator
(IVmaAllocatorCreateInfo pCreateInfo, VmaAllocator.Ptr pAllocator) CreatesVmaAllocator
object.int
VMA.createAllocator
(IVmaAllocatorCreateInfo pCreateInfo, VmaAllocator.Ptr pAllocator) CreatesVmaAllocator
object.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.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.int
VMA.createImage
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().int
VMA.createImage
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().int
VMA.createImage
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().int
VMA.createImage
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().int
VMA.createImage
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, VkImage.Ptr pImage, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Function similar to vmaCreateBuffer().int
VMA.createPool
(VmaAllocator allocator, IVmaPoolCreateInfo pCreateInfo, VmaPool.Ptr pPool) Allocates Vulkan device memory and createsVmaPool
object.int
VMA.createPool
(VmaAllocator allocator, IVmaPoolCreateInfo pCreateInfo, VmaPool.Ptr pPool) Allocates Vulkan device memory and createsVmaPool
object.int
VMA.createVirtualBlock
(IVmaVirtualBlockCreateInfo pCreateInfo, VmaVirtualBlock.Ptr pVirtualBlock) Creates newVmaVirtualBlock
object.int
VMA.createVirtualBlock
(IVmaVirtualBlockCreateInfo pCreateInfo, VmaVirtualBlock.Ptr pVirtualBlock) Creates newVmaVirtualBlock
object.void
VMA.endDefragmentation
(VmaAllocator allocator, VmaDefragmentationContext context, @Nullable IVmaDefragmentationStats pStats) Ends defragmentation process.int
VMA.endDefragmentationPass
(VmaAllocator allocator, VmaDefragmentationContext context, IVmaDefragmentationPassMoveInfo pPassInfo) Ends single defragmentation pass.int
VMA.findMemoryTypeIndex
(VmaAllocator allocator, int memoryTypeBits, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given memoryTypeBits and VmaAllocationCreateInfo.int
VMA.findMemoryTypeIndexForBufferInfo
(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkBufferCreateInfo and VmaAllocationCreateInfo.int
VMA.findMemoryTypeIndexForBufferInfo
(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkBufferCreateInfo and VmaAllocationCreateInfo.int
VMA.findMemoryTypeIndexForImageInfo
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkImageCreateInfo and VmaAllocationCreateInfo.int
VMA.findMemoryTypeIndexForImageInfo
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkImageCreateInfo and VmaAllocationCreateInfo.int
VMA.flushAllocations
(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Flushes memory of given set of allocations.int
VMA.flushAllocations
(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Flushes memory of given set of allocations.int
VMA.flushAllocations
(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Flushes memory of given set of allocations.void
VMA.freeMemoryPages
(VmaAllocator allocator, long allocationCount, VmaAllocation.Ptr pAllocations) Frees memory and destroys multiple allocations.void
VMA.getAllocationInfo
(VmaAllocator allocator, VmaAllocation allocation, IVmaAllocationInfo pAllocationInfo) Returns current information about specified allocation.void
VMA.getAllocationInfo2
(VmaAllocator allocator, VmaAllocation allocation, IVmaAllocationInfo2 pAllocationInfo) Returns extended information about specified allocation.void
VMA.getAllocatorInfo
(VmaAllocator allocator, IVmaAllocatorInfo pAllocatorInfo) Returns information about existingVmaAllocator
object - handle to Vulkan device etc.void
VMA.getHeapBudgets
(VmaAllocator allocator, IVmaBudget pBudgets) Retrieves information about current memory usage and budget for all memory heaps.int
VMA.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.void
VMA.getPoolStatistics
(VmaAllocator allocator, VmaPool pool, IVmaStatistics pPoolStats) Retrieves statistics of existingVmaPool
object.void
VMA.getVirtualAllocationInfo
(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, IVmaVirtualAllocationInfo pVirtualAllocInfo) Returns information about a specific virtual allocation within a virtual block, like its size andpUserData
pointer.void
VMA.getVirtualBlockStatistics
(VmaVirtualBlock virtualBlock, IVmaStatistics pStats) Calculates and returns statistics about virtual allocations and memory usage in givenVmaVirtualBlock
.int
VMA.invalidateAllocations
(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Invalidates memory of given set of allocations.int
VMA.invalidateAllocations
(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Invalidates memory of given set of allocations.int
VMA.invalidateAllocations
(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Invalidates memory of given set of allocations.void
VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction.invoke
(MemorySegment p0, int p1, MemorySegment p2, long p3, @NotNull MemorySegment p4) int
VMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction.invoke
(@NotNull MemorySegment p0) void
VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction.invoke
(MemorySegment p0, int p1, MemorySegment p2, long p3, @NotNull MemorySegment p4) void
VMA.setAllocationUserData
(VmaAllocator allocator, VmaAllocation allocation, @NotNull MemorySegment pUserData) Sets pUserData in given allocation to new value.void
VMA.setVirtualAllocationUserData
(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, @NotNull MemorySegment pUserData) Changes custom pointer associated with given virtual allocation.int
VMA.virtualAllocate
(VmaVirtualBlock virtualBlock, IVmaVirtualAllocationCreateInfo pCreateInfo, VmaVirtualAllocation.Ptr pAllocation, @Nullable LongPtr pOffset) Allocates new virtual allocation inside givenVmaVirtualBlock
.int
VMA.virtualAllocate
(VmaVirtualBlock virtualBlock, IVmaVirtualAllocationCreateInfo pCreateInfo, VmaVirtualAllocation.Ptr pAllocation, @Nullable LongPtr pOffset) Allocates new virtual allocation inside givenVmaVirtualBlock
.int
VMA.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 MemorySegment
VmaVulkanFunctions.allocateMemory()
@NotNull MemorySegment
VmaVulkanFunctions.bindBufferMemory()
@NotNull MemorySegment
VmaVulkanFunctions.bindBufferMemory2KHR()
@NotNull MemorySegment
VmaVulkanFunctions.bindImageMemory()
@NotNull MemorySegment
VmaVulkanFunctions.bindImageMemory2KHR()
@NotNull MemorySegment
VmaVulkanFunctions.cmdCopyBuffer()
@NotNull MemorySegment
VmaVulkanFunctions.createBuffer()
@NotNull MemorySegment
VmaVulkanFunctions.createImage()
@NotNull MemorySegment
VmaVulkanFunctions.destroyBuffer()
@NotNull MemorySegment
VmaVulkanFunctions.destroyImage()
@NotNull MemorySegment
VmaVulkanFunctions.flushMappedMemoryRanges()
@NotNull MemorySegment
VmaVulkanFunctions.freeMemory()
@NotNull MemorySegment
VmaVulkanFunctions.getBufferMemoryRequirements()
@NotNull MemorySegment
VmaVulkanFunctions.getBufferMemoryRequirements2KHR()
@NotNull MemorySegment
VmaVulkanFunctions.getDeviceBufferMemoryRequirements()
@NotNull MemorySegment
VmaVulkanFunctions.getDeviceImageMemoryRequirements()
@NotNull MemorySegment
VmaVulkanFunctions.getDeviceProcAddr()
@NotNull MemorySegment
VmaVulkanFunctions.getImageMemoryRequirements()
@NotNull MemorySegment
VmaVulkanFunctions.getImageMemoryRequirements2KHR()
@NotNull MemorySegment
VmaVulkanFunctions.getInstanceProcAddr()
@NotNull MemorySegment
VmaVulkanFunctions.getMemoryWin32HandleKHR()
@NotNull MemorySegment
VmaVulkanFunctions.getPhysicalDeviceMemoryProperties()
@NotNull MemorySegment
VmaVulkanFunctions.getPhysicalDeviceMemoryProperties2KHR()
@NotNull MemorySegment
VmaVulkanFunctions.getPhysicalDeviceProperties()
@NotNull MemorySegment
VmaVulkanFunctions.invalidateMappedMemoryRanges()
@NotNull MemorySegment
VmaVulkanFunctions.mapMemory()
@NotNull MemorySegment
VmaAllocatorCreateInfo.pAllocationCallbacksRaw()
@NotNull MemorySegment
VmaVirtualBlockCreateInfo.pAllocationCallbacksRaw()
@NotNull MemorySegment
VmaDefragmentationInfo.pBreakCallbackUserData()
@NotNull MemorySegment
VmaAllocatorCreateInfo.pDeviceMemoryCallbacksRaw()
@NotNull MemorySegment
VmaDeviceMemoryCallbacks.pfnAllocate()
@NotNull MemorySegment
VmaDefragmentationInfo.pfnBreakCallback()
@NotNull MemorySegment
VmaDeviceMemoryCallbacks.pfnFree()
@Nullable LongPtr
VmaAllocatorCreateInfo.pHeapSizeLimit()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@NotNull MemorySegment
VmaAllocatorCreateInfo.pHeapSizeLimitRaw()
@NotNull MemorySegment
VmaAllocationInfo.pMappedData()
@NotNull MemorySegment
VmaPoolCreateInfo.pMemoryAllocateNext()
@NotNull MemorySegment
VmaDefragmentationPassMoveInfo.pMovesRaw()
@NotNull MemorySegment
VmaAllocationInfo.pNameRaw()
@NotNull MemorySegment
VmaAllocatorCreateInfo.pTypeExternalMemoryHandleTypesRaw()
@NotNull MemorySegment
VmaAllocationCreateInfo.pUserData()
@NotNull MemorySegment
VmaAllocationInfo.pUserData()
@NotNull MemorySegment
VmaDeviceMemoryCallbacks.pUserData()
@NotNull MemorySegment
VmaVirtualAllocationCreateInfo.pUserData()
@NotNull MemorySegment
VmaVirtualAllocationInfo.pUserData()
@NotNull MemorySegment
VmaAllocatorCreateInfo.pVulkanFunctionsRaw()
@NotNull MemorySegment
VmaVulkanFunctions.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) void
VmaAllocatorCreateInfo.pAllocationCallbacksRaw
(@NotNull MemorySegment value) void
VmaVirtualBlockCreateInfo.pAllocationCallbacksRaw
(@NotNull MemorySegment value) VmaDefragmentationInfo.pBreakCallbackUserData
(@NotNull MemorySegment value) void
VmaAllocatorCreateInfo.pDeviceMemoryCallbacksRaw
(@NotNull MemorySegment value) VmaDeviceMemoryCallbacks.pfnAllocate
(@NotNull MemorySegment value) VmaDefragmentationInfo.pfnBreakCallback
(@NotNull MemorySegment value) VmaDeviceMemoryCallbacks.pfnFree
(@NotNull MemorySegment value) VmaAllocatorCreateInfo.pHeapSizeLimit
(@Nullable LongPtr value) void
VmaAllocatorCreateInfo.pHeapSizeLimitRaw
(@NotNull MemorySegment value) VmaAllocationInfo.pMappedData
(@NotNull MemorySegment value) VmaPoolCreateInfo.pMemoryAllocateNext
(@NotNull MemorySegment value) void
VmaDefragmentationPassMoveInfo.pMovesRaw
(@NotNull MemorySegment value) void
VmaAllocationInfo.pNameRaw
(@NotNull MemorySegment value) void
VmaAllocatorCreateInfo.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) void
VmaAllocatorCreateInfo.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 MemorySegment
VkFunctionTypes.IPFN_vkAllocationFunction.invoke
(@NotNull MemorySegment p0, MemorySegment p1, MemorySegment p2, int p3) @NotNull MemorySegment
VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG.invoke
(MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegment
VkFunctionTypes.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 MemorySegment
VkFunctionTypes.IPFN_vkAllocationFunction.invoke
(@NotNull MemorySegment p0, MemorySegment p1, MemorySegment p2, int p3) int
VkFunctionTypes.IPFN_vkDebugReportCallbackEXT.invoke
(int p0, int p1, long p2, MemorySegment p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) int
VkFunctionTypes.IPFN_vkDebugReportCallbackEXT.invoke
(int p0, int p1, long p2, MemorySegment p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) int
VkFunctionTypes.IPFN_vkDebugReportCallbackEXT.invoke
(int p0, int p1, long p2, MemorySegment p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) int
VkFunctionTypes.IPFN_vkDebugUtilsMessengerCallbackEXT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) int
VkFunctionTypes.IPFN_vkDebugUtilsMessengerCallbackEXT.invoke
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
VkFunctionTypes.IPFN_vkDeviceMemoryReportCallbackEXT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
VkFunctionTypes.IPFN_vkDeviceMemoryReportCallbackEXT.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
VkFunctionTypes.IPFN_vkFreeFunction.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) void
VkFunctionTypes.IPFN_vkFreeFunction.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1) @NotNull MemorySegment
VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG.invoke
(MemorySegment p0, @NotNull MemorySegment p1) void
VkFunctionTypes.IPFN_vkInternalAllocationNotification.invoke
(@NotNull MemorySegment p0, MemorySegment p1, int p2, int p3) void
VkFunctionTypes.IPFN_vkInternalFreeNotification.invoke
(@NotNull MemorySegment p0, MemorySegment p1, int p2, int p3) @NotNull MemorySegment
VkFunctionTypes.IPFN_vkReallocationFunction.invoke
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, MemorySegment p3, int p4) @NotNull MemorySegment
VkFunctionTypes.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 MemorySegment
VkStaticCommands.getDeviceProcAddr
(VkDevice device, BytePtr pName) @NotNull MemorySegment
VkStaticCommands.getInstanceProcAddr
(@Nullable VkInstance instance, BytePtr pName) Method parameters in club.doki7.vulkan.command with annotations of type PointerModifier and TypeMethodDescriptionint
VkDeviceCommands.acquireNextImage2KHR
(VkDevice device, VkAcquireNextImageInfoKHR pAcquireInfo, IntPtr pImageIndex) int
VkDeviceCommands.acquirePerformanceConfigurationINTEL
(VkDevice device, VkPerformanceConfigurationAcquireInfoINTEL pAcquireInfo, VkPerformanceConfigurationINTEL.Ptr pConfiguration) int
VkDeviceCommands.acquirePerformanceConfigurationINTEL
(VkDevice device, VkPerformanceConfigurationAcquireInfoINTEL pAcquireInfo, VkPerformanceConfigurationINTEL.Ptr pConfiguration) int
VkDeviceCommands.acquireProfilingLockKHR
(VkDevice device, VkAcquireProfilingLockInfoKHR pInfo) int
VkDeviceCommands.allocateCommandBuffers
(VkDevice device, VkCommandBufferAllocateInfo pAllocateInfo, VkCommandBuffer.Ptr pCommandBuffers) int
VkDeviceCommands.allocateCommandBuffers
(VkDevice device, VkCommandBufferAllocateInfo pAllocateInfo, VkCommandBuffer.Ptr pCommandBuffers) int
VkDeviceCommands.allocateDescriptorSets
(VkDevice device, VkDescriptorSetAllocateInfo pAllocateInfo, VkDescriptorSet.Ptr pDescriptorSets) int
VkDeviceCommands.allocateDescriptorSets
(VkDevice device, VkDescriptorSetAllocateInfo pAllocateInfo, VkDescriptorSet.Ptr pDescriptorSets) int
VkDeviceCommands.allocateMemory
(VkDevice device, VkMemoryAllocateInfo pAllocateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDeviceMemory.Ptr pMemory) int
VkDeviceCommands.allocateMemory
(VkDevice device, VkMemoryAllocateInfo pAllocateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDeviceMemory.Ptr pMemory) int
VkDeviceCommands.allocateMemory
(VkDevice device, VkMemoryAllocateInfo pAllocateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDeviceMemory.Ptr pMemory) void
VkDeviceCommands.antiLagUpdateAMD
(VkDevice device, VkAntiLagDataAMD pData) int
VkDeviceCommands.beginCommandBuffer
(VkCommandBuffer commandBuffer, VkCommandBufferBeginInfo pBeginInfo) int
VkDeviceCommands.bindAccelerationStructureMemoryNV
(VkDevice device, int bindInfoCount, IVkBindAccelerationStructureMemoryInfoNV pBindInfos) int
VkDeviceCommands.bindBufferMemory2
(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) int
VkDeviceCommands.bindBufferMemory2KHR
(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) int
VkDeviceCommands.bindImageMemory2
(VkDevice device, int bindInfoCount, IVkBindImageMemoryInfo pBindInfos) int
VkDeviceCommands.bindImageMemory2KHR
(VkDevice device, int bindInfoCount, IVkBindImageMemoryInfo pBindInfos) int
VkDeviceCommands.bindVideoSessionMemoryKHR
(VkDevice device, VkVideoSessionKHR videoSession, int bindSessionMemoryInfoCount, IVkBindVideoSessionMemoryInfoKHR pBindSessionMemoryInfos) int
VkDeviceCommands.buildAccelerationStructuresKHR
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, PointerPtr ppBuildRangeInfos) int
VkDeviceCommands.buildMicromapsEXT
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, int infoCount, IVkMicromapBuildInfoEXT pInfos) void
VkDeviceCommands.cmdBeginConditionalRenderingEXT
(VkCommandBuffer commandBuffer, VkConditionalRenderingBeginInfoEXT pConditionalRenderingBegin) void
VkInstanceCommands.cmdBeginDebugUtilsLabelEXT
(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) void
VkDeviceCommands.cmdBeginPerTileExecutionQCOM
(VkCommandBuffer commandBuffer, VkPerTileBeginInfoQCOM pPerTileBeginInfo) void
VkDeviceCommands.cmdBeginRendering
(VkCommandBuffer commandBuffer, VkRenderingInfo pRenderingInfo) void
VkDeviceCommands.cmdBeginRenderingKHR
(VkCommandBuffer commandBuffer, VkRenderingInfo pRenderingInfo) void
VkDeviceCommands.cmdBeginRenderPass
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, int contents) void
VkDeviceCommands.cmdBeginRenderPass2
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) void
VkDeviceCommands.cmdBeginRenderPass2
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) void
VkDeviceCommands.cmdBeginRenderPass2KHR
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) void
VkDeviceCommands.cmdBeginRenderPass2KHR
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) void
VkDeviceCommands.cmdBeginTransformFeedbackEXT
(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) void
VkDeviceCommands.cmdBeginTransformFeedbackEXT
(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) void
VkDeviceCommands.cmdBeginVideoCodingKHR
(VkCommandBuffer commandBuffer, VkVideoBeginCodingInfoKHR pBeginInfo) void
VkDeviceCommands.cmdBindDescriptorBufferEmbeddedSamplers2EXT
(VkCommandBuffer commandBuffer, VkBindDescriptorBufferEmbeddedSamplersInfoEXT pBindDescriptorBufferEmbeddedSamplersInfo) void
VkDeviceCommands.cmdBindDescriptorBuffersEXT
(VkCommandBuffer commandBuffer, int bufferCount, IVkDescriptorBufferBindingInfoEXT pBindingInfos) void
VkDeviceCommands.cmdBindDescriptorSets
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) void
VkDeviceCommands.cmdBindDescriptorSets2
(VkCommandBuffer commandBuffer, VkBindDescriptorSetsInfo pBindDescriptorSetsInfo) void
VkDeviceCommands.cmdBindDescriptorSets2KHR
(VkCommandBuffer commandBuffer, VkBindDescriptorSetsInfo pBindDescriptorSetsInfo) void
VkDeviceCommands.cmdBindShadersEXT
(VkCommandBuffer commandBuffer, int stageCount, IntPtr pStages, VkShaderEXT.Ptr pShaders) void
VkDeviceCommands.cmdBindTileMemoryQCOM
(VkCommandBuffer commandBuffer, @Nullable VkTileMemoryBindInfoQCOM pTileMemoryBindInfo) void
VkDeviceCommands.cmdBindTransformFeedbackBuffersEXT
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) void
VkDeviceCommands.cmdBindTransformFeedbackBuffersEXT
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) void
VkDeviceCommands.cmdBindTransformFeedbackBuffersEXT
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) void
VkDeviceCommands.cmdBindVertexBuffers
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets) void
VkDeviceCommands.cmdBindVertexBuffers
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets) void
VkDeviceCommands.cmdBindVertexBuffers2
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBindVertexBuffers2
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBindVertexBuffers2
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBindVertexBuffers2
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBindVertexBuffers2EXT
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBindVertexBuffers2EXT
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBindVertexBuffers2EXT
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBindVertexBuffers2EXT
(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) void
VkDeviceCommands.cmdBlitImage
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageBlit pRegions, int filter) void
VkDeviceCommands.cmdBlitImage2
(VkCommandBuffer commandBuffer, VkBlitImageInfo2 pBlitImageInfo) void
VkDeviceCommands.cmdBlitImage2KHR
(VkCommandBuffer commandBuffer, VkBlitImageInfo2 pBlitImageInfo) void
VkDeviceCommands.cmdBuildAccelerationStructureNV
(VkCommandBuffer commandBuffer, VkAccelerationStructureInfoNV pInfo, @Nullable VkBuffer instanceData, long instanceOffset, int update, VkAccelerationStructureNV dst, @Nullable VkAccelerationStructureNV src, VkBuffer scratch, long scratchOffset) void
VkDeviceCommands.cmdBuildAccelerationStructuresIndirectKHR
(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, LongPtr pIndirectDeviceAddresses, IntPtr pIndirectStrides, PointerPtr ppMaxPrimitiveCounts) void
VkDeviceCommands.cmdBuildAccelerationStructuresIndirectKHR
(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, LongPtr pIndirectDeviceAddresses, IntPtr pIndirectStrides, PointerPtr ppMaxPrimitiveCounts) void
VkDeviceCommands.cmdBuildAccelerationStructuresKHR
(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, PointerPtr ppBuildRangeInfos) void
VkDeviceCommands.cmdBuildClusterAccelerationStructureIndirectNV
(VkCommandBuffer commandBuffer, VkClusterAccelerationStructureCommandsInfoNV pCommandInfos) void
VkDeviceCommands.cmdBuildMicromapsEXT
(VkCommandBuffer commandBuffer, int infoCount, IVkMicromapBuildInfoEXT pInfos) void
VkDeviceCommands.cmdBuildPartitionedAccelerationStructuresNV
(VkCommandBuffer commandBuffer, VkBuildPartitionedAccelerationStructureInfoNV pBuildInfo) void
VkDeviceCommands.cmdClearAttachments
(VkCommandBuffer commandBuffer, int attachmentCount, IVkClearAttachment pAttachments, int rectCount, IVkClearRect pRects) void
VkDeviceCommands.cmdClearAttachments
(VkCommandBuffer commandBuffer, int attachmentCount, IVkClearAttachment pAttachments, int rectCount, IVkClearRect pRects) void
VkDeviceCommands.cmdClearColorImage
(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearColorValue pColor, int rangeCount, IVkImageSubresourceRange pRanges) void
VkDeviceCommands.cmdClearColorImage
(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearColorValue pColor, int rangeCount, IVkImageSubresourceRange pRanges) void
VkDeviceCommands.cmdClearDepthStencilImage
(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearDepthStencilValue pDepthStencil, int rangeCount, IVkImageSubresourceRange pRanges) void
VkDeviceCommands.cmdClearDepthStencilImage
(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearDepthStencilValue pDepthStencil, int rangeCount, IVkImageSubresourceRange pRanges) void
VkDeviceCommands.cmdControlVideoCodingKHR
(VkCommandBuffer commandBuffer, VkVideoCodingControlInfoKHR pCodingControlInfo) void
VkDeviceCommands.cmdConvertCooperativeVectorMatrixNV
(VkCommandBuffer commandBuffer, int infoCount, IVkConvertCooperativeVectorMatrixInfoNV pInfos) void
VkDeviceCommands.cmdCopyAccelerationStructureKHR
(VkCommandBuffer commandBuffer, VkCopyAccelerationStructureInfoKHR pInfo) void
VkDeviceCommands.cmdCopyAccelerationStructureToMemoryKHR
(VkCommandBuffer commandBuffer, VkCopyAccelerationStructureToMemoryInfoKHR pInfo) void
VkDeviceCommands.cmdCopyBuffer
(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, int regionCount, IVkBufferCopy pRegions) void
VkDeviceCommands.cmdCopyBuffer2
(VkCommandBuffer commandBuffer, VkCopyBufferInfo2 pCopyBufferInfo) void
VkDeviceCommands.cmdCopyBuffer2KHR
(VkCommandBuffer commandBuffer, VkCopyBufferInfo2 pCopyBufferInfo) void
VkDeviceCommands.cmdCopyBufferToImage
(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, int dstImageLayout, int regionCount, IVkBufferImageCopy pRegions) void
VkDeviceCommands.cmdCopyBufferToImage2
(VkCommandBuffer commandBuffer, VkCopyBufferToImageInfo2 pCopyBufferToImageInfo) void
VkDeviceCommands.cmdCopyBufferToImage2KHR
(VkCommandBuffer commandBuffer, VkCopyBufferToImageInfo2 pCopyBufferToImageInfo) void
VkDeviceCommands.cmdCopyImage
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageCopy pRegions) void
VkDeviceCommands.cmdCopyImage2
(VkCommandBuffer commandBuffer, VkCopyImageInfo2 pCopyImageInfo) void
VkDeviceCommands.cmdCopyImage2KHR
(VkCommandBuffer commandBuffer, VkCopyImageInfo2 pCopyImageInfo) void
VkDeviceCommands.cmdCopyImageToBuffer
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkBuffer dstBuffer, int regionCount, IVkBufferImageCopy pRegions) void
VkDeviceCommands.cmdCopyImageToBuffer2
(VkCommandBuffer commandBuffer, VkCopyImageToBufferInfo2 pCopyImageToBufferInfo) void
VkDeviceCommands.cmdCopyImageToBuffer2KHR
(VkCommandBuffer commandBuffer, VkCopyImageToBufferInfo2 pCopyImageToBufferInfo) void
VkDeviceCommands.cmdCopyMemoryToAccelerationStructureKHR
(VkCommandBuffer commandBuffer, VkCopyMemoryToAccelerationStructureInfoKHR pInfo) void
VkDeviceCommands.cmdCopyMemoryToImageIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) void
VkDeviceCommands.cmdCopyMemoryToMicromapEXT
(VkCommandBuffer commandBuffer, VkCopyMemoryToMicromapInfoEXT pInfo) void
VkDeviceCommands.cmdCopyMicromapEXT
(VkCommandBuffer commandBuffer, VkCopyMicromapInfoEXT pInfo) void
VkDeviceCommands.cmdCopyMicromapToMemoryEXT
(VkCommandBuffer commandBuffer, VkCopyMicromapToMemoryInfoEXT pInfo) void
VkDeviceCommands.cmdCudaLaunchKernelNV
(VkCommandBuffer commandBuffer, VkCudaLaunchInfoNV pLaunchInfo) void
VkDeviceCommands.cmdCuLaunchKernelNVX
(VkCommandBuffer commandBuffer, VkCuLaunchInfoNVX pLaunchInfo) void
VkDeviceCommands.cmdDebugMarkerBeginEXT
(VkCommandBuffer commandBuffer, VkDebugMarkerMarkerInfoEXT pMarkerInfo) void
VkDeviceCommands.cmdDebugMarkerInsertEXT
(VkCommandBuffer commandBuffer, VkDebugMarkerMarkerInfoEXT pMarkerInfo) void
VkDeviceCommands.cmdDecodeVideoKHR
(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR pDecodeInfo) void
VkDeviceCommands.cmdDecompressMemoryNV
(VkCommandBuffer commandBuffer, int decompressRegionCount, IVkDecompressMemoryRegionNV pDecompressMemoryRegions) void
VkDeviceCommands.cmdDispatchGraphAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) void
VkDeviceCommands.cmdDispatchGraphIndirectAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) void
VkDeviceCommands.cmdDrawMultiEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) void
VkDeviceCommands.cmdDrawMultiIndexedEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) void
VkDeviceCommands.cmdEncodeVideoKHR
(VkCommandBuffer commandBuffer, VkVideoEncodeInfoKHR pEncodeInfo) void
VkDeviceCommands.cmdEndPerTileExecutionQCOM
(VkCommandBuffer commandBuffer, VkPerTileEndInfoQCOM pPerTileEndInfo) void
VkDeviceCommands.cmdEndRendering2EXT
(VkCommandBuffer commandBuffer, @Nullable VkRenderingEndInfoEXT pRenderingEndInfo) void
VkDeviceCommands.cmdEndRenderPass2
(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdEndRenderPass2KHR
(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdEndTransformFeedbackEXT
(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) void
VkDeviceCommands.cmdEndTransformFeedbackEXT
(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) void
VkDeviceCommands.cmdEndVideoCodingKHR
(VkCommandBuffer commandBuffer, VkVideoEndCodingInfoKHR pEndCodingInfo) void
VkDeviceCommands.cmdExecuteCommands
(VkCommandBuffer commandBuffer, int commandBufferCount, VkCommandBuffer.Ptr pCommandBuffers) void
VkDeviceCommands.cmdExecuteGeneratedCommandsEXT
(VkCommandBuffer commandBuffer, int isPreprocessed, VkGeneratedCommandsInfoEXT pGeneratedCommandsInfo) void
VkDeviceCommands.cmdExecuteGeneratedCommandsNV
(VkCommandBuffer commandBuffer, int isPreprocessed, VkGeneratedCommandsInfoNV pGeneratedCommandsInfo) void
VkInstanceCommands.cmdInsertDebugUtilsLabelEXT
(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) void
VkDeviceCommands.cmdNextSubpass2
(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdNextSubpass2
(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdNextSubpass2KHR
(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdNextSubpass2KHR
(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdOpticalFlowExecuteNV
(VkCommandBuffer commandBuffer, VkOpticalFlowSessionNV session, VkOpticalFlowExecuteInfoNV pExecuteInfo) void
VkDeviceCommands.cmdPipelineBarrier
(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) void
VkDeviceCommands.cmdPipelineBarrier
(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) void
VkDeviceCommands.cmdPipelineBarrier
(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) void
VkDeviceCommands.cmdPipelineBarrier2
(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdPipelineBarrier2KHR
(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdPreprocessGeneratedCommandsEXT
(VkCommandBuffer commandBuffer, VkGeneratedCommandsInfoEXT pGeneratedCommandsInfo, VkCommandBuffer stateCommandBuffer) void
VkDeviceCommands.cmdPreprocessGeneratedCommandsNV
(VkCommandBuffer commandBuffer, VkGeneratedCommandsInfoNV pGeneratedCommandsInfo) void
VkDeviceCommands.cmdPushConstants
(VkCommandBuffer commandBuffer, VkPipelineLayout layout, int stageFlags, int offset, int size, @NotNull MemorySegment pValues) void
VkDeviceCommands.cmdPushConstants2
(VkCommandBuffer commandBuffer, VkPushConstantsInfo pPushConstantsInfo) void
VkDeviceCommands.cmdPushConstants2KHR
(VkCommandBuffer commandBuffer, VkPushConstantsInfo pPushConstantsInfo) void
VkDeviceCommands.cmdPushDescriptorSet
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) void
VkDeviceCommands.cmdPushDescriptorSet2
(VkCommandBuffer commandBuffer, VkPushDescriptorSetInfo pPushDescriptorSetInfo) void
VkDeviceCommands.cmdPushDescriptorSet2KHR
(VkCommandBuffer commandBuffer, VkPushDescriptorSetInfo pPushDescriptorSetInfo) void
VkDeviceCommands.cmdPushDescriptorSetKHR
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) void
VkDeviceCommands.cmdPushDescriptorSetWithTemplate
(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, int set, @NotNull MemorySegment pData) void
VkDeviceCommands.cmdPushDescriptorSetWithTemplate2
(VkCommandBuffer commandBuffer, VkPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo) void
VkDeviceCommands.cmdPushDescriptorSetWithTemplate2KHR
(VkCommandBuffer commandBuffer, VkPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo) void
VkDeviceCommands.cmdPushDescriptorSetWithTemplateKHR
(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, int set, @NotNull MemorySegment pData) void
VkDeviceCommands.cmdRefreshObjectsKHR
(VkCommandBuffer commandBuffer, VkRefreshObjectListKHR pRefreshObjects) void
VkDeviceCommands.cmdResolveImage
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageResolve pRegions) void
VkDeviceCommands.cmdResolveImage2
(VkCommandBuffer commandBuffer, VkResolveImageInfo2 pResolveImageInfo) void
VkDeviceCommands.cmdResolveImage2KHR
(VkCommandBuffer commandBuffer, VkResolveImageInfo2 pResolveImageInfo) void
VkDeviceCommands.cmdSetCheckpointNV
(VkCommandBuffer commandBuffer, @NotNull MemorySegment pCheckpointMarker) void
VkDeviceCommands.cmdSetCoarseSampleOrderNV
(VkCommandBuffer commandBuffer, int sampleOrderType, int customSampleOrderCount, @Nullable IVkCoarseSampleOrderCustomNV pCustomSampleOrders) void
VkDeviceCommands.cmdSetColorBlendAdvancedEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendAdvancedEXT pColorBlendAdvanced) void
VkDeviceCommands.cmdSetColorBlendEnableEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorBlendEnables) void
VkDeviceCommands.cmdSetColorBlendEquationEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendEquationEXT pColorBlendEquations) void
VkDeviceCommands.cmdSetColorWriteEnableEXT
(VkCommandBuffer commandBuffer, int attachmentCount, IntPtr pColorWriteEnables) void
VkDeviceCommands.cmdSetDepthBias2EXT
(VkCommandBuffer commandBuffer, VkDepthBiasInfoEXT pDepthBiasInfo) void
VkDeviceCommands.cmdSetDepthClampRangeEXT
(VkCommandBuffer commandBuffer, int depthClampMode, @Nullable VkDepthClampRangeEXT pDepthClampRange) void
VkDeviceCommands.cmdSetDescriptorBufferOffsets2EXT
(VkCommandBuffer commandBuffer, VkSetDescriptorBufferOffsetsInfoEXT pSetDescriptorBufferOffsetsInfo) void
VkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) void
VkDeviceCommands.cmdSetDiscardRectangleEXT
(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, IVkRect2D pDiscardRectangles) void
VkDeviceCommands.cmdSetEvent2
(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdSetEvent2KHR
(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdSetExclusiveScissorEnableNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IntPtr pExclusiveScissorEnables) void
VkDeviceCommands.cmdSetExclusiveScissorNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IVkRect2D pExclusiveScissors) void
VkDeviceCommands.cmdSetFragmentShadingRateKHR
(VkCommandBuffer commandBuffer, VkExtent2D pFragmentSize, int combinerOps) int
VkDeviceCommands.cmdSetPerformanceMarkerINTEL
(VkCommandBuffer commandBuffer, VkPerformanceMarkerInfoINTEL pMarkerInfo) int
VkDeviceCommands.cmdSetPerformanceOverrideINTEL
(VkCommandBuffer commandBuffer, VkPerformanceOverrideInfoINTEL pOverrideInfo) int
VkDeviceCommands.cmdSetPerformanceStreamMarkerINTEL
(VkCommandBuffer commandBuffer, VkPerformanceStreamMarkerInfoINTEL pMarkerInfo) void
VkDeviceCommands.cmdSetRenderingAttachmentLocations
(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) void
VkDeviceCommands.cmdSetRenderingAttachmentLocationsKHR
(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) void
VkDeviceCommands.cmdSetRenderingInputAttachmentIndices
(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) void
VkDeviceCommands.cmdSetRenderingInputAttachmentIndicesKHR
(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) void
VkDeviceCommands.cmdSetSampleLocationsEXT
(VkCommandBuffer commandBuffer, VkSampleLocationsInfoEXT pSampleLocationsInfo) void
VkDeviceCommands.cmdSetSampleMaskEXT
(VkCommandBuffer commandBuffer, int samples, IntPtr pSampleMask) void
VkDeviceCommands.cmdSetScissor
(VkCommandBuffer commandBuffer, int firstScissor, int scissorCount, IVkRect2D pScissors) void
VkDeviceCommands.cmdSetScissorWithCount
(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) void
VkDeviceCommands.cmdSetScissorWithCountEXT
(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) void
VkDeviceCommands.cmdSetVertexInputEXT
(VkCommandBuffer commandBuffer, int vertexBindingDescriptionCount, @Nullable IVkVertexInputBindingDescription2EXT pVertexBindingDescriptions, int vertexAttributeDescriptionCount, @Nullable IVkVertexInputAttributeDescription2EXT pVertexAttributeDescriptions) void
VkDeviceCommands.cmdSetVertexInputEXT
(VkCommandBuffer commandBuffer, int vertexBindingDescriptionCount, @Nullable IVkVertexInputBindingDescription2EXT pVertexBindingDescriptions, int vertexAttributeDescriptionCount, @Nullable IVkVertexInputAttributeDescription2EXT pVertexAttributeDescriptions) void
VkDeviceCommands.cmdSetViewport
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewport pViewports) void
VkDeviceCommands.cmdSetViewportShadingRatePaletteNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkShadingRatePaletteNV pShadingRatePalettes) void
VkDeviceCommands.cmdSetViewportSwizzleNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportSwizzleNV pViewportSwizzles) void
VkDeviceCommands.cmdSetViewportWithCount
(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) void
VkDeviceCommands.cmdSetViewportWithCountEXT
(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) void
VkDeviceCommands.cmdSetViewportWScalingNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportWScalingNV pViewportWScalings) void
VkDeviceCommands.cmdTraceRaysIndirectKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) void
VkDeviceCommands.cmdTraceRaysIndirectKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) void
VkDeviceCommands.cmdTraceRaysIndirectKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) void
VkDeviceCommands.cmdTraceRaysIndirectKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) void
VkDeviceCommands.cmdTraceRaysKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysKHR
(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) void
VkDeviceCommands.cmdUpdateBuffer
(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long dataSize, @NotNull MemorySegment pData) void
VkDeviceCommands.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) void
VkDeviceCommands.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) void
VkDeviceCommands.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) void
VkDeviceCommands.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) void
VkDeviceCommands.cmdWaitEvents2
(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) void
VkDeviceCommands.cmdWaitEvents2
(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) void
VkDeviceCommands.cmdWaitEvents2KHR
(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) void
VkDeviceCommands.cmdWaitEvents2KHR
(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) void
VkDeviceCommands.cmdWriteAccelerationStructuresPropertiesKHR
(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteAccelerationStructuresPropertiesNV
(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureNV.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteMicromapsPropertiesEXT
(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) int
VkDeviceCommands.convertCooperativeVectorMatrixNV
(VkDevice device, VkConvertCooperativeVectorMatrixInfoNV pInfo) int
VkDeviceCommands.copyAccelerationStructureKHR
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyAccelerationStructureInfoKHR pInfo) int
VkDeviceCommands.copyAccelerationStructureToMemoryKHR
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyAccelerationStructureToMemoryInfoKHR pInfo) int
VkDeviceCommands.copyImageToImage
(VkDevice device, VkCopyImageToImageInfo pCopyImageToImageInfo) int
VkDeviceCommands.copyImageToImageEXT
(VkDevice device, VkCopyImageToImageInfo pCopyImageToImageInfo) int
VkDeviceCommands.copyImageToMemory
(VkDevice device, VkCopyImageToMemoryInfo pCopyImageToMemoryInfo) int
VkDeviceCommands.copyImageToMemoryEXT
(VkDevice device, VkCopyImageToMemoryInfo pCopyImageToMemoryInfo) int
VkDeviceCommands.copyMemoryToAccelerationStructureKHR
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyMemoryToAccelerationStructureInfoKHR pInfo) int
VkDeviceCommands.copyMemoryToImage
(VkDevice device, VkCopyMemoryToImageInfo pCopyMemoryToImageInfo) int
VkDeviceCommands.copyMemoryToImageEXT
(VkDevice device, VkCopyMemoryToImageInfo pCopyMemoryToImageInfo) int
VkDeviceCommands.copyMemoryToMicromapEXT
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyMemoryToMicromapInfoEXT pInfo) int
VkDeviceCommands.copyMicromapEXT
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyMicromapInfoEXT pInfo) int
VkDeviceCommands.copyMicromapToMemoryEXT
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, VkCopyMicromapToMemoryInfoEXT pInfo) int
VkDeviceCommands.createAccelerationStructureKHR
(VkDevice device, VkAccelerationStructureCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureKHR.Ptr pAccelerationStructure) int
VkDeviceCommands.createAccelerationStructureKHR
(VkDevice device, VkAccelerationStructureCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureKHR.Ptr pAccelerationStructure) int
VkDeviceCommands.createAccelerationStructureKHR
(VkDevice device, VkAccelerationStructureCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureKHR.Ptr pAccelerationStructure) int
VkDeviceCommands.createAccelerationStructureNV
(VkDevice device, VkAccelerationStructureCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureNV.Ptr pAccelerationStructure) int
VkDeviceCommands.createAccelerationStructureNV
(VkDevice device, VkAccelerationStructureCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureNV.Ptr pAccelerationStructure) int
VkDeviceCommands.createAccelerationStructureNV
(VkDevice device, VkAccelerationStructureCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkAccelerationStructureNV.Ptr pAccelerationStructure) int
VkInstanceCommands.createAndroidSurfaceKHR
(VkInstance instance, VkAndroidSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createAndroidSurfaceKHR
(VkInstance instance, VkAndroidSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createAndroidSurfaceKHR
(VkInstance instance, VkAndroidSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkDeviceCommands.createBuffer
(VkDevice device, VkBufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBuffer.Ptr pBuffer) int
VkDeviceCommands.createBuffer
(VkDevice device, VkBufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBuffer.Ptr pBuffer) int
VkDeviceCommands.createBuffer
(VkDevice device, VkBufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBuffer.Ptr pBuffer) int
VkDeviceCommands.createBufferCollectionFUCHSIA
(VkDevice device, VkBufferCollectionCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferCollectionFUCHSIA.Ptr pCollection) int
VkDeviceCommands.createBufferCollectionFUCHSIA
(VkDevice device, VkBufferCollectionCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferCollectionFUCHSIA.Ptr pCollection) int
VkDeviceCommands.createBufferCollectionFUCHSIA
(VkDevice device, VkBufferCollectionCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferCollectionFUCHSIA.Ptr pCollection) int
VkDeviceCommands.createBufferView
(VkDevice device, VkBufferViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferView.Ptr pView) int
VkDeviceCommands.createBufferView
(VkDevice device, VkBufferViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferView.Ptr pView) int
VkDeviceCommands.createBufferView
(VkDevice device, VkBufferViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferView.Ptr pView) int
VkDeviceCommands.createCommandPool
(VkDevice device, VkCommandPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCommandPool.Ptr pCommandPool) int
VkDeviceCommands.createCommandPool
(VkDevice device, VkCommandPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCommandPool.Ptr pCommandPool) int
VkDeviceCommands.createCommandPool
(VkDevice device, VkCommandPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCommandPool.Ptr pCommandPool) int
VkDeviceCommands.createComputePipelines
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkComputePipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createComputePipelines
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkComputePipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createComputePipelines
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkComputePipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createCudaFunctionNV
(VkDevice device, VkCudaFunctionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaFunctionNV.Ptr pFunction) int
VkDeviceCommands.createCudaFunctionNV
(VkDevice device, VkCudaFunctionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaFunctionNV.Ptr pFunction) int
VkDeviceCommands.createCudaFunctionNV
(VkDevice device, VkCudaFunctionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaFunctionNV.Ptr pFunction) int
VkDeviceCommands.createCudaModuleNV
(VkDevice device, VkCudaModuleCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaModuleNV.Ptr pModule) int
VkDeviceCommands.createCudaModuleNV
(VkDevice device, VkCudaModuleCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaModuleNV.Ptr pModule) int
VkDeviceCommands.createCudaModuleNV
(VkDevice device, VkCudaModuleCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaModuleNV.Ptr pModule) int
VkDeviceCommands.createCuFunctionNVX
(VkDevice device, VkCuFunctionCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuFunctionNVX.Ptr pFunction) int
VkDeviceCommands.createCuFunctionNVX
(VkDevice device, VkCuFunctionCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuFunctionNVX.Ptr pFunction) int
VkDeviceCommands.createCuFunctionNVX
(VkDevice device, VkCuFunctionCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuFunctionNVX.Ptr pFunction) int
VkDeviceCommands.createCuModuleNVX
(VkDevice device, VkCuModuleCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuModuleNVX.Ptr pModule) int
VkDeviceCommands.createCuModuleNVX
(VkDevice device, VkCuModuleCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuModuleNVX.Ptr pModule) int
VkDeviceCommands.createCuModuleNVX
(VkDevice device, VkCuModuleCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuModuleNVX.Ptr pModule) int
VkInstanceCommands.createDebugReportCallbackEXT
(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Ptr pCallback) int
VkInstanceCommands.createDebugReportCallbackEXT
(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Ptr pCallback) int
VkInstanceCommands.createDebugReportCallbackEXT
(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Ptr pCallback) int
VkInstanceCommands.createDebugUtilsMessengerEXT
(VkInstance instance, VkDebugUtilsMessengerCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugUtilsMessengerEXT.Ptr pMessenger) int
VkInstanceCommands.createDebugUtilsMessengerEXT
(VkInstance instance, VkDebugUtilsMessengerCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugUtilsMessengerEXT.Ptr pMessenger) int
VkInstanceCommands.createDebugUtilsMessengerEXT
(VkInstance instance, VkDebugUtilsMessengerCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugUtilsMessengerEXT.Ptr pMessenger) int
VkDeviceCommands.createDeferredOperationKHR
(VkDevice device, @Nullable VkAllocationCallbacks pAllocator, VkDeferredOperationKHR.Ptr pDeferredOperation) int
VkDeviceCommands.createDeferredOperationKHR
(VkDevice device, @Nullable VkAllocationCallbacks pAllocator, VkDeferredOperationKHR.Ptr pDeferredOperation) int
VkDeviceCommands.createDescriptorPool
(VkDevice device, VkDescriptorPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorPool.Ptr pDescriptorPool) int
VkDeviceCommands.createDescriptorPool
(VkDevice device, VkDescriptorPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorPool.Ptr pDescriptorPool) int
VkDeviceCommands.createDescriptorPool
(VkDevice device, VkDescriptorPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorPool.Ptr pDescriptorPool) int
VkDeviceCommands.createDescriptorSetLayout
(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorSetLayout.Ptr pSetLayout) int
VkDeviceCommands.createDescriptorSetLayout
(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorSetLayout.Ptr pSetLayout) int
VkDeviceCommands.createDescriptorSetLayout
(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorSetLayout.Ptr pSetLayout) int
VkDeviceCommands.createDescriptorUpdateTemplate
(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) int
VkDeviceCommands.createDescriptorUpdateTemplate
(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) int
VkDeviceCommands.createDescriptorUpdateTemplate
(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) int
VkDeviceCommands.createDescriptorUpdateTemplateKHR
(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) int
VkDeviceCommands.createDescriptorUpdateTemplateKHR
(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) int
VkDeviceCommands.createDescriptorUpdateTemplateKHR
(VkDevice device, VkDescriptorUpdateTemplateCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorUpdateTemplate.Ptr pDescriptorUpdateTemplate) int
VkInstanceCommands.createDevice
(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDevice.Ptr pDevice) int
VkInstanceCommands.createDevice
(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDevice.Ptr pDevice) int
VkInstanceCommands.createDevice
(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDevice.Ptr pDevice) int
VkInstanceCommands.createDirectFBSurfaceEXT
(VkInstance instance, VkDirectFBSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createDirectFBSurfaceEXT
(VkInstance instance, VkDirectFBSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createDirectFBSurfaceEXT
(VkInstance instance, VkDirectFBSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createDisplayModeKHR
(VkPhysicalDevice physicalDevice, VkDisplayKHR display, VkDisplayModeCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDisplayModeKHR.Ptr pMode) int
VkInstanceCommands.createDisplayModeKHR
(VkPhysicalDevice physicalDevice, VkDisplayKHR display, VkDisplayModeCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDisplayModeKHR.Ptr pMode) int
VkInstanceCommands.createDisplayModeKHR
(VkPhysicalDevice physicalDevice, VkDisplayKHR display, VkDisplayModeCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDisplayModeKHR.Ptr pMode) int
VkInstanceCommands.createDisplayPlaneSurfaceKHR
(VkInstance instance, VkDisplaySurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createDisplayPlaneSurfaceKHR
(VkInstance instance, VkDisplaySurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createDisplayPlaneSurfaceKHR
(VkInstance instance, VkDisplaySurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkDeviceCommands.createEvent
(VkDevice device, VkEventCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkEvent.Ptr pEvent) int
VkDeviceCommands.createEvent
(VkDevice device, VkEventCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkEvent.Ptr pEvent) int
VkDeviceCommands.createEvent
(VkDevice device, VkEventCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkEvent.Ptr pEvent) int
VkDeviceCommands.createExecutionGraphPipelinesAMDX
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createExecutionGraphPipelinesAMDX
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createExecutionGraphPipelinesAMDX
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createExternalComputeQueueNV
(VkDevice device, VkExternalComputeQueueCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkExternalComputeQueueNV.Ptr pExternalQueue) int
VkDeviceCommands.createExternalComputeQueueNV
(VkDevice device, VkExternalComputeQueueCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkExternalComputeQueueNV.Ptr pExternalQueue) int
VkDeviceCommands.createExternalComputeQueueNV
(VkDevice device, VkExternalComputeQueueCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkExternalComputeQueueNV.Ptr pExternalQueue) int
VkDeviceCommands.createFence
(VkDevice device, VkFenceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) int
VkDeviceCommands.createFence
(VkDevice device, VkFenceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) int
VkDeviceCommands.createFence
(VkDevice device, VkFenceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) int
VkDeviceCommands.createFramebuffer
(VkDevice device, VkFramebufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFramebuffer.Ptr pFramebuffer) int
VkDeviceCommands.createFramebuffer
(VkDevice device, VkFramebufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFramebuffer.Ptr pFramebuffer) int
VkDeviceCommands.createFramebuffer
(VkDevice device, VkFramebufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFramebuffer.Ptr pFramebuffer) int
VkDeviceCommands.createGraphicsPipelines
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkGraphicsPipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createGraphicsPipelines
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkGraphicsPipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createGraphicsPipelines
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkGraphicsPipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkInstanceCommands.createHeadlessSurfaceEXT
(VkInstance instance, VkHeadlessSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createHeadlessSurfaceEXT
(VkInstance instance, VkHeadlessSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createHeadlessSurfaceEXT
(VkInstance instance, VkHeadlessSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkDeviceCommands.createImage
(VkDevice device, VkImageCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImage.Ptr pImage) int
VkDeviceCommands.createImage
(VkDevice device, VkImageCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImage.Ptr pImage) int
VkDeviceCommands.createImage
(VkDevice device, VkImageCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImage.Ptr pImage) int
VkInstanceCommands.createImagePipeSurfaceFUCHSIA
(VkInstance instance, VkImagePipeSurfaceCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createImagePipeSurfaceFUCHSIA
(VkInstance instance, VkImagePipeSurfaceCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createImagePipeSurfaceFUCHSIA
(VkInstance instance, VkImagePipeSurfaceCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkDeviceCommands.createImageView
(VkDevice device, VkImageViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImageView.Ptr pView) int
VkDeviceCommands.createImageView
(VkDevice device, VkImageViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImageView.Ptr pView) int
VkDeviceCommands.createImageView
(VkDevice device, VkImageViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkImageView.Ptr pView) int
VkDeviceCommands.createIndirectCommandsLayoutEXT
(VkDevice device, VkIndirectCommandsLayoutCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutEXT.Ptr pIndirectCommandsLayout) int
VkDeviceCommands.createIndirectCommandsLayoutEXT
(VkDevice device, VkIndirectCommandsLayoutCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutEXT.Ptr pIndirectCommandsLayout) int
VkDeviceCommands.createIndirectCommandsLayoutEXT
(VkDevice device, VkIndirectCommandsLayoutCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutEXT.Ptr pIndirectCommandsLayout) int
VkDeviceCommands.createIndirectCommandsLayoutNV
(VkDevice device, VkIndirectCommandsLayoutCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutNV.Ptr pIndirectCommandsLayout) int
VkDeviceCommands.createIndirectCommandsLayoutNV
(VkDevice device, VkIndirectCommandsLayoutCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutNV.Ptr pIndirectCommandsLayout) int
VkDeviceCommands.createIndirectCommandsLayoutNV
(VkDevice device, VkIndirectCommandsLayoutCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutNV.Ptr pIndirectCommandsLayout) int
VkDeviceCommands.createIndirectExecutionSetEXT
(VkDevice device, VkIndirectExecutionSetCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectExecutionSetEXT.Ptr pIndirectExecutionSet) int
VkDeviceCommands.createIndirectExecutionSetEXT
(VkDevice device, VkIndirectExecutionSetCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectExecutionSetEXT.Ptr pIndirectExecutionSet) int
VkDeviceCommands.createIndirectExecutionSetEXT
(VkDevice device, VkIndirectExecutionSetCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectExecutionSetEXT.Ptr pIndirectExecutionSet) int
VkEntryCommands.createInstance
(VkInstanceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkInstance.Ptr pInstance) int
VkEntryCommands.createInstance
(VkInstanceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkInstance.Ptr pInstance) int
VkEntryCommands.createInstance
(VkInstanceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkInstance.Ptr pInstance) int
VkInstanceCommands.createIOSSurfaceMVK
(VkInstance instance, VkIOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createIOSSurfaceMVK
(VkInstance instance, VkIOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createIOSSurfaceMVK
(VkInstance instance, VkIOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createMacOSSurfaceMVK
(VkInstance instance, VkMacOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createMacOSSurfaceMVK
(VkInstance instance, VkMacOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createMacOSSurfaceMVK
(VkInstance instance, VkMacOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createMetalSurfaceEXT
(VkInstance instance, VkMetalSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createMetalSurfaceEXT
(VkInstance instance, VkMetalSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createMetalSurfaceEXT
(VkInstance instance, VkMetalSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkDeviceCommands.createMicromapEXT
(VkDevice device, VkMicromapCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkMicromapEXT.Ptr pMicromap) int
VkDeviceCommands.createMicromapEXT
(VkDevice device, VkMicromapCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkMicromapEXT.Ptr pMicromap) int
VkDeviceCommands.createMicromapEXT
(VkDevice device, VkMicromapCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkMicromapEXT.Ptr pMicromap) int
VkDeviceCommands.createOpticalFlowSessionNV
(VkDevice device, VkOpticalFlowSessionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkOpticalFlowSessionNV.Ptr pSession) int
VkDeviceCommands.createOpticalFlowSessionNV
(VkDevice device, VkOpticalFlowSessionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkOpticalFlowSessionNV.Ptr pSession) int
VkDeviceCommands.createOpticalFlowSessionNV
(VkDevice device, VkOpticalFlowSessionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkOpticalFlowSessionNV.Ptr pSession) int
VkDeviceCommands.createPipelineBinariesKHR
(VkDevice device, VkPipelineBinaryCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineBinaryHandlesInfoKHR pBinaries) int
VkDeviceCommands.createPipelineBinariesKHR
(VkDevice device, VkPipelineBinaryCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineBinaryHandlesInfoKHR pBinaries) int
VkDeviceCommands.createPipelineBinariesKHR
(VkDevice device, VkPipelineBinaryCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineBinaryHandlesInfoKHR pBinaries) int
VkDeviceCommands.createPipelineCache
(VkDevice device, VkPipelineCacheCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineCache.Ptr pPipelineCache) int
VkDeviceCommands.createPipelineCache
(VkDevice device, VkPipelineCacheCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineCache.Ptr pPipelineCache) int
VkDeviceCommands.createPipelineCache
(VkDevice device, VkPipelineCacheCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineCache.Ptr pPipelineCache) int
VkDeviceCommands.createPipelineLayout
(VkDevice device, VkPipelineLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineLayout.Ptr pPipelineLayout) int
VkDeviceCommands.createPipelineLayout
(VkDevice device, VkPipelineLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineLayout.Ptr pPipelineLayout) int
VkDeviceCommands.createPipelineLayout
(VkDevice device, VkPipelineLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineLayout.Ptr pPipelineLayout) int
VkDeviceCommands.createPrivateDataSlot
(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) int
VkDeviceCommands.createPrivateDataSlot
(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) int
VkDeviceCommands.createPrivateDataSlot
(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) int
VkDeviceCommands.createPrivateDataSlotEXT
(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) int
VkDeviceCommands.createPrivateDataSlotEXT
(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) int
VkDeviceCommands.createPrivateDataSlotEXT
(VkDevice device, VkPrivateDataSlotCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPrivateDataSlot.Ptr pPrivateDataSlot) int
VkDeviceCommands.createQueryPool
(VkDevice device, VkQueryPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkQueryPool.Ptr pQueryPool) int
VkDeviceCommands.createQueryPool
(VkDevice device, VkQueryPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkQueryPool.Ptr pQueryPool) int
VkDeviceCommands.createQueryPool
(VkDevice device, VkQueryPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkQueryPool.Ptr pQueryPool) int
VkDeviceCommands.createRayTracingPipelinesKHR
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createRayTracingPipelinesKHR
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createRayTracingPipelinesKHR
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createRayTracingPipelinesNV
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoNV pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createRayTracingPipelinesNV
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoNV pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createRayTracingPipelinesNV
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoNV pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) int
VkDeviceCommands.createRenderPass
(VkDevice device, VkRenderPassCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) int
VkDeviceCommands.createRenderPass
(VkDevice device, VkRenderPassCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) int
VkDeviceCommands.createRenderPass
(VkDevice device, VkRenderPassCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) int
VkDeviceCommands.createRenderPass2
(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) int
VkDeviceCommands.createRenderPass2
(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) int
VkDeviceCommands.createRenderPass2
(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) int
VkDeviceCommands.createRenderPass2KHR
(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) int
VkDeviceCommands.createRenderPass2KHR
(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) int
VkDeviceCommands.createRenderPass2KHR
(VkDevice device, VkRenderPassCreateInfo2 pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkRenderPass.Ptr pRenderPass) int
VkDeviceCommands.createSampler
(VkDevice device, VkSamplerCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSampler.Ptr pSampler) int
VkDeviceCommands.createSampler
(VkDevice device, VkSamplerCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSampler.Ptr pSampler) int
VkDeviceCommands.createSampler
(VkDevice device, VkSamplerCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSampler.Ptr pSampler) int
VkDeviceCommands.createSamplerYcbcrConversion
(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) int
VkDeviceCommands.createSamplerYcbcrConversion
(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) int
VkDeviceCommands.createSamplerYcbcrConversion
(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) int
VkDeviceCommands.createSamplerYcbcrConversionKHR
(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) int
VkDeviceCommands.createSamplerYcbcrConversionKHR
(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) int
VkDeviceCommands.createSamplerYcbcrConversionKHR
(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) int
VkInstanceCommands.createScreenSurfaceQNX
(VkInstance instance, VkScreenSurfaceCreateInfoQNX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createScreenSurfaceQNX
(VkInstance instance, VkScreenSurfaceCreateInfoQNX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createScreenSurfaceQNX
(VkInstance instance, VkScreenSurfaceCreateInfoQNX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkDeviceCommands.createSemaphore
(VkDevice device, VkSemaphoreCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphore.Ptr pSemaphore) int
VkDeviceCommands.createSemaphore
(VkDevice device, VkSemaphoreCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphore.Ptr pSemaphore) int
VkDeviceCommands.createSemaphore
(VkDevice device, VkSemaphoreCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphore.Ptr pSemaphore) int
VkDeviceCommands.createSemaphoreSciSyncPoolNV
(VkDevice device, VkSemaphoreSciSyncPoolCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphoreSciSyncPoolNV.Ptr pSemaphorePool) int
VkDeviceCommands.createSemaphoreSciSyncPoolNV
(VkDevice device, VkSemaphoreSciSyncPoolCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphoreSciSyncPoolNV.Ptr pSemaphorePool) int
VkDeviceCommands.createSemaphoreSciSyncPoolNV
(VkDevice device, VkSemaphoreSciSyncPoolCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphoreSciSyncPoolNV.Ptr pSemaphorePool) int
VkDeviceCommands.createShaderModule
(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkShaderModule.Ptr pShaderModule) int
VkDeviceCommands.createShaderModule
(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkShaderModule.Ptr pShaderModule) int
VkDeviceCommands.createShaderModule
(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkShaderModule.Ptr pShaderModule) int
VkDeviceCommands.createShadersEXT
(VkDevice device, int createInfoCount, IVkShaderCreateInfoEXT pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkShaderEXT.Ptr pShaders) int
VkDeviceCommands.createShadersEXT
(VkDevice device, int createInfoCount, IVkShaderCreateInfoEXT pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkShaderEXT.Ptr pShaders) int
VkDeviceCommands.createShadersEXT
(VkDevice device, int createInfoCount, IVkShaderCreateInfoEXT pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkShaderEXT.Ptr pShaders) int
VkDeviceCommands.createSharedSwapchainsKHR
(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) int
VkDeviceCommands.createSharedSwapchainsKHR
(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) int
VkDeviceCommands.createSharedSwapchainsKHR
(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) int
VkInstanceCommands.createStreamDescriptorSurfaceGGP
(VkInstance instance, VkStreamDescriptorSurfaceCreateInfoGGP pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createStreamDescriptorSurfaceGGP
(VkInstance instance, VkStreamDescriptorSurfaceCreateInfoGGP pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createStreamDescriptorSurfaceGGP
(VkInstance instance, VkStreamDescriptorSurfaceCreateInfoGGP pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkDeviceCommands.createSwapchainKHR
(VkDevice device, VkSwapchainCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchain) int
VkDeviceCommands.createSwapchainKHR
(VkDevice device, VkSwapchainCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchain) int
VkDeviceCommands.createSwapchainKHR
(VkDevice device, VkSwapchainCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchain) int
VkDeviceCommands.createValidationCacheEXT
(VkDevice device, VkValidationCacheCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkValidationCacheEXT.Ptr pValidationCache) int
VkDeviceCommands.createValidationCacheEXT
(VkDevice device, VkValidationCacheCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkValidationCacheEXT.Ptr pValidationCache) int
VkDeviceCommands.createValidationCacheEXT
(VkDevice device, VkValidationCacheCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkValidationCacheEXT.Ptr pValidationCache) int
VkDeviceCommands.createVideoSessionKHR
(VkDevice device, VkVideoSessionCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionKHR.Ptr pVideoSession) int
VkDeviceCommands.createVideoSessionKHR
(VkDevice device, VkVideoSessionCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionKHR.Ptr pVideoSession) int
VkDeviceCommands.createVideoSessionKHR
(VkDevice device, VkVideoSessionCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionKHR.Ptr pVideoSession) int
VkDeviceCommands.createVideoSessionParametersKHR
(VkDevice device, VkVideoSessionParametersCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionParametersKHR.Ptr pVideoSessionParameters) int
VkDeviceCommands.createVideoSessionParametersKHR
(VkDevice device, VkVideoSessionParametersCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionParametersKHR.Ptr pVideoSessionParameters) int
VkDeviceCommands.createVideoSessionParametersKHR
(VkDevice device, VkVideoSessionParametersCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionParametersKHR.Ptr pVideoSessionParameters) int
VkInstanceCommands.createViSurfaceNN
(VkInstance instance, VkViSurfaceCreateInfoNN pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createViSurfaceNN
(VkInstance instance, VkViSurfaceCreateInfoNN pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createViSurfaceNN
(VkInstance instance, VkViSurfaceCreateInfoNN pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createWaylandSurfaceKHR
(VkInstance instance, VkWaylandSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createWaylandSurfaceKHR
(VkInstance instance, VkWaylandSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createWaylandSurfaceKHR
(VkInstance instance, VkWaylandSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createWin32SurfaceKHR
(VkInstance instance, VkWin32SurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createWin32SurfaceKHR
(VkInstance instance, VkWin32SurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createWin32SurfaceKHR
(VkInstance instance, VkWin32SurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createXcbSurfaceKHR
(VkInstance instance, VkXcbSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createXcbSurfaceKHR
(VkInstance instance, VkXcbSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createXcbSurfaceKHR
(VkInstance instance, VkXcbSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createXlibSurfaceKHR
(VkInstance instance, VkXlibSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createXlibSurfaceKHR
(VkInstance instance, VkXlibSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkInstanceCommands.createXlibSurfaceKHR
(VkInstance instance, VkXlibSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) int
VkDeviceCommands.debugMarkerSetObjectNameEXT
(VkDevice device, VkDebugMarkerObjectNameInfoEXT pNameInfo) int
VkDeviceCommands.debugMarkerSetObjectTagEXT
(VkDevice device, VkDebugMarkerObjectTagInfoEXT pTagInfo) void
VkDeviceCommands.destroyAccelerationStructureKHR
(VkDevice device, @Nullable VkAccelerationStructureKHR accelerationStructure, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyAccelerationStructureNV
(VkDevice device, @Nullable VkAccelerationStructureNV accelerationStructure, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyBuffer
(VkDevice device, @Nullable VkBuffer buffer, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyBufferCollectionFUCHSIA
(VkDevice device, VkBufferCollectionFUCHSIA collection, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyBufferView
(VkDevice device, @Nullable VkBufferView bufferView, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyCommandPool
(VkDevice device, @Nullable VkCommandPool commandPool, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyCudaFunctionNV
(VkDevice device, VkCudaFunctionNV function, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyCudaModuleNV
(VkDevice device, VkCudaModuleNV module, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyCuFunctionNVX
(VkDevice device, VkCuFunctionNVX function, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyCuModuleNVX
(VkDevice device, VkCuModuleNVX module, @Nullable VkAllocationCallbacks pAllocator) void
VkInstanceCommands.destroyDebugReportCallbackEXT
(VkInstance instance, @Nullable VkDebugReportCallbackEXT callback, @Nullable VkAllocationCallbacks pAllocator) void
VkInstanceCommands.destroyDebugUtilsMessengerEXT
(VkInstance instance, @Nullable VkDebugUtilsMessengerEXT messenger, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyDeferredOperationKHR
(VkDevice device, @Nullable VkDeferredOperationKHR operation, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyDescriptorPool
(VkDevice device, @Nullable VkDescriptorPool descriptorPool, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyDescriptorSetLayout
(VkDevice device, @Nullable VkDescriptorSetLayout descriptorSetLayout, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyDescriptorUpdateTemplate
(VkDevice device, @Nullable VkDescriptorUpdateTemplate descriptorUpdateTemplate, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyDescriptorUpdateTemplateKHR
(VkDevice device, @Nullable VkDescriptorUpdateTemplate descriptorUpdateTemplate, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyDevice
(@Nullable VkDevice device, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyEvent
(VkDevice device, @Nullable VkEvent event, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyExternalComputeQueueNV
(VkDevice device, VkExternalComputeQueueNV externalQueue, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyFence
(VkDevice device, @Nullable VkFence fence, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyFramebuffer
(VkDevice device, @Nullable VkFramebuffer framebuffer, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyImage
(VkDevice device, @Nullable VkImage image, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyImageView
(VkDevice device, @Nullable VkImageView imageView, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyIndirectCommandsLayoutEXT
(VkDevice device, @Nullable VkIndirectCommandsLayoutEXT indirectCommandsLayout, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyIndirectCommandsLayoutNV
(VkDevice device, @Nullable VkIndirectCommandsLayoutNV indirectCommandsLayout, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyIndirectExecutionSetEXT
(VkDevice device, @Nullable VkIndirectExecutionSetEXT indirectExecutionSet, @Nullable VkAllocationCallbacks pAllocator) void
VkInstanceCommands.destroyInstance
(@Nullable VkInstance instance, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyMicromapEXT
(VkDevice device, @Nullable VkMicromapEXT micromap, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyOpticalFlowSessionNV
(VkDevice device, VkOpticalFlowSessionNV session, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyPipeline
(VkDevice device, @Nullable VkPipeline pipeline, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyPipelineBinaryKHR
(VkDevice device, @Nullable VkPipelineBinaryKHR pipelineBinary, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyPipelineCache
(VkDevice device, @Nullable VkPipelineCache pipelineCache, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyPipelineLayout
(VkDevice device, @Nullable VkPipelineLayout pipelineLayout, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyPrivateDataSlot
(VkDevice device, @Nullable VkPrivateDataSlot privateDataSlot, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyPrivateDataSlotEXT
(VkDevice device, @Nullable VkPrivateDataSlot privateDataSlot, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyQueryPool
(VkDevice device, @Nullable VkQueryPool queryPool, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyRenderPass
(VkDevice device, @Nullable VkRenderPass renderPass, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroySampler
(VkDevice device, @Nullable VkSampler sampler, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroySamplerYcbcrConversion
(VkDevice device, @Nullable VkSamplerYcbcrConversion ycbcrConversion, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroySamplerYcbcrConversionKHR
(VkDevice device, @Nullable VkSamplerYcbcrConversion ycbcrConversion, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroySemaphore
(VkDevice device, @Nullable VkSemaphore semaphore, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroySemaphoreSciSyncPoolNV
(VkDevice device, @Nullable VkSemaphoreSciSyncPoolNV semaphorePool, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyShaderEXT
(VkDevice device, @Nullable VkShaderEXT shader, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyShaderModule
(VkDevice device, @Nullable VkShaderModule shaderModule, @Nullable VkAllocationCallbacks pAllocator) void
VkInstanceCommands.destroySurfaceKHR
(VkInstance instance, @Nullable VkSurfaceKHR surface, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroySwapchainKHR
(VkDevice device, @Nullable VkSwapchainKHR swapchain, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyValidationCacheEXT
(VkDevice device, @Nullable VkValidationCacheEXT validationCache, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyVideoSessionKHR
(VkDevice device, @Nullable VkVideoSessionKHR videoSession, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.destroyVideoSessionParametersKHR
(VkDevice device, @Nullable VkVideoSessionParametersKHR videoSessionParameters, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.displayPowerControlEXT
(VkDevice device, VkDisplayKHR display, VkDisplayPowerInfoEXT pDisplayPowerInfo) int
VkInstanceCommands.enumerateDeviceExtensionProperties
(VkPhysicalDevice physicalDevice, @Nullable BytePtr pLayerName, IntPtr pPropertyCount, @Nullable IVkExtensionProperties pProperties) int
VkInstanceCommands.enumerateDeviceLayerProperties
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkLayerProperties pProperties) int
VkEntryCommands.enumerateInstanceExtensionProperties
(@Nullable BytePtr pLayerName, IntPtr pPropertyCount, @Nullable IVkExtensionProperties pProperties) int
VkEntryCommands.enumerateInstanceLayerProperties
(IntPtr pPropertyCount, @Nullable IVkLayerProperties pProperties) int
VkInstanceCommands.enumeratePhysicalDeviceGroups
(VkInstance instance, IntPtr pPhysicalDeviceGroupCount, @Nullable IVkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) int
VkInstanceCommands.enumeratePhysicalDeviceGroupsKHR
(VkInstance instance, IntPtr pPhysicalDeviceGroupCount, @Nullable IVkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) int
VkInstanceCommands.enumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, IntPtr pCounterCount, @Nullable IVkPerformanceCounterKHR pCounters, @Nullable IVkPerformanceCounterDescriptionKHR pCounterDescriptions) int
VkInstanceCommands.enumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, IntPtr pCounterCount, @Nullable IVkPerformanceCounterKHR pCounters, @Nullable IVkPerformanceCounterDescriptionKHR pCounterDescriptions) int
VkInstanceCommands.enumeratePhysicalDevices
(VkInstance instance, IntPtr pPhysicalDeviceCount, VkPhysicalDevice.Ptr pPhysicalDevices) void
VkDeviceCommands.exportMetalObjectsEXT
(VkDevice device, VkExportMetalObjectsInfoEXT pMetalObjectsInfo) int
VkDeviceCommands.flushMappedMemoryRanges
(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) void
VkDeviceCommands.freeCommandBuffers
(VkDevice device, VkCommandPool commandPool, int commandBufferCount, VkCommandBuffer.Ptr pCommandBuffers) int
VkDeviceCommands.freeDescriptorSets
(VkDevice device, VkDescriptorPool descriptorPool, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets) void
VkDeviceCommands.freeMemory
(VkDevice device, @Nullable VkDeviceMemory memory, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.getAccelerationStructureBuildSizesKHR
(VkDevice device, int buildType, VkAccelerationStructureBuildGeometryInfoKHR pBuildInfo, @Nullable IntPtr pMaxPrimitiveCounts, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) void
VkDeviceCommands.getAccelerationStructureBuildSizesKHR
(VkDevice device, int buildType, VkAccelerationStructureBuildGeometryInfoKHR pBuildInfo, @Nullable IntPtr pMaxPrimitiveCounts, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) long
VkDeviceCommands.getAccelerationStructureDeviceAddressKHR
(VkDevice device, VkAccelerationStructureDeviceAddressInfoKHR pInfo) int
VkDeviceCommands.getAccelerationStructureHandleNV
(VkDevice device, VkAccelerationStructureNV accelerationStructure, long dataSize, @NotNull MemorySegment pData) void
VkDeviceCommands.getAccelerationStructureMemoryRequirementsNV
(VkDevice device, VkAccelerationStructureMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getAccelerationStructureMemoryRequirementsNV
(VkDevice device, VkAccelerationStructureMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) int
VkDeviceCommands.getAccelerationStructureOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkAccelerationStructureCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) int
VkDeviceCommands.getAccelerationStructureOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkAccelerationStructureCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) int
VkDeviceCommands.getAndroidHardwareBufferPropertiesANDROID
(VkDevice device, PointerPtr buffer, VkAndroidHardwareBufferPropertiesANDROID pProperties) int
VkDeviceCommands.getBufferCollectionPropertiesFUCHSIA
(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferCollectionPropertiesFUCHSIA pProperties) long
VkDeviceCommands.getBufferDeviceAddress
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferDeviceAddressEXT
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferDeviceAddressKHR
(VkDevice device, VkBufferDeviceAddressInfo pInfo) void
VkDeviceCommands.getBufferMemoryRequirements
(VkDevice device, VkBuffer buffer, VkMemoryRequirements pMemoryRequirements) void
VkDeviceCommands.getBufferMemoryRequirements2
(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getBufferMemoryRequirements2
(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getBufferMemoryRequirements2KHR
(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getBufferMemoryRequirements2KHR
(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) long
VkDeviceCommands.getBufferOpaqueCaptureAddress
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferOpaqueCaptureAddressKHR
(VkDevice device, VkBufferDeviceAddressInfo pInfo) int
VkDeviceCommands.getBufferOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkBufferCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) int
VkDeviceCommands.getBufferOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkBufferCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) int
VkDeviceCommands.getCalibratedTimestampsEXT
(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) int
VkDeviceCommands.getCalibratedTimestampsKHR
(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) void
VkDeviceCommands.getClusterAccelerationStructureBuildSizesNV
(VkDevice device, VkClusterAccelerationStructureInputInfoNV pInfo, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) void
VkDeviceCommands.getClusterAccelerationStructureBuildSizesNV
(VkDevice device, VkClusterAccelerationStructureInputInfoNV pInfo, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) int
VkDeviceCommands.getCudaModuleCacheNV
(VkDevice device, VkCudaModuleNV module, PointerPtr pCacheSize, @NotNull MemorySegment pCacheData) void
VkDeviceCommands.getDescriptorEXT
(VkDevice device, VkDescriptorGetInfoEXT pDescriptorInfo, long dataSize, @NotNull MemorySegment pDescriptor) void
VkDeviceCommands.getDescriptorEXT
(VkDevice device, VkDescriptorGetInfoEXT pDescriptorInfo, long dataSize, @NotNull MemorySegment pDescriptor) void
VkDeviceCommands.getDescriptorSetLayoutBindingOffsetEXT
(VkDevice device, VkDescriptorSetLayout layout, int binding, LongPtr pOffset) void
VkDeviceCommands.getDescriptorSetLayoutHostMappingInfoVALVE
(VkDevice device, VkDescriptorSetBindingReferenceVALVE pBindingReference, VkDescriptorSetLayoutHostMappingInfoVALVE pHostMapping) void
VkDeviceCommands.getDescriptorSetLayoutHostMappingInfoVALVE
(VkDevice device, VkDescriptorSetBindingReferenceVALVE pBindingReference, VkDescriptorSetLayoutHostMappingInfoVALVE pHostMapping) void
VkDeviceCommands.getDescriptorSetLayoutSizeEXT
(VkDevice device, VkDescriptorSetLayout layout, LongPtr pLayoutSizeInBytes) void
VkDeviceCommands.getDescriptorSetLayoutSupport
(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) void
VkDeviceCommands.getDescriptorSetLayoutSupport
(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) void
VkDeviceCommands.getDescriptorSetLayoutSupportKHR
(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) void
VkDeviceCommands.getDescriptorSetLayoutSupportKHR
(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) void
VkDeviceCommands.getDeviceAccelerationStructureCompatibilityKHR
(VkDevice device, VkAccelerationStructureVersionInfoKHR pVersionInfo, IntPtr pCompatibility) void
VkDeviceCommands.getDeviceBufferMemoryRequirements
(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceBufferMemoryRequirements
(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceBufferMemoryRequirementsKHR
(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceBufferMemoryRequirementsKHR
(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) int
VkDeviceCommands.getDeviceFaultInfoEXT
(VkDevice device, VkDeviceFaultCountsEXT pFaultCounts, @Nullable VkDeviceFaultInfoEXT pFaultInfo) int
VkDeviceCommands.getDeviceFaultInfoEXT
(VkDevice device, VkDeviceFaultCountsEXT pFaultCounts, @Nullable VkDeviceFaultInfoEXT pFaultInfo) int
VkDeviceCommands.getDeviceGroupPresentCapabilitiesKHR
(VkDevice device, VkDeviceGroupPresentCapabilitiesKHR pDeviceGroupPresentCapabilities) int
VkDeviceCommands.getDeviceGroupSurfacePresentModes2EXT
(VkDevice device, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pModes) void
VkDeviceCommands.getDeviceImageMemoryRequirements
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceImageMemoryRequirements
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceImageMemoryRequirementsKHR
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceImageMemoryRequirementsKHR
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceImageSparseMemoryRequirements
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) void
VkDeviceCommands.getDeviceImageSparseMemoryRequirements
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) void
VkDeviceCommands.getDeviceImageSparseMemoryRequirementsKHR
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) void
VkDeviceCommands.getDeviceImageSparseMemoryRequirementsKHR
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) void
VkDeviceCommands.getDeviceImageSubresourceLayout
(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getDeviceImageSubresourceLayout
(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getDeviceImageSubresourceLayoutKHR
(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getDeviceImageSubresourceLayoutKHR
(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getDeviceMemoryCommitment
(VkDevice device, VkDeviceMemory memory, LongPtr pCommittedMemoryInBytes) long
VkDeviceCommands.getDeviceMemoryOpaqueCaptureAddress
(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) long
VkDeviceCommands.getDeviceMemoryOpaqueCaptureAddressKHR
(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) void
VkDeviceCommands.getDeviceMicromapCompatibilityEXT
(VkDevice device, VkMicromapVersionInfoEXT pVersionInfo, IntPtr pCompatibility) void
VkDeviceCommands.getDeviceQueue
(VkDevice device, int queueFamilyIndex, int queueIndex, VkQueue.Ptr pQueue) void
VkDeviceCommands.getDeviceQueue2
(VkDevice device, VkDeviceQueueInfo2 pQueueInfo, VkQueue.Ptr pQueue) void
VkDeviceCommands.getDeviceQueue2
(VkDevice device, VkDeviceQueueInfo2 pQueueInfo, VkQueue.Ptr pQueue) int
VkDeviceCommands.getDeviceSubpassShadingMaxWorkgroupSizeHUAWEI
(VkDevice device, VkRenderPass renderpass, IVkExtent2D pMaxWorkgroupSize) int
VkInstanceCommands.getDisplayModeProperties2KHR
(VkPhysicalDevice physicalDevice, VkDisplayKHR display, IntPtr pPropertyCount, @Nullable IVkDisplayModeProperties2KHR pProperties) int
VkInstanceCommands.getDisplayModePropertiesKHR
(VkPhysicalDevice physicalDevice, VkDisplayKHR display, IntPtr pPropertyCount, @Nullable IVkDisplayModePropertiesKHR pProperties) int
VkInstanceCommands.getDisplayPlaneCapabilities2KHR
(VkPhysicalDevice physicalDevice, VkDisplayPlaneInfo2KHR pDisplayPlaneInfo, VkDisplayPlaneCapabilities2KHR pCapabilities) int
VkInstanceCommands.getDisplayPlaneCapabilities2KHR
(VkPhysicalDevice physicalDevice, VkDisplayPlaneInfo2KHR pDisplayPlaneInfo, VkDisplayPlaneCapabilities2KHR pCapabilities) int
VkInstanceCommands.getDisplayPlaneCapabilitiesKHR
(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, int planeIndex, VkDisplayPlaneCapabilitiesKHR pCapabilities) int
VkInstanceCommands.getDisplayPlaneSupportedDisplaysKHR
(VkPhysicalDevice physicalDevice, int planeIndex, IntPtr pDisplayCount, VkDisplayKHR.Ptr pDisplays) int
VkInstanceCommands.getDrmDisplayEXT
(VkPhysicalDevice physicalDevice, int drmFd, int connectorId, VkDisplayKHR.Ptr display) int
VkDeviceCommands.getDynamicRenderingTilePropertiesQCOM
(VkDevice device, VkRenderingInfo pRenderingInfo, VkTilePropertiesQCOM pProperties) int
VkDeviceCommands.getDynamicRenderingTilePropertiesQCOM
(VkDevice device, VkRenderingInfo pRenderingInfo, VkTilePropertiesQCOM pProperties) int
VkDeviceCommands.getEncodedVideoSessionParametersKHR
(VkDevice device, VkVideoEncodeSessionParametersGetInfoKHR pVideoSessionParametersInfo, @Nullable VkVideoEncodeSessionParametersFeedbackInfoKHR pFeedbackInfo, PointerPtr pDataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.getEncodedVideoSessionParametersKHR
(VkDevice device, VkVideoEncodeSessionParametersGetInfoKHR pVideoSessionParametersInfo, @Nullable VkVideoEncodeSessionParametersFeedbackInfoKHR pFeedbackInfo, PointerPtr pDataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.getEncodedVideoSessionParametersKHR
(VkDevice device, VkVideoEncodeSessionParametersGetInfoKHR pVideoSessionParametersInfo, @Nullable VkVideoEncodeSessionParametersFeedbackInfoKHR pFeedbackInfo, PointerPtr pDataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.getExecutionGraphPipelineNodeIndexAMDX
(VkDevice device, VkPipeline executionGraph, VkPipelineShaderStageNodeCreateInfoAMDX pNodeInfo, IntPtr pNodeIndex) int
VkDeviceCommands.getExecutionGraphPipelineScratchSizeAMDX
(VkDevice device, VkPipeline executionGraph, VkExecutionGraphPipelineScratchSizeAMDX pSizeInfo) void
VkDeviceCommands.getExternalComputeQueueDataNV
(VkExternalComputeQueueNV externalQueue, VkExternalComputeQueueDataParamsNV params, @NotNull MemorySegment pData) void
VkDeviceCommands.getExternalComputeQueueDataNV
(VkExternalComputeQueueNV externalQueue, VkExternalComputeQueueDataParamsNV params, @NotNull MemorySegment pData) int
VkDeviceCommands.getFenceFdKHR
(VkDevice device, VkFenceGetFdInfoKHR pGetFdInfo, IntPtr pFd) int
VkDeviceCommands.getFenceSciSyncFenceNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) int
VkDeviceCommands.getFenceSciSyncFenceNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) int
VkDeviceCommands.getFenceSciSyncObjNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) int
VkDeviceCommands.getFenceSciSyncObjNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) int
VkDeviceCommands.getFenceWin32HandleKHR
(VkDevice device, VkFenceGetWin32HandleInfoKHR pGetWin32HandleInfo, PointerPtr pHandle) int
VkDeviceCommands.getFramebufferTilePropertiesQCOM
(VkDevice device, VkFramebuffer framebuffer, IntPtr pPropertiesCount, @Nullable IVkTilePropertiesQCOM pProperties) void
VkDeviceCommands.getGeneratedCommandsMemoryRequirementsEXT
(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoEXT pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getGeneratedCommandsMemoryRequirementsEXT
(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoEXT pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getGeneratedCommandsMemoryRequirementsNV
(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getGeneratedCommandsMemoryRequirementsNV
(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) int
VkDeviceCommands.getImageDrmFormatModifierPropertiesEXT
(VkDevice device, VkImage image, VkImageDrmFormatModifierPropertiesEXT pProperties) void
VkDeviceCommands.getImageMemoryRequirements
(VkDevice device, VkImage image, VkMemoryRequirements pMemoryRequirements) void
VkDeviceCommands.getImageMemoryRequirements2
(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getImageMemoryRequirements2
(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getImageMemoryRequirements2KHR
(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getImageMemoryRequirements2KHR
(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) int
VkDeviceCommands.getImageOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkImageCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) int
VkDeviceCommands.getImageOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkImageCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) void
VkDeviceCommands.getImageSparseMemoryRequirements
(VkDevice device, VkImage image, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements pSparseMemoryRequirements) void
VkDeviceCommands.getImageSparseMemoryRequirements2
(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) void
VkDeviceCommands.getImageSparseMemoryRequirements2
(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) void
VkDeviceCommands.getImageSparseMemoryRequirements2KHR
(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) void
VkDeviceCommands.getImageSparseMemoryRequirements2KHR
(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) void
VkDeviceCommands.getImageSubresourceLayout
(VkDevice device, VkImage image, VkImageSubresource pSubresource, VkSubresourceLayout pLayout) void
VkDeviceCommands.getImageSubresourceLayout
(VkDevice device, VkImage image, VkImageSubresource pSubresource, VkSubresourceLayout pLayout) void
VkDeviceCommands.getImageSubresourceLayout2
(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getImageSubresourceLayout2
(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getImageSubresourceLayout2EXT
(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getImageSubresourceLayout2EXT
(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getImageSubresourceLayout2KHR
(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getImageSubresourceLayout2KHR
(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) int
VkDeviceCommands.getImageViewAddressNVX
(VkDevice device, VkImageView imageView, VkImageViewAddressPropertiesNVX pProperties) long
VkDeviceCommands.getImageViewHandle64NVX
(VkDevice device, VkImageViewHandleInfoNVX pInfo) int
VkDeviceCommands.getImageViewHandleNVX
(VkDevice device, VkImageViewHandleInfoNVX pInfo) int
VkDeviceCommands.getImageViewOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkImageViewCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) int
VkDeviceCommands.getImageViewOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkImageViewCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) void
VkDeviceCommands.getLatencyTimingsNV
(VkDevice device, VkSwapchainKHR swapchain, VkGetLatencyMarkerInfoNV pLatencyMarkerInfo) int
VkDeviceCommands.getMemoryAndroidHardwareBufferANDROID
(VkDevice device, VkMemoryGetAndroidHardwareBufferInfoANDROID pInfo, PointerPtr pBuffer) int
VkDeviceCommands.getMemoryFdKHR
(VkDevice device, VkMemoryGetFdInfoKHR pGetFdInfo, IntPtr pFd) int
VkDeviceCommands.getMemoryFdPropertiesKHR
(VkDevice device, int handleType, int fd, VkMemoryFdPropertiesKHR pMemoryFdProperties) int
VkDeviceCommands.getMemoryHostPointerPropertiesEXT
(VkDevice device, int handleType, @NotNull MemorySegment pHostPointer, VkMemoryHostPointerPropertiesEXT pMemoryHostPointerProperties) int
VkDeviceCommands.getMemoryHostPointerPropertiesEXT
(VkDevice device, int handleType, @NotNull MemorySegment pHostPointer, VkMemoryHostPointerPropertiesEXT pMemoryHostPointerProperties) int
VkDeviceCommands.getMemoryMetalHandleEXT
(VkDevice device, VkMemoryGetMetalHandleInfoEXT pGetMetalHandleInfo, PointerPtr pHandle) int
VkDeviceCommands.getMemoryMetalHandlePropertiesEXT
(VkDevice device, int handleType, @NotNull MemorySegment pHandle, VkMemoryMetalHandlePropertiesEXT pMemoryMetalHandleProperties) int
VkDeviceCommands.getMemoryMetalHandlePropertiesEXT
(VkDevice device, int handleType, @NotNull MemorySegment pHandle, VkMemoryMetalHandlePropertiesEXT pMemoryMetalHandleProperties) int
VkDeviceCommands.getMemoryRemoteAddressNV
(VkDevice device, VkMemoryGetRemoteAddressInfoNV pMemoryGetRemoteAddressInfo, PointerPtr pAddress) int
VkDeviceCommands.getMemorySciBufNV
(VkDevice device, VkMemoryGetSciBufInfoNV pGetSciBufInfo, PointerPtr pHandle) int
VkDeviceCommands.getMemoryWin32HandleKHR
(VkDevice device, VkMemoryGetWin32HandleInfoKHR pGetWin32HandleInfo, PointerPtr pHandle) int
VkDeviceCommands.getMemoryWin32HandlePropertiesKHR
(VkDevice device, int handleType, @NotNull MemorySegment handle, VkMemoryWin32HandlePropertiesKHR pMemoryWin32HandleProperties) int
VkDeviceCommands.getMemoryWin32HandlePropertiesKHR
(VkDevice device, int handleType, @NotNull MemorySegment handle, VkMemoryWin32HandlePropertiesKHR pMemoryWin32HandleProperties) int
VkDeviceCommands.getMemoryZirconHandleFUCHSIA
(VkDevice device, VkMemoryGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) int
VkDeviceCommands.getMemoryZirconHandleFUCHSIA
(VkDevice device, VkMemoryGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) int
VkDeviceCommands.getMemoryZirconHandlePropertiesFUCHSIA
(VkDevice device, int handleType, int zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA pMemoryZirconHandleProperties) void
VkDeviceCommands.getMicromapBuildSizesEXT
(VkDevice device, int buildType, VkMicromapBuildInfoEXT pBuildInfo, VkMicromapBuildSizesInfoEXT pSizeInfo) void
VkDeviceCommands.getMicromapBuildSizesEXT
(VkDevice device, int buildType, VkMicromapBuildInfoEXT pBuildInfo, VkMicromapBuildSizesInfoEXT pSizeInfo) void
VkDeviceCommands.getPartitionedAccelerationStructuresBuildSizesNV
(VkDevice device, VkPartitionedAccelerationStructureInstancesInputNV pInfo, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) void
VkDeviceCommands.getPartitionedAccelerationStructuresBuildSizesNV
(VkDevice device, VkPartitionedAccelerationStructureInstancesInputNV pInfo, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) int
VkDeviceCommands.getPastPresentationTimingGOOGLE
(VkDevice device, VkSwapchainKHR swapchain, IntPtr pPresentationTimingCount, @Nullable IVkPastPresentationTimingGOOGLE pPresentationTimings) int
VkDeviceCommands.getPerformanceParameterINTEL
(VkDevice device, int parameter, VkPerformanceValueINTEL pValue) int
VkInstanceCommands.getPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixFlexibleDimensionsPropertiesNV pProperties) int
VkInstanceCommands.getPhysicalDeviceCooperativeMatrixPropertiesKHR
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixPropertiesKHR pProperties) int
VkInstanceCommands.getPhysicalDeviceCooperativeMatrixPropertiesNV
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixPropertiesNV pProperties) int
VkInstanceCommands.getPhysicalDeviceCooperativeVectorPropertiesNV
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeVectorPropertiesNV pProperties) int
VkInstanceCommands.getPhysicalDeviceDisplayPlaneProperties2KHR
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPlaneProperties2KHR pProperties) int
VkInstanceCommands.getPhysicalDeviceDisplayPlanePropertiesKHR
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPlanePropertiesKHR pProperties) int
VkInstanceCommands.getPhysicalDeviceDisplayProperties2KHR
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayProperties2KHR pProperties) int
VkInstanceCommands.getPhysicalDeviceDisplayPropertiesKHR
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPropertiesKHR pProperties) void
VkInstanceCommands.getPhysicalDeviceExternalBufferProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) void
VkInstanceCommands.getPhysicalDeviceExternalBufferProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) void
VkInstanceCommands.getPhysicalDeviceExternalBufferPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) void
VkInstanceCommands.getPhysicalDeviceExternalBufferPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalBufferInfo pExternalBufferInfo, VkExternalBufferProperties pExternalBufferProperties) void
VkInstanceCommands.getPhysicalDeviceExternalFenceProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) void
VkInstanceCommands.getPhysicalDeviceExternalFenceProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) void
VkInstanceCommands.getPhysicalDeviceExternalFencePropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) void
VkInstanceCommands.getPhysicalDeviceExternalFencePropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) int
VkInstanceCommands.getPhysicalDeviceExternalImageFormatPropertiesNV
(VkPhysicalDevice physicalDevice, int format, int type, int tiling, int usage, int flags, int externalHandleType, VkExternalImageFormatPropertiesNV pExternalImageFormatProperties) int
VkInstanceCommands.getPhysicalDeviceExternalMemorySciBufPropertiesNV
(VkPhysicalDevice physicalDevice, int handleType, @NotNull MemorySegment handle, VkMemorySciBufPropertiesNV pMemorySciBufProperties) int
VkInstanceCommands.getPhysicalDeviceExternalMemorySciBufPropertiesNV
(VkPhysicalDevice physicalDevice, int handleType, @NotNull MemorySegment handle, VkMemorySciBufPropertiesNV pMemorySciBufProperties) void
VkInstanceCommands.getPhysicalDeviceExternalSemaphoreProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) void
VkInstanceCommands.getPhysicalDeviceExternalSemaphoreProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) void
VkInstanceCommands.getPhysicalDeviceExternalSemaphorePropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) void
VkInstanceCommands.getPhysicalDeviceExternalSemaphorePropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) void
VkInstanceCommands.getPhysicalDeviceFeatures
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures pFeatures) void
VkInstanceCommands.getPhysicalDeviceFeatures2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2 pFeatures) void
VkInstanceCommands.getPhysicalDeviceFeatures2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2 pFeatures) void
VkInstanceCommands.getPhysicalDeviceFormatProperties
(VkPhysicalDevice physicalDevice, int format, VkFormatProperties pFormatProperties) void
VkInstanceCommands.getPhysicalDeviceFormatProperties2
(VkPhysicalDevice physicalDevice, int format, VkFormatProperties2 pFormatProperties) void
VkInstanceCommands.getPhysicalDeviceFormatProperties2KHR
(VkPhysicalDevice physicalDevice, int format, VkFormatProperties2 pFormatProperties) int
VkInstanceCommands.getPhysicalDeviceFragmentShadingRatesKHR
(VkPhysicalDevice physicalDevice, IntPtr pFragmentShadingRateCount, @Nullable IVkPhysicalDeviceFragmentShadingRateKHR pFragmentShadingRates) int
VkInstanceCommands.getPhysicalDeviceImageFormatProperties
(VkPhysicalDevice physicalDevice, int format, int type, int tiling, int usage, int flags, VkImageFormatProperties pImageFormatProperties) int
VkInstanceCommands.getPhysicalDeviceImageFormatProperties2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) int
VkInstanceCommands.getPhysicalDeviceImageFormatProperties2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) int
VkInstanceCommands.getPhysicalDeviceImageFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) int
VkInstanceCommands.getPhysicalDeviceImageFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) void
VkInstanceCommands.getPhysicalDeviceMemoryProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties pMemoryProperties) void
VkInstanceCommands.getPhysicalDeviceMemoryProperties2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2 pMemoryProperties) void
VkInstanceCommands.getPhysicalDeviceMemoryProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2 pMemoryProperties) void
VkInstanceCommands.getPhysicalDeviceMultisamplePropertiesEXT
(VkPhysicalDevice physicalDevice, int samples, VkMultisamplePropertiesEXT pMultisampleProperties) int
VkInstanceCommands.getPhysicalDeviceOpticalFlowImageFormatsNV
(VkPhysicalDevice physicalDevice, VkOpticalFlowImageFormatInfoNV pOpticalFlowImageFormatInfo, IntPtr pFormatCount, @Nullable IVkOpticalFlowImageFormatPropertiesNV pImageFormatProperties) int
VkInstanceCommands.getPhysicalDeviceOpticalFlowImageFormatsNV
(VkPhysicalDevice physicalDevice, VkOpticalFlowImageFormatInfoNV pOpticalFlowImageFormatInfo, IntPtr pFormatCount, @Nullable IVkOpticalFlowImageFormatPropertiesNV pImageFormatProperties) int
VkInstanceCommands.getPhysicalDevicePresentRectanglesKHR
(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, IntPtr pRectCount, @Nullable IVkRect2D pRects) void
VkInstanceCommands.getPhysicalDeviceProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties pProperties) void
VkInstanceCommands.getPhysicalDeviceProperties2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 pProperties) void
VkInstanceCommands.getPhysicalDeviceProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 pProperties) void
VkInstanceCommands.getPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR
(VkPhysicalDevice physicalDevice, VkQueryPoolPerformanceCreateInfoKHR pPerformanceQueryCreateInfo, IntPtr pNumPasses) void
VkInstanceCommands.getPhysicalDeviceQueueFamilyProperties
(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties pQueueFamilyProperties) void
VkInstanceCommands.getPhysicalDeviceQueueFamilyProperties2
(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties2 pQueueFamilyProperties) void
VkInstanceCommands.getPhysicalDeviceQueueFamilyProperties2KHR
(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties2 pQueueFamilyProperties) int
VkInstanceCommands.getPhysicalDeviceSciBufAttributesNV
(VkPhysicalDevice physicalDevice, @NotNull MemorySegment pAttributes) int
VkInstanceCommands.getPhysicalDeviceSciSyncAttributesNV
(VkPhysicalDevice physicalDevice, VkSciSyncAttributesInfoNV pSciSyncAttributesInfo, @NotNull MemorySegment pAttributes) int
VkInstanceCommands.getPhysicalDeviceSciSyncAttributesNV
(VkPhysicalDevice physicalDevice, VkSciSyncAttributesInfoNV pSciSyncAttributesInfo, @NotNull MemorySegment pAttributes) void
VkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties
(VkPhysicalDevice physicalDevice, int format, int type, int samples, int usage, int tiling, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties pProperties) void
VkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) void
VkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) void
VkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) void
VkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) int
VkInstanceCommands.getPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV
(VkPhysicalDevice physicalDevice, IntPtr pCombinationCount, @Nullable IVkFramebufferMixedSamplesCombinationNV pCombinations) int
VkInstanceCommands.getPhysicalDeviceSurfaceCapabilities2EXT
(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilities2EXT pSurfaceCapabilities) int
VkInstanceCommands.getPhysicalDeviceSurfaceCapabilities2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, VkSurfaceCapabilities2KHR pSurfaceCapabilities) int
VkInstanceCommands.getPhysicalDeviceSurfaceCapabilities2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, VkSurfaceCapabilities2KHR pSurfaceCapabilities) int
VkInstanceCommands.getPhysicalDeviceSurfaceCapabilitiesKHR
(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR pSurfaceCapabilities) int
VkInstanceCommands.getPhysicalDeviceSurfaceFormats2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormat2KHR pSurfaceFormats) int
VkInstanceCommands.getPhysicalDeviceSurfaceFormats2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormat2KHR pSurfaceFormats) int
VkInstanceCommands.getPhysicalDeviceSurfaceFormatsKHR
(VkPhysicalDevice physicalDevice, @Nullable VkSurfaceKHR surface, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormatKHR pSurfaceFormats) int
VkInstanceCommands.getPhysicalDeviceSurfacePresentModes2EXT
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pPresentModeCount, @Nullable IntPtr pPresentModes) int
VkInstanceCommands.getPhysicalDeviceSurfaceSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, VkSurfaceKHR surface, IntPtr pSupported) int
VkInstanceCommands.getPhysicalDeviceToolProperties
(VkPhysicalDevice physicalDevice, IntPtr pToolCount, @Nullable IVkPhysicalDeviceToolProperties pToolProperties) int
VkInstanceCommands.getPhysicalDeviceToolPropertiesEXT
(VkPhysicalDevice physicalDevice, IntPtr pToolCount, @Nullable IVkPhysicalDeviceToolProperties pToolProperties) int
VkInstanceCommands.getPhysicalDeviceVideoCapabilitiesKHR
(VkPhysicalDevice physicalDevice, VkVideoProfileInfoKHR pVideoProfile, VkVideoCapabilitiesKHR pCapabilities) int
VkInstanceCommands.getPhysicalDeviceVideoCapabilitiesKHR
(VkPhysicalDevice physicalDevice, VkVideoProfileInfoKHR pVideoProfile, VkVideoCapabilitiesKHR pCapabilities) int
VkInstanceCommands.getPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR pQualityLevelInfo, VkVideoEncodeQualityLevelPropertiesKHR pQualityLevelProperties) int
VkInstanceCommands.getPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR pQualityLevelInfo, VkVideoEncodeQualityLevelPropertiesKHR pQualityLevelProperties) int
VkInstanceCommands.getPhysicalDeviceVideoFormatPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoFormatInfoKHR pVideoFormatInfo, IntPtr pVideoFormatPropertyCount, @Nullable IVkVideoFormatPropertiesKHR pVideoFormatProperties) int
VkInstanceCommands.getPhysicalDeviceVideoFormatPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoFormatInfoKHR pVideoFormatInfo, IntPtr pVideoFormatPropertyCount, @Nullable IVkVideoFormatPropertiesKHR pVideoFormatProperties) int
VkInstanceCommands.getPhysicalDeviceXcbPresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, @NotNull MemorySegment connection, int visual_id) int
VkDeviceCommands.getPipelineBinaryDataKHR
(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, @NotNull MemorySegment pPipelineBinaryData) int
VkDeviceCommands.getPipelineBinaryDataKHR
(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, @NotNull MemorySegment pPipelineBinaryData) int
VkDeviceCommands.getPipelineBinaryDataKHR
(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, @NotNull MemorySegment pPipelineBinaryData) int
VkDeviceCommands.getPipelineCacheData
(VkDevice device, VkPipelineCache pipelineCache, PointerPtr pDataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.getPipelineExecutableInternalRepresentationsKHR
(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pInternalRepresentationCount, @Nullable IVkPipelineExecutableInternalRepresentationKHR pInternalRepresentations) int
VkDeviceCommands.getPipelineExecutableInternalRepresentationsKHR
(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pInternalRepresentationCount, @Nullable IVkPipelineExecutableInternalRepresentationKHR pInternalRepresentations) int
VkDeviceCommands.getPipelineExecutablePropertiesKHR
(VkDevice device, VkPipelineInfoKHR pPipelineInfo, IntPtr pExecutableCount, @Nullable IVkPipelineExecutablePropertiesKHR pProperties) int
VkDeviceCommands.getPipelineExecutablePropertiesKHR
(VkDevice device, VkPipelineInfoKHR pPipelineInfo, IntPtr pExecutableCount, @Nullable IVkPipelineExecutablePropertiesKHR pProperties) int
VkDeviceCommands.getPipelineExecutableStatisticsKHR
(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pStatisticCount, @Nullable IVkPipelineExecutableStatisticKHR pStatistics) int
VkDeviceCommands.getPipelineExecutableStatisticsKHR
(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pStatisticCount, @Nullable IVkPipelineExecutableStatisticKHR pStatistics) long
VkDeviceCommands.getPipelineIndirectDeviceAddressNV
(VkDevice device, VkPipelineIndirectDeviceAddressInfoNV pInfo) void
VkDeviceCommands.getPipelineIndirectMemoryRequirementsNV
(VkDevice device, VkComputePipelineCreateInfo pCreateInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getPipelineIndirectMemoryRequirementsNV
(VkDevice device, VkComputePipelineCreateInfo pCreateInfo, VkMemoryRequirements2 pMemoryRequirements) int
VkDeviceCommands.getPipelineKeyKHR
(VkDevice device, @Nullable VkPipelineCreateInfoKHR pPipelineCreateInfo, VkPipelineBinaryKeyKHR pPipelineKey) int
VkDeviceCommands.getPipelineKeyKHR
(VkDevice device, @Nullable VkPipelineCreateInfoKHR pPipelineCreateInfo, VkPipelineBinaryKeyKHR pPipelineKey) int
VkDeviceCommands.getPipelinePropertiesEXT
(VkDevice device, VkPipelineInfoKHR pPipelineInfo, VkBaseOutStructure pPipelineProperties) int
VkDeviceCommands.getPipelinePropertiesEXT
(VkDevice device, VkPipelineInfoKHR pPipelineInfo, VkBaseOutStructure pPipelineProperties) int
VkDeviceCommands.getQueryPoolResults
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, @NotNull MemorySegment pData, long stride, int flags) void
VkDeviceCommands.getQueueCheckpointData2NV
(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointData2NV pCheckpointData) void
VkDeviceCommands.getQueueCheckpointDataNV
(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointDataNV pCheckpointData) int
VkInstanceCommands.getRandROutputDisplayEXT
(VkPhysicalDevice physicalDevice, PointerPtr dpy, long rrOutput, VkDisplayKHR.Ptr pDisplay) int
VkDeviceCommands.getRayTracingCaptureReplayShaderGroupHandlesKHR
(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.getRayTracingShaderGroupHandlesKHR
(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.getRayTracingShaderGroupHandlesNV
(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.getRefreshCycleDurationGOOGLE
(VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE pDisplayTimingProperties) void
VkDeviceCommands.getRenderAreaGranularity
(VkDevice device, VkRenderPass renderPass, VkExtent2D pGranularity) void
VkDeviceCommands.getRenderingAreaGranularity
(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) void
VkDeviceCommands.getRenderingAreaGranularity
(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) void
VkDeviceCommands.getRenderingAreaGranularityKHR
(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) void
VkDeviceCommands.getRenderingAreaGranularityKHR
(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) int
VkDeviceCommands.getSamplerOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkSamplerCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) int
VkDeviceCommands.getSamplerOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkSamplerCaptureDescriptorDataInfoEXT pInfo, @NotNull MemorySegment pData) int
VkDeviceCommands.getScreenBufferPropertiesQNX
(VkDevice device, PointerPtr buffer, VkScreenBufferPropertiesQNX pProperties) int
VkDeviceCommands.getSemaphoreFdKHR
(VkDevice device, VkSemaphoreGetFdInfoKHR pGetFdInfo, IntPtr pFd) int
VkDeviceCommands.getSemaphoreSciSyncObjNV
(VkDevice device, VkSemaphoreGetSciSyncInfoNV pGetSciSyncInfo, @NotNull MemorySegment pHandle) int
VkDeviceCommands.getSemaphoreSciSyncObjNV
(VkDevice device, VkSemaphoreGetSciSyncInfoNV pGetSciSyncInfo, @NotNull MemorySegment pHandle) int
VkDeviceCommands.getSemaphoreWin32HandleKHR
(VkDevice device, VkSemaphoreGetWin32HandleInfoKHR pGetWin32HandleInfo, PointerPtr pHandle) int
VkDeviceCommands.getSemaphoreZirconHandleFUCHSIA
(VkDevice device, VkSemaphoreGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) int
VkDeviceCommands.getSemaphoreZirconHandleFUCHSIA
(VkDevice device, VkSemaphoreGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) int
VkDeviceCommands.getShaderBinaryDataEXT
(VkDevice device, VkShaderEXT shader, PointerPtr pDataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.getShaderInfoAMD
(VkDevice device, VkPipeline pipeline, int shaderStage, int infoType, PointerPtr pInfoSize, @NotNull MemorySegment pInfo) void
VkDeviceCommands.getShaderModuleCreateInfoIdentifierEXT
(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, VkShaderModuleIdentifierEXT pIdentifier) void
VkDeviceCommands.getShaderModuleCreateInfoIdentifierEXT
(VkDevice device, VkShaderModuleCreateInfo pCreateInfo, VkShaderModuleIdentifierEXT pIdentifier) void
VkDeviceCommands.getShaderModuleIdentifierEXT
(VkDevice device, VkShaderModule shaderModule, VkShaderModuleIdentifierEXT pIdentifier) int
VkDeviceCommands.getSwapchainImagesKHR
(VkDevice device, VkSwapchainKHR swapchain, IntPtr pSwapchainImageCount, VkImage.Ptr pSwapchainImages) int
VkDeviceCommands.getValidationCacheDataEXT
(VkDevice device, VkValidationCacheEXT validationCache, PointerPtr pDataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.getVideoSessionMemoryRequirementsKHR
(VkDevice device, VkVideoSessionKHR videoSession, IntPtr pMemoryRequirementsCount, @Nullable IVkVideoSessionMemoryRequirementsKHR pMemoryRequirements) int
VkInstanceCommands.getWinrtDisplayNV
(VkPhysicalDevice physicalDevice, int deviceRelativeId, VkDisplayKHR.Ptr pDisplay) int
VkDeviceCommands.importFenceFdKHR
(VkDevice device, VkImportFenceFdInfoKHR pImportFenceFdInfo) int
VkDeviceCommands.importFenceSciSyncFenceNV
(VkDevice device, VkImportFenceSciSyncInfoNV pImportFenceSciSyncInfo) int
VkDeviceCommands.importFenceSciSyncObjNV
(VkDevice device, VkImportFenceSciSyncInfoNV pImportFenceSciSyncInfo) int
VkDeviceCommands.importFenceWin32HandleKHR
(VkDevice device, VkImportFenceWin32HandleInfoKHR pImportFenceWin32HandleInfo) int
VkDeviceCommands.importSemaphoreFdKHR
(VkDevice device, VkImportSemaphoreFdInfoKHR pImportSemaphoreFdInfo) int
VkDeviceCommands.importSemaphoreSciSyncObjNV
(VkDevice device, VkImportSemaphoreSciSyncInfoNV pImportSemaphoreSciSyncInfo) int
VkDeviceCommands.importSemaphoreWin32HandleKHR
(VkDevice device, VkImportSemaphoreWin32HandleInfoKHR pImportSemaphoreWin32HandleInfo) int
VkDeviceCommands.importSemaphoreZirconHandleFUCHSIA
(VkDevice device, VkImportSemaphoreZirconHandleInfoFUCHSIA pImportSemaphoreZirconHandleInfo) int
VkDeviceCommands.initializePerformanceApiINTEL
(VkDevice device, VkInitializePerformanceApiInfoINTEL pInitializeInfo) int
VkDeviceCommands.invalidateMappedMemoryRanges
(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) int
VkDeviceCommands.latencySleepNV
(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepInfoNV pSleepInfo) int
VkDeviceCommands.mapMemory2
(VkDevice device, VkMemoryMapInfo pMemoryMapInfo, PointerPtr ppData) int
VkDeviceCommands.mapMemory2KHR
(VkDevice device, VkMemoryMapInfo pMemoryMapInfo, PointerPtr ppData) int
VkDeviceCommands.mergePipelineCaches
(VkDevice device, VkPipelineCache dstCache, int srcCacheCount, VkPipelineCache.Ptr pSrcCaches) int
VkDeviceCommands.mergeValidationCachesEXT
(VkDevice device, VkValidationCacheEXT dstCache, int srcCacheCount, VkValidationCacheEXT.Ptr pSrcCaches) void
VkInstanceCommands.queueBeginDebugUtilsLabelEXT
(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) int
VkDeviceCommands.queueBindSparse
(VkQueue queue, int bindInfoCount, @Nullable IVkBindSparseInfo pBindInfo, @Nullable VkFence fence) void
VkInstanceCommands.queueInsertDebugUtilsLabelEXT
(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) void
VkDeviceCommands.queueNotifyOutOfBandNV
(VkQueue queue, VkOutOfBandQueueTypeInfoNV pQueueTypeInfo) int
VkDeviceCommands.queuePresentKHR
(VkQueue queue, VkPresentInfoKHR pPresentInfo) int
VkDeviceCommands.queueSubmit
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo pSubmits, @Nullable VkFence fence) int
VkDeviceCommands.queueSubmit2
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) int
VkDeviceCommands.queueSubmit2KHR
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) int
VkDeviceCommands.registerDeviceEventEXT
(VkDevice device, VkDeviceEventInfoEXT pDeviceEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) int
VkDeviceCommands.registerDeviceEventEXT
(VkDevice device, VkDeviceEventInfoEXT pDeviceEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) int
VkDeviceCommands.registerDeviceEventEXT
(VkDevice device, VkDeviceEventInfoEXT pDeviceEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) int
VkDeviceCommands.registerDisplayEventEXT
(VkDevice device, VkDisplayKHR display, VkDisplayEventInfoEXT pDisplayEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) int
VkDeviceCommands.registerDisplayEventEXT
(VkDevice device, VkDisplayKHR display, VkDisplayEventInfoEXT pDisplayEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) int
VkDeviceCommands.registerDisplayEventEXT
(VkDevice device, VkDisplayKHR display, VkDisplayEventInfoEXT pDisplayEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) int
VkDeviceCommands.releaseCapturedPipelineDataKHR
(VkDevice device, VkReleaseCapturedPipelineDataInfoKHR pInfo, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.releaseCapturedPipelineDataKHR
(VkDevice device, VkReleaseCapturedPipelineDataInfoKHR pInfo, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.releaseSwapchainImagesEXT
(VkDevice device, VkReleaseSwapchainImagesInfoEXT pReleaseInfo) int
VkDeviceCommands.resetFences
(VkDevice device, int fenceCount, VkFence.Ptr pFences) int
VkDeviceCommands.setBufferCollectionBufferConstraintsFUCHSIA
(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferConstraintsInfoFUCHSIA pBufferConstraintsInfo) int
VkDeviceCommands.setBufferCollectionImageConstraintsFUCHSIA
(VkDevice device, VkBufferCollectionFUCHSIA collection, VkImageConstraintsInfoFUCHSIA pImageConstraintsInfo) int
VkInstanceCommands.setDebugUtilsObjectNameEXT
(VkDevice device, VkDebugUtilsObjectNameInfoEXT pNameInfo) int
VkInstanceCommands.setDebugUtilsObjectTagEXT
(VkDevice device, VkDebugUtilsObjectTagInfoEXT pTagInfo) void
VkDeviceCommands.setHdrMetadataEXT
(VkDevice device, int swapchainCount, VkSwapchainKHR.Ptr pSwapchains, IVkHdrMetadataEXT pMetadata) void
VkDeviceCommands.setHdrMetadataEXT
(VkDevice device, int swapchainCount, VkSwapchainKHR.Ptr pSwapchains, IVkHdrMetadataEXT pMetadata) void
VkDeviceCommands.setLatencyMarkerNV
(VkDevice device, VkSwapchainKHR swapchain, VkSetLatencyMarkerInfoNV pLatencyMarkerInfo) int
VkDeviceCommands.setLatencySleepModeNV
(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepModeInfoNV pSleepModeInfo) int
VkDeviceCommands.signalSemaphore
(VkDevice device, VkSemaphoreSignalInfo pSignalInfo) int
VkDeviceCommands.signalSemaphoreKHR
(VkDevice device, VkSemaphoreSignalInfo pSignalInfo) void
VkInstanceCommands.submitDebugUtilsMessageEXT
(VkInstance instance, int messageSeverity, int messageTypes, VkDebugUtilsMessengerCallbackDataEXT pCallbackData) int
VkDeviceCommands.transitionImageLayout
(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) int
VkDeviceCommands.transitionImageLayoutEXT
(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) int
VkDeviceCommands.unmapMemory2
(VkDevice device, VkMemoryUnmapInfo pMemoryUnmapInfo) int
VkDeviceCommands.unmapMemory2KHR
(VkDevice device, VkMemoryUnmapInfo pMemoryUnmapInfo) void
VkDeviceCommands.updateDescriptorSets
(VkDevice device, int descriptorWriteCount, @Nullable IVkWriteDescriptorSet pDescriptorWrites, int descriptorCopyCount, @Nullable IVkCopyDescriptorSet pDescriptorCopies) void
VkDeviceCommands.updateDescriptorSets
(VkDevice device, int descriptorWriteCount, @Nullable IVkWriteDescriptorSet pDescriptorWrites, int descriptorCopyCount, @Nullable IVkCopyDescriptorSet pDescriptorCopies) void
VkDeviceCommands.updateDescriptorSetWithTemplate
(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, @NotNull MemorySegment pData) void
VkDeviceCommands.updateDescriptorSetWithTemplateKHR
(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, @NotNull MemorySegment pData) void
VkDeviceCommands.updateIndirectExecutionSetPipelineEXT
(VkDevice device, VkIndirectExecutionSetEXT indirectExecutionSet, int executionSetWriteCount, IVkWriteIndirectExecutionSetPipelineEXT pExecutionSetWrites) void
VkDeviceCommands.updateIndirectExecutionSetShaderEXT
(VkDevice device, VkIndirectExecutionSetEXT indirectExecutionSet, int executionSetWriteCount, IVkWriteIndirectExecutionSetShaderEXT pExecutionSetWrites) int
VkDeviceCommands.updateVideoSessionParametersKHR
(VkDevice device, VkVideoSessionParametersKHR videoSessionParameters, VkVideoSessionParametersUpdateInfoKHR pUpdateInfo) int
VkDeviceCommands.waitForFences
(VkDevice device, int fenceCount, VkFence.Ptr pFences, int waitAll, long timeout) int
VkDeviceCommands.waitSemaphores
(VkDevice device, VkSemaphoreWaitInfo pWaitInfo, long timeout) int
VkDeviceCommands.waitSemaphoresKHR
(VkDevice device, VkSemaphoreWaitInfo pWaitInfo, long timeout) int
VkDeviceCommands.writeAccelerationStructuresPropertiesKHR
(VkDevice device, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, long dataSize, @NotNull MemorySegment pData, long stride) int
VkDeviceCommands.writeAccelerationStructuresPropertiesKHR
(VkDevice device, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, long dataSize, @NotNull MemorySegment pData, long stride) int
VkDeviceCommands.writeMicromapsPropertiesEXT
(VkDevice device, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, long dataSize, @NotNull MemorySegment pData, long stride) int
VkDeviceCommands.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 MemorySegment
VkImportAndroidHardwareBufferInfoANDROID.bufferRaw()
@NotNull MemorySegment
VkImportScreenBufferInfoQNX.bufferRaw()
@NotNull MemorySegment
VkXcbSurfaceCreateInfoKHR.connection()
@NotNull MemorySegment
VkScreenSurfaceCreateInfoQNX.contextRaw()
@NotNull MemorySegment
VkDirectFBSurfaceCreateInfoEXT.dfbRaw()
@NotNull MemorySegment
VkDisplayPropertiesKHR.displayNameRaw()
@NotNull MemorySegment
VkWaylandSurfaceCreateInfoKHR.displayRaw()
@NotNull MemorySegment
VkXlibSurfaceCreateInfoKHR.dpyRaw()
@NotNull MemorySegment
VkImportFenceSciSyncInfoNV.handle()
@NotNull MemorySegment
VkImportFenceWin32HandleInfoKHR.handle()
@NotNull MemorySegment
VkImportMemoryMetalHandleInfoEXT.handle()
@NotNull MemorySegment
VkImportMemorySciBufInfoNV.handle()
@NotNull MemorySegment
VkImportMemoryWin32HandleInfoKHR.handle()
@NotNull MemorySegment
VkImportMemoryWin32HandleInfoNV.handle()
@NotNull MemorySegment
VkImportSemaphoreSciSyncInfoNV.handle()
@NotNull MemorySegment
VkImportSemaphoreWin32HandleInfoKHR.handle()
@NotNull MemorySegment
VkSemaphoreSciSyncPoolCreateInfoNV.handle()
VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapBudget()
VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapUsage()
@NotNull MemorySegment
VkWin32SurfaceCreateInfoKHR.hinstance()
@NotNull MemorySegment
VkSurfaceFullScreenExclusiveWin32InfoEXT.hmonitor()
@NotNull MemorySegment
VkDeviceOrHostAddressConstAMDX.hostAddress()
@NotNull MemorySegment
VkDeviceOrHostAddressConstKHR.hostAddress()
@NotNull MemorySegment
VkDeviceOrHostAddressKHR.hostAddress()
@NotNull MemorySegment
VkWin32SurfaceCreateInfoKHR.hwnd()
@NotNull MemorySegment
VkExportMetalIOSurfaceInfoEXT.ioSurface()
@NotNull MemorySegment
VkImportMetalIOSurfaceInfoEXT.ioSurface()
@NotNull MemorySegment
VkExportMetalBufferInfoEXT.mtlBuffer()
@NotNull MemorySegment
VkImportMetalBufferInfoEXT.mtlBuffer()
@NotNull MemorySegment
VkExportMetalCommandQueueInfoEXT.mtlCommandQueue()
@NotNull MemorySegment
VkExportMetalDeviceInfoEXT.mtlDevice()
@NotNull MemorySegment
VkExportMetalSharedEventInfoEXT.mtlSharedEvent()
@NotNull MemorySegment
VkImportMetalSharedEventInfoEXT.mtlSharedEvent()
@NotNull MemorySegment
VkExportMetalTextureInfoEXT.mtlTexture()
@NotNull MemorySegment
VkImportMetalTextureInfoEXT.mtlTexture()
@NotNull MemorySegment
VkExportFenceWin32HandleInfoKHR.nameRaw()
@NotNull MemorySegment
VkExportMemoryWin32HandleInfoKHR.nameRaw()
@NotNull MemorySegment
VkExportSemaphoreWin32HandleInfoKHR.nameRaw()
@NotNull MemorySegment
VkImportFenceWin32HandleInfoKHR.nameRaw()
@NotNull MemorySegment
VkImportMemoryWin32HandleInfoKHR.nameRaw()
@NotNull MemorySegment
VkImportSemaphoreWin32HandleInfoKHR.nameRaw()
@NotNull MemorySegment
VkOpaqueCaptureDescriptorDataCreateInfoEXT.opaqueCaptureDescriptorData()
@Nullable LongPtr
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructures()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@NotNull MemorySegment
VkWriteDescriptorSetAccelerationStructureKHR.pAccelerationStructuresRaw()
@NotNull MemorySegment
VkWriteDescriptorSetAccelerationStructureNV.pAccelerationStructuresRaw()
@NotNull MemorySegment
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructuresRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireKeysRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireKeysRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireSyncsRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireSyncsRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireTimeoutMillisecondsRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireTimeoutsRaw()
@NotNull MemorySegment
VkDeviceFaultInfoEXT.pAddressInfosRaw()
@NotNull MemorySegment
VkInstanceCreateInfo.pApplicationInfoRaw()
@NotNull MemorySegment
VkApplicationInfo.pApplicationNameRaw()
@NotNull MemorySegment
VkRenderPassInputAttachmentAspectCreateInfo.pAspectReferencesRaw()
@NotNull MemorySegment
VkFramebufferAttachmentsCreateInfo.pAttachmentImageInfosRaw()
@NotNull MemorySegment
VkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocationsRaw()
@NotNull MemorySegment
VkFramebufferCreateInfo.pAttachmentsRaw()
@NotNull MemorySegment
VkPipelineColorBlendStateCreateInfo.pAttachmentsRaw()
@NotNull MemorySegment
VkRenderPassAttachmentBeginInfo.pAttachmentsRaw()
@NotNull MemorySegment
VkRenderPassCreateInfo.pAttachmentsRaw()
@NotNull MemorySegment
VkRenderPassCreateInfo2.pAttachmentsRaw()
@NotNull MemorySegment
VkExportFenceSciSyncInfoNV.pAttributes()
@NotNull MemorySegment
VkExportFenceWin32HandleInfoKHR.pAttributes()
@NotNull MemorySegment
VkExportMemorySciBufInfoNV.pAttributes()
@NotNull MemorySegment
VkExportMemoryWin32HandleInfoKHR.pAttributes()
@NotNull MemorySegment
VkExportMemoryWin32HandleInfoNV.pAttributes()
@NotNull MemorySegment
VkExportSemaphoreSciSyncInfoNV.pAttributes()
@NotNull MemorySegment
VkExportSemaphoreWin32HandleInfoKHR.pAttributes()
@NotNull MemorySegment
VkDescriptorSetLayoutBindingFlagsCreateInfo.pBindingFlagsRaw()
@NotNull MemorySegment
VkDescriptorSetLayoutCreateInfo.pBindingsRaw()
@NotNull MemorySegment
VkSparseBufferMemoryBindInfo.pBindsRaw()
@NotNull MemorySegment
VkSparseImageMemoryBindInfo.pBindsRaw()
@NotNull MemorySegment
VkSparseImageOpaqueMemoryBindInfo.pBindsRaw()
@NotNull MemorySegment
VkBindSparseInfo.pBufferBindsRaw()
@NotNull MemorySegment
VkSetDescriptorBufferOffsetsInfoEXT.pBufferIndicesRaw()
@NotNull MemorySegment
VkWriteDescriptorSet.pBufferInfoRaw()
@NotNull MemorySegment
VkDependencyInfo.pBufferMemoryBarriersRaw()
@NotNull MemorySegment
StdVideoEncodeAV1PictureInfo.pBufferRemovalTimesRaw()
@NotNull MemorySegment
VkFrameBoundaryEXT.pBuffersRaw()
@NotNull MemorySegment
StdVideoDecodeAV1PictureInfo.pCDEFRaw()
@NotNull MemorySegment
StdVideoEncodeAV1PictureInfo.pCDEFRaw()
@NotNull MemorySegment
VkCheckpointData2NV.pCheckpointMarker()
@NotNull MemorySegment
VkCheckpointDataNV.pCheckpointMarker()
@NotNull MemorySegment
VkRenderPassBeginInfo.pClearValuesRaw()
@NotNull MemorySegment
VkClusterAccelerationStructureOpInputNV.pClustersBottomLevelRaw()
@NotNull MemorySegment
VkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabelsRaw()
@NotNull MemorySegment
VkShaderCreateInfoEXT.pCode()
@NotNull MemorySegment
VkShaderModuleCreateInfo.pCodeRaw()
@NotNull MemorySegment
VkCommandBufferInheritanceRenderingInfo.pColorAttachmentFormatsRaw()
@NotNull MemorySegment
VkPipelineRenderingCreateInfo.pColorAttachmentFormatsRaw()
@NotNull MemorySegment
VkRenderingAreaInfo.pColorAttachmentFormatsRaw()
@NotNull MemorySegment
VkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndicesRaw()
@NotNull MemorySegment
VkRenderingAttachmentLocationInfo.pColorAttachmentLocationsRaw()
@NotNull MemorySegment
VkAttachmentSampleCountInfoAMD.pColorAttachmentSamplesRaw()
@NotNull MemorySegment
VkRenderingInfo.pColorAttachmentsRaw()
@NotNull MemorySegment
VkSubpassDescription.pColorAttachmentsRaw()
@NotNull MemorySegment
VkSubpassDescription2.pColorAttachmentsRaw()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pColorBlendStateRaw()
@NotNull MemorySegment
StdVideoAV1SequenceHeader.pColorConfigRaw()
@NotNull MemorySegment
VkImageFormatConstraintsInfoFUCHSIA.pColorSpacesRaw()
@Nullable IntPtr
VkPipelineColorWriteCreateInfoEXT.pColorWriteEnables()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@NotNull MemorySegment
VkPipelineColorWriteCreateInfoEXT.pColorWriteEnablesRaw()
@NotNull MemorySegment
VkDescriptorDataEXT.pCombinedImageSamplerRaw()
@NotNull MemorySegment
VkDeviceGroupSubmitInfo.pCommandBufferDeviceMasksRaw()
@NotNull MemorySegment
VkSubmitInfo2.pCommandBufferInfosRaw()
@NotNull MemorySegment
VkSubmitInfo.pCommandBuffersRaw()
@NotNull MemorySegment
VkPhysicalDeviceHostImageCopyProperties.pCopyDstLayoutsRaw()
@NotNull MemorySegment
VkPhysicalDeviceVulkan14Properties.pCopyDstLayoutsRaw()
@NotNull MemorySegment
VkPhysicalDeviceHostImageCopyProperties.pCopySrcLayoutsRaw()
@NotNull MemorySegment
VkPhysicalDeviceVulkan14Properties.pCopySrcLayoutsRaw()
@NotNull MemorySegment
VkRenderPassCreateInfo2.pCorrelatedViewMasksRaw()
@NotNull MemorySegment
VkRenderPassMultiviewCreateInfo.pCorrelationMasksRaw()
@NotNull MemorySegment
VkQueryPoolPerformanceCreateInfoKHR.pCounterIndicesRaw()
@NotNull MemorySegment
VkPipelineCoverageModulationStateCreateInfoNV.pCoverageModulationTableRaw()
@NotNull MemorySegment
VkDeviceBufferMemoryRequirements.pCreateInfoRaw()
@NotNull MemorySegment
VkDeviceImageMemoryRequirements.pCreateInfoRaw()
@NotNull MemorySegment
VkDeviceImageSubresourceInfo.pCreateInfoRaw()
@NotNull MemorySegment
VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pCustomSampleOrdersRaw()
@NotNull MemorySegment
VkCudaModuleCreateInfoNV.pData()
@NotNull MemorySegment
VkCuModuleCreateInfoNVX.pData()
@NotNull MemorySegment
VkPipelineBinaryDataKHR.pData()
@NotNull MemorySegment
VkPipelineExecutableInternalRepresentationKHR.pData()
@NotNull MemorySegment
VkPushDescriptorSetWithTemplateInfo.pData()
@NotNull MemorySegment
VkSpecializationInfo.pData()
@NotNull MemorySegment
VkWriteDescriptorSetInlineUniformBlock.pData()
@NotNull MemorySegment
StdVideoH265SequenceParameterSet.pDecPicBufMgrRaw()
@NotNull MemorySegment
StdVideoH265VideoParameterSet.pDecPicBufMgrRaw()
@NotNull MemorySegment
VkRenderPassCreateInfo.pDependenciesRaw()
@NotNull MemorySegment
VkRenderPassCreateInfo2.pDependenciesRaw()
@NotNull MemorySegment
VkRenderingInfo.pDepthAttachmentRaw()
@NotNull MemorySegment
VkPipelineViewportDepthClampControlCreateInfoEXT.pDepthClampRangeRaw()
@NotNull MemorySegment
VkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndexRaw()
@NotNull MemorySegment
VkSubpassDescription.pDepthStencilAttachmentRaw()
@NotNull MemorySegment
VkSubpassDescription2.pDepthStencilAttachmentRaw()
@NotNull MemorySegment
VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachmentRaw()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pDepthStencilStateRaw()
@NotNull MemorySegment
VkDescriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCountsRaw()
@NotNull MemorySegment
VkBindDescriptorSetsInfo.pDescriptorSetsRaw()
@NotNull MemorySegment
VkMutableDescriptorTypeListEXT.pDescriptorTypesRaw()
@NotNull MemorySegment
VkDescriptorUpdateTemplateCreateInfo.pDescriptorUpdateEntriesRaw()
@NotNull MemorySegment
VkPushDescriptorSetInfo.pDescriptorWritesRaw()
@NotNull MemorySegment
VkBindAccelerationStructureMemoryInfoNV.pDeviceIndicesRaw()
@NotNull MemorySegment
VkBindBufferMemoryDeviceGroupInfo.pDeviceIndicesRaw()
@NotNull MemorySegment
VkBindImageMemoryDeviceGroupInfo.pDeviceIndicesRaw()
@NotNull MemorySegment
VkDeviceGroupPresentInfoKHR.pDeviceMasksRaw()
@NotNull MemorySegment
VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreasRaw()
@NotNull MemorySegment
VkValidationFlagsEXT.pDisabledValidationChecksRaw()
@NotNull MemorySegment
VkValidationFeaturesEXT.pDisabledValidationFeaturesRaw()
@NotNull MemorySegment
VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectanglesRaw()
@NotNull MemorySegment
VkDirectDriverLoadingListLUNARG.pDriversRaw()
@NotNull MemorySegment
VkDrmFormatModifierPropertiesList2EXT.pDrmFormatModifierPropertiesRaw()
@NotNull MemorySegment
VkDrmFormatModifierPropertiesListEXT.pDrmFormatModifierPropertiesRaw()
@NotNull MemorySegment
VkImageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiersRaw()
@NotNull MemorySegment
VkConvertCooperativeVectorMatrixInfoNV.pDstSizeRaw()
@NotNull MemorySegment
VkHdrVividDynamicMetadataHUAWEI.pDynamicMetadata()
@NotNull MemorySegment
VkBindDescriptorSetsInfo.pDynamicOffsetsRaw()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pDynamicStateRaw()
@NotNull MemorySegment
VkRayTracingPipelineCreateInfoKHR.pDynamicStateRaw()
@NotNull MemorySegment
VkPipelineDynamicStateCreateInfo.pDynamicStatesRaw()
@NotNull MemorySegment
VkDeviceCreateInfo.pEnabledFeaturesRaw()
@NotNull MemorySegment
VkValidationFeaturesEXT.pEnabledValidationFeaturesRaw()
@NotNull MemorySegment
VkApplicationInfo.pEngineNameRaw()
@NotNull MemorySegment
VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissorsRaw()
@NotNull MemorySegment
VkIndirectCommandsTokenDataEXT.pExecutionSetRaw()
@NotNull MemorySegment
StdVideoEncodeAV1PictureInfo.pExtensionHeaderRaw()
@NotNull MemorySegment
StdVideoEncodeAV1ReferenceInfo.pExtensionHeaderRaw()
@NotNull MemorySegment
VkCudaLaunchInfoNV.pExtras()
@NotNull MemorySegment
VkCuLaunchInfoNVX.pExtras()
@NotNull MemorySegment
VkSemaphoreSciSyncCreateInfoNV.pFenceRaw()
@NotNull MemorySegment
VkSwapchainPresentFenceInfoEXT.pFencesRaw()
@NotNull MemorySegment
StdVideoDecodeAV1PictureInfo.pFilmGrainRaw()
@NotNull MemorySegment
VkImageCompressionControlEXT.pFixedRateFlagsRaw()
@NotNull MemorySegment
VkAllocationCallbacks.pfnAllocation()
@NotNull MemorySegment
VkDebugReportCallbackCreateInfoEXT.pfnCallback()
@NotNull MemorySegment
VkAllocationCallbacks.pfnFree()
@NotNull MemorySegment
VkDirectDriverLoadingInfoLUNARG.pfnGetInstanceProcAddr()
@NotNull MemorySegment
VkAllocationCallbacks.pfnInternalAllocation()
@NotNull MemorySegment
VkAllocationCallbacks.pfnInternalFree()
@NotNull MemorySegment
VkAllocationCallbacks.pfnReallocation()
@NotNull MemorySegment
VkDebugUtilsMessengerCreateInfoEXT.pfnUserCallback()
@NotNull MemorySegment
VkDeviceDeviceMemoryReportCreateInfoEXT.pfnUserCallback()
@NotNull MemorySegment
VkImageConstraintsInfoFUCHSIA.pFormatConstraintsRaw()
@NotNull MemorySegment
VkRenderPassFragmentDensityMapOffsetEndInfoEXT.pFragmentDensityOffsetsRaw()
@NotNull MemorySegment
VkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachmentRaw()
@NotNull MemorySegment
VkAccelerationStructureBuildGeometryInfoKHR.pGeometriesRaw()
@NotNull MemorySegment
VkAccelerationStructureInfoNV.pGeometriesRaw()
@NotNull MemorySegment
StdVideoDecodeAV1PictureInfo.pGlobalMotionRaw()
@NotNull MemorySegment
StdVideoEncodeAV1PictureInfo.pGlobalMotionRaw()
@NotNull MemorySegment
VkGraphicsPipelineShaderGroupsCreateInfoNV.pGroupsRaw()
@NotNull MemorySegment
VkRayTracingPipelineCreateInfoKHR.pGroupsRaw()
@NotNull MemorySegment
VkRayTracingPipelineCreateInfoNV.pGroupsRaw()
@NotNull MemorySegment
StdVideoAV1TileInfo.pHeightInSbsMinus1Raw()
@NotNull MemorySegment
VkImageToMemoryCopy.pHostPointer()
@NotNull MemorySegment
VkImportMemoryHostPointerInfoEXT.pHostPointer()
@NotNull MemorySegment
VkMemoryToImageCopy.pHostPointer()
@NotNull MemorySegment
StdVideoH264SequenceParameterSetVui.pHrdParametersRaw()
@NotNull MemorySegment
StdVideoH265SequenceParameterSetVui.pHrdParametersRaw()
@NotNull MemorySegment
StdVideoH265VideoParameterSet.pHrdParametersRaw()
@NotNull MemorySegment
VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pIdentifierRaw()
@NotNull MemorySegment
VkBindSparseInfo.pImageBindsRaw()
@NotNull MemorySegment
VkPresentInfoKHR.pImageIndicesRaw()
@NotNull MemorySegment
VkReleaseSwapchainImagesInfoEXT.pImageIndicesRaw()
@NotNull MemorySegment
VkWriteDescriptorSet.pImageInfoRaw()
@NotNull MemorySegment
VkDependencyInfo.pImageMemoryBarriersRaw()
@NotNull MemorySegment
VkBindSparseInfo.pImageOpaqueBindsRaw()
@NotNull MemorySegment
VkFrameBoundaryEXT.pImagesRaw()
@NotNull MemorySegment
VkDescriptorSetLayoutBinding.pImmutableSamplersRaw()
@NotNull MemorySegment
VkIndirectCommandsTokenDataEXT.pIndexBufferRaw()
@NotNull MemorySegment
VkIndirectCommandsLayoutTokenNV.pIndexTypesRaw()
@NotNull MemorySegment
VkIndirectCommandsLayoutTokenNV.pIndexTypeValuesRaw()
@NotNull MemorySegment
VkCommandBufferBeginInfo.pInheritanceInfoRaw()
@NotNull MemorySegment
VkPipelineCacheCreateInfo.pInitialData()
@NotNull MemorySegment
VkValidationCacheCreateInfoEXT.pInitialData()
@NotNull MemorySegment
VkIndirectExecutionSetShaderInfoEXT.pInitialShadersRaw()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pInputAssemblyStateRaw()
@NotNull MemorySegment
VkDescriptorDataEXT.pInputAttachmentImageRaw()
@NotNull MemorySegment
VkSubpassDescription.pInputAttachmentsRaw()
@NotNull MemorySegment
VkSubpassDescription2.pInputAttachmentsRaw()
@NotNull MemorySegment
VkPipelineBinaryCreateInfoKHR.pKeysAndDataInfoRaw()
@NotNull MemorySegment
VkDebugUtilsLabelEXT.pLabelNameRaw()
@NotNull MemorySegment
VkPhysicalDeviceLayeredApiPropertiesListKHR.pLayeredApisRaw()
@NotNull MemorySegment
VkLayerSettingEXT.pLayerNameRaw()
@NotNull MemorySegment
VkMetalSurfaceCreateInfoEXT.pLayerRaw()
@NotNull MemorySegment
VkVideoEncodeRateControlInfoKHR.pLayersRaw()
@NotNull MemorySegment
VkPipelineLibraryCreateInfoKHR.pLibrariesRaw()
@NotNull MemorySegment
VkExecutionGraphPipelineCreateInfoAMDX.pLibraryInfoRaw()
@NotNull MemorySegment
VkRayTracingPipelineCreateInfoKHR.pLibraryInfoRaw()
@NotNull MemorySegment
VkRayTracingPipelineCreateInfoKHR.pLibraryInterfaceRaw()
@NotNull MemorySegment
StdVideoEncodeH265PictureInfo.pLongTermRefPicsRaw()
@NotNull MemorySegment
StdVideoH265SequenceParameterSet.pLongTermRefPicsSpsRaw()
@NotNull MemorySegment
StdVideoDecodeAV1PictureInfo.pLoopFilterRaw()
@NotNull MemorySegment
StdVideoEncodeAV1PictureInfo.pLoopFilterRaw()
@NotNull MemorySegment
StdVideoDecodeAV1PictureInfo.pLoopRestorationRaw()
@NotNull MemorySegment
StdVideoEncodeAV1PictureInfo.pLoopRestorationRaw()
@NotNull MemorySegment
VkSpecializationInfo.pMapEntriesRaw()
@NotNull MemorySegment
VkDebugMarkerMarkerInfoEXT.pMarkerNameRaw()
@NotNull MemorySegment
VkDependencyInfo.pMemoryBarriersRaw()
@NotNull MemorySegment
VkDebugUtilsMessengerCallbackDataEXT.pMessageIdNameRaw()
@NotNull MemorySegment
VkDebugUtilsMessengerCallbackDataEXT.pMessageRaw()
@NotNull MemorySegment
StdVideoAV1TileInfo.pMiColStartsRaw()
@NotNull MemorySegment
StdVideoAV1TileInfo.pMiRowStartsRaw()
@NotNull MemorySegment
VkClusterAccelerationStructureOpInputNV.pMoveObjectsRaw()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pMultisampleStateRaw()
@NotNull MemorySegment
VkMutableDescriptorTypeCreateInfoEXT.pMutableDescriptorTypeListsRaw()
@NotNull MemorySegment
VkVideoEncodeH264PictureInfoKHR.pNaluSliceEntriesRaw()
@NotNull MemorySegment
VkVideoEncodeH265PictureInfoKHR.pNaluSliceSegmentEntriesRaw()
@NotNull MemorySegment
VkCudaFunctionCreateInfoNV.pNameRaw()
@NotNull MemorySegment
VkCuFunctionCreateInfoNVX.pNameRaw()
@NotNull MemorySegment
VkPipelineShaderStageCreateInfo.pNameRaw()
@NotNull MemorySegment
VkPipelineShaderStageNodeCreateInfoAMDX.pNameRaw()
@NotNull MemorySegment
VkShaderCreateInfoEXT.pNameRaw()
@NotNull MemorySegment
VkAccelerationStructureBuildGeometryInfoKHR.pNext()
@NotNull MemorySegment
VkAccelerationStructureBuildSizesInfoKHR.pNext()
@NotNull MemorySegment
VkAccelerationStructureCaptureDescriptorDataInfoEXT.pNext()
@NotNull MemorySegment
VkAccelerationStructureCreateInfoKHR.pNext()
@NotNull MemorySegment
VkAccelerationStructureCreateInfoNV.pNext()
@NotNull MemorySegment
VkAccelerationStructureDeviceAddressInfoKHR.pNext()
@NotNull MemorySegment
VkAccelerationStructureGeometryAabbsDataKHR.pNext()
@NotNull MemorySegment
VkAccelerationStructureGeometryInstancesDataKHR.pNext()
@NotNull MemorySegment
VkAccelerationStructureGeometryKHR.pNext()
@NotNull MemorySegment
VkAccelerationStructureGeometryLinearSweptSpheresDataNV.pNext()
@NotNull MemorySegment
VkAccelerationStructureGeometryMotionTrianglesDataNV.pNext()
@NotNull MemorySegment
VkAccelerationStructureGeometrySpheresDataNV.pNext()
@NotNull MemorySegment
VkAccelerationStructureGeometryTrianglesDataKHR.pNext()
@NotNull MemorySegment
VkAccelerationStructureInfoNV.pNext()
@NotNull MemorySegment
VkAccelerationStructureMemoryRequirementsInfoNV.pNext()
@NotNull MemorySegment
VkAccelerationStructureMotionInfoNV.pNext()
@NotNull MemorySegment
VkAccelerationStructureTrianglesDisplacementMicromapNV.pNext()
@NotNull MemorySegment
VkAccelerationStructureTrianglesOpacityMicromapEXT.pNext()
@NotNull MemorySegment
VkAccelerationStructureVersionInfoKHR.pNext()
@NotNull MemorySegment
VkAcquireNextImageInfoKHR.pNext()
@NotNull MemorySegment
VkAcquireProfilingLockInfoKHR.pNext()
@NotNull MemorySegment
VkAmigoProfilingSubmitInfoSEC.pNext()
@NotNull MemorySegment
VkAndroidHardwareBufferFormatProperties2ANDROID.pNext()
@NotNull MemorySegment
VkAndroidHardwareBufferFormatPropertiesANDROID.pNext()
@NotNull MemorySegment
VkAndroidHardwareBufferFormatResolvePropertiesANDROID.pNext()
@NotNull MemorySegment
VkAndroidHardwareBufferPropertiesANDROID.pNext()
@NotNull MemorySegment
VkAndroidHardwareBufferUsageANDROID.pNext()
@NotNull MemorySegment
VkAndroidSurfaceCreateInfoKHR.pNext()
@NotNull MemorySegment
VkAntiLagDataAMD.pNext()
@NotNull MemorySegment
VkAntiLagPresentationInfoAMD.pNext()
@NotNull MemorySegment
VkApplicationInfo.pNext()
@NotNull MemorySegment
VkApplicationParametersEXT.pNext()
@NotNull MemorySegment
VkAttachmentDescription2.pNext()
@NotNull MemorySegment
VkAttachmentDescriptionStencilLayout.pNext()
@NotNull MemorySegment
VkAttachmentReference2.pNext()
@NotNull MemorySegment
VkAttachmentReferenceStencilLayout.pNext()
@NotNull MemorySegment
VkAttachmentSampleCountInfoAMD.pNext()
@NotNull MemorySegment
VkBindAccelerationStructureMemoryInfoNV.pNext()
@NotNull MemorySegment
VkBindBufferMemoryDeviceGroupInfo.pNext()
@NotNull MemorySegment
VkBindBufferMemoryInfo.pNext()
@NotNull MemorySegment
VkBindDescriptorBufferEmbeddedSamplersInfoEXT.pNext()
@NotNull MemorySegment
VkBindDescriptorSetsInfo.pNext()
@NotNull MemorySegment
VkBindImageMemoryDeviceGroupInfo.pNext()
@NotNull MemorySegment
VkBindImageMemoryInfo.pNext()
@NotNull MemorySegment
VkBindImageMemorySwapchainInfoKHR.pNext()
@NotNull MemorySegment
VkBindImagePlaneMemoryInfo.pNext()
@NotNull MemorySegment
VkBindMemoryStatus.pNext()
@NotNull MemorySegment
VkBindSparseInfo.pNext()
@NotNull MemorySegment
VkBindVideoSessionMemoryInfoKHR.pNext()
@NotNull MemorySegment
VkBlitImageCubicWeightsInfoQCOM.pNext()
@NotNull MemorySegment
VkBlitImageInfo2.pNext()
@NotNull MemorySegment
VkBufferCaptureDescriptorDataInfoEXT.pNext()
@NotNull MemorySegment
VkBufferCollectionBufferCreateInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkBufferCollectionConstraintsInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkBufferCollectionCreateInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkBufferCollectionImageCreateInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkBufferCollectionPropertiesFUCHSIA.pNext()
@NotNull MemorySegment
VkBufferConstraintsInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkBufferCopy2.pNext()
@NotNull MemorySegment
VkBufferCreateInfo.pNext()
@NotNull MemorySegment
VkBufferDeviceAddressCreateInfoEXT.pNext()
@NotNull MemorySegment
VkBufferDeviceAddressInfo.pNext()
@NotNull MemorySegment
VkBufferImageCopy2.pNext()
@NotNull MemorySegment
VkBufferMemoryBarrier.pNext()
@NotNull MemorySegment
VkBufferMemoryBarrier2.pNext()
@NotNull MemorySegment
VkBufferMemoryRequirementsInfo2.pNext()
@NotNull MemorySegment
VkBufferOpaqueCaptureAddressCreateInfo.pNext()
@NotNull MemorySegment
VkBufferUsageFlags2CreateInfo.pNext()
@NotNull MemorySegment
VkBufferViewCreateInfo.pNext()
@NotNull MemorySegment
VkBuildPartitionedAccelerationStructureInfoNV.pNext()
@NotNull MemorySegment
VkCalibratedTimestampInfoKHR.pNext()
@NotNull MemorySegment
VkCheckpointData2NV.pNext()
@NotNull MemorySegment
VkCheckpointDataNV.pNext()
@NotNull MemorySegment
VkClusterAccelerationStructureClustersBottomLevelInputNV.pNext()
@NotNull MemorySegment
VkClusterAccelerationStructureCommandsInfoNV.pNext()
@NotNull MemorySegment
VkClusterAccelerationStructureInputInfoNV.pNext()
@NotNull MemorySegment
VkClusterAccelerationStructureMoveObjectsInputNV.pNext()
@NotNull MemorySegment
VkClusterAccelerationStructureTriangleClusterInputNV.pNext()
@NotNull MemorySegment
VkCommandBufferAllocateInfo.pNext()
@NotNull MemorySegment
VkCommandBufferBeginInfo.pNext()
@NotNull MemorySegment
VkCommandBufferInheritanceConditionalRenderingInfoEXT.pNext()
@NotNull MemorySegment
VkCommandBufferInheritanceInfo.pNext()
@NotNull MemorySegment
VkCommandBufferInheritanceRenderingInfo.pNext()
@NotNull MemorySegment
VkCommandBufferInheritanceRenderPassTransformInfoQCOM.pNext()
@NotNull MemorySegment
VkCommandBufferInheritanceViewportScissorInfoNV.pNext()
@NotNull MemorySegment
VkCommandBufferSubmitInfo.pNext()
@NotNull MemorySegment
VkCommandPoolCreateInfo.pNext()
@NotNull MemorySegment
VkComputePipelineCreateInfo.pNext()
@NotNull MemorySegment
VkComputePipelineIndirectBufferInfoNV.pNext()
@NotNull MemorySegment
VkConditionalRenderingBeginInfoEXT.pNext()
@NotNull MemorySegment
VkConvertCooperativeVectorMatrixInfoNV.pNext()
@NotNull MemorySegment
VkCooperativeMatrixFlexibleDimensionsPropertiesNV.pNext()
@NotNull MemorySegment
VkCooperativeMatrixPropertiesKHR.pNext()
@NotNull MemorySegment
VkCooperativeMatrixPropertiesNV.pNext()
@NotNull MemorySegment
VkCooperativeVectorPropertiesNV.pNext()
@NotNull MemorySegment
VkCopyAccelerationStructureInfoKHR.pNext()
@NotNull MemorySegment
VkCopyAccelerationStructureToMemoryInfoKHR.pNext()
@NotNull MemorySegment
VkCopyBufferInfo2.pNext()
@NotNull MemorySegment
VkCopyBufferToImageInfo2.pNext()
@NotNull MemorySegment
VkCopyCommandTransformInfoQCOM.pNext()
@NotNull MemorySegment
VkCopyDescriptorSet.pNext()
@NotNull MemorySegment
VkCopyImageInfo2.pNext()
@NotNull MemorySegment
VkCopyImageToBufferInfo2.pNext()
@NotNull MemorySegment
VkCopyImageToImageInfo.pNext()
@NotNull MemorySegment
VkCopyImageToMemoryInfo.pNext()
@NotNull MemorySegment
VkCopyMemoryToAccelerationStructureInfoKHR.pNext()
@NotNull MemorySegment
VkCopyMemoryToImageInfo.pNext()
@NotNull MemorySegment
VkCopyMemoryToMicromapInfoEXT.pNext()
@NotNull MemorySegment
VkCopyMicromapInfoEXT.pNext()
@NotNull MemorySegment
VkCopyMicromapToMemoryInfoEXT.pNext()
@NotNull MemorySegment
VkCudaFunctionCreateInfoNV.pNext()
@NotNull MemorySegment
VkCudaLaunchInfoNV.pNext()
@NotNull MemorySegment
VkCudaModuleCreateInfoNV.pNext()
@NotNull MemorySegment
VkCuFunctionCreateInfoNVX.pNext()
@NotNull MemorySegment
VkCuLaunchInfoNVX.pNext()
@NotNull MemorySegment
VkCuModuleCreateInfoNVX.pNext()
@NotNull MemorySegment
VkCuModuleTexturingModeCreateInfoNVX.pNext()
@NotNull MemorySegment
VkD3D12FenceSubmitInfoKHR.pNext()
@NotNull MemorySegment
VkDebugMarkerMarkerInfoEXT.pNext()
@NotNull MemorySegment
VkDebugMarkerObjectNameInfoEXT.pNext()
@NotNull MemorySegment
VkDebugMarkerObjectTagInfoEXT.pNext()
@NotNull MemorySegment
VkDebugReportCallbackCreateInfoEXT.pNext()
@NotNull MemorySegment
VkDebugUtilsLabelEXT.pNext()
@NotNull MemorySegment
VkDebugUtilsMessengerCallbackDataEXT.pNext()
@NotNull MemorySegment
VkDebugUtilsMessengerCreateInfoEXT.pNext()
@NotNull MemorySegment
VkDebugUtilsObjectNameInfoEXT.pNext()
@NotNull MemorySegment
VkDebugUtilsObjectTagInfoEXT.pNext()
@NotNull MemorySegment
VkDedicatedAllocationBufferCreateInfoNV.pNext()
@NotNull MemorySegment
VkDedicatedAllocationImageCreateInfoNV.pNext()
@NotNull MemorySegment
VkDedicatedAllocationMemoryAllocateInfoNV.pNext()
@NotNull MemorySegment
VkDependencyInfo.pNext()
@NotNull MemorySegment
VkDepthBiasInfoEXT.pNext()
@NotNull MemorySegment
VkDepthBiasRepresentationInfoEXT.pNext()
@NotNull MemorySegment
VkDescriptorAddressInfoEXT.pNext()
@NotNull MemorySegment
VkDescriptorBufferBindingInfoEXT.pNext()
@NotNull MemorySegment
VkDescriptorBufferBindingPushDescriptorBufferHandleEXT.pNext()
@NotNull MemorySegment
VkDescriptorGetInfoEXT.pNext()
@NotNull MemorySegment
VkDescriptorPoolCreateInfo.pNext()
@NotNull MemorySegment
VkDescriptorPoolInlineUniformBlockCreateInfo.pNext()
@NotNull MemorySegment
VkDescriptorSetAllocateInfo.pNext()
@NotNull MemorySegment
VkDescriptorSetBindingReferenceVALVE.pNext()
@NotNull MemorySegment
VkDescriptorSetLayoutBindingFlagsCreateInfo.pNext()
@NotNull MemorySegment
VkDescriptorSetLayoutCreateInfo.pNext()
@NotNull MemorySegment
VkDescriptorSetLayoutHostMappingInfoVALVE.pNext()
@NotNull MemorySegment
VkDescriptorSetLayoutSupport.pNext()
@NotNull MemorySegment
VkDescriptorSetVariableDescriptorCountAllocateInfo.pNext()
@NotNull MemorySegment
VkDescriptorSetVariableDescriptorCountLayoutSupport.pNext()
@NotNull MemorySegment
VkDescriptorUpdateTemplateCreateInfo.pNext()
@NotNull MemorySegment
VkDeviceAddressBindingCallbackDataEXT.pNext()
@NotNull MemorySegment
VkDeviceBufferMemoryRequirements.pNext()
@NotNull MemorySegment
VkDeviceCreateInfo.pNext()
@NotNull MemorySegment
VkDeviceDeviceMemoryReportCreateInfoEXT.pNext()
@NotNull MemorySegment
VkDeviceDiagnosticsConfigCreateInfoNV.pNext()
@NotNull MemorySegment
VkDeviceEventInfoEXT.pNext()
@NotNull MemorySegment
VkDeviceFaultCountsEXT.pNext()
@NotNull MemorySegment
VkDeviceFaultInfoEXT.pNext()
@NotNull MemorySegment
VkDeviceGroupBindSparseInfo.pNext()
@NotNull MemorySegment
VkDeviceGroupCommandBufferBeginInfo.pNext()
@NotNull MemorySegment
VkDeviceGroupDeviceCreateInfo.pNext()
@NotNull MemorySegment
VkDeviceGroupPresentCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkDeviceGroupPresentInfoKHR.pNext()
@NotNull MemorySegment
VkDeviceGroupRenderPassBeginInfo.pNext()
@NotNull MemorySegment
VkDeviceGroupSubmitInfo.pNext()
@NotNull MemorySegment
VkDeviceGroupSwapchainCreateInfoKHR.pNext()
@NotNull MemorySegment
VkDeviceImageMemoryRequirements.pNext()
@NotNull MemorySegment
VkDeviceImageSubresourceInfo.pNext()
@NotNull MemorySegment
VkDeviceMemoryOpaqueCaptureAddressInfo.pNext()
@NotNull MemorySegment
VkDeviceMemoryOverallocationCreateInfoAMD.pNext()
@NotNull MemorySegment
VkDeviceMemoryReportCallbackDataEXT.pNext()
@NotNull MemorySegment
VkDevicePipelineBinaryInternalCacheControlKHR.pNext()
@NotNull MemorySegment
VkDevicePrivateDataCreateInfo.pNext()
@NotNull MemorySegment
VkDeviceQueueCreateInfo.pNext()
@NotNull MemorySegment
VkDeviceQueueGlobalPriorityCreateInfo.pNext()
@NotNull MemorySegment
VkDeviceQueueInfo2.pNext()
@NotNull MemorySegment
VkDeviceQueueShaderCoreControlCreateInfoARM.pNext()
@NotNull MemorySegment
VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.pNext()
@NotNull MemorySegment
VkDirectDriverLoadingInfoLUNARG.pNext()
@NotNull MemorySegment
VkDirectDriverLoadingListLUNARG.pNext()
@NotNull MemorySegment
VkDirectFBSurfaceCreateInfoEXT.pNext()
@NotNull MemorySegment
VkDispatchTileInfoQCOM.pNext()
@NotNull MemorySegment
VkDisplayEventInfoEXT.pNext()
@NotNull MemorySegment
VkDisplayModeCreateInfoKHR.pNext()
@NotNull MemorySegment
VkDisplayModeProperties2KHR.pNext()
@NotNull MemorySegment
VkDisplayModeStereoPropertiesNV.pNext()
@NotNull MemorySegment
VkDisplayNativeHdrSurfaceCapabilitiesAMD.pNext()
@NotNull MemorySegment
VkDisplayPlaneCapabilities2KHR.pNext()
@NotNull MemorySegment
VkDisplayPlaneInfo2KHR.pNext()
@NotNull MemorySegment
VkDisplayPlaneProperties2KHR.pNext()
@NotNull MemorySegment
VkDisplayPowerInfoEXT.pNext()
@NotNull MemorySegment
VkDisplayPresentInfoKHR.pNext()
@NotNull MemorySegment
VkDisplayProperties2KHR.pNext()
@NotNull MemorySegment
VkDisplaySurfaceCreateInfoKHR.pNext()
@NotNull MemorySegment
VkDisplaySurfaceStereoCreateInfoNV.pNext()
@NotNull MemorySegment
VkDrmFormatModifierPropertiesList2EXT.pNext()
@NotNull MemorySegment
VkDrmFormatModifierPropertiesListEXT.pNext()
@NotNull MemorySegment
VkEventCreateInfo.pNext()
@NotNull MemorySegment
VkExecutionGraphPipelineCreateInfoAMDX.pNext()
@NotNull MemorySegment
VkExecutionGraphPipelineScratchSizeAMDX.pNext()
@NotNull MemorySegment
VkExportFenceCreateInfo.pNext()
@NotNull MemorySegment
VkExportFenceSciSyncInfoNV.pNext()
@NotNull MemorySegment
VkExportFenceWin32HandleInfoKHR.pNext()
@NotNull MemorySegment
VkExportMemoryAllocateInfo.pNext()
@NotNull MemorySegment
VkExportMemoryAllocateInfoNV.pNext()
@NotNull MemorySegment
VkExportMemorySciBufInfoNV.pNext()
@NotNull MemorySegment
VkExportMemoryWin32HandleInfoKHR.pNext()
@NotNull MemorySegment
VkExportMemoryWin32HandleInfoNV.pNext()
@NotNull MemorySegment
VkExportMetalBufferInfoEXT.pNext()
@NotNull MemorySegment
VkExportMetalCommandQueueInfoEXT.pNext()
@NotNull MemorySegment
VkExportMetalDeviceInfoEXT.pNext()
@NotNull MemorySegment
VkExportMetalIOSurfaceInfoEXT.pNext()
@NotNull MemorySegment
VkExportMetalObjectCreateInfoEXT.pNext()
@NotNull MemorySegment
VkExportMetalObjectsInfoEXT.pNext()
@NotNull MemorySegment
VkExportMetalSharedEventInfoEXT.pNext()
@NotNull MemorySegment
VkExportMetalTextureInfoEXT.pNext()
@NotNull MemorySegment
VkExportSemaphoreCreateInfo.pNext()
@NotNull MemorySegment
VkExportSemaphoreSciSyncInfoNV.pNext()
@NotNull MemorySegment
VkExportSemaphoreWin32HandleInfoKHR.pNext()
@NotNull MemorySegment
VkExternalBufferProperties.pNext()
@NotNull MemorySegment
VkExternalComputeQueueCreateInfoNV.pNext()
@NotNull MemorySegment
VkExternalComputeQueueDataParamsNV.pNext()
@NotNull MemorySegment
VkExternalComputeQueueDeviceCreateInfoNV.pNext()
@NotNull MemorySegment
VkExternalFenceProperties.pNext()
@NotNull MemorySegment
VkExternalFormatANDROID.pNext()
@NotNull MemorySegment
VkExternalFormatQNX.pNext()
@NotNull MemorySegment
VkExternalImageFormatProperties.pNext()
@NotNull MemorySegment
VkExternalMemoryAcquireUnmodifiedEXT.pNext()
@NotNull MemorySegment
VkExternalMemoryBufferCreateInfo.pNext()
@NotNull MemorySegment
VkExternalMemoryImageCreateInfo.pNext()
@NotNull MemorySegment
VkExternalMemoryImageCreateInfoNV.pNext()
@NotNull MemorySegment
VkExternalSemaphoreProperties.pNext()
@NotNull MemorySegment
VkFenceCreateInfo.pNext()
@NotNull MemorySegment
VkFenceGetFdInfoKHR.pNext()
@NotNull MemorySegment
VkFenceGetSciSyncInfoNV.pNext()
@NotNull MemorySegment
VkFenceGetWin32HandleInfoKHR.pNext()
@NotNull MemorySegment
VkFilterCubicImageViewImageFormatPropertiesEXT.pNext()
@NotNull MemorySegment
VkFormatProperties2.pNext()
@NotNull MemorySegment
VkFormatProperties3.pNext()
@NotNull MemorySegment
VkFragmentShadingRateAttachmentInfoKHR.pNext()
@NotNull MemorySegment
VkFrameBoundaryEXT.pNext()
@NotNull MemorySegment
VkFramebufferAttachmentImageInfo.pNext()
@NotNull MemorySegment
VkFramebufferAttachmentsCreateInfo.pNext()
@NotNull MemorySegment
VkFramebufferCreateInfo.pNext()
@NotNull MemorySegment
VkFramebufferMixedSamplesCombinationNV.pNext()
@NotNull MemorySegment
VkGeneratedCommandsInfoEXT.pNext()
@NotNull MemorySegment
VkGeneratedCommandsInfoNV.pNext()
@NotNull MemorySegment
VkGeneratedCommandsMemoryRequirementsInfoEXT.pNext()
@NotNull MemorySegment
VkGeneratedCommandsMemoryRequirementsInfoNV.pNext()
@NotNull MemorySegment
VkGeneratedCommandsPipelineInfoEXT.pNext()
@NotNull MemorySegment
VkGeneratedCommandsShaderInfoEXT.pNext()
@NotNull MemorySegment
VkGeometryAABBNV.pNext()
@NotNull MemorySegment
VkGeometryNV.pNext()
@NotNull MemorySegment
VkGeometryTrianglesNV.pNext()
@NotNull MemorySegment
VkGetLatencyMarkerInfoNV.pNext()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pNext()
@NotNull MemorySegment
VkGraphicsPipelineLibraryCreateInfoEXT.pNext()
@NotNull MemorySegment
VkGraphicsPipelineShaderGroupsCreateInfoNV.pNext()
@NotNull MemorySegment
VkGraphicsShaderGroupCreateInfoNV.pNext()
@NotNull MemorySegment
VkHdrMetadataEXT.pNext()
@NotNull MemorySegment
VkHdrVividDynamicMetadataHUAWEI.pNext()
@NotNull MemorySegment
VkHeadlessSurfaceCreateInfoEXT.pNext()
@NotNull MemorySegment
VkHostImageCopyDevicePerformanceQuery.pNext()
@NotNull MemorySegment
VkHostImageLayoutTransitionInfo.pNext()
@NotNull MemorySegment
VkImageAlignmentControlCreateInfoMESA.pNext()
@NotNull MemorySegment
VkImageBlit2.pNext()
@NotNull MemorySegment
VkImageCaptureDescriptorDataInfoEXT.pNext()
@NotNull MemorySegment
VkImageCompressionControlEXT.pNext()
@NotNull MemorySegment
VkImageCompressionPropertiesEXT.pNext()
@NotNull MemorySegment
VkImageConstraintsInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkImageCopy2.pNext()
@NotNull MemorySegment
VkImageCreateInfo.pNext()
@NotNull MemorySegment
VkImageDrmFormatModifierExplicitCreateInfoEXT.pNext()
@NotNull MemorySegment
VkImageDrmFormatModifierListCreateInfoEXT.pNext()
@NotNull MemorySegment
VkImageDrmFormatModifierPropertiesEXT.pNext()
@NotNull MemorySegment
VkImageFormatConstraintsInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkImageFormatListCreateInfo.pNext()
@NotNull MemorySegment
VkImageFormatProperties2.pNext()
@NotNull MemorySegment
VkImageMemoryBarrier.pNext()
@NotNull MemorySegment
VkImageMemoryBarrier2.pNext()
@NotNull MemorySegment
VkImageMemoryRequirementsInfo2.pNext()
@NotNull MemorySegment
VkImagePipeSurfaceCreateInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkImagePlaneMemoryRequirementsInfo.pNext()
@NotNull MemorySegment
VkImageResolve2.pNext()
@NotNull MemorySegment
VkImageSparseMemoryRequirementsInfo2.pNext()
@NotNull MemorySegment
VkImageStencilUsageCreateInfo.pNext()
@NotNull MemorySegment
VkImageSubresource2.pNext()
@NotNull MemorySegment
VkImageSwapchainCreateInfoKHR.pNext()
@NotNull MemorySegment
VkImageToMemoryCopy.pNext()
@NotNull MemorySegment
VkImageViewAddressPropertiesNVX.pNext()
@NotNull MemorySegment
VkImageViewASTCDecodeModeEXT.pNext()
@NotNull MemorySegment
VkImageViewCaptureDescriptorDataInfoEXT.pNext()
@NotNull MemorySegment
VkImageViewCreateInfo.pNext()
@NotNull MemorySegment
VkImageViewHandleInfoNVX.pNext()
@NotNull MemorySegment
VkImageViewMinLodCreateInfoEXT.pNext()
@NotNull MemorySegment
VkImageViewSampleWeightCreateInfoQCOM.pNext()
@NotNull MemorySegment
VkImageViewSlicedCreateInfoEXT.pNext()
@NotNull MemorySegment
VkImageViewUsageCreateInfo.pNext()
@NotNull MemorySegment
VkImportAndroidHardwareBufferInfoANDROID.pNext()
@NotNull MemorySegment
VkImportFenceFdInfoKHR.pNext()
@NotNull MemorySegment
VkImportFenceSciSyncInfoNV.pNext()
@NotNull MemorySegment
VkImportFenceWin32HandleInfoKHR.pNext()
@NotNull MemorySegment
VkImportMemoryBufferCollectionFUCHSIA.pNext()
@NotNull MemorySegment
VkImportMemoryFdInfoKHR.pNext()
@NotNull MemorySegment
VkImportMemoryHostPointerInfoEXT.pNext()
@NotNull MemorySegment
VkImportMemoryMetalHandleInfoEXT.pNext()
@NotNull MemorySegment
VkImportMemorySciBufInfoNV.pNext()
@NotNull MemorySegment
VkImportMemoryWin32HandleInfoKHR.pNext()
@NotNull MemorySegment
VkImportMemoryWin32HandleInfoNV.pNext()
@NotNull MemorySegment
VkImportMemoryZirconHandleInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkImportMetalBufferInfoEXT.pNext()
@NotNull MemorySegment
VkImportMetalIOSurfaceInfoEXT.pNext()
@NotNull MemorySegment
VkImportMetalSharedEventInfoEXT.pNext()
@NotNull MemorySegment
VkImportMetalTextureInfoEXT.pNext()
@NotNull MemorySegment
VkImportScreenBufferInfoQNX.pNext()
@NotNull MemorySegment
VkImportSemaphoreFdInfoKHR.pNext()
@NotNull MemorySegment
VkImportSemaphoreSciSyncInfoNV.pNext()
@NotNull MemorySegment
VkImportSemaphoreWin32HandleInfoKHR.pNext()
@NotNull MemorySegment
VkImportSemaphoreZirconHandleInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkIndirectCommandsLayoutCreateInfoEXT.pNext()
@NotNull MemorySegment
VkIndirectCommandsLayoutCreateInfoNV.pNext()
@NotNull MemorySegment
VkIndirectCommandsLayoutTokenEXT.pNext()
@NotNull MemorySegment
VkIndirectCommandsLayoutTokenNV.pNext()
@NotNull MemorySegment
VkIndirectExecutionSetCreateInfoEXT.pNext()
@NotNull MemorySegment
VkIndirectExecutionSetPipelineInfoEXT.pNext()
@NotNull MemorySegment
VkIndirectExecutionSetShaderInfoEXT.pNext()
@NotNull MemorySegment
VkIndirectExecutionSetShaderLayoutInfoEXT.pNext()
@NotNull MemorySegment
VkInitializePerformanceApiInfoINTEL.pNext()
@NotNull MemorySegment
VkInstanceCreateInfo.pNext()
@NotNull MemorySegment
VkIOSSurfaceCreateInfoMVK.pNext()
@NotNull MemorySegment
VkLatencySleepInfoNV.pNext()
@NotNull MemorySegment
VkLatencySleepModeInfoNV.pNext()
@NotNull MemorySegment
VkLatencySubmissionPresentIdNV.pNext()
@NotNull MemorySegment
VkLatencySurfaceCapabilitiesNV.pNext()
@NotNull MemorySegment
VkLatencyTimingsFrameReportNV.pNext()
@NotNull MemorySegment
VkLayerSettingsCreateInfoEXT.pNext()
@NotNull MemorySegment
VkMacOSSurfaceCreateInfoMVK.pNext()
@NotNull MemorySegment
VkMappedMemoryRange.pNext()
@NotNull MemorySegment
VkMemoryAllocateFlagsInfo.pNext()
@NotNull MemorySegment
VkMemoryAllocateInfo.pNext()
@NotNull MemorySegment
VkMemoryBarrier.pNext()
@NotNull MemorySegment
VkMemoryBarrier2.pNext()
@NotNull MemorySegment
VkMemoryBarrierAccessFlags3KHR.pNext()
@NotNull MemorySegment
VkMemoryDedicatedAllocateInfo.pNext()
@NotNull MemorySegment
VkMemoryDedicatedRequirements.pNext()
@NotNull MemorySegment
VkMemoryFdPropertiesKHR.pNext()
@NotNull MemorySegment
VkMemoryGetAndroidHardwareBufferInfoANDROID.pNext()
@NotNull MemorySegment
VkMemoryGetFdInfoKHR.pNext()
@NotNull MemorySegment
VkMemoryGetMetalHandleInfoEXT.pNext()
@NotNull MemorySegment
VkMemoryGetRemoteAddressInfoNV.pNext()
@NotNull MemorySegment
VkMemoryGetSciBufInfoNV.pNext()
@NotNull MemorySegment
VkMemoryGetWin32HandleInfoKHR.pNext()
@NotNull MemorySegment
VkMemoryGetZirconHandleInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkMemoryHostPointerPropertiesEXT.pNext()
@NotNull MemorySegment
VkMemoryMapInfo.pNext()
@NotNull MemorySegment
VkMemoryMapPlacedInfoEXT.pNext()
@NotNull MemorySegment
VkMemoryMetalHandlePropertiesEXT.pNext()
@NotNull MemorySegment
VkMemoryOpaqueCaptureAddressAllocateInfo.pNext()
@NotNull MemorySegment
VkMemoryPriorityAllocateInfoEXT.pNext()
@NotNull MemorySegment
VkMemoryRequirements2.pNext()
@NotNull MemorySegment
VkMemorySciBufPropertiesNV.pNext()
@NotNull MemorySegment
VkMemoryToImageCopy.pNext()
@NotNull MemorySegment
VkMemoryUnmapInfo.pNext()
@NotNull MemorySegment
VkMemoryWin32HandlePropertiesKHR.pNext()
@NotNull MemorySegment
VkMemoryZirconHandlePropertiesFUCHSIA.pNext()
@NotNull MemorySegment
VkMetalSurfaceCreateInfoEXT.pNext()
@NotNull MemorySegment
VkMicromapBuildInfoEXT.pNext()
@NotNull MemorySegment
VkMicromapBuildSizesInfoEXT.pNext()
@NotNull MemorySegment
VkMicromapCreateInfoEXT.pNext()
@NotNull MemorySegment
VkMicromapVersionInfoEXT.pNext()
@NotNull MemorySegment
VkMultisampledRenderToSingleSampledInfoEXT.pNext()
@NotNull MemorySegment
VkMultisamplePropertiesEXT.pNext()
@NotNull MemorySegment
VkMultiviewPerViewAttributesInfoNVX.pNext()
@NotNull MemorySegment
VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pNext()
@NotNull MemorySegment
VkMutableDescriptorTypeCreateInfoEXT.pNext()
@NotNull MemorySegment
VkOpaqueCaptureDescriptorDataCreateInfoEXT.pNext()
@NotNull MemorySegment
VkOpticalFlowExecuteInfoNV.pNext()
@NotNull MemorySegment
VkOpticalFlowImageFormatInfoNV.pNext()
@NotNull MemorySegment
VkOpticalFlowImageFormatPropertiesNV.pNext()
@NotNull MemorySegment
VkOpticalFlowSessionCreateInfoNV.pNext()
@NotNull MemorySegment
VkOpticalFlowSessionCreatePrivateDataInfoNV.pNext()
@NotNull MemorySegment
VkOutOfBandQueueTypeInfoNV.pNext()
@NotNull MemorySegment
VkPartitionedAccelerationStructureFlagsNV.pNext()
@NotNull MemorySegment
VkPartitionedAccelerationStructureInstancesInputNV.pNext()
@NotNull MemorySegment
VkPerformanceConfigurationAcquireInfoINTEL.pNext()
@NotNull MemorySegment
VkPerformanceCounterDescriptionKHR.pNext()
@NotNull MemorySegment
VkPerformanceCounterKHR.pNext()
@NotNull MemorySegment
VkPerformanceMarkerInfoINTEL.pNext()
@NotNull MemorySegment
VkPerformanceOverrideInfoINTEL.pNext()
@NotNull MemorySegment
VkPerformanceQueryReservationInfoKHR.pNext()
@NotNull MemorySegment
VkPerformanceQuerySubmitInfoKHR.pNext()
@NotNull MemorySegment
VkPerformanceStreamMarkerInfoINTEL.pNext()
@NotNull MemorySegment
VkPerTileBeginInfoQCOM.pNext()
@NotNull MemorySegment
VkPerTileEndInfoQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDevice16BitStorageFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDevice4444FormatsFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDevice8BitStorageFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceAccelerationStructureFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceAccelerationStructurePropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceAddressBindingReportFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceAmigoProfilingFeaturesSEC.pNext()
@NotNull MemorySegment
VkPhysicalDeviceAntiLagFeaturesAMD.pNext()
@NotNull MemorySegment
VkPhysicalDeviceASTCDecodeFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceBufferDeviceAddressFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.pNext()
@NotNull MemorySegment
VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.pNext()
@NotNull MemorySegment
VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCoherentMemoryFeaturesAMD.pNext()
@NotNull MemorySegment
VkPhysicalDeviceColorWriteEnableFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceConditionalRenderingFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceConservativeRasterizationPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCooperativeMatrix2PropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCooperativeMatrixFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCooperativeMatrixFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCooperativeMatrixPropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCooperativeMatrixPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCooperativeVectorFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCooperativeVectorPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCopyMemoryIndirectPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCornerSampledImageFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCoverageReductionModeFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCubicClampFeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCubicWeightsFeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCudaKernelLaunchFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCudaKernelLaunchPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCustomBorderColorFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceCustomBorderColorPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDepthBiasControlFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDepthClampControlFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDepthClipControlFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDepthClipEnableFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDepthStencilResolveProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDescriptorBufferFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDescriptorBufferPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDescriptorIndexingFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDescriptorIndexingProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDiagnosticsConfigFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDiscardRectanglePropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDisplacementMicromapFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDisplacementMicromapPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDriverProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDrmPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDynamicRenderingFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDynamicRenderingLocalReadFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExclusiveScissorFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalBufferInfo.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalComputeQueuePropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalFenceInfo.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalImageFormatInfo.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalMemoryHostPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalMemorySciBufFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalSciSync2FeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalSciSyncFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceExternalSemaphoreInfo.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFaultFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFeatures2.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFloatControlsProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentDensityMapFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentDensityMapPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentShadingRateFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentShadingRateKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceFrameBoundaryFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceGlobalPriorityQueryFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceGroupProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceHdrVividFeaturesHUAWEI.pNext()
@NotNull MemorySegment
VkPhysicalDeviceHostImageCopyFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceHostImageCopyProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceHostQueryResetFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceIDProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageAlignmentControlFeaturesMESA.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageAlignmentControlPropertiesMESA.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageCompressionControlFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageFormatInfo2.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImagelessFramebufferFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageProcessing2FeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageProcessing2PropertiesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageProcessingFeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageProcessingPropertiesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageRobustnessFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageViewImageFormatInfoEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceImageViewMinLodFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceIndexTypeUint8Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceInheritedViewportScissorFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceInlineUniformBlockFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceInlineUniformBlockProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLayeredApiPropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLayeredApiPropertiesListKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLayeredDriverPropertiesMSFT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLegacyDitheringFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLinearColorAttachmentFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLineRasterizationFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceLineRasterizationProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance3Properties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance4Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance4Properties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance5Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance5Properties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance6Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance6Properties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance7FeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance7PropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMaintenance8FeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMemoryBudgetPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMemoryDecompressionFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMemoryDecompressionPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMemoryPriorityFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMemoryProperties2.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMeshShaderFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMeshShaderFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMeshShaderPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMeshShaderPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMultiDrawFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMultiDrawPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMultiviewFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMultiviewProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceNestedCommandBufferFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceNestedCommandBufferPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceOpacityMicromapFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceOpacityMicromapPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceOpticalFlowFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceOpticalFlowPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDevicePCIBusInfoPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDevicePerformanceQueryFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDevicePerformanceQueryPropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDevicePerStageDescriptorSetFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelineBinaryFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelineBinaryPropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelineCreationCacheControlFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelinePropertiesFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelineProtectedAccessFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelineRobustnessFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDevicePipelineRobustnessProperties.pNext()
@NotNull MemorySegment
VkPhysicalDevicePointClippingProperties.pNext()
@NotNull MemorySegment
VkPhysicalDevicePortabilitySubsetFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDevicePortabilitySubsetPropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDevicePresentBarrierFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDevicePresentIdFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDevicePresentMeteringFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDevicePresentWaitFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDevicePrivateDataFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceProperties2.pNext()
@NotNull MemorySegment
VkPhysicalDeviceProtectedMemoryFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceProtectedMemoryProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceProvokingVertexFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceProvokingVertexPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDevicePushDescriptorProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRawAccessChainsFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayQueryFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingPipelineFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRayTracingValidationFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRenderPassStripedFeaturesARM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRenderPassStripedPropertiesARM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRobustness2FeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceRobustness2PropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSampleLocationsPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSamplerFilterMinmaxProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSamplerYcbcrConversionFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceScalarBlockLayoutFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSchedulingControlsFeaturesARM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSchedulingControlsPropertiesARM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderAtomicInt64Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderBfloat16FeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderClockFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderCoreProperties2AMD.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderCorePropertiesAMD.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderCorePropertiesARM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderDrawParametersFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderEnqueueFeaturesAMDX.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderExpectAssumeFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderFloat16Int8Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderFloatControls2Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderImageFootprintFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderIntegerDotProductFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderIntegerDotProductProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderObjectFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderObjectPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderQuadControlFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderSubgroupRotateFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderTerminateInvocationFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderTileImageFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShaderTileImagePropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShadingRateImageFeaturesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceShadingRateImagePropertiesNV.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSparseImageFormatInfo2.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSubgroupProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSubgroupSizeControlFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSubgroupSizeControlProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSurfaceInfo2KHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceSynchronization2Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTexelBufferAlignmentProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTextureCompressionASTCHDRFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTilePropertiesFeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTileShadingFeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTileShadingPropertiesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTimelineSemaphoreFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTimelineSemaphoreProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceToolProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTransformFeedbackFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceTransformFeedbackPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceUniformBufferStandardLayoutFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVariablePointersFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVertexAttributeDivisorFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVertexAttributeDivisorProperties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVideoFormatInfoKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVideoMaintenance1FeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVideoMaintenance2FeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVulkan11Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVulkan11Properties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVulkan12Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVulkan12Properties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVulkan13Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVulkan13Properties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVulkan14Features.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVulkan14Properties.pNext()
@NotNull MemorySegment
VkPhysicalDeviceVulkanMemoryModelFeatures.pNext()
@NotNull MemorySegment
VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.pNext()
@NotNull MemorySegment
VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.pNext()
@NotNull MemorySegment
VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.pNext()
@NotNull MemorySegment
VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.pNext()
@NotNull MemorySegment
VkPipelineBinaryCreateInfoKHR.pNext()
@NotNull MemorySegment
VkPipelineBinaryDataInfoKHR.pNext()
@NotNull MemorySegment
VkPipelineBinaryHandlesInfoKHR.pNext()
@NotNull MemorySegment
VkPipelineBinaryInfoKHR.pNext()
@NotNull MemorySegment
VkPipelineBinaryKeyKHR.pNext()
@NotNull MemorySegment
VkPipelineCacheCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineColorBlendAdvancedStateCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineColorBlendStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineColorWriteCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineCompilerControlCreateInfoAMD.pNext()
@NotNull MemorySegment
VkPipelineCoverageModulationStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPipelineCoverageReductionStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPipelineCoverageToColorStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPipelineCreateFlags2CreateInfo.pNext()
@NotNull MemorySegment
VkPipelineCreateInfoKHR.pNext()
@NotNull MemorySegment
VkPipelineCreationFeedbackCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineDepthStencilStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineDiscardRectangleStateCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineDynamicStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineExecutableInfoKHR.pNext()
@NotNull MemorySegment
VkPipelineExecutableInternalRepresentationKHR.pNext()
@NotNull MemorySegment
VkPipelineExecutablePropertiesKHR.pNext()
@NotNull MemorySegment
VkPipelineExecutableStatisticKHR.pNext()
@NotNull MemorySegment
VkPipelineFragmentShadingRateEnumStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPipelineFragmentShadingRateStateCreateInfoKHR.pNext()
@NotNull MemorySegment
VkPipelineIndirectDeviceAddressInfoNV.pNext()
@NotNull MemorySegment
VkPipelineInfoKHR.pNext()
@NotNull MemorySegment
VkPipelineInputAssemblyStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineLayoutCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineLibraryCreateInfoKHR.pNext()
@NotNull MemorySegment
VkPipelineMultisampleStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelinePropertiesIdentifierEXT.pNext()
@NotNull MemorySegment
VkPipelineRasterizationConservativeStateCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineRasterizationDepthClipStateCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineRasterizationLineStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineRasterizationProvokingVertexStateCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineRasterizationStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineRasterizationStateRasterizationOrderAMD.pNext()
@NotNull MemorySegment
VkPipelineRasterizationStateStreamCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineRenderingCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineRepresentativeFragmentTestStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPipelineRobustnessCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineSampleLocationsStateCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineShaderStageCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineShaderStageNodeCreateInfoAMDX.pNext()
@NotNull MemorySegment
VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineTessellationDomainOriginStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineTessellationStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineVertexInputDivisorStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineVertexInputStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPipelineViewportDepthClampControlCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineViewportDepthClipControlCreateInfoEXT.pNext()
@NotNull MemorySegment
VkPipelineViewportExclusiveScissorStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPipelineViewportShadingRateImageStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPipelineViewportStateCreateInfo.pNext()
@NotNull MemorySegment
VkPipelineViewportSwizzleStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPipelineViewportWScalingStateCreateInfoNV.pNext()
@NotNull MemorySegment
VkPresentFrameTokenGGP.pNext()
@NotNull MemorySegment
VkPresentIdKHR.pNext()
@NotNull MemorySegment
VkPresentInfoKHR.pNext()
@NotNull MemorySegment
VkPresentRegionsKHR.pNext()
@NotNull MemorySegment
VkPresentTimesInfoGOOGLE.pNext()
@NotNull MemorySegment
VkPrivateDataSlotCreateInfo.pNext()
@NotNull MemorySegment
VkProtectedSubmitInfo.pNext()
@NotNull MemorySegment
VkPushConstantsInfo.pNext()
@NotNull MemorySegment
VkPushDescriptorSetInfo.pNext()
@NotNull MemorySegment
VkPushDescriptorSetWithTemplateInfo.pNext()
@NotNull MemorySegment
VkQueryLowLatencySupportNV.pNext()
@NotNull MemorySegment
VkQueryPoolCreateInfo.pNext()
@NotNull MemorySegment
VkQueryPoolPerformanceCreateInfoKHR.pNext()
@NotNull MemorySegment
VkQueryPoolPerformanceQueryCreateInfoINTEL.pNext()
@NotNull MemorySegment
VkQueryPoolVideoEncodeFeedbackCreateInfoKHR.pNext()
@NotNull MemorySegment
VkQueueFamilyCheckpointProperties2NV.pNext()
@NotNull MemorySegment
VkQueueFamilyCheckpointPropertiesNV.pNext()
@NotNull MemorySegment
VkQueueFamilyGlobalPriorityProperties.pNext()
@NotNull MemorySegment
VkQueueFamilyProperties2.pNext()
@NotNull MemorySegment
VkQueueFamilyQueryResultStatusPropertiesKHR.pNext()
@NotNull MemorySegment
VkQueueFamilyVideoPropertiesKHR.pNext()
@NotNull MemorySegment
VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.pNext()
@NotNull MemorySegment
VkRayTracingPipelineCreateInfoKHR.pNext()
@NotNull MemorySegment
VkRayTracingPipelineCreateInfoNV.pNext()
@NotNull MemorySegment
VkRayTracingPipelineInterfaceCreateInfoKHR.pNext()
@NotNull MemorySegment
VkRayTracingShaderGroupCreateInfoKHR.pNext()
@NotNull MemorySegment
VkRayTracingShaderGroupCreateInfoNV.pNext()
@NotNull MemorySegment
VkRefreshObjectListKHR.pNext()
@NotNull MemorySegment
VkReleaseCapturedPipelineDataInfoKHR.pNext()
@NotNull MemorySegment
VkReleaseSwapchainImagesInfoEXT.pNext()
@NotNull MemorySegment
VkRenderingAreaInfo.pNext()
@NotNull MemorySegment
VkRenderingAttachmentInfo.pNext()
@NotNull MemorySegment
VkRenderingAttachmentLocationInfo.pNext()
@NotNull MemorySegment
VkRenderingEndInfoEXT.pNext()
@NotNull MemorySegment
VkRenderingFragmentDensityMapAttachmentInfoEXT.pNext()
@NotNull MemorySegment
VkRenderingFragmentShadingRateAttachmentInfoKHR.pNext()
@NotNull MemorySegment
VkRenderingInfo.pNext()
@NotNull MemorySegment
VkRenderingInputAttachmentIndexInfo.pNext()
@NotNull MemorySegment
VkRenderPassAttachmentBeginInfo.pNext()
@NotNull MemorySegment
VkRenderPassBeginInfo.pNext()
@NotNull MemorySegment
VkRenderPassCreateInfo.pNext()
@NotNull MemorySegment
VkRenderPassCreateInfo2.pNext()
@NotNull MemorySegment
VkRenderPassCreationControlEXT.pNext()
@NotNull MemorySegment
VkRenderPassCreationFeedbackCreateInfoEXT.pNext()
@NotNull MemorySegment
VkRenderPassFragmentDensityMapCreateInfoEXT.pNext()
@NotNull MemorySegment
VkRenderPassFragmentDensityMapOffsetEndInfoEXT.pNext()
@NotNull MemorySegment
VkRenderPassInputAttachmentAspectCreateInfo.pNext()
@NotNull MemorySegment
VkRenderPassMultiviewCreateInfo.pNext()
@NotNull MemorySegment
VkRenderPassSampleLocationsBeginInfoEXT.pNext()
@NotNull MemorySegment
VkRenderPassStripeBeginInfoARM.pNext()
@NotNull MemorySegment
VkRenderPassStripeInfoARM.pNext()
@NotNull MemorySegment
VkRenderPassStripeSubmitInfoARM.pNext()
@NotNull MemorySegment
VkRenderPassSubpassFeedbackCreateInfoEXT.pNext()
@NotNull MemorySegment
VkRenderPassTileShadingCreateInfoQCOM.pNext()
@NotNull MemorySegment
VkRenderPassTransformBeginInfoQCOM.pNext()
@NotNull MemorySegment
VkResolveImageInfo2.pNext()
@NotNull MemorySegment
VkSampleLocationsInfoEXT.pNext()
@NotNull MemorySegment
VkSamplerBlockMatchWindowCreateInfoQCOM.pNext()
@NotNull MemorySegment
VkSamplerBorderColorComponentMappingCreateInfoEXT.pNext()
@NotNull MemorySegment
VkSamplerCaptureDescriptorDataInfoEXT.pNext()
@NotNull MemorySegment
VkSamplerCreateInfo.pNext()
@NotNull MemorySegment
VkSamplerCubicWeightsCreateInfoQCOM.pNext()
@NotNull MemorySegment
VkSamplerCustomBorderColorCreateInfoEXT.pNext()
@NotNull MemorySegment
VkSamplerReductionModeCreateInfo.pNext()
@NotNull MemorySegment
VkSamplerYcbcrConversionCreateInfo.pNext()
@NotNull MemorySegment
VkSamplerYcbcrConversionImageFormatProperties.pNext()
@NotNull MemorySegment
VkSamplerYcbcrConversionInfo.pNext()
@NotNull MemorySegment
VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.pNext()
@NotNull MemorySegment
VkSciSyncAttributesInfoNV.pNext()
@NotNull MemorySegment
VkScreenBufferFormatPropertiesQNX.pNext()
@NotNull MemorySegment
VkScreenBufferPropertiesQNX.pNext()
@NotNull MemorySegment
VkScreenSurfaceCreateInfoQNX.pNext()
@NotNull MemorySegment
VkSemaphoreCreateInfo.pNext()
@NotNull MemorySegment
VkSemaphoreGetFdInfoKHR.pNext()
@NotNull MemorySegment
VkSemaphoreGetSciSyncInfoNV.pNext()
@NotNull MemorySegment
VkSemaphoreGetWin32HandleInfoKHR.pNext()
@NotNull MemorySegment
VkSemaphoreGetZirconHandleInfoFUCHSIA.pNext()
@NotNull MemorySegment
VkSemaphoreSciSyncCreateInfoNV.pNext()
@NotNull MemorySegment
VkSemaphoreSciSyncPoolCreateInfoNV.pNext()
@NotNull MemorySegment
VkSemaphoreSignalInfo.pNext()
@NotNull MemorySegment
VkSemaphoreSubmitInfo.pNext()
@NotNull MemorySegment
VkSemaphoreTypeCreateInfo.pNext()
@NotNull MemorySegment
VkSemaphoreWaitInfo.pNext()
@NotNull MemorySegment
VkSetDescriptorBufferOffsetsInfoEXT.pNext()
@NotNull MemorySegment
VkSetLatencyMarkerInfoNV.pNext()
@NotNull MemorySegment
VkSetPresentConfigNV.pNext()
@NotNull MemorySegment
VkShaderCreateInfoEXT.pNext()
@NotNull MemorySegment
VkShaderModuleCreateInfo.pNext()
@NotNull MemorySegment
VkShaderModuleIdentifierEXT.pNext()
@NotNull MemorySegment
VkShaderModuleValidationCacheCreateInfoEXT.pNext()
@NotNull MemorySegment
VkSharedPresentSurfaceCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkSparseImageFormatProperties2.pNext()
@NotNull MemorySegment
VkSparseImageMemoryRequirements2.pNext()
@NotNull MemorySegment
VkStreamDescriptorSurfaceCreateInfoGGP.pNext()
@NotNull MemorySegment
VkSubmitInfo.pNext()
@NotNull MemorySegment
VkSubmitInfo2.pNext()
@NotNull MemorySegment
VkSubpassBeginInfo.pNext()
@NotNull MemorySegment
VkSubpassDependency2.pNext()
@NotNull MemorySegment
VkSubpassDescription2.pNext()
@NotNull MemorySegment
VkSubpassDescriptionDepthStencilResolve.pNext()
@NotNull MemorySegment
VkSubpassEndInfo.pNext()
@NotNull MemorySegment
VkSubpassResolvePerformanceQueryEXT.pNext()
@NotNull MemorySegment
VkSubpassShadingPipelineCreateInfoHUAWEI.pNext()
@NotNull MemorySegment
VkSubresourceHostMemcpySize.pNext()
@NotNull MemorySegment
VkSubresourceLayout2.pNext()
@NotNull MemorySegment
VkSurfaceCapabilities2EXT.pNext()
@NotNull MemorySegment
VkSurfaceCapabilities2KHR.pNext()
@NotNull MemorySegment
VkSurfaceCapabilitiesFullScreenExclusiveEXT.pNext()
@NotNull MemorySegment
VkSurfaceCapabilitiesPresentBarrierNV.pNext()
@NotNull MemorySegment
VkSurfaceFormat2KHR.pNext()
@NotNull MemorySegment
VkSurfaceFullScreenExclusiveInfoEXT.pNext()
@NotNull MemorySegment
VkSurfaceFullScreenExclusiveWin32InfoEXT.pNext()
@NotNull MemorySegment
VkSurfacePresentModeCompatibilityEXT.pNext()
@NotNull MemorySegment
VkSurfacePresentModeEXT.pNext()
@NotNull MemorySegment
VkSurfacePresentScalingCapabilitiesEXT.pNext()
@NotNull MemorySegment
VkSurfaceProtectedCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkSwapchainCounterCreateInfoEXT.pNext()
@NotNull MemorySegment
VkSwapchainCreateInfoKHR.pNext()
@NotNull MemorySegment
VkSwapchainDisplayNativeHdrCreateInfoAMD.pNext()
@NotNull MemorySegment
VkSwapchainLatencyCreateInfoNV.pNext()
@NotNull MemorySegment
VkSwapchainPresentBarrierCreateInfoNV.pNext()
@NotNull MemorySegment
VkSwapchainPresentFenceInfoEXT.pNext()
@NotNull MemorySegment
VkSwapchainPresentModeInfoEXT.pNext()
@NotNull MemorySegment
VkSwapchainPresentModesCreateInfoEXT.pNext()
@NotNull MemorySegment
VkSwapchainPresentScalingCreateInfoEXT.pNext()
@NotNull MemorySegment
VkSysmemColorSpaceFUCHSIA.pNext()
@NotNull MemorySegment
VkTextureLODGatherFormatPropertiesAMD.pNext()
@NotNull MemorySegment
VkTileMemoryBindInfoQCOM.pNext()
@NotNull MemorySegment
VkTileMemoryRequirementsQCOM.pNext()
@NotNull MemorySegment
VkTileMemorySizeInfoQCOM.pNext()
@NotNull MemorySegment
VkTilePropertiesQCOM.pNext()
@NotNull MemorySegment
VkTimelineSemaphoreSubmitInfo.pNext()
@NotNull MemorySegment
VkValidationCacheCreateInfoEXT.pNext()
@NotNull MemorySegment
VkValidationFeaturesEXT.pNext()
@NotNull MemorySegment
VkValidationFlagsEXT.pNext()
@NotNull MemorySegment
VkVertexInputAttributeDescription2EXT.pNext()
@NotNull MemorySegment
VkVertexInputBindingDescription2EXT.pNext()
@NotNull MemorySegment
VkVideoBeginCodingInfoKHR.pNext()
@NotNull MemorySegment
VkVideoCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoCodingControlInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeAV1CapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeAV1DpbSlotInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeAV1InlineSessionParametersInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeAV1PictureInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeAV1ProfileInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeAV1SessionParametersCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH264CapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH264DpbSlotInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH264InlineSessionParametersInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH264PictureInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH264ProfileInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH264SessionParametersAddInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH264SessionParametersCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH265CapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH265DpbSlotInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH265InlineSessionParametersInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH265PictureInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH265ProfileInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH265SessionParametersAddInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeH265SessionParametersCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeInfoKHR.pNext()
@NotNull MemorySegment
VkVideoDecodeUsageInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1CapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1DpbSlotInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1GopRemainingFrameInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1PictureInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1ProfileInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1QualityLevelPropertiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1QuantizationMapCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1RateControlInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1RateControlLayerInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1SessionCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264CapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264DpbSlotInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264GopRemainingFrameInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264NaluSliceInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264PictureInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264ProfileInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264QualityLevelPropertiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264QuantizationMapCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264RateControlInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264RateControlLayerInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264SessionCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264SessionParametersAddInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264SessionParametersCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264SessionParametersFeedbackInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH264SessionParametersGetInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265CapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265DpbSlotInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265GopRemainingFrameInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265NaluSliceSegmentInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265PictureInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265ProfileInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265QualityLevelPropertiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265QuantizationMapCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265RateControlInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265RateControlLayerInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265SessionCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265SessionParametersAddInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265SessionParametersCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265SessionParametersFeedbackInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeH265SessionParametersGetInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeQualityLevelInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeQualityLevelPropertiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeQuantizationMapCapabilitiesKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeQuantizationMapInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeRateControlInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeRateControlLayerInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeSessionParametersFeedbackInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeSessionParametersGetInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEncodeUsageInfoKHR.pNext()
@NotNull MemorySegment
VkVideoEndCodingInfoKHR.pNext()
@NotNull MemorySegment
VkVideoFormatAV1QuantizationMapPropertiesKHR.pNext()
@NotNull MemorySegment
VkVideoFormatH265QuantizationMapPropertiesKHR.pNext()
@NotNull MemorySegment
VkVideoFormatPropertiesKHR.pNext()
@NotNull MemorySegment
VkVideoFormatQuantizationMapPropertiesKHR.pNext()
@NotNull MemorySegment
VkVideoInlineQueryInfoKHR.pNext()
@NotNull MemorySegment
VkVideoPictureResourceInfoKHR.pNext()
@NotNull MemorySegment
VkVideoProfileInfoKHR.pNext()
@NotNull MemorySegment
VkVideoProfileListInfoKHR.pNext()
@NotNull MemorySegment
VkVideoReferenceSlotInfoKHR.pNext()
@NotNull MemorySegment
VkVideoSessionCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoSessionMemoryRequirementsKHR.pNext()
@NotNull MemorySegment
VkVideoSessionParametersCreateInfoKHR.pNext()
@NotNull MemorySegment
VkVideoSessionParametersUpdateInfoKHR.pNext()
@NotNull MemorySegment
VkViSurfaceCreateInfoNN.pNext()
@NotNull MemorySegment
VkWaylandSurfaceCreateInfoKHR.pNext()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoKHR.pNext()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoNV.pNext()
@NotNull MemorySegment
VkWin32SurfaceCreateInfoKHR.pNext()
@NotNull MemorySegment
VkWriteDescriptorSet.pNext()
@NotNull MemorySegment
VkWriteDescriptorSetAccelerationStructureKHR.pNext()
@NotNull MemorySegment
VkWriteDescriptorSetAccelerationStructureNV.pNext()
@NotNull MemorySegment
VkWriteDescriptorSetInlineUniformBlock.pNext()
@NotNull MemorySegment
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pNext()
@NotNull MemorySegment
VkWriteIndirectExecutionSetPipelineEXT.pNext()
@NotNull MemorySegment
VkWriteIndirectExecutionSetShaderEXT.pNext()
@NotNull MemorySegment
VkXcbSurfaceCreateInfoKHR.pNext()
@NotNull MemorySegment
VkXlibSurfaceCreateInfoKHR.pNext()
@NotNull MemorySegment
VkBaseInStructure.pNextRaw()
@NotNull MemorySegment
VkBaseOutStructure.pNextRaw()
@NotNull MemorySegment
VkDebugMarkerObjectNameInfoEXT.pObjectNameRaw()
@NotNull MemorySegment
VkDebugUtilsObjectNameInfoEXT.pObjectNameRaw()
@NotNull MemorySegment
VkDebugUtilsMessengerCallbackDataEXT.pObjectsRaw()
@NotNull MemorySegment
VkRefreshObjectListKHR.pObjectsRaw()
@NotNull MemorySegment
StdVideoH264SequenceParameterSet.pOffsetForRefFrameRaw()
@Nullable LongPtr
VkSetDescriptorBufferOffsetsInfoEXT.pOffsets()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@NotNull MemorySegment
VkSetDescriptorBufferOffsetsInfoEXT.pOffsetsRaw()
@NotNull MemorySegment
VkVideoDecodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw()
@NotNull MemorySegment
VkVideoDecodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw()
@NotNull MemorySegment
VkVideoEncodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw()
@NotNull MemorySegment
VkVideoEncodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw()
@NotNull MemorySegment
VkCudaLaunchInfoNV.pParams()
@NotNull MemorySegment
VkCuLaunchInfoNVX.pParams()
@NotNull MemorySegment
VkDeviceCreateInfo.ppEnabledExtensionNamesRaw()
@NotNull MemorySegment
VkInstanceCreateInfo.ppEnabledExtensionNamesRaw()
@NotNull MemorySegment
VkDeviceCreateInfo.ppEnabledLayerNamesRaw()
@NotNull MemorySegment
VkInstanceCreateInfo.ppEnabledLayerNamesRaw()
@NotNull MemorySegment
VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreasRaw()
@NotNull MemorySegment
VkAccelerationStructureBuildGeometryInfoKHR.ppGeometriesRaw()
@NotNull MemorySegment
VkDeviceGroupDeviceCreateInfo.pPhysicalDevicesRaw()
@NotNull MemorySegment
VkVideoReferenceSlotInfoKHR.pPictureResourceRaw()
@NotNull MemorySegment
VkPipelineBinaryHandlesInfoKHR.pPipelineBinariesRaw()
@NotNull MemorySegment
VkPipelineBinaryInfoKHR.pPipelineBinariesRaw()
@NotNull MemorySegment
VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryDataRaw()
@NotNull MemorySegment
VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeysRaw()
@NotNull MemorySegment
VkPipelineBinaryCreateInfoKHR.pPipelineCreateInfoRaw()
@NotNull MemorySegment
VkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedbackRaw()
@NotNull MemorySegment
VkIndirectExecutionSetInfoEXT.pPipelineInfoRaw()
@NotNull MemorySegment
VkGraphicsPipelineShaderGroupsCreateInfoNV.pPipelinesRaw()
@NotNull MemorySegment
VkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacksRaw()
@NotNull MemorySegment
VkMemoryMapPlacedInfoEXT.pPlacedAddress()
@NotNull MemorySegment
VkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayoutsRaw()
@NotNull MemorySegment
VkDescriptorPoolCreateInfo.pPoolSizesRaw()
@NotNull MemorySegment
VkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocationsRaw()
@NotNull MemorySegment
StdVideoH265PictureParameterSet.pPredictorPaletteEntriesRaw()
@NotNull MemorySegment
StdVideoH265SequenceParameterSet.pPredictorPaletteEntriesRaw()
@NotNull MemorySegment
VkAntiLagDataAMD.pPresentationInfoRaw()
@NotNull MemorySegment
VkPresentIdKHR.pPresentIdsRaw()
@NotNull MemorySegment
VkLatencySurfaceCapabilitiesNV.pPresentModesRaw()
@NotNull MemorySegment
VkSurfacePresentModeCompatibilityEXT.pPresentModesRaw()
@NotNull MemorySegment
VkSwapchainPresentModeInfoEXT.pPresentModesRaw()
@NotNull MemorySegment
VkSwapchainPresentModesCreateInfoEXT.pPresentModesRaw()
@NotNull MemorySegment
VkSubpassDescription.pPreserveAttachmentsRaw()
@NotNull MemorySegment
VkSubpassDescription2.pPreserveAttachmentsRaw()
@NotNull MemorySegment
VkOpticalFlowSessionCreatePrivateDataInfoNV.pPrivateData()
@NotNull MemorySegment
VkVideoProfileListInfoKHR.pProfilesRaw()
@NotNull MemorySegment
StdVideoH265SequenceParameterSet.pProfileTierLevelRaw()
@NotNull MemorySegment
StdVideoH265VideoParameterSet.pProfileTierLevelRaw()
@NotNull MemorySegment
VkAccelerationStructureTrianglesDisplacementMicromapNV.ppUsageCountsRaw()
@NotNull MemorySegment
VkAccelerationStructureTrianglesOpacityMicromapEXT.ppUsageCountsRaw()
@NotNull MemorySegment
VkMicromapBuildInfoEXT.ppUsageCountsRaw()
@NotNull MemorySegment
VkIndirectExecutionSetShaderInfoEXT.pPushConstantRangesRaw()
@NotNull MemorySegment
VkPipelineLayoutCreateInfo.pPushConstantRangesRaw()
@NotNull MemorySegment
VkShaderCreateInfoEXT.pPushConstantRangesRaw()
@NotNull MemorySegment
VkIndirectCommandsTokenDataEXT.pPushConstantRaw()
@NotNull MemorySegment
StdVideoDecodeAV1PictureInfo.pQuantizationRaw()
@NotNull MemorySegment
StdVideoEncodeAV1PictureInfo.pQuantizationRaw()
@NotNull MemorySegment
VkQueryLowLatencySupportNV.pQueriedLowLatencyData()
@NotNull MemorySegment
VkDeviceCreateInfo.pQueueCreateInfosRaw()
@NotNull MemorySegment
VkBufferCreateInfo.pQueueFamilyIndicesRaw()
@NotNull MemorySegment
VkImageCreateInfo.pQueueFamilyIndicesRaw()
@NotNull MemorySegment
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndicesRaw()
@NotNull MemorySegment
VkSwapchainCreateInfoKHR.pQueueFamilyIndicesRaw()
@NotNull MemorySegment
VkDebugUtilsMessengerCallbackDataEXT.pQueueLabelsRaw()
@NotNull MemorySegment
VkDeviceQueueCreateInfo.pQueuePrioritiesRaw()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pRasterizationStateRaw()
@NotNull MemorySegment
VkPresentRegionKHR.pRectanglesRaw()
@NotNull MemorySegment
VkVideoBeginCodingInfoKHR.pReferenceSlotsRaw()
@NotNull MemorySegment
VkVideoDecodeInfoKHR.pReferenceSlotsRaw()
@NotNull MemorySegment
VkVideoEncodeInfoKHR.pReferenceSlotsRaw()
@NotNull MemorySegment
StdVideoEncodeH264ReferenceListsInfo.pRefList0ModOperationsRaw()
@NotNull MemorySegment
StdVideoEncodeH264ReferenceListsInfo.pRefList1ModOperationsRaw()
@NotNull MemorySegment
StdVideoEncodeH264PictureInfo.pRefListsRaw()
@NotNull MemorySegment
StdVideoEncodeH265PictureInfo.pRefListsRaw()
@NotNull MemorySegment
StdVideoEncodeH264ReferenceListsInfo.pRefPicMarkingOperationsRaw()
@NotNull MemorySegment
VkBlitImageInfo2.pRegionsRaw()
@NotNull MemorySegment
VkCopyBufferInfo2.pRegionsRaw()
@NotNull MemorySegment
VkCopyBufferToImageInfo2.pRegionsRaw()
@NotNull MemorySegment
VkCopyImageInfo2.pRegionsRaw()
@NotNull MemorySegment
VkCopyImageToBufferInfo2.pRegionsRaw()
@NotNull MemorySegment
VkCopyImageToImageInfo.pRegionsRaw()
@NotNull MemorySegment
VkCopyImageToMemoryInfo.pRegionsRaw()
@NotNull MemorySegment
VkCopyMemoryToImageInfo.pRegionsRaw()
@NotNull MemorySegment
VkOpticalFlowExecuteInfoNV.pRegionsRaw()
@NotNull MemorySegment
VkPresentRegionsKHR.pRegionsRaw()
@NotNull MemorySegment
VkResolveImageInfo2.pRegionsRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseKeysRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseKeysRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseSyncsRaw()
@NotNull MemorySegment
VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseSyncsRaw()
@NotNull MemorySegment
VkRenderPassCreationFeedbackCreateInfoEXT.pRenderPassFeedbackRaw()
@NotNull MemorySegment
VkSubpassDescription.pResolveAttachmentsRaw()
@NotNull MemorySegment
VkSubpassDescription2.pResolveAttachmentsRaw()
@NotNull MemorySegment
VkBindMemoryStatus.pResultRaw()
@NotNull MemorySegment
VkPresentInfoKHR.pResultsRaw()
@NotNull MemorySegment
VkDescriptorDataEXT.pSampledImageRaw()
@NotNull MemorySegment
VkCoarseSampleOrderCustomNV.pSampleLocationsRaw()
@NotNull MemorySegment
VkSampleLocationsInfoEXT.pSampleLocationsRaw()
@Nullable IntPtr
VkPipelineMultisampleStateCreateInfo.pSampleMask()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@NotNull MemorySegment
VkPipelineMultisampleStateCreateInfo.pSampleMaskRaw()
@NotNull MemorySegment
VkDescriptorDataEXT.pSamplerRaw()
@NotNull MemorySegment
StdVideoH264PictureParameterSet.pScalingListsRaw()
@NotNull MemorySegment
StdVideoH264SequenceParameterSet.pScalingListsRaw()
@NotNull MemorySegment
StdVideoH265PictureParameterSet.pScalingListsRaw()
@NotNull MemorySegment
StdVideoH265SequenceParameterSet.pScalingListsRaw()
@NotNull MemorySegment
VkPipelineViewportStateCreateInfo.pScissorsRaw()
@NotNull MemorySegment
StdVideoDecodeAV1PictureInfo.pSegmentationRaw()
@NotNull MemorySegment
StdVideoEncodeAV1PictureInfo.pSegmentationRaw()
@NotNull MemorySegment
VkSemaphoreWaitInfo.pSemaphoresRaw()
@NotNull MemorySegment
StdVideoH264SequenceParameterSet.pSequenceParameterSetVuiRaw()
@NotNull MemorySegment
StdVideoH265SequenceParameterSet.pSequenceParameterSetVuiRaw()
@NotNull MemorySegment
VkIndirectExecutionSetShaderInfoEXT.pSetLayoutInfosRaw()
@NotNull MemorySegment
VkDescriptorSetAllocateInfo.pSetLayoutsRaw()
@NotNull MemorySegment
VkIndirectExecutionSetShaderLayoutInfoEXT.pSetLayoutsRaw()
@NotNull MemorySegment
VkPipelineLayoutCreateInfo.pSetLayoutsRaw()
@NotNull MemorySegment
VkShaderCreateInfoEXT.pSetLayoutsRaw()
@NotNull MemorySegment
VkLayerSettingEXT.pSettingNameRaw()
@NotNull MemorySegment
VkLayerSettingsCreateInfoEXT.pSettingsRaw()
@NotNull MemorySegment
VkVideoDecodeInfoKHR.pSetupReferenceSlotRaw()
@NotNull MemorySegment
VkVideoEncodeInfoKHR.pSetupReferenceSlotRaw()
@NotNull MemorySegment
VkRayTracingShaderGroupCreateInfoKHR.pShaderGroupCaptureReplayHandle()
@NotNull MemorySegment
VkIndirectExecutionSetInfoEXT.pShaderInfoRaw()
@NotNull MemorySegment
VkGeneratedCommandsShaderInfoEXT.pShadersRaw()
@NotNull MemorySegment
VkShadingRatePaletteNV.pShadingRatePaletteEntriesRaw()
@NotNull MemorySegment
VkPipelineViewportShadingRateImageStateCreateInfoNV.pShadingRatePalettesRaw()
@NotNull MemorySegment
StdVideoEncodeH265PictureInfo.pShortTermRefPicSetRaw()
@NotNull MemorySegment
StdVideoH265SequenceParameterSet.pShortTermRefPicSetRaw()
@NotNull MemorySegment
VkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndicesRaw()
@NotNull MemorySegment
VkSubmitInfo2.pSignalSemaphoreInfosRaw()
@NotNull MemorySegment
VkBindSparseInfo.pSignalSemaphoresRaw()
@NotNull MemorySegment
VkSubmitInfo.pSignalSemaphoresRaw()
@NotNull MemorySegment
VkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValuesRaw()
@NotNull MemorySegment
VkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValuesRaw()
@NotNull MemorySegment
VkVideoDecodeH264PictureInfoKHR.pSliceOffsetsRaw()
@NotNull MemorySegment
VkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsetsRaw()
@NotNull MemorySegment
VkPipelineShaderStageCreateInfo.pSpecializationInfoRaw()
@NotNull MemorySegment
VkShaderCreateInfoEXT.pSpecializationInfoRaw()
@NotNull MemorySegment
VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegionsRaw()
@NotNull MemorySegment
VkExecutionGraphPipelineCreateInfoAMDX.pStagesRaw()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pStagesRaw()
@NotNull MemorySegment
VkGraphicsShaderGroupCreateInfoNV.pStagesRaw()
@NotNull MemorySegment
VkRayTracingPipelineCreateInfoKHR.pStagesRaw()
@NotNull MemorySegment
VkRayTracingPipelineCreateInfoNV.pStagesRaw()
@NotNull MemorySegment
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdDecoderModelInfoRaw()
@NotNull MemorySegment
VkVideoSessionCreateInfoKHR.pStdHeaderVersionRaw()
@NotNull MemorySegment
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdOperatingPointsRaw()
@NotNull MemorySegment
VkVideoDecodeAV1PictureInfoKHR.pStdPictureInfoRaw()
@NotNull MemorySegment
VkVideoDecodeH264PictureInfoKHR.pStdPictureInfoRaw()
@NotNull MemorySegment
VkVideoDecodeH265PictureInfoKHR.pStdPictureInfoRaw()
@NotNull MemorySegment
VkVideoEncodeAV1PictureInfoKHR.pStdPictureInfoRaw()
@NotNull MemorySegment
VkVideoEncodeH264PictureInfoKHR.pStdPictureInfoRaw()
@NotNull MemorySegment
VkVideoEncodeH265PictureInfoKHR.pStdPictureInfoRaw()
@NotNull MemorySegment
VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdPPSRaw()
@NotNull MemorySegment
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdPPSRaw()
@NotNull MemorySegment
VkVideoDecodeH264SessionParametersAddInfoKHR.pStdPPSsRaw()
@NotNull MemorySegment
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdPPSsRaw()
@NotNull MemorySegment
VkVideoEncodeH264SessionParametersAddInfoKHR.pStdPPSsRaw()
@NotNull MemorySegment
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdPPSsRaw()
@NotNull MemorySegment
VkVideoDecodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw()
@NotNull MemorySegment
VkVideoDecodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw()
@NotNull MemorySegment
VkVideoDecodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw()
@NotNull MemorySegment
VkVideoEncodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw()
@NotNull MemorySegment
VkVideoEncodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw()
@NotNull MemorySegment
VkVideoEncodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw()
@NotNull MemorySegment
VkVideoDecodeAV1InlineSessionParametersInfoKHR.pStdSequenceHeaderRaw()
@NotNull MemorySegment
VkVideoDecodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw()
@NotNull MemorySegment
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw()
@NotNull MemorySegment
VkVideoEncodeH264NaluSliceInfoKHR.pStdSliceHeaderRaw()
@NotNull MemorySegment
VkVideoEncodeH265NaluSliceSegmentInfoKHR.pStdSliceSegmentHeaderRaw()
@NotNull MemorySegment
VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPSRaw()
@NotNull MemorySegment
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPSRaw()
@NotNull MemorySegment
VkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSsRaw()
@NotNull MemorySegment
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSsRaw()
@NotNull MemorySegment
VkVideoEncodeH264SessionParametersAddInfoKHR.pStdSPSsRaw()
@NotNull MemorySegment
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdSPSsRaw()
@NotNull MemorySegment
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPSRaw()
@NotNull MemorySegment
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSsRaw()
@NotNull MemorySegment
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSsRaw()
@NotNull MemorySegment
VkRenderingInfo.pStencilAttachmentRaw()
@NotNull MemorySegment
VkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndexRaw()
@NotNull MemorySegment
VkDescriptorDataEXT.pStorageBufferRaw()
@NotNull MemorySegment
VkDescriptorDataEXT.pStorageImageRaw()
@NotNull MemorySegment
VkDescriptorDataEXT.pStorageTexelBufferRaw()
@NotNull MemorySegment
VkGeneratedCommandsInfoNV.pStreamsRaw()
@NotNull MemorySegment
VkIndirectCommandsLayoutCreateInfoNV.pStreamStridesRaw()
@NotNull MemorySegment
VkRenderPassStripeBeginInfoARM.pStripeInfosRaw()
@NotNull MemorySegment
VkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfosRaw()
@NotNull MemorySegment
StdVideoH265HrdParameters.pSubLayerHrdParametersNalRaw()
@NotNull MemorySegment
StdVideoH265HrdParameters.pSubLayerHrdParametersVclRaw()
@NotNull MemorySegment
VkRenderPassCreateInfo.pSubpassesRaw()
@NotNull MemorySegment
VkRenderPassCreateInfo2.pSubpassesRaw()
@NotNull MemorySegment
VkRenderPassSubpassFeedbackCreateInfoEXT.pSubpassFeedbackRaw()
@NotNull MemorySegment
VkDeviceImageSubresourceInfo.pSubresourceRaw()
@NotNull MemorySegment
VkPresentInfoKHR.pSwapchainsRaw()
@NotNull MemorySegment
VkDebugMarkerObjectTagInfoEXT.pTag()
@NotNull MemorySegment
VkDebugUtilsObjectTagInfoEXT.pTag()
@NotNull MemorySegment
VkFrameBoundaryEXT.pTag()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pTessellationStateRaw()
@NotNull MemorySegment
VkGraphicsShaderGroupCreateInfoNV.pTessellationStateRaw()
@NotNull MemorySegment
VkWriteDescriptorSet.pTexelBufferViewRaw()
@NotNull MemorySegment
StdVideoDecodeAV1PictureInfo.pTileInfoRaw()
@NotNull MemorySegment
StdVideoEncodeAV1PictureInfo.pTileInfoRaw()
@NotNull MemorySegment
VkVideoDecodeAV1PictureInfoKHR.pTileOffsetsRaw()
@NotNull MemorySegment
VkVideoDecodeAV1PictureInfoKHR.pTileSizesRaw()
@NotNull MemorySegment
VkPresentTimesInfoGOOGLE.pTimesRaw()
@NotNull MemorySegment
StdVideoAV1SequenceHeader.pTimingInfoRaw()
@NotNull MemorySegment
VkGetLatencyMarkerInfoNV.pTimingsRaw()
@NotNull MemorySegment
VkIndirectCommandsLayoutCreateInfoEXT.pTokensRaw()
@NotNull MemorySegment
VkIndirectCommandsLayoutCreateInfoNV.pTokensRaw()
@NotNull MemorySegment
VkClusterAccelerationStructureOpInputNV.pTriangleClustersRaw()
@NotNull MemorySegment
VkDescriptorDataEXT.pUniformBufferRaw()
@NotNull MemorySegment
VkDescriptorDataEXT.pUniformTexelBufferRaw()
@NotNull MemorySegment
VkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCountsRaw()
@NotNull MemorySegment
VkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCountsRaw()
@NotNull MemorySegment
VkMicromapBuildInfoEXT.pUsageCountsRaw()
@NotNull MemorySegment
VkAllocationCallbacks.pUserData()
@NotNull MemorySegment
VkDebugReportCallbackCreateInfoEXT.pUserData()
@NotNull MemorySegment
VkDebugUtilsMessengerCreateInfoEXT.pUserData()
@NotNull MemorySegment
VkDeviceDeviceMemoryReportCreateInfoEXT.pUserData()
@NotNull MemorySegment
VkInitializePerformanceApiInfoINTEL.pUserData()
@NotNull MemorySegment
VkLayerSettingEXT.pValues()
@NotNull MemorySegment
VkPushConstantsInfo.pValues()
@NotNull MemorySegment
VkSemaphoreWaitInfo.pValuesRaw()
@NotNull MemorySegment
VkDeviceFaultInfoEXT.pVendorBinaryData()
@NotNull MemorySegment
VkDeviceFaultInfoEXT.pVendorInfosRaw()
@NotNull MemorySegment
VkAccelerationStructureVersionInfoKHR.pVersionDataRaw()
@NotNull MemorySegment
VkMicromapVersionInfoEXT.pVersionDataRaw()
@NotNull MemorySegment
VkPipelineVertexInputStateCreateInfo.pVertexAttributeDescriptionsRaw()
@NotNull MemorySegment
VkPipelineVertexInputStateCreateInfo.pVertexBindingDescriptionsRaw()
@NotNull MemorySegment
VkPipelineVertexInputDivisorStateCreateInfo.pVertexBindingDivisorsRaw()
@NotNull MemorySegment
VkIndirectCommandsTokenDataEXT.pVertexBufferRaw()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pVertexInputStateRaw()
@NotNull MemorySegment
VkGraphicsShaderGroupCreateInfoNV.pVertexInputStateRaw()
@NotNull MemorySegment
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfileRaw()
@NotNull MemorySegment
VkVideoSessionCreateInfoKHR.pVideoProfileRaw()
@NotNull MemorySegment
VkIOSSurfaceCreateInfoMVK.pView()
@NotNull MemorySegment
VkMacOSSurfaceCreateInfoMVK.pView()
@NotNull MemorySegment
VkFramebufferAttachmentImageInfo.pViewFormatsRaw()
@NotNull MemorySegment
VkImageFormatListCreateInfo.pViewFormatsRaw()
@NotNull MemorySegment
VkRenderPassMultiviewCreateInfo.pViewMasksRaw()
@NotNull MemorySegment
VkRenderPassMultiviewCreateInfo.pViewOffsetsRaw()
@NotNull MemorySegment
VkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepthsRaw()
@NotNull MemorySegment
VkPipelineViewportStateCreateInfo.pViewportsRaw()
@NotNull MemorySegment
VkGraphicsPipelineCreateInfo.pViewportStateRaw()
@NotNull MemorySegment
VkPipelineViewportSwizzleStateCreateInfoNV.pViewportSwizzlesRaw()
@NotNull MemorySegment
VkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalingsRaw()
@NotNull MemorySegment
VkSubmitInfo.pWaitDstStageMaskRaw()
@NotNull MemorySegment
VkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndicesRaw()
@NotNull MemorySegment
VkSubmitInfo2.pWaitSemaphoreInfosRaw()
@NotNull MemorySegment
VkBindSparseInfo.pWaitSemaphoresRaw()
@NotNull MemorySegment
VkPresentInfoKHR.pWaitSemaphoresRaw()
@NotNull MemorySegment
VkSubmitInfo.pWaitSemaphoresRaw()
@NotNull MemorySegment
VkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValuesRaw()
@NotNull MemorySegment
VkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValuesRaw()
@NotNull MemorySegment
StdVideoEncodeH264SliceHeader.pWeightTableRaw()
@NotNull MemorySegment
StdVideoEncodeH265SliceSegmentHeader.pWeightTableRaw()
@NotNull MemorySegment
StdVideoAV1TileInfo.pWidthInSbsMinus1Raw()
@NotNull MemorySegment
VkDirectFBSurfaceCreateInfoEXT.surfaceRaw()
@NotNull MemorySegment
VkWaylandSurfaceCreateInfoKHR.surfaceRaw()
@NotNull MemorySegment
VkPerformanceValueDataINTEL.valueStringRaw()
@NotNull MemorySegment
VkViSurfaceCreateInfoNN.window()
@NotNull MemorySegment
VkAndroidSurfaceCreateInfoKHR.windowRaw()
@NotNull MemorySegment
VkScreenSurfaceCreateInfoQNX.windowRaw()
Method parameters in club.doki7.vulkan.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
VkImportAndroidHardwareBufferInfoANDROID.bufferRaw
(@NotNull MemorySegment value) void
VkImportScreenBufferInfoQNX.bufferRaw
(@NotNull MemorySegment value) VkXcbSurfaceCreateInfoKHR.connection
(@NotNull MemorySegment value) void
VkScreenSurfaceCreateInfoQNX.contextRaw
(@NotNull MemorySegment value) void
VkDirectFBSurfaceCreateInfoEXT.dfbRaw
(@NotNull MemorySegment value) void
VkDisplayPropertiesKHR.displayNameRaw
(@NotNull MemorySegment value) void
VkWaylandSurfaceCreateInfoKHR.displayRaw
(@NotNull MemorySegment value) void
VkXlibSurfaceCreateInfoKHR.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) void
VkExportFenceWin32HandleInfoKHR.nameRaw
(@NotNull MemorySegment value) void
VkExportMemoryWin32HandleInfoKHR.nameRaw
(@NotNull MemorySegment value) void
VkExportSemaphoreWin32HandleInfoKHR.nameRaw
(@NotNull MemorySegment value) void
VkImportFenceWin32HandleInfoKHR.nameRaw
(@NotNull MemorySegment value) void
VkImportMemoryWin32HandleInfoKHR.nameRaw
(@NotNull MemorySegment value) void
VkImportSemaphoreWin32HandleInfoKHR.nameRaw
(@NotNull MemorySegment value) VkOpaqueCaptureDescriptorDataCreateInfoEXT.opaqueCaptureDescriptorData
(@NotNull MemorySegment value) VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructures
(@Nullable LongPtr value) void
VkWriteDescriptorSetAccelerationStructureKHR.pAccelerationStructuresRaw
(@NotNull MemorySegment value) void
VkWriteDescriptorSetAccelerationStructureNV.pAccelerationStructuresRaw
(@NotNull MemorySegment value) void
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructuresRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireKeysRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireKeysRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireSyncsRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireSyncsRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireTimeoutMillisecondsRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireTimeoutsRaw
(@NotNull MemorySegment value) void
VkDeviceFaultInfoEXT.pAddressInfosRaw
(@NotNull MemorySegment value) void
VkInstanceCreateInfo.pApplicationInfoRaw
(@NotNull MemorySegment value) void
VkApplicationInfo.pApplicationNameRaw
(@NotNull MemorySegment value) void
VkRenderPassInputAttachmentAspectCreateInfo.pAspectReferencesRaw
(@NotNull MemorySegment value) void
VkFramebufferAttachmentsCreateInfo.pAttachmentImageInfosRaw
(@NotNull MemorySegment value) void
VkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocationsRaw
(@NotNull MemorySegment value) void
VkFramebufferCreateInfo.pAttachmentsRaw
(@NotNull MemorySegment value) void
VkPipelineColorBlendStateCreateInfo.pAttachmentsRaw
(@NotNull MemorySegment value) void
VkRenderPassAttachmentBeginInfo.pAttachmentsRaw
(@NotNull MemorySegment value) void
VkRenderPassCreateInfo.pAttachmentsRaw
(@NotNull MemorySegment value) void
VkRenderPassCreateInfo2.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) void
VkDescriptorSetLayoutBindingFlagsCreateInfo.pBindingFlagsRaw
(@NotNull MemorySegment value) void
VkDescriptorSetLayoutCreateInfo.pBindingsRaw
(@NotNull MemorySegment value) void
VkSparseBufferMemoryBindInfo.pBindsRaw
(@NotNull MemorySegment value) void
VkSparseImageMemoryBindInfo.pBindsRaw
(@NotNull MemorySegment value) void
VkSparseImageOpaqueMemoryBindInfo.pBindsRaw
(@NotNull MemorySegment value) void
VkBindSparseInfo.pBufferBindsRaw
(@NotNull MemorySegment value) void
VkSetDescriptorBufferOffsetsInfoEXT.pBufferIndicesRaw
(@NotNull MemorySegment value) void
VkWriteDescriptorSet.pBufferInfoRaw
(@NotNull MemorySegment value) void
VkDependencyInfo.pBufferMemoryBarriersRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pBufferRemovalTimesRaw
(@NotNull MemorySegment value) void
VkFrameBoundaryEXT.pBuffersRaw
(@NotNull MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pCDEFRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pCDEFRaw
(@NotNull MemorySegment value) VkCheckpointData2NV.pCheckpointMarker
(@NotNull MemorySegment value) VkCheckpointDataNV.pCheckpointMarker
(@NotNull MemorySegment value) void
VkRenderPassBeginInfo.pClearValuesRaw
(@NotNull MemorySegment value) void
VkClusterAccelerationStructureOpInputNV.pClustersBottomLevelRaw
(@NotNull MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabelsRaw
(@NotNull MemorySegment value) VkShaderCreateInfoEXT.pCode
(@NotNull MemorySegment value) void
VkShaderModuleCreateInfo.pCodeRaw
(@NotNull MemorySegment value) void
VkCommandBufferInheritanceRenderingInfo.pColorAttachmentFormatsRaw
(@NotNull MemorySegment value) void
VkPipelineRenderingCreateInfo.pColorAttachmentFormatsRaw
(@NotNull MemorySegment value) void
VkRenderingAreaInfo.pColorAttachmentFormatsRaw
(@NotNull MemorySegment value) void
VkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndicesRaw
(@NotNull MemorySegment value) void
VkRenderingAttachmentLocationInfo.pColorAttachmentLocationsRaw
(@NotNull MemorySegment value) void
VkAttachmentSampleCountInfoAMD.pColorAttachmentSamplesRaw
(@NotNull MemorySegment value) void
VkRenderingInfo.pColorAttachmentsRaw
(@NotNull MemorySegment value) void
VkSubpassDescription.pColorAttachmentsRaw
(@NotNull MemorySegment value) void
VkSubpassDescription2.pColorAttachmentsRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pColorBlendStateRaw
(@NotNull MemorySegment value) void
StdVideoAV1SequenceHeader.pColorConfigRaw
(@NotNull MemorySegment value) void
VkImageFormatConstraintsInfoFUCHSIA.pColorSpacesRaw
(@NotNull MemorySegment value) VkPipelineColorWriteCreateInfoEXT.pColorWriteEnables
(@Nullable IntPtr value) void
VkPipelineColorWriteCreateInfoEXT.pColorWriteEnablesRaw
(@NotNull MemorySegment value) void
VkDescriptorDataEXT.pCombinedImageSamplerRaw
(@NotNull MemorySegment value) void
VkDeviceGroupSubmitInfo.pCommandBufferDeviceMasksRaw
(@NotNull MemorySegment value) void
VkSubmitInfo2.pCommandBufferInfosRaw
(@NotNull MemorySegment value) void
VkSubmitInfo.pCommandBuffersRaw
(@NotNull MemorySegment value) void
VkPhysicalDeviceHostImageCopyProperties.pCopyDstLayoutsRaw
(@NotNull MemorySegment value) void
VkPhysicalDeviceVulkan14Properties.pCopyDstLayoutsRaw
(@NotNull MemorySegment value) void
VkPhysicalDeviceHostImageCopyProperties.pCopySrcLayoutsRaw
(@NotNull MemorySegment value) void
VkPhysicalDeviceVulkan14Properties.pCopySrcLayoutsRaw
(@NotNull MemorySegment value) void
VkRenderPassCreateInfo2.pCorrelatedViewMasksRaw
(@NotNull MemorySegment value) void
VkRenderPassMultiviewCreateInfo.pCorrelationMasksRaw
(@NotNull MemorySegment value) void
VkQueryPoolPerformanceCreateInfoKHR.pCounterIndicesRaw
(@NotNull MemorySegment value) void
VkPipelineCoverageModulationStateCreateInfoNV.pCoverageModulationTableRaw
(@NotNull MemorySegment value) void
VkDeviceBufferMemoryRequirements.pCreateInfoRaw
(@NotNull MemorySegment value) void
VkDeviceImageMemoryRequirements.pCreateInfoRaw
(@NotNull MemorySegment value) void
VkDeviceImageSubresourceInfo.pCreateInfoRaw
(@NotNull MemorySegment value) void
VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.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) void
StdVideoH265SequenceParameterSet.pDecPicBufMgrRaw
(@NotNull MemorySegment value) void
StdVideoH265VideoParameterSet.pDecPicBufMgrRaw
(@NotNull MemorySegment value) void
VkRenderPassCreateInfo.pDependenciesRaw
(@NotNull MemorySegment value) void
VkRenderPassCreateInfo2.pDependenciesRaw
(@NotNull MemorySegment value) void
VkRenderingInfo.pDepthAttachmentRaw
(@NotNull MemorySegment value) void
VkPipelineViewportDepthClampControlCreateInfoEXT.pDepthClampRangeRaw
(@NotNull MemorySegment value) void
VkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndexRaw
(@NotNull MemorySegment value) void
VkSubpassDescription.pDepthStencilAttachmentRaw
(@NotNull MemorySegment value) void
VkSubpassDescription2.pDepthStencilAttachmentRaw
(@NotNull MemorySegment value) void
VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachmentRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pDepthStencilStateRaw
(@NotNull MemorySegment value) void
VkDescriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCountsRaw
(@NotNull MemorySegment value) void
VkBindDescriptorSetsInfo.pDescriptorSetsRaw
(@NotNull MemorySegment value) void
VkMutableDescriptorTypeListEXT.pDescriptorTypesRaw
(@NotNull MemorySegment value) void
VkDescriptorUpdateTemplateCreateInfo.pDescriptorUpdateEntriesRaw
(@NotNull MemorySegment value) void
VkPushDescriptorSetInfo.pDescriptorWritesRaw
(@NotNull MemorySegment value) void
VkBindAccelerationStructureMemoryInfoNV.pDeviceIndicesRaw
(@NotNull MemorySegment value) void
VkBindBufferMemoryDeviceGroupInfo.pDeviceIndicesRaw
(@NotNull MemorySegment value) void
VkBindImageMemoryDeviceGroupInfo.pDeviceIndicesRaw
(@NotNull MemorySegment value) void
VkDeviceGroupPresentInfoKHR.pDeviceMasksRaw
(@NotNull MemorySegment value) void
VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreasRaw
(@NotNull MemorySegment value) void
VkValidationFlagsEXT.pDisabledValidationChecksRaw
(@NotNull MemorySegment value) void
VkValidationFeaturesEXT.pDisabledValidationFeaturesRaw
(@NotNull MemorySegment value) void
VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectanglesRaw
(@NotNull MemorySegment value) void
VkDirectDriverLoadingListLUNARG.pDriversRaw
(@NotNull MemorySegment value) void
VkDrmFormatModifierPropertiesList2EXT.pDrmFormatModifierPropertiesRaw
(@NotNull MemorySegment value) void
VkDrmFormatModifierPropertiesListEXT.pDrmFormatModifierPropertiesRaw
(@NotNull MemorySegment value) void
VkImageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiersRaw
(@NotNull MemorySegment value) void
VkConvertCooperativeVectorMatrixInfoNV.pDstSizeRaw
(@NotNull MemorySegment value) VkHdrVividDynamicMetadataHUAWEI.pDynamicMetadata
(@NotNull MemorySegment value) void
VkBindDescriptorSetsInfo.pDynamicOffsetsRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pDynamicStateRaw
(@NotNull MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pDynamicStateRaw
(@NotNull MemorySegment value) void
VkPipelineDynamicStateCreateInfo.pDynamicStatesRaw
(@NotNull MemorySegment value) void
VkDeviceCreateInfo.pEnabledFeaturesRaw
(@NotNull MemorySegment value) void
VkValidationFeaturesEXT.pEnabledValidationFeaturesRaw
(@NotNull MemorySegment value) void
VkApplicationInfo.pEngineNameRaw
(@NotNull MemorySegment value) void
VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissorsRaw
(@NotNull MemorySegment value) void
VkIndirectCommandsTokenDataEXT.pExecutionSetRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pExtensionHeaderRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1ReferenceInfo.pExtensionHeaderRaw
(@NotNull MemorySegment value) VkCudaLaunchInfoNV.pExtras
(@NotNull MemorySegment value) VkCuLaunchInfoNVX.pExtras
(@NotNull MemorySegment value) void
VkSemaphoreSciSyncCreateInfoNV.pFenceRaw
(@NotNull MemorySegment value) void
VkSwapchainPresentFenceInfoEXT.pFencesRaw
(@NotNull MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pFilmGrainRaw
(@NotNull MemorySegment value) void
VkImageCompressionControlEXT.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) void
VkImageConstraintsInfoFUCHSIA.pFormatConstraintsRaw
(@NotNull MemorySegment value) void
VkRenderPassFragmentDensityMapOffsetEndInfoEXT.pFragmentDensityOffsetsRaw
(@NotNull MemorySegment value) void
VkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachmentRaw
(@NotNull MemorySegment value) void
VkAccelerationStructureBuildGeometryInfoKHR.pGeometriesRaw
(@NotNull MemorySegment value) void
VkAccelerationStructureInfoNV.pGeometriesRaw
(@NotNull MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pGlobalMotionRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pGlobalMotionRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineShaderGroupsCreateInfoNV.pGroupsRaw
(@NotNull MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pGroupsRaw
(@NotNull MemorySegment value) void
VkRayTracingPipelineCreateInfoNV.pGroupsRaw
(@NotNull MemorySegment value) void
StdVideoAV1TileInfo.pHeightInSbsMinus1Raw
(@NotNull MemorySegment value) VkImageToMemoryCopy.pHostPointer
(@NotNull MemorySegment value) VkImportMemoryHostPointerInfoEXT.pHostPointer
(@NotNull MemorySegment value) VkMemoryToImageCopy.pHostPointer
(@NotNull MemorySegment value) void
StdVideoH264SequenceParameterSetVui.pHrdParametersRaw
(@NotNull MemorySegment value) void
StdVideoH265SequenceParameterSetVui.pHrdParametersRaw
(@NotNull MemorySegment value) void
StdVideoH265VideoParameterSet.pHrdParametersRaw
(@NotNull MemorySegment value) void
VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pIdentifierRaw
(@NotNull MemorySegment value) void
VkBindSparseInfo.pImageBindsRaw
(@NotNull MemorySegment value) void
VkPresentInfoKHR.pImageIndicesRaw
(@NotNull MemorySegment value) void
VkReleaseSwapchainImagesInfoEXT.pImageIndicesRaw
(@NotNull MemorySegment value) void
VkWriteDescriptorSet.pImageInfoRaw
(@NotNull MemorySegment value) void
VkDependencyInfo.pImageMemoryBarriersRaw
(@NotNull MemorySegment value) void
VkBindSparseInfo.pImageOpaqueBindsRaw
(@NotNull MemorySegment value) void
VkFrameBoundaryEXT.pImagesRaw
(@NotNull MemorySegment value) void
VkDescriptorSetLayoutBinding.pImmutableSamplersRaw
(@NotNull MemorySegment value) void
VkIndirectCommandsTokenDataEXT.pIndexBufferRaw
(@NotNull MemorySegment value) void
VkIndirectCommandsLayoutTokenNV.pIndexTypesRaw
(@NotNull MemorySegment value) void
VkIndirectCommandsLayoutTokenNV.pIndexTypeValuesRaw
(@NotNull MemorySegment value) void
VkCommandBufferBeginInfo.pInheritanceInfoRaw
(@NotNull MemorySegment value) VkPipelineCacheCreateInfo.pInitialData
(@NotNull MemorySegment value) VkValidationCacheCreateInfoEXT.pInitialData
(@NotNull MemorySegment value) void
VkIndirectExecutionSetShaderInfoEXT.pInitialShadersRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pInputAssemblyStateRaw
(@NotNull MemorySegment value) void
VkDescriptorDataEXT.pInputAttachmentImageRaw
(@NotNull MemorySegment value) void
VkSubpassDescription.pInputAttachmentsRaw
(@NotNull MemorySegment value) void
VkSubpassDescription2.pInputAttachmentsRaw
(@NotNull MemorySegment value) void
VkPipelineBinaryCreateInfoKHR.pKeysAndDataInfoRaw
(@NotNull MemorySegment value) void
VkDebugUtilsLabelEXT.pLabelNameRaw
(@NotNull MemorySegment value) void
VkPhysicalDeviceLayeredApiPropertiesListKHR.pLayeredApisRaw
(@NotNull MemorySegment value) void
VkLayerSettingEXT.pLayerNameRaw
(@NotNull MemorySegment value) void
VkMetalSurfaceCreateInfoEXT.pLayerRaw
(@NotNull MemorySegment value) void
VkVideoEncodeRateControlInfoKHR.pLayersRaw
(@NotNull MemorySegment value) void
VkPipelineLibraryCreateInfoKHR.pLibrariesRaw
(@NotNull MemorySegment value) void
VkExecutionGraphPipelineCreateInfoAMDX.pLibraryInfoRaw
(@NotNull MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pLibraryInfoRaw
(@NotNull MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pLibraryInterfaceRaw
(@NotNull MemorySegment value) void
StdVideoEncodeH265PictureInfo.pLongTermRefPicsRaw
(@NotNull MemorySegment value) void
StdVideoH265SequenceParameterSet.pLongTermRefPicsSpsRaw
(@NotNull MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pLoopFilterRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pLoopFilterRaw
(@NotNull MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pLoopRestorationRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pLoopRestorationRaw
(@NotNull MemorySegment value) void
VkSpecializationInfo.pMapEntriesRaw
(@NotNull MemorySegment value) void
VkDebugMarkerMarkerInfoEXT.pMarkerNameRaw
(@NotNull MemorySegment value) void
VkDependencyInfo.pMemoryBarriersRaw
(@NotNull MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pMessageIdNameRaw
(@NotNull MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pMessageRaw
(@NotNull MemorySegment value) void
StdVideoAV1TileInfo.pMiColStartsRaw
(@NotNull MemorySegment value) void
StdVideoAV1TileInfo.pMiRowStartsRaw
(@NotNull MemorySegment value) void
VkClusterAccelerationStructureOpInputNV.pMoveObjectsRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pMultisampleStateRaw
(@NotNull MemorySegment value) void
VkMutableDescriptorTypeCreateInfoEXT.pMutableDescriptorTypeListsRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH264PictureInfoKHR.pNaluSliceEntriesRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH265PictureInfoKHR.pNaluSliceSegmentEntriesRaw
(@NotNull MemorySegment value) void
VkCudaFunctionCreateInfoNV.pNameRaw
(@NotNull MemorySegment value) void
VkCuFunctionCreateInfoNVX.pNameRaw
(@NotNull MemorySegment value) void
VkPipelineShaderStageCreateInfo.pNameRaw
(@NotNull MemorySegment value) void
VkPipelineShaderStageNodeCreateInfoAMDX.pNameRaw
(@NotNull MemorySegment value) void
VkShaderCreateInfoEXT.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) void
VkBaseInStructure.pNextRaw
(@NotNull MemorySegment value) void
VkBaseOutStructure.pNextRaw
(@NotNull MemorySegment value) void
VkDebugMarkerObjectNameInfoEXT.pObjectNameRaw
(@NotNull MemorySegment value) void
VkDebugUtilsObjectNameInfoEXT.pObjectNameRaw
(@NotNull MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pObjectsRaw
(@NotNull MemorySegment value) void
VkRefreshObjectListKHR.pObjectsRaw
(@NotNull MemorySegment value) void
StdVideoH264SequenceParameterSet.pOffsetForRefFrameRaw
(@NotNull MemorySegment value) void
VkSetDescriptorBufferOffsetsInfoEXT.pOffsetsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw
(@NotNull MemorySegment value) VkCudaLaunchInfoNV.pParams
(@NotNull MemorySegment value) VkCuLaunchInfoNVX.pParams
(@NotNull MemorySegment value) void
VkDeviceCreateInfo.ppEnabledExtensionNamesRaw
(@NotNull MemorySegment value) void
VkInstanceCreateInfo.ppEnabledExtensionNamesRaw
(@NotNull MemorySegment value) void
VkDeviceCreateInfo.ppEnabledLayerNamesRaw
(@NotNull MemorySegment value) void
VkInstanceCreateInfo.ppEnabledLayerNamesRaw
(@NotNull MemorySegment value) void
VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreasRaw
(@NotNull MemorySegment value) void
VkAccelerationStructureBuildGeometryInfoKHR.ppGeometriesRaw
(@NotNull MemorySegment value) void
VkDeviceGroupDeviceCreateInfo.pPhysicalDevicesRaw
(@NotNull MemorySegment value) void
VkVideoReferenceSlotInfoKHR.pPictureResourceRaw
(@NotNull MemorySegment value) void
VkPipelineBinaryHandlesInfoKHR.pPipelineBinariesRaw
(@NotNull MemorySegment value) void
VkPipelineBinaryInfoKHR.pPipelineBinariesRaw
(@NotNull MemorySegment value) void
VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryDataRaw
(@NotNull MemorySegment value) void
VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeysRaw
(@NotNull MemorySegment value) void
VkPipelineBinaryCreateInfoKHR.pPipelineCreateInfoRaw
(@NotNull MemorySegment value) void
VkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedbackRaw
(@NotNull MemorySegment value) void
VkIndirectExecutionSetInfoEXT.pPipelineInfoRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineShaderGroupsCreateInfoNV.pPipelinesRaw
(@NotNull MemorySegment value) void
VkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacksRaw
(@NotNull MemorySegment value) VkMemoryMapPlacedInfoEXT.pPlacedAddress
(@NotNull MemorySegment value) void
VkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayoutsRaw
(@NotNull MemorySegment value) void
VkDescriptorPoolCreateInfo.pPoolSizesRaw
(@NotNull MemorySegment value) void
VkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocationsRaw
(@NotNull MemorySegment value) void
StdVideoH265PictureParameterSet.pPredictorPaletteEntriesRaw
(@NotNull MemorySegment value) void
StdVideoH265SequenceParameterSet.pPredictorPaletteEntriesRaw
(@NotNull MemorySegment value) void
VkAntiLagDataAMD.pPresentationInfoRaw
(@NotNull MemorySegment value) void
VkPresentIdKHR.pPresentIdsRaw
(@NotNull MemorySegment value) void
VkLatencySurfaceCapabilitiesNV.pPresentModesRaw
(@NotNull MemorySegment value) void
VkSurfacePresentModeCompatibilityEXT.pPresentModesRaw
(@NotNull MemorySegment value) void
VkSwapchainPresentModeInfoEXT.pPresentModesRaw
(@NotNull MemorySegment value) void
VkSwapchainPresentModesCreateInfoEXT.pPresentModesRaw
(@NotNull MemorySegment value) void
VkSubpassDescription.pPreserveAttachmentsRaw
(@NotNull MemorySegment value) void
VkSubpassDescription2.pPreserveAttachmentsRaw
(@NotNull MemorySegment value) VkOpticalFlowSessionCreatePrivateDataInfoNV.pPrivateData
(@NotNull MemorySegment value) void
VkVideoProfileListInfoKHR.pProfilesRaw
(@NotNull MemorySegment value) void
StdVideoH265SequenceParameterSet.pProfileTierLevelRaw
(@NotNull MemorySegment value) void
StdVideoH265VideoParameterSet.pProfileTierLevelRaw
(@NotNull MemorySegment value) void
VkAccelerationStructureTrianglesDisplacementMicromapNV.ppUsageCountsRaw
(@NotNull MemorySegment value) void
VkAccelerationStructureTrianglesOpacityMicromapEXT.ppUsageCountsRaw
(@NotNull MemorySegment value) void
VkMicromapBuildInfoEXT.ppUsageCountsRaw
(@NotNull MemorySegment value) void
VkIndirectExecutionSetShaderInfoEXT.pPushConstantRangesRaw
(@NotNull MemorySegment value) void
VkPipelineLayoutCreateInfo.pPushConstantRangesRaw
(@NotNull MemorySegment value) void
VkShaderCreateInfoEXT.pPushConstantRangesRaw
(@NotNull MemorySegment value) void
VkIndirectCommandsTokenDataEXT.pPushConstantRaw
(@NotNull MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pQuantizationRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pQuantizationRaw
(@NotNull MemorySegment value) VkQueryLowLatencySupportNV.pQueriedLowLatencyData
(@NotNull MemorySegment value) void
VkDeviceCreateInfo.pQueueCreateInfosRaw
(@NotNull MemorySegment value) void
VkBufferCreateInfo.pQueueFamilyIndicesRaw
(@NotNull MemorySegment value) void
VkImageCreateInfo.pQueueFamilyIndicesRaw
(@NotNull MemorySegment value) void
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndicesRaw
(@NotNull MemorySegment value) void
VkSwapchainCreateInfoKHR.pQueueFamilyIndicesRaw
(@NotNull MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pQueueLabelsRaw
(@NotNull MemorySegment value) void
VkDeviceQueueCreateInfo.pQueuePrioritiesRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pRasterizationStateRaw
(@NotNull MemorySegment value) void
VkPresentRegionKHR.pRectanglesRaw
(@NotNull MemorySegment value) void
VkVideoBeginCodingInfoKHR.pReferenceSlotsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeInfoKHR.pReferenceSlotsRaw
(@NotNull MemorySegment value) void
VkVideoEncodeInfoKHR.pReferenceSlotsRaw
(@NotNull MemorySegment value) void
StdVideoEncodeH264ReferenceListsInfo.pRefList0ModOperationsRaw
(@NotNull MemorySegment value) void
StdVideoEncodeH264ReferenceListsInfo.pRefList1ModOperationsRaw
(@NotNull MemorySegment value) void
StdVideoEncodeH264PictureInfo.pRefListsRaw
(@NotNull MemorySegment value) void
StdVideoEncodeH265PictureInfo.pRefListsRaw
(@NotNull MemorySegment value) void
StdVideoEncodeH264ReferenceListsInfo.pRefPicMarkingOperationsRaw
(@NotNull MemorySegment value) void
VkBlitImageInfo2.pRegionsRaw
(@NotNull MemorySegment value) void
VkCopyBufferInfo2.pRegionsRaw
(@NotNull MemorySegment value) void
VkCopyBufferToImageInfo2.pRegionsRaw
(@NotNull MemorySegment value) void
VkCopyImageInfo2.pRegionsRaw
(@NotNull MemorySegment value) void
VkCopyImageToBufferInfo2.pRegionsRaw
(@NotNull MemorySegment value) void
VkCopyImageToImageInfo.pRegionsRaw
(@NotNull MemorySegment value) void
VkCopyImageToMemoryInfo.pRegionsRaw
(@NotNull MemorySegment value) void
VkCopyMemoryToImageInfo.pRegionsRaw
(@NotNull MemorySegment value) void
VkOpticalFlowExecuteInfoNV.pRegionsRaw
(@NotNull MemorySegment value) void
VkPresentRegionsKHR.pRegionsRaw
(@NotNull MemorySegment value) void
VkResolveImageInfo2.pRegionsRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseKeysRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseKeysRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseSyncsRaw
(@NotNull MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseSyncsRaw
(@NotNull MemorySegment value) void
VkRenderPassCreationFeedbackCreateInfoEXT.pRenderPassFeedbackRaw
(@NotNull MemorySegment value) void
VkSubpassDescription.pResolveAttachmentsRaw
(@NotNull MemorySegment value) void
VkSubpassDescription2.pResolveAttachmentsRaw
(@NotNull MemorySegment value) void
VkBindMemoryStatus.pResultRaw
(@NotNull MemorySegment value) void
VkPresentInfoKHR.pResultsRaw
(@NotNull MemorySegment value) void
VkDescriptorDataEXT.pSampledImageRaw
(@NotNull MemorySegment value) void
VkCoarseSampleOrderCustomNV.pSampleLocationsRaw
(@NotNull MemorySegment value) void
VkSampleLocationsInfoEXT.pSampleLocationsRaw
(@NotNull MemorySegment value) VkPipelineMultisampleStateCreateInfo.pSampleMask
(@Nullable IntPtr value) void
VkPipelineMultisampleStateCreateInfo.pSampleMaskRaw
(@NotNull MemorySegment value) void
VkDescriptorDataEXT.pSamplerRaw
(@NotNull MemorySegment value) void
StdVideoH264PictureParameterSet.pScalingListsRaw
(@NotNull MemorySegment value) void
StdVideoH264SequenceParameterSet.pScalingListsRaw
(@NotNull MemorySegment value) void
StdVideoH265PictureParameterSet.pScalingListsRaw
(@NotNull MemorySegment value) void
StdVideoH265SequenceParameterSet.pScalingListsRaw
(@NotNull MemorySegment value) void
VkPipelineViewportStateCreateInfo.pScissorsRaw
(@NotNull MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pSegmentationRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pSegmentationRaw
(@NotNull MemorySegment value) void
VkSemaphoreWaitInfo.pSemaphoresRaw
(@NotNull MemorySegment value) void
StdVideoH264SequenceParameterSet.pSequenceParameterSetVuiRaw
(@NotNull MemorySegment value) void
StdVideoH265SequenceParameterSet.pSequenceParameterSetVuiRaw
(@NotNull MemorySegment value) void
VkIndirectExecutionSetShaderInfoEXT.pSetLayoutInfosRaw
(@NotNull MemorySegment value) void
VkDescriptorSetAllocateInfo.pSetLayoutsRaw
(@NotNull MemorySegment value) void
VkIndirectExecutionSetShaderLayoutInfoEXT.pSetLayoutsRaw
(@NotNull MemorySegment value) void
VkPipelineLayoutCreateInfo.pSetLayoutsRaw
(@NotNull MemorySegment value) void
VkShaderCreateInfoEXT.pSetLayoutsRaw
(@NotNull MemorySegment value) void
VkLayerSettingEXT.pSettingNameRaw
(@NotNull MemorySegment value) void
VkLayerSettingsCreateInfoEXT.pSettingsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeInfoKHR.pSetupReferenceSlotRaw
(@NotNull MemorySegment value) void
VkVideoEncodeInfoKHR.pSetupReferenceSlotRaw
(@NotNull MemorySegment value) VkRayTracingShaderGroupCreateInfoKHR.pShaderGroupCaptureReplayHandle
(@NotNull MemorySegment value) void
VkIndirectExecutionSetInfoEXT.pShaderInfoRaw
(@NotNull MemorySegment value) void
VkGeneratedCommandsShaderInfoEXT.pShadersRaw
(@NotNull MemorySegment value) void
VkShadingRatePaletteNV.pShadingRatePaletteEntriesRaw
(@NotNull MemorySegment value) void
VkPipelineViewportShadingRateImageStateCreateInfoNV.pShadingRatePalettesRaw
(@NotNull MemorySegment value) void
StdVideoEncodeH265PictureInfo.pShortTermRefPicSetRaw
(@NotNull MemorySegment value) void
StdVideoH265SequenceParameterSet.pShortTermRefPicSetRaw
(@NotNull MemorySegment value) void
VkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndicesRaw
(@NotNull MemorySegment value) void
VkSubmitInfo2.pSignalSemaphoreInfosRaw
(@NotNull MemorySegment value) void
VkBindSparseInfo.pSignalSemaphoresRaw
(@NotNull MemorySegment value) void
VkSubmitInfo.pSignalSemaphoresRaw
(@NotNull MemorySegment value) void
VkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValuesRaw
(@NotNull MemorySegment value) void
VkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValuesRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH264PictureInfoKHR.pSliceOffsetsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsetsRaw
(@NotNull MemorySegment value) void
VkPipelineShaderStageCreateInfo.pSpecializationInfoRaw
(@NotNull MemorySegment value) void
VkShaderCreateInfoEXT.pSpecializationInfoRaw
(@NotNull MemorySegment value) void
VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegionsRaw
(@NotNull MemorySegment value) void
VkExecutionGraphPipelineCreateInfoAMDX.pStagesRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pStagesRaw
(@NotNull MemorySegment value) void
VkGraphicsShaderGroupCreateInfoNV.pStagesRaw
(@NotNull MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pStagesRaw
(@NotNull MemorySegment value) void
VkRayTracingPipelineCreateInfoNV.pStagesRaw
(@NotNull MemorySegment value) void
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdDecoderModelInfoRaw
(@NotNull MemorySegment value) void
VkVideoSessionCreateInfoKHR.pStdHeaderVersionRaw
(@NotNull MemorySegment value) void
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdOperatingPointsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeAV1PictureInfoKHR.pStdPictureInfoRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH264PictureInfoKHR.pStdPictureInfoRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265PictureInfoKHR.pStdPictureInfoRaw
(@NotNull MemorySegment value) void
VkVideoEncodeAV1PictureInfoKHR.pStdPictureInfoRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH264PictureInfoKHR.pStdPictureInfoRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH265PictureInfoKHR.pStdPictureInfoRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdPPSRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdPPSRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH264SessionParametersAddInfoKHR.pStdPPSsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdPPSsRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH264SessionParametersAddInfoKHR.pStdPPSsRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdPPSsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw
(@NotNull MemorySegment value) void
VkVideoEncodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw
(@NotNull MemorySegment value) void
VkVideoDecodeAV1InlineSessionParametersInfoKHR.pStdSequenceHeaderRaw
(@NotNull MemorySegment value) void
VkVideoDecodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw
(@NotNull MemorySegment value) void
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH264NaluSliceInfoKHR.pStdSliceHeaderRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH265NaluSliceSegmentInfoKHR.pStdSliceSegmentHeaderRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPSRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPSRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSsRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH264SessionParametersAddInfoKHR.pStdSPSsRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdSPSsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPSRaw
(@NotNull MemorySegment value) void
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSsRaw
(@NotNull MemorySegment value) void
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSsRaw
(@NotNull MemorySegment value) void
VkRenderingInfo.pStencilAttachmentRaw
(@NotNull MemorySegment value) void
VkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndexRaw
(@NotNull MemorySegment value) void
VkDescriptorDataEXT.pStorageBufferRaw
(@NotNull MemorySegment value) void
VkDescriptorDataEXT.pStorageImageRaw
(@NotNull MemorySegment value) void
VkDescriptorDataEXT.pStorageTexelBufferRaw
(@NotNull MemorySegment value) void
VkGeneratedCommandsInfoNV.pStreamsRaw
(@NotNull MemorySegment value) void
VkIndirectCommandsLayoutCreateInfoNV.pStreamStridesRaw
(@NotNull MemorySegment value) void
VkRenderPassStripeBeginInfoARM.pStripeInfosRaw
(@NotNull MemorySegment value) void
VkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfosRaw
(@NotNull MemorySegment value) void
StdVideoH265HrdParameters.pSubLayerHrdParametersNalRaw
(@NotNull MemorySegment value) void
StdVideoH265HrdParameters.pSubLayerHrdParametersVclRaw
(@NotNull MemorySegment value) void
VkRenderPassCreateInfo.pSubpassesRaw
(@NotNull MemorySegment value) void
VkRenderPassCreateInfo2.pSubpassesRaw
(@NotNull MemorySegment value) void
VkRenderPassSubpassFeedbackCreateInfoEXT.pSubpassFeedbackRaw
(@NotNull MemorySegment value) void
VkDeviceImageSubresourceInfo.pSubresourceRaw
(@NotNull MemorySegment value) void
VkPresentInfoKHR.pSwapchainsRaw
(@NotNull MemorySegment value) VkDebugMarkerObjectTagInfoEXT.pTag
(@NotNull MemorySegment value) VkDebugUtilsObjectTagInfoEXT.pTag
(@NotNull MemorySegment value) VkFrameBoundaryEXT.pTag
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pTessellationStateRaw
(@NotNull MemorySegment value) void
VkGraphicsShaderGroupCreateInfoNV.pTessellationStateRaw
(@NotNull MemorySegment value) void
VkWriteDescriptorSet.pTexelBufferViewRaw
(@NotNull MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pTileInfoRaw
(@NotNull MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pTileInfoRaw
(@NotNull MemorySegment value) void
VkVideoDecodeAV1PictureInfoKHR.pTileOffsetsRaw
(@NotNull MemorySegment value) void
VkVideoDecodeAV1PictureInfoKHR.pTileSizesRaw
(@NotNull MemorySegment value) void
VkPresentTimesInfoGOOGLE.pTimesRaw
(@NotNull MemorySegment value) void
StdVideoAV1SequenceHeader.pTimingInfoRaw
(@NotNull MemorySegment value) void
VkGetLatencyMarkerInfoNV.pTimingsRaw
(@NotNull MemorySegment value) void
VkIndirectCommandsLayoutCreateInfoEXT.pTokensRaw
(@NotNull MemorySegment value) void
VkIndirectCommandsLayoutCreateInfoNV.pTokensRaw
(@NotNull MemorySegment value) void
VkClusterAccelerationStructureOpInputNV.pTriangleClustersRaw
(@NotNull MemorySegment value) void
VkDescriptorDataEXT.pUniformBufferRaw
(@NotNull MemorySegment value) void
VkDescriptorDataEXT.pUniformTexelBufferRaw
(@NotNull MemorySegment value) void
VkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCountsRaw
(@NotNull MemorySegment value) void
VkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCountsRaw
(@NotNull MemorySegment value) void
VkMicromapBuildInfoEXT.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) void
VkSemaphoreWaitInfo.pValuesRaw
(@NotNull MemorySegment value) VkDeviceFaultInfoEXT.pVendorBinaryData
(@NotNull MemorySegment value) void
VkDeviceFaultInfoEXT.pVendorInfosRaw
(@NotNull MemorySegment value) void
VkAccelerationStructureVersionInfoKHR.pVersionDataRaw
(@NotNull MemorySegment value) void
VkMicromapVersionInfoEXT.pVersionDataRaw
(@NotNull MemorySegment value) void
VkPipelineVertexInputStateCreateInfo.pVertexAttributeDescriptionsRaw
(@NotNull MemorySegment value) void
VkPipelineVertexInputStateCreateInfo.pVertexBindingDescriptionsRaw
(@NotNull MemorySegment value) void
VkPipelineVertexInputDivisorStateCreateInfo.pVertexBindingDivisorsRaw
(@NotNull MemorySegment value) void
VkIndirectCommandsTokenDataEXT.pVertexBufferRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pVertexInputStateRaw
(@NotNull MemorySegment value) void
VkGraphicsShaderGroupCreateInfoNV.pVertexInputStateRaw
(@NotNull MemorySegment value) void
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfileRaw
(@NotNull MemorySegment value) void
VkVideoSessionCreateInfoKHR.pVideoProfileRaw
(@NotNull MemorySegment value) VkIOSSurfaceCreateInfoMVK.pView
(@NotNull MemorySegment value) VkMacOSSurfaceCreateInfoMVK.pView
(@NotNull MemorySegment value) void
VkFramebufferAttachmentImageInfo.pViewFormatsRaw
(@NotNull MemorySegment value) void
VkImageFormatListCreateInfo.pViewFormatsRaw
(@NotNull MemorySegment value) void
VkRenderPassMultiviewCreateInfo.pViewMasksRaw
(@NotNull MemorySegment value) void
VkRenderPassMultiviewCreateInfo.pViewOffsetsRaw
(@NotNull MemorySegment value) void
VkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepthsRaw
(@NotNull MemorySegment value) void
VkPipelineViewportStateCreateInfo.pViewportsRaw
(@NotNull MemorySegment value) void
VkGraphicsPipelineCreateInfo.pViewportStateRaw
(@NotNull MemorySegment value) void
VkPipelineViewportSwizzleStateCreateInfoNV.pViewportSwizzlesRaw
(@NotNull MemorySegment value) void
VkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalingsRaw
(@NotNull MemorySegment value) void
VkSubmitInfo.pWaitDstStageMaskRaw
(@NotNull MemorySegment value) void
VkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndicesRaw
(@NotNull MemorySegment value) void
VkSubmitInfo2.pWaitSemaphoreInfosRaw
(@NotNull MemorySegment value) void
VkBindSparseInfo.pWaitSemaphoresRaw
(@NotNull MemorySegment value) void
VkPresentInfoKHR.pWaitSemaphoresRaw
(@NotNull MemorySegment value) void
VkSubmitInfo.pWaitSemaphoresRaw
(@NotNull MemorySegment value) void
VkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValuesRaw
(@NotNull MemorySegment value) void
VkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValuesRaw
(@NotNull MemorySegment value) void
StdVideoEncodeH264SliceHeader.pWeightTableRaw
(@NotNull MemorySegment value) void
StdVideoEncodeH265SliceSegmentHeader.pWeightTableRaw
(@NotNull MemorySegment value) void
StdVideoAV1TileInfo.pWidthInSbsMinus1Raw
(@NotNull MemorySegment value) void
VkDirectFBSurfaceCreateInfoEXT.surfaceRaw
(@NotNull MemorySegment value) void
VkWaylandSurfaceCreateInfoKHR.surfaceRaw
(@NotNull MemorySegment value) void
VkPerformanceValueDataINTEL.valueStringRaw
(@NotNull MemorySegment value) VkViSurfaceCreateInfoNN.window
(@NotNull MemorySegment value) void
VkAndroidSurfaceCreateInfoKHR.windowRaw
(@NotNull MemorySegment value) void
VkScreenSurfaceCreateInfoQNX.windowRaw
(@NotNull MemorySegment value) -
Uses of Pointer in club.doki7.webgpu
Methods in club.doki7.webgpu with annotations of type PointerModifier and TypeMethodDescription@NotNull MemorySegment
WGPU.bufferGetConstMappedRange
(WGPUBuffer buffer, long offset, long size) @NotNull MemorySegment
WGPU.bufferGetMappedRange
(WGPUBuffer buffer, long offset, long size) Method parameters in club.doki7.webgpu with annotations of type PointerModifier and TypeMethodDescriptionvoid
WGPU.adapterGetFeatures
(WGPUAdapter adapter, IWGPUSupportedFeatures features) int
WGPU.adapterGetInfo
(WGPUAdapter adapter, IWGPUAdapterInfo info) int
WGPU.adapterGetLimits
(WGPUAdapter adapter, IWGPULimits limits) WGPU.adapterRequestDevice
(SegmentAllocator allocator, WGPUAdapter adapter, @Nullable IWGPUDeviceDescriptor descriptor, WGPURequestDeviceCallbackInfo callbackInfo) @Nullable WGPUComputePassEncoder
WGPU.commandEncoderBeginComputePass
(WGPUCommandEncoder commandEncoder, @Nullable IWGPUComputePassDescriptor descriptor) @Nullable WGPURenderPassEncoder
WGPU.commandEncoderBeginRenderPass
(WGPUCommandEncoder commandEncoder, IWGPURenderPassDescriptor descriptor) void
WGPU.commandEncoderCopyBufferToTexture
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyBufferInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyBufferToTexture
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyBufferInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyBufferToTexture
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyBufferInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyTextureToBuffer
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyBufferInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyTextureToBuffer
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyBufferInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyTextureToBuffer
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyBufferInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyTextureToTexture
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyTextureToTexture
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyTextureToTexture
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) @Nullable WGPUCommandBuffer
WGPU.commandEncoderFinish
(WGPUCommandEncoder commandEncoder, @Nullable IWGPUCommandBufferDescriptor descriptor) void
WGPU.computePassEncoderSetPushConstants
(@Nullable WGPUComputePassEncoder encoder, int offset, int sizeBytes, @NotNull MemorySegment data) @Nullable WGPUInstance
WGPU.createInstance
(@Nullable IWGPUInstanceDescriptor descriptor) @Nullable WGPUBindGroup
WGPU.deviceCreateBindGroup
(WGPUDevice device, IWGPUBindGroupDescriptor descriptor) @Nullable WGPUBindGroupLayout
WGPU.deviceCreateBindGroupLayout
(WGPUDevice device, IWGPUBindGroupLayoutDescriptor descriptor) @Nullable WGPUBuffer
WGPU.deviceCreateBuffer
(WGPUDevice device, IWGPUBufferDescriptor descriptor) @Nullable WGPUCommandEncoder
WGPU.deviceCreateCommandEncoder
(WGPUDevice device, @Nullable IWGPUCommandEncoderDescriptor descriptor) @Nullable WGPUComputePipeline
WGPU.deviceCreateComputePipeline
(WGPUDevice device, IWGPUComputePipelineDescriptor descriptor) WGPU.deviceCreateComputePipelineAsync
(SegmentAllocator allocator, WGPUDevice device, IWGPUComputePipelineDescriptor descriptor, WGPUCreateComputePipelineAsyncCallbackInfo callbackInfo) @Nullable WGPUPipelineLayout
WGPU.deviceCreatePipelineLayout
(WGPUDevice device, IWGPUPipelineLayoutDescriptor descriptor) @Nullable WGPUQuerySet
WGPU.deviceCreateQuerySet
(WGPUDevice device, IWGPUQuerySetDescriptor descriptor) @Nullable WGPURenderBundleEncoder
WGPU.deviceCreateRenderBundleEncoder
(WGPUDevice device, IWGPURenderBundleEncoderDescriptor descriptor) @Nullable WGPURenderPipeline
WGPU.deviceCreateRenderPipeline
(WGPUDevice device, IWGPURenderPipelineDescriptor descriptor) WGPU.deviceCreateRenderPipelineAsync
(SegmentAllocator allocator, WGPUDevice device, IWGPURenderPipelineDescriptor descriptor, WGPUCreateRenderPipelineAsyncCallbackInfo callbackInfo) @Nullable WGPUSampler
WGPU.deviceCreateSampler
(WGPUDevice device, @Nullable IWGPUSamplerDescriptor descriptor) @Nullable WGPUShaderModule
WGPU.deviceCreateShaderModule
(WGPUDevice device, IWGPUShaderModuleDescriptor descriptor) @Nullable WGPUShaderModule
WGPU.deviceCreateShaderModuleSpirV
(@Nullable WGPUDevice device, @Nullable IWGPUShaderModuleDescriptorSpirV descriptor) @Nullable WGPUTexture
WGPU.deviceCreateTexture
(WGPUDevice device, IWGPUTextureDescriptor descriptor) void
WGPU.deviceGetFeatures
(WGPUDevice device, IWGPUSupportedFeatures features) int
WGPU.deviceGetLimits
(WGPUDevice device, IWGPULimits limits) int
WGPU.devicePoll
(@Nullable WGPUDevice device, int wait, @Nullable LongPtr submissionIndex) void
WGPU.generateReport
(@Nullable WGPUInstance instance, @Nullable IWGPUGlobalReport report) int
WGPU.getInstanceCapabilities
(IWGPUInstanceCapabilities capabilities) @Nullable WGPUSurface
WGPU.instanceCreateSurface
(WGPUInstance instance, IWGPUSurfaceDescriptor descriptor) long
WGPU.instanceEnumerateAdapters
(@Nullable WGPUInstance instance, @Nullable IWGPUInstanceEnumerateAdapterOptions options, WGPUAdapter.Ptr adapters) long
WGPU.instanceEnumerateAdapters
(@Nullable WGPUInstance instance, @Nullable IWGPUInstanceEnumerateAdapterOptions options, WGPUAdapter.Ptr adapters) int
WGPU.instanceGetWgslLanguageFeatures
(WGPUInstance instance, IWGPUSupportedWgslLanguageFeatures features) WGPU.instanceRequestAdapter
(SegmentAllocator allocator, WGPUInstance instance, @Nullable IWGPURequestAdapterOptions options, WGPURequestAdapterCallbackInfo callbackInfo) int
WGPU.instanceWaitAny
(WGPUInstance instance, long futureCount, @Nullable IWGPUFutureWaitInfo futures, long timeoutNs) void
WGPUFunctionTypes.IWGPUBufferMapCallback.invoke
(int p0, MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
WGPUFunctionTypes.IWGPUBufferMapCallback.invoke
(int p0, MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
WGPUFunctionTypes.IWGPUCompilationInfoCallback.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
WGPUFunctionTypes.IWGPUCompilationInfoCallback.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
WGPUFunctionTypes.IWGPUCompilationInfoCallback.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) void
WGPUFunctionTypes.IWGPUCreateComputePipelineAsyncCallback.invoke
(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUCreateComputePipelineAsyncCallback.invoke
(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback.invoke
(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback.invoke
(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUDeviceLostCallback.invoke
(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUDeviceLostCallback.invoke
(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUDeviceLostCallback.invoke
(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPULogCallback.invoke
(int p0, MemorySegment p1, @NotNull MemorySegment p2) void
WGPUFunctionTypes.IWGPUPopErrorScopeCallback.invoke
(int p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUPopErrorScopeCallback.invoke
(int p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUQueueWorkDoneCallback.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) void
WGPUFunctionTypes.IWGPUQueueWorkDoneCallback.invoke
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) void
WGPUFunctionTypes.IWGPURequestAdapterCallback.invoke
(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPURequestAdapterCallback.invoke
(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPURequestDeviceCallback.invoke
(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPURequestDeviceCallback.invoke
(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUUncapturedErrorCallback.invoke
(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUUncapturedErrorCallback.invoke
(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPUFunctionTypes.IWGPUUncapturedErrorCallback.invoke
(@NotNull MemorySegment p0, int p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) void
WGPU.queueSubmit
(WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) long
WGPU.queueSubmitForIndex
(@Nullable WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) void
WGPU.queueWriteBuffer
(WGPUQueue queue, WGPUBuffer buffer, long bufferOffset, @NotNull MemorySegment data, long size) void
WGPU.queueWriteTexture
(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) void
WGPU.queueWriteTexture
(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) void
WGPU.queueWriteTexture
(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) void
WGPU.queueWriteTexture
(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) @Nullable WGPURenderBundle
WGPU.renderBundleEncoderFinish
(WGPURenderBundleEncoder renderBundleEncoder, @Nullable IWGPURenderBundleDescriptor descriptor) void
WGPU.renderBundleEncoderSetPushConstants
(@Nullable WGPURenderBundleEncoder encoder, long stages, int offset, int sizeBytes, @NotNull MemorySegment data) void
WGPU.renderPassEncoderExecuteBundles
(WGPURenderPassEncoder renderPassEncoder, long bundleCount, WGPURenderBundle.Ptr bundles) void
WGPU.renderPassEncoderSetBlendConstant
(WGPURenderPassEncoder renderPassEncoder, IWGPUColor color) void
WGPU.renderPassEncoderSetPushConstants
(@Nullable WGPURenderPassEncoder encoder, long stages, int offset, int sizeBytes, @NotNull MemorySegment data) void
WGPU.setLogCallback
(WGPUFunctionTypes.IWGPULogCallback callback, @NotNull MemorySegment userdata) void
WGPU.setLogCallback
(@NotNull MemorySegment callback, @NotNull MemorySegment userdata) void
WGPU.setLogCallback
(@NotNull MemorySegment callback, @NotNull MemorySegment userdata) void
WGPU.setLogCallback
(Arena arena, WGPUFunctionTypes.IWGPULogCallback callback, @NotNull MemorySegment userdata) void
WGPU.surfaceConfigure
(WGPUSurface surface, IWGPUSurfaceConfiguration config) int
WGPU.surfaceGetCapabilities
(WGPUSurface surface, WGPUAdapter adapter, IWGPUSurfaceCapabilities capabilities) void
WGPU.surfaceGetCurrentTexture
(WGPUSurface surface, IWGPUSurfaceTexture surfaceTexture) @Nullable WGPUTextureView
WGPU.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 MemorySegment
WGPUSurfaceCapabilities.alphaModesRaw()
@NotNull MemorySegment
WGPUVertexBufferLayout.attributesRaw()
@NotNull MemorySegment
WGPUPipelineLayoutDescriptor.bindGroupLayoutsRaw()
@NotNull MemorySegment
WGPUColorTargetState.blendRaw()
@NotNull MemorySegment
WGPUBindGroupEntryExtras.buffersRaw()
@NotNull MemorySegment
WGPUVertexState.buffersRaw()
@NotNull MemorySegment
WGPUBufferMapCallbackInfo.callback()
@NotNull MemorySegment
WGPUCompilationInfoCallbackInfo.callback()
@NotNull MemorySegment
WGPUCreateComputePipelineAsyncCallbackInfo.callback()
@NotNull MemorySegment
WGPUCreateRenderPipelineAsyncCallbackInfo.callback()
@NotNull MemorySegment
WGPUDeviceLostCallbackInfo.callback()
@NotNull MemorySegment
WGPUPopErrorScopeCallbackInfo.callback()
@NotNull MemorySegment
WGPUQueueWorkDoneCallbackInfo.callback()
@NotNull MemorySegment
WGPURequestAdapterCallbackInfo.callback()
@NotNull MemorySegment
WGPURequestDeviceCallbackInfo.callback()
@NotNull MemorySegment
WGPUUncapturedErrorCallbackInfo.callback()
@NotNull MemorySegment
WGPUShaderSourceSpirv.codeRaw()
@NotNull MemorySegment
WGPURenderPassDescriptor.colorAttachmentsRaw()
@NotNull MemorySegment
WGPURenderBundleEncoderDescriptor.colorFormatsRaw()
@NotNull MemorySegment
WGPUSurfaceSourceXcbWindow.connection()
@NotNull MemorySegment
WGPUFragmentState.constantsRaw()
@NotNull MemorySegment
WGPUProgrammableStageDescriptor.constantsRaw()
@NotNull MemorySegment
WGPUVertexState.constantsRaw()
@NotNull MemorySegment
WGPUStringView.dataRaw()
@NotNull MemorySegment
WGPUShaderSourceGLSL.definesRaw()
@NotNull MemorySegment
WGPURenderPassDescriptor.depthStencilAttachmentRaw()
@NotNull MemorySegment
WGPURenderPipelineDescriptor.depthStencilRaw()
@NotNull MemorySegment
WGPUSurfaceSourceWaylandSurface.display()
@NotNull MemorySegment
WGPUSurfaceSourceXlibWindow.display()
@NotNull MemorySegment
WGPUBindGroupDescriptor.entriesRaw()
@NotNull MemorySegment
WGPUBindGroupLayoutDescriptor.entriesRaw()
@NotNull MemorySegment
WGPUSupportedFeatures.featuresRaw()
@NotNull MemorySegment
WGPUSupportedWgslLanguageFeatures.featuresRaw()
@NotNull MemorySegment
WGPUSurfaceCapabilities.formatsRaw()
@NotNull MemorySegment
WGPURenderPipelineDescriptor.fragmentRaw()
@NotNull MemorySegment
WGPUSurfaceSourceWindowsHwnd.hinstance()
@NotNull MemorySegment
WGPUSurfaceSourceWindowsHwnd.hwnd()
@NotNull MemorySegment
WGPUSurfaceSourceMetalLayer.layer()
@NotNull MemorySegment
WGPUCompilationInfo.messagesRaw()
@NotNull MemorySegment
WGPUAdapterInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUBindGroupDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUBindGroupEntry.nextInChainRaw()
@NotNull MemorySegment
WGPUBindGroupLayoutDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUBindGroupLayoutEntry.nextInChainRaw()
@NotNull MemorySegment
WGPUBufferBindingLayout.nextInChainRaw()
@NotNull MemorySegment
WGPUBufferDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUBufferMapCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUColorTargetState.nextInChainRaw()
@NotNull MemorySegment
WGPUCommandBufferDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUCommandEncoderDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUCompilationInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUCompilationInfoCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUCompilationMessage.nextInChainRaw()
@NotNull MemorySegment
WGPUComputePassDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUComputePipelineDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUConstantEntry.nextInChainRaw()
@NotNull MemorySegment
WGPUCreateComputePipelineAsyncCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUCreateRenderPipelineAsyncCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUDepthStencilState.nextInChainRaw()
@NotNull MemorySegment
WGPUDeviceDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUDeviceLostCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUFragmentState.nextInChainRaw()
@NotNull MemorySegment
WGPUInstanceCapabilities.nextInChainRaw()
@NotNull MemorySegment
WGPUInstanceDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUInstanceEnumerateAdapterOptions.nextInChainRaw()
@NotNull MemorySegment
WGPULimits.nextInChainRaw()
@NotNull MemorySegment
WGPUMultisampleState.nextInChainRaw()
@NotNull MemorySegment
WGPUPipelineLayoutDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUPopErrorScopeCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUPrimitiveState.nextInChainRaw()
@NotNull MemorySegment
WGPUProgrammableStageDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUQuerySetDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUQueueDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUQueueWorkDoneCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPURenderBundleDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPURenderBundleEncoderDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPURenderPassColorAttachment.nextInChainRaw()
@NotNull MemorySegment
WGPURenderPassDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPURenderPipelineDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPURequestAdapterCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPURequestAdapterOptions.nextInChainRaw()
@NotNull MemorySegment
WGPURequestDeviceCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUSamplerBindingLayout.nextInChainRaw()
@NotNull MemorySegment
WGPUSamplerDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUShaderModuleDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUStorageTextureBindingLayout.nextInChainRaw()
@NotNull MemorySegment
WGPUSurfaceCapabilities.nextInChainRaw()
@NotNull MemorySegment
WGPUSurfaceConfiguration.nextInChainRaw()
@NotNull MemorySegment
WGPUSurfaceDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUSurfaceTexture.nextInChainRaw()
@NotNull MemorySegment
WGPUTextureBindingLayout.nextInChainRaw()
@NotNull MemorySegment
WGPUTextureDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUTextureViewDescriptor.nextInChainRaw()
@NotNull MemorySegment
WGPUUncapturedErrorCallbackInfo.nextInChainRaw()
@NotNull MemorySegment
WGPUVertexState.nextInChainRaw()
@NotNull MemorySegment
WGPUChainedStruct.nextRaw()
@NotNull MemorySegment
WGPUChainedStructOut.nextRaw()
@NotNull MemorySegment
WGPUQuerySetDescriptorExtras.pipelineStatisticsRaw()
@NotNull MemorySegment
WGPUSurfaceCapabilities.presentModesRaw()
@NotNull MemorySegment
WGPUPipelineLayoutExtras.pushConstantRangesRaw()
@NotNull MemorySegment
WGPUDeviceDescriptor.requiredFeaturesRaw()
@NotNull MemorySegment
WGPUDeviceDescriptor.requiredLimitsRaw()
@NotNull MemorySegment
WGPUBindGroupEntryExtras.samplersRaw()
@NotNull MemorySegment
WGPUShaderModuleDescriptorSpirV.sourceRaw()
@NotNull MemorySegment
WGPUSurfaceSourceWaylandSurface.surface()
@NotNull MemorySegment
WGPUFragmentState.targetsRaw()
@NotNull MemorySegment
WGPUBindGroupEntryExtras.textureViewsRaw()
@NotNull MemorySegment
WGPUComputePassDescriptor.timestampWritesRaw()
@NotNull MemorySegment
WGPURenderPassDescriptor.timestampWritesRaw()
@NotNull MemorySegment
WGPUBufferMapCallbackInfo.userdata1()
@NotNull MemorySegment
WGPUCompilationInfoCallbackInfo.userdata1()
@NotNull MemorySegment
WGPUCreateComputePipelineAsyncCallbackInfo.userdata1()
@NotNull MemorySegment
WGPUCreateRenderPipelineAsyncCallbackInfo.userdata1()
@NotNull MemorySegment
WGPUDeviceLostCallbackInfo.userdata1()
@NotNull MemorySegment
WGPUPopErrorScopeCallbackInfo.userdata1()
@NotNull MemorySegment
WGPUQueueWorkDoneCallbackInfo.userdata1()
@NotNull MemorySegment
WGPURequestAdapterCallbackInfo.userdata1()
@NotNull MemorySegment
WGPURequestDeviceCallbackInfo.userdata1()
@NotNull MemorySegment
WGPUUncapturedErrorCallbackInfo.userdata1()
@NotNull MemorySegment
WGPUBufferMapCallbackInfo.userdata2()
@NotNull MemorySegment
WGPUCompilationInfoCallbackInfo.userdata2()
@NotNull MemorySegment
WGPUCreateComputePipelineAsyncCallbackInfo.userdata2()
@NotNull MemorySegment
WGPUCreateRenderPipelineAsyncCallbackInfo.userdata2()
@NotNull MemorySegment
WGPUDeviceLostCallbackInfo.userdata2()
@NotNull MemorySegment
WGPUPopErrorScopeCallbackInfo.userdata2()
@NotNull MemorySegment
WGPUQueueWorkDoneCallbackInfo.userdata2()
@NotNull MemorySegment
WGPURequestAdapterCallbackInfo.userdata2()
@NotNull MemorySegment
WGPURequestDeviceCallbackInfo.userdata2()
@NotNull MemorySegment
WGPUUncapturedErrorCallbackInfo.userdata2()
@NotNull MemorySegment
WGPUSurfaceConfiguration.viewFormatsRaw()
@NotNull MemorySegment
WGPUTextureDescriptor.viewFormatsRaw()
@NotNull MemorySegment
WGPUSurfaceSourceAndroidNativeWindow.window()
Method parameters in club.doki7.webgpu.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
WGPUSurfaceCapabilities.alphaModesRaw
(@NotNull MemorySegment value) void
WGPUVertexBufferLayout.attributesRaw
(@NotNull MemorySegment value) void
WGPUPipelineLayoutDescriptor.bindGroupLayoutsRaw
(@NotNull MemorySegment value) void
WGPUColorTargetState.blendRaw
(@NotNull MemorySegment value) void
WGPUBindGroupEntryExtras.buffersRaw
(@NotNull MemorySegment value) void
WGPUVertexState.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) void
WGPUShaderSourceSpirv.codeRaw
(@NotNull MemorySegment value) void
WGPURenderPassDescriptor.colorAttachmentsRaw
(@NotNull MemorySegment value) void
WGPURenderBundleEncoderDescriptor.colorFormatsRaw
(@NotNull MemorySegment value) WGPUSurfaceSourceXcbWindow.connection
(@NotNull MemorySegment value) void
WGPUFragmentState.constantsRaw
(@NotNull MemorySegment value) void
WGPUProgrammableStageDescriptor.constantsRaw
(@NotNull MemorySegment value) void
WGPUVertexState.constantsRaw
(@NotNull MemorySegment value) void
WGPUStringView.dataRaw
(@NotNull MemorySegment value) void
WGPUShaderSourceGLSL.definesRaw
(@NotNull MemorySegment value) void
WGPURenderPassDescriptor.depthStencilAttachmentRaw
(@NotNull MemorySegment value) void
WGPURenderPipelineDescriptor.depthStencilRaw
(@NotNull MemorySegment value) WGPUSurfaceSourceWaylandSurface.display
(@NotNull MemorySegment value) WGPUSurfaceSourceXlibWindow.display
(@NotNull MemorySegment value) void
WGPUBindGroupDescriptor.entriesRaw
(@NotNull MemorySegment value) void
WGPUBindGroupLayoutDescriptor.entriesRaw
(@NotNull MemorySegment value) void
WGPUSupportedFeatures.featuresRaw
(@NotNull MemorySegment value) void
WGPUSupportedWgslLanguageFeatures.featuresRaw
(@NotNull MemorySegment value) void
WGPUSurfaceCapabilities.formatsRaw
(@NotNull MemorySegment value) void
WGPURenderPipelineDescriptor.fragmentRaw
(@NotNull MemorySegment value) WGPUSurfaceSourceWindowsHwnd.hinstance
(@NotNull MemorySegment value) WGPUSurfaceSourceWindowsHwnd.hwnd
(@NotNull MemorySegment value) WGPUSurfaceSourceMetalLayer.layer
(@NotNull MemorySegment value) void
WGPUCompilationInfo.messagesRaw
(@NotNull MemorySegment value) void
WGPUAdapterInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUBindGroupDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUBindGroupEntry.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUBindGroupLayoutDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUBindGroupLayoutEntry.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUBufferBindingLayout.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUBufferDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUBufferMapCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUColorTargetState.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUCommandBufferDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUCommandEncoderDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUCompilationInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUCompilationInfoCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUCompilationMessage.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUComputePassDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUComputePipelineDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUConstantEntry.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUCreateComputePipelineAsyncCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUCreateRenderPipelineAsyncCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUDepthStencilState.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUDeviceDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUDeviceLostCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUFragmentState.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUInstanceCapabilities.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUInstanceDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUInstanceEnumerateAdapterOptions.nextInChainRaw
(@NotNull MemorySegment value) void
WGPULimits.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUMultisampleState.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUPipelineLayoutDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUPopErrorScopeCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUPrimitiveState.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUProgrammableStageDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUQuerySetDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUQueueDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUQueueWorkDoneCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPURenderBundleDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPURenderBundleEncoderDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPURenderPassColorAttachment.nextInChainRaw
(@NotNull MemorySegment value) void
WGPURenderPassDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPURenderPipelineDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPURequestAdapterCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPURequestAdapterOptions.nextInChainRaw
(@NotNull MemorySegment value) void
WGPURequestDeviceCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUSamplerBindingLayout.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUSamplerDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUShaderModuleDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUStorageTextureBindingLayout.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUSurfaceCapabilities.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUSurfaceConfiguration.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUSurfaceDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUSurfaceTexture.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUTextureBindingLayout.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUTextureDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUTextureViewDescriptor.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUUncapturedErrorCallbackInfo.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUVertexState.nextInChainRaw
(@NotNull MemorySegment value) void
WGPUChainedStruct.nextRaw
(@NotNull MemorySegment value) void
WGPUChainedStructOut.nextRaw
(@NotNull MemorySegment value) void
WGPUQuerySetDescriptorExtras.pipelineStatisticsRaw
(@NotNull MemorySegment value) void
WGPUSurfaceCapabilities.presentModesRaw
(@NotNull MemorySegment value) void
WGPUPipelineLayoutExtras.pushConstantRangesRaw
(@NotNull MemorySegment value) void
WGPUDeviceDescriptor.requiredFeaturesRaw
(@NotNull MemorySegment value) void
WGPUDeviceDescriptor.requiredLimitsRaw
(@NotNull MemorySegment value) void
WGPUBindGroupEntryExtras.samplersRaw
(@NotNull MemorySegment value) void
WGPUShaderModuleDescriptorSpirV.sourceRaw
(@NotNull MemorySegment value) WGPUSurfaceSourceWaylandSurface.surface
(@NotNull MemorySegment value) void
WGPUFragmentState.targetsRaw
(@NotNull MemorySegment value) void
WGPUBindGroupEntryExtras.textureViewsRaw
(@NotNull MemorySegment value) void
WGPUComputePassDescriptor.timestampWritesRaw
(@NotNull MemorySegment value) void
WGPURenderPassDescriptor.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) void
WGPUSurfaceConfiguration.viewFormatsRaw
(@NotNull MemorySegment value) void
WGPUTextureDescriptor.viewFormatsRaw
(@NotNull MemorySegment value) WGPUSurfaceSourceAndroidNativeWindow.window
(@NotNull MemorySegment value)