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 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, MemorySegment data, int usage) void
GLES2.bufferSubData
(int target, long offset, long size, MemorySegment data) void
GLES2.compressedTexImage2D
(int target, int level, int internalformat, int width, int height, int border, int imageSize, MemorySegment data) void
GLES2.compressedTexSubImage2D
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, 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, 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, MemorySegment pixels) void
GLES2.shaderBinary
(int count, @Nullable IntPtr shaders, int binaryFormat, MemorySegment binary, int length) void
GLES2.shaderBinary
(int count, @Nullable IntPtr shaders, int binaryFormat, 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, 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, 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, MemorySegment pointer) -
Uses of Pointer in club.doki7.glfw
Methods in club.doki7.glfw with annotations of type PointerModifier and TypeMethodDescriptionGLFW.getCocoaView
(@Nullable GLFWwindow window) GLFW.getCocoaWindow
(@Nullable GLFWwindow window) GLFW.getEGLContext
(@Nullable GLFWwindow window) GLFW.getEGLDisplay()
GLFW.getEGLSurface
(@Nullable GLFWwindow window) GLFW.getGammaRamp
(@Nullable GLFWmonitor monitor) GLFW.getGLXContext
(@Nullable GLFWwindow window) GLFW.getInstanceProcAddress
(@Nullable VkInstance instance, @Nullable BytePtr procname) GLFW.getJoystickUserPointer
(int jid) GLFW.getMonitors
(@Nullable IntPtr count) GLFW.getMonitorUserPointer
(@Nullable GLFWmonitor monitor) GLFW.getNSGLContext
(@Nullable GLFWwindow window) GLFW.getOSMesaContext
(@Nullable GLFWwindow window) GLFW.getProcAddress
(@Nullable BytePtr procname) GLFW.getVideoMode
(@Nullable GLFWmonitor monitor) GLFW.getVideoModes
(@Nullable GLFWmonitor monitor, @Nullable IntPtr count) GLFW.getWaylandMonitor
(@Nullable GLFWmonitor monitor) GLFW.getWGLContext
(@Nullable GLFWwindow window) GLFW.getWin32Window
(@Nullable GLFWwindow window) GLFW.getWindowUserPointer
(@Nullable GLFWwindow window) GLFW.setCharCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setCharModsCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setCursorEnterCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setCursorPosCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setDropCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setErrorCallback
(MemorySegment callback) GLFW.setFramebufferSizeCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setJoystickCallback
(MemorySegment callback) GLFW.setKeyCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setMonitorCallback
(MemorySegment callback) GLFW.setMouseButtonCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setScrollCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowCloseCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowContentScaleCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowFocusCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowIconifyCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowMaximizeCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowPosCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowRefreshCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowSizeCallback
(@Nullable GLFWwindow window, MemorySegment callback) Method parameters in club.doki7.glfw with annotations of type PointerModifier and TypeMethodDescriptionGLFW.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
(MemorySegment loader) GLFW.setCharCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setCharModsCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setCursorEnterCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setCursorPosCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setDropCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setErrorCallback
(MemorySegment callback) GLFW.setFramebufferSizeCallback
(@Nullable GLFWwindow window, MemorySegment callback) void
GLFW.setGammaRamp
(@Nullable GLFWmonitor monitor, @Nullable IGLFWgammaramp ramp) GLFW.setJoystickCallback
(MemorySegment callback) void
GLFW.setJoystickUserPointer
(int jid, MemorySegment pointer) GLFW.setKeyCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setMonitorCallback
(MemorySegment callback) void
GLFW.setMonitorUserPointer
(@Nullable GLFWmonitor monitor, MemorySegment pointer) GLFW.setMouseButtonCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setScrollCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowCloseCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowContentScaleCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowFocusCallback
(@Nullable GLFWwindow window, MemorySegment callback) void
GLFW.setWindowIcon
(@Nullable GLFWwindow window, int count, @Nullable IGLFWimage images) GLFW.setWindowIconifyCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowMaximizeCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowPosCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowRefreshCallback
(@Nullable GLFWwindow window, MemorySegment callback) GLFW.setWindowSizeCallback
(@Nullable GLFWwindow window, MemorySegment callback) void
GLFW.setWindowUserPointer
(@Nullable GLFWwindow window, MemorySegment pointer) -
Uses of Pointer in club.doki7.glfw.datatype
Methods in club.doki7.glfw.datatype with annotations of type PointerModifier and TypeMethodDescriptionGLFWallocator.allocate()
GLFWgammaramp.blueRaw()
GLFWallocator.deallocate()
GLFWgammaramp.greenRaw()
GLFWimage.pixelsRaw()
GLFWallocator.reallocate()
GLFWgammaramp.redRaw()
GLFWallocator.user()
Method parameters in club.doki7.glfw.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
GLFWallocator.allocate
(MemorySegment value) void
GLFWgammaramp.blueRaw
(MemorySegment value) void
GLFWallocator.deallocate
(MemorySegment value) void
GLFWgammaramp.greenRaw
(MemorySegment value) void
GLFWimage.pixelsRaw
(MemorySegment value) void
GLFWallocator.reallocate
(MemorySegment value) void
GLFWgammaramp.redRaw
(MemorySegment value) void
GLFWallocator.user
(MemorySegment value) -
Uses of Pointer in club.doki7.openal
Methods in club.doki7.openal with annotations of type PointerModifier and TypeMethodDescriptionAL.getPointerDirectEXT
(@Nullable ALCcontext context, int pname) AL.getPointerDirectSOFT
(@Nullable ALCcontext context, int pname) AL.getPointerEXT
(int pname) AL.getPointerSOFT
(int pname) AL.getProcAddress
(@Nullable BytePtr fname) Retrieve the address of a function.ALC.getProcAddress
(@Nullable ALCdevice device, @Nullable BytePtr funcname) Retrieve the address of a function.ALC.getProcAddress2
(@Nullable ALCdevice device, @Nullable BytePtr funcName) AL.getProcAddressDirect
(@Nullable ALCcontext context, @Nullable BytePtr fname) AL.getString
(int param) Returns information about the device, and error strings.AL.getStringDirect
(@Nullable ALCcontext context, int param) AL.getStringiDirectSOFT
(@Nullable ALCcontext context, int pname, int index) AL.getStringiSOFT
(int pname, int index) ALC.getStringiSOFT
(@Nullable ALCdevice device, int paramName, int index) 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, MemorySegment callback, MemorySegment userptr) void
AL.bufferCallbackDirectSOFT
(@Nullable ALCcontext context, int buffer, int format, int freq, MemorySegment callback, MemorySegment userptr) void
AL.bufferCallbackSOFT
(int buffer, int format, int freq, MemorySegment callback, MemorySegment userptr) void
AL.bufferCallbackSOFT
(int buffer, int format, int freq, MemorySegment callback, MemorySegment userptr) void
AL.bufferData
(int buffer, int format, 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, MemorySegment data, int size, int samplerate) void
AL.bufferDataStatic
(int buffer, int format, MemorySegment data, int size, int freq) void
AL.bufferDataStaticDirect
(@Nullable ALCcontext context, int buffer, int format, 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, MemorySegment data) void
AL.bufferSubDataDirectSOFT
(@Nullable ALCcontext context, int buffer, int format, MemorySegment data, int offset, int length) void
AL.bufferSubDataSOFT
(int buffer, int format, MemorySegment data, int offset, int length) void
AL.bufferSubSamplesSOFT
(int buffer, int offset, int samples, int channels, int type, MemorySegment data) 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, MemorySegment buffer, int samples) Reads samples from the device buffer.ALC.createContext
(@Nullable ALCdevice device, @Nullable IntPtr attrlist) Create and attach a context to the given device.void
AL.debugMessageCallbackDirectEXT
(@Nullable ALCcontext context, MemorySegment callback, MemorySegment userParam) void
AL.debugMessageCallbackDirectEXT
(@Nullable ALCcontext context, MemorySegment callback, MemorySegment userParam) void
AL.debugMessageCallbackEXT
(MemorySegment callback, MemorySegment userParam) void
AL.debugMessageCallbackEXT
(MemorySegment callback, 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, 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, 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, MemorySegment callback, MemorySegment userParam) void
AL.eventCallbackDirectSOFT
(@Nullable ALCcontext context, MemorySegment callback, MemorySegment userParam) void
AL.eventCallbackSOFT
(MemorySegment callback, MemorySegment userParam) void
AL.eventCallbackSOFT
(MemorySegment callback, MemorySegment userParam) void
ALC.eventCallbackSOFT
(MemorySegment callback, MemorySegment userParam) void
ALC.eventCallbackSOFT
(MemorySegment callback, 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, 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) AL.getProcAddress
(@Nullable BytePtr fname) Retrieve the address of a function.ALC.getProcAddress
(@Nullable ALCdevice device, @Nullable BytePtr funcname) Retrieve the address of a function.ALC.getProcAddress2
(@Nullable ALCdevice device, @Nullable BytePtr funcName) 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) 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) 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) 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, 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, MemorySegment callback) void
AL.requestFoldbackStart
(int mode, int count, int length, @Nullable FloatPtr mem, MemorySegment callback) void
AL.requestFoldbackStartDirect
(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, MemorySegment callback) void
AL.requestFoldbackStartDirect
(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, MemorySegment 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.opengl
Methods in club.doki7.opengl with annotations of type PointerModifier and TypeMethodDescriptionGL.getString
(int name) GL.getStringi
(int name, int index) GL.getVkProcAddrNV
(@Nullable BytePtr name) GL.mapBuffer
(int target, int access) GLCompatibility.mapBufferARB
(int target, int access) GL.mapBufferRange
(int target, long offset, long length, int access) GL.mapNamedBuffer
(int buffer, int access) GL.mapNamedBufferEXT
(int buffer, int access) GL.mapNamedBufferRange
(int buffer, long offset, long length, int access) GL.mapNamedBufferRangeEXT
(int buffer, long offset, long length, int access) 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, MemorySegment data, int usage) void
GLCompatibility.bufferDataARB
(int target, long size, MemorySegment data, int usage) void
GL.bufferStorage
(int target, long size, MemorySegment data, int flags) void
GL.bufferSubData
(int target, long offset, long size, MemorySegment data) void
GLCompatibility.bufferSubDataARB
(int target, long offset, long size, MemorySegment data) void
GLCompatibility.callLists
(int n, int type, MemorySegment lists) void
GL.clearBufferData
(int target, int internalformat, int format, int type, 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, MemorySegment data) void
GL.clearBufferuiv
(int buffer, int drawbuffer, @Nullable IntPtr value) void
GL.clearNamedBufferData
(int buffer, int internalformat, int format, int type, MemorySegment data) void
GL.clearNamedBufferDataEXT
(int buffer, int internalformat, int format, int type, MemorySegment data) void
GL.clearNamedBufferSubData
(int buffer, int internalformat, long offset, long size, int format, int type, MemorySegment data) void
GL.clearNamedBufferSubDataEXT
(int buffer, int internalformat, long offset, long size, int format, int type, 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, 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, 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, MemorySegment pointer) void
GLCompatibility.colorSubTable
(int target, int start, int count, int format, int type, MemorySegment data) void
GLCompatibility.colorTable
(int target, int internalformat, int width, int format, int type, 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, MemorySegment bits) void
GL.compressedMultiTexImage2DEXT
(int texunit, int target, int level, int internalformat, int width, int height, int border, int imageSize, MemorySegment bits) void
GL.compressedMultiTexImage3DEXT
(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, MemorySegment bits) void
GL.compressedMultiTexSubImage1DEXT
(int texunit, int target, int level, int xoffset, int width, int format, int imageSize, MemorySegment bits) void
GL.compressedMultiTexSubImage2DEXT
(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, 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, MemorySegment bits) void
GL.compressedTexImage1D
(int target, int level, int internalformat, int width, int border, int imageSize, MemorySegment data) void
GLCompatibility.compressedTexImage1DARB
(int target, int level, int internalformat, int width, int border, int imageSize, MemorySegment data) void
GL.compressedTexImage2D
(int target, int level, int internalformat, int width, int height, int border, int imageSize, MemorySegment data) void
GLCompatibility.compressedTexImage2DARB
(int target, int level, int internalformat, int width, int height, int border, int imageSize, MemorySegment data) void
GL.compressedTexImage3D
(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, MemorySegment data) void
GLCompatibility.compressedTexImage3DARB
(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, MemorySegment data) void
GL.compressedTexSubImage1D
(int target, int level, int xoffset, int width, int format, int imageSize, MemorySegment data) void
GLCompatibility.compressedTexSubImage1DARB
(int target, int level, int xoffset, int width, int format, int imageSize, MemorySegment data) void
GL.compressedTexSubImage2D
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, MemorySegment data) void
GLCompatibility.compressedTexSubImage2DARB
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, 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, 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, MemorySegment data) void
GL.compressedTextureImage1DEXT
(int texture, int target, int level, int internalformat, int width, int border, int imageSize, MemorySegment bits) void
GL.compressedTextureImage2DEXT
(int texture, int target, int level, int internalformat, int width, int height, int border, int imageSize, MemorySegment bits) void
GL.compressedTextureImage3DEXT
(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, MemorySegment bits) void
GL.compressedTextureSubImage1D
(int texture, int level, int xoffset, int width, int format, int imageSize, MemorySegment data) void
GL.compressedTextureSubImage1DEXT
(int texture, int target, int level, int xoffset, int width, int format, int imageSize, MemorySegment bits) void
GL.compressedTextureSubImage2D
(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, MemorySegment data) void
GL.compressedTextureSubImage2DEXT
(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, 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, 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, MemorySegment bits) void
GLCompatibility.convolutionFilter1D
(int target, int internalformat, int width, int format, int type, MemorySegment image) void
GLCompatibility.convolutionFilter2D
(int target, int internalformat, int width, int height, int format, int type, 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, MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.coverFillPathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.coverStrokePathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.coverStrokePathInstancedNV
(int numPaths, int pathNameType, 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) GL.createSyncFromCLeventARB
(MemorySegment context, MemorySegment event, int flags) GL.createSyncFromCLeventARB
(MemorySegment context, 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
(MemorySegment callback, MemorySegment userParam) void
GL.debugMessageCallback
(MemorySegment callback, MemorySegment userParam) void
GLCompatibility.debugMessageCallbackAMD
(MemorySegment callback, MemorySegment userParam) void
GLCompatibility.debugMessageCallbackAMD
(MemorySegment callback, MemorySegment userParam) void
GL.debugMessageCallbackARB
(MemorySegment callback, MemorySegment userParam) void
GL.debugMessageCallbackARB
(MemorySegment callback, MemorySegment userParam) void
GL.debugMessageCallbackKHR
(MemorySegment callback, MemorySegment userParam) void
GL.debugMessageCallbackKHR
(MemorySegment callback, 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, 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, MemorySegment indices) void
GL.drawElementsBaseVertex
(int mode, int count, int type, MemorySegment indices, int basevertex) void
GL.drawElementsIndirect
(int mode, int type, MemorySegment indirect) void
GL.drawElementsInstanced
(int mode, int count, int type, MemorySegment indices, int instancecount) void
GL.drawElementsInstancedARB
(int mode, int count, int type, MemorySegment indices, int primcount) void
GL.drawElementsInstancedBaseInstance
(int mode, int count, int type, MemorySegment indices, int instancecount, int baseinstance) void
GL.drawElementsInstancedBaseVertex
(int mode, int count, int type, MemorySegment indices, int instancecount, int basevertex) void
GL.drawElementsInstancedBaseVertexBaseInstance
(int mode, int count, int type, MemorySegment indices, int instancecount, int basevertex, int baseinstance) void
GL.drawElementsInstancedEXT
(int mode, int count, int type, MemorySegment indices, int primcount) void
GLCompatibility.drawPixels
(int width, int height, int format, int type, MemorySegment pixels) void
GL.drawRangeElements
(int mode, int start, int end, int count, int type, MemorySegment indices) void
GL.drawRangeElementsBaseVertex
(int mode, int start, int end, int count, int type, MemorySegment indices, int basevertex) void
GLCompatibility.edgeFlagPointer
(int stride, 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, 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, MemorySegment data) void
GLCompatibility.getBufferSubDataARB
(int target, long offset, long size, MemorySegment data) void
GLCompatibility.getClipPlane
(int plane, @Nullable DoublePtr equation) void
GLCompatibility.getColorTable
(int target, int format, int type, 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, MemorySegment img) void
GL.getCompressedTexImage
(int target, int level, MemorySegment img) void
GLCompatibility.getCompressedTexImageARB
(int target, int level, MemorySegment img) void
GL.getCompressedTextureImage
(int texture, int level, int bufSize, MemorySegment pixels) void
GL.getCompressedTextureImageEXT
(int texture, int target, int lod, MemorySegment img) void
GL.getCompressedTextureSubImage
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int bufSize, MemorySegment pixels) void
GLCompatibility.getConvolutionFilter
(int target, int format, int type, 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, 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, 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, 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, MemorySegment data) void
GL.getNamedBufferSubDataEXT
(int buffer, long offset, long size, 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, 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, MemorySegment table) void
GLCompatibility.getnColorTableARB
(int target, int format, int type, int bufSize, MemorySegment table) void
GL.getnCompressedTexImage
(int target, int lod, int bufSize, MemorySegment pixels) void
GL.getnCompressedTexImageARB
(int target, int lod, int bufSize, MemorySegment img) void
GLCompatibility.getnConvolutionFilter
(int target, int format, int type, int bufSize, MemorySegment image) void
GLCompatibility.getnConvolutionFilterARB
(int target, int format, int type, int bufSize, MemorySegment image) void
GL.getNextPerfQueryIdINTEL
(int queryId, @Nullable IntPtr nextQueryId) void
GLCompatibility.getnHistogram
(int target, byte reset, int format, int type, int bufSize, MemorySegment values) void
GLCompatibility.getnHistogramARB
(int target, byte reset, int format, int type, int bufSize, 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, MemorySegment values) void
GLCompatibility.getnMinmaxARB
(int target, byte reset, int format, int type, int bufSize, 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, MemorySegment row, int columnBufSize, MemorySegment column, MemorySegment span) void
GLCompatibility.getnSeparableFilter
(int target, int format, int type, int rowBufSize, MemorySegment row, int columnBufSize, MemorySegment column, MemorySegment span) void
GLCompatibility.getnSeparableFilter
(int target, int format, int type, int rowBufSize, MemorySegment row, int columnBufSize, MemorySegment column, MemorySegment span) void
GLCompatibility.getnSeparableFilterARB
(int target, int format, int type, int rowBufSize, MemorySegment row, int columnBufSize, MemorySegment column, MemorySegment span) void
GLCompatibility.getnSeparableFilterARB
(int target, int format, int type, int rowBufSize, MemorySegment row, int columnBufSize, MemorySegment column, MemorySegment span) void
GLCompatibility.getnSeparableFilterARB
(int target, int format, int type, int rowBufSize, MemorySegment row, int columnBufSize, MemorySegment column, MemorySegment span) void
GL.getnTexImage
(int target, int level, int format, int type, int bufSize, MemorySegment pixels) void
GL.getnTexImageARB
(int target, int level, int format, int type, int bufSize, 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
(MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabel
(MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabel
(MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabelKHR
(MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabelKHR
(MemorySegment ptr, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) void
GL.getObjectPtrLabelKHR
(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, MemorySegment paths, int pathBase, int stride, @Nullable FloatPtr metrics) void
GL.getPathMetricsNV
(int metricQueryMask, int numPaths, int pathNameType, 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, MemorySegment paths, int pathBase, float advanceScale, float kerningScale, int transformType, @Nullable FloatPtr returnedSpacing) void
GL.getPathSpacingNV
(int pathListMode, int numPaths, int pathNameType, 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, 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, MemorySegment data, @Nullable IntPtr bytesWritten) void
GL.getPerfQueryDataINTEL
(int queryHandle, int flags, int dataSize, 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, MemorySegment binary) void
GL.getProgramBinary
(int program, int bufSize, @Nullable IntPtr length, @Nullable IntPtr binaryFormat, MemorySegment binary) void
GL.getProgramBinary
(int program, int bufSize, @Nullable IntPtr length, @Nullable IntPtr binaryFormat, 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, 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, MemorySegment row, MemorySegment column, MemorySegment span) void
GLCompatibility.getSeparableFilter
(int target, int format, int type, MemorySegment row, MemorySegment column, MemorySegment span) void
GLCompatibility.getSeparableFilter
(int target, int format, int type, MemorySegment row, MemorySegment column, 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, 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, MemorySegment pixels) void
GL.getTextureImageEXT
(int texture, int target, int level, int format, int type, 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, 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) GL.getVkProcAddrNV
(@Nullable BytePtr name) void
void
void
void
GLCompatibility.indexPointer
(int type, int stride, MemorySegment pointer) void
void
void
GL.insertEventMarkerEXT
(int length, @Nullable BytePtr marker) void
GLCompatibility.interleavedArrays
(int format, int stride, 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) 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) GLCompatibility.mapTexture2DINTEL
(int texture, int level, int access, @Nullable IntPtr stride, @Nullable IntPtr layout) 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, 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, 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, MemorySegment indirect, int drawcount, int stride) void
GL.multiDrawArraysIndirectBindlessCountNV
(int mode, MemorySegment indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) void
GL.multiDrawArraysIndirectBindlessNV
(int mode, MemorySegment indirect, int drawCount, int stride, int vertexBufferCount) void
GL.multiDrawArraysIndirectCount
(int mode, MemorySegment indirect, long drawcount, int maxdrawcount, int stride) void
GL.multiDrawArraysIndirectCountARB
(int mode, 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, MemorySegment indirect, int drawcount, int stride) void
GL.multiDrawElementsIndirectBindlessCountNV
(int mode, int type, MemorySegment indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) void
GL.multiDrawElementsIndirectBindlessNV
(int mode, int type, MemorySegment indirect, int drawCount, int stride, int vertexBufferCount) void
GL.multiDrawElementsIndirectCount
(int mode, int type, MemorySegment indirect, long drawcount, int maxdrawcount, int stride) void
GL.multiDrawElementsIndirectCountARB
(int mode, int type, 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, 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, MemorySegment pixels) void
GL.multiTexImage2DEXT
(int texunit, int target, int level, int internalformat, int width, int height, int border, int format, int type, 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, 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, MemorySegment pixels) void
GL.multiTexSubImage2DEXT
(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, 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, 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, MemorySegment data, int usage) void
GL.namedBufferDataEXT
(int buffer, long size, MemorySegment data, int usage) void
GL.namedBufferStorage
(int buffer, long size, MemorySegment data, int flags) void
GL.namedBufferStorageEXT
(int buffer, long size, MemorySegment data, int flags) void
GL.namedBufferSubData
(int buffer, long offset, long size, MemorySegment data) void
GL.namedBufferSubDataEXT
(int buffer, long offset, long size, 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, 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, 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
(MemorySegment ptr, int length, @Nullable BytePtr label) void
GL.objectPtrLabel
(MemorySegment ptr, int length, @Nullable BytePtr label) void
GL.objectPtrLabelKHR
(MemorySegment ptr, int length, @Nullable BytePtr label) void
GL.objectPtrLabelKHR
(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, MemorySegment coords) void
GL.pathCommandsNV
(int path, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, MemorySegment coords) void
GL.pathCoordsNV
(int path, int numCoords, int coordType, MemorySegment coords) void
GL.pathDashArrayNV
(int path, int dashCount, @Nullable FloatPtr dashArray) int
GL.pathGlyphIndexArrayNV
(int firstPathName, int fontTarget, MemorySegment fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) int
GL.pathGlyphIndexRangeNV
(int fontTarget, MemorySegment fontName, int fontStyle, int pathParameterTemplate, float emScale, @Nullable IntPtr baseAndCount) int
GL.pathGlyphIndexRangeNV
(int fontTarget, MemorySegment fontName, int fontStyle, int pathParameterTemplate, float emScale, @Nullable IntPtr baseAndCount) void
GL.pathGlyphRangeNV
(int firstPathName, int fontTarget, MemorySegment fontName, int fontStyle, int firstGlyph, int numGlyphs, int handleMissingGlyphs, int pathParameterTemplate, float emScale) void
GL.pathGlyphsNV
(int firstPathName, int fontTarget, MemorySegment fontName, int fontStyle, int numGlyphs, int type, MemorySegment charcodes, int handleMissingGlyphs, int pathParameterTemplate, float emScale) void
GL.pathGlyphsNV
(int firstPathName, int fontTarget, MemorySegment fontName, int fontStyle, int numGlyphs, int type, MemorySegment charcodes, int handleMissingGlyphs, int pathParameterTemplate, float emScale) int
GL.pathMemoryGlyphIndexArrayNV
(int firstPathName, int fontTarget, long fontSize, 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, MemorySegment pathString) void
GL.pathSubCommandsNV
(int path, int commandStart, int commandsToDelete, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, MemorySegment coords) void
GL.pathSubCommandsNV
(int path, int commandStart, int commandsToDelete, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, MemorySegment coords) void
GL.pathSubCoordsNV
(int path, int coordStart, int numCoords, int coordType, MemorySegment coords) void
GLCompatibility.pathTexGenNV
(int texCoordSet, int genMode, int components, @Nullable FloatPtr coeffs) void
GLCompatibility.pixelDataRangeNV
(int target, int length, 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, 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, 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, MemorySegment data) void
GL.readnPixelsARB
(int x, int y, int width, int height, int format, int type, int bufSize, MemorySegment data) void
GL.readnPixelsKHR
(int x, int y, int width, int height, int format, int type, int bufSize, MemorySegment data) void
GL.readPixels
(int x, int y, int width, int height, int format, int type, 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, MemorySegment pointer) void
GLCompatibility.secondaryColorPointerEXT
(int size, int type, int stride, 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, MemorySegment row, MemorySegment column) void
GLCompatibility.separableFilter2D
(int target, int internalformat, int width, int height, int format, int type, MemorySegment row, MemorySegment column) void
GLCompatibility.setMultisamplefvAMD
(int pname, int index, @Nullable FloatPtr val) void
GL.shaderBinary
(int count, @Nullable IntPtr shaders, int binaryFormat, MemorySegment binary, int length) void
GL.shaderBinary
(int count, @Nullable IntPtr shaders, int binaryFormat, 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, MemorySegment paths, int pathBase, int fillMode, int mask, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilFillPathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int fillMode, int mask, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilStrokePathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int reference, int mask, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilStrokePathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int reference, int mask, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilThenCoverFillPathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int fillMode, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilThenCoverFillPathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int fillMode, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilThenCoverStrokePathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int reference, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.stencilThenCoverStrokePathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int reference, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GLCompatibility.stringMarkerGREMEDY
(int len, 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, MemorySegment pointer) void
void
void
void
void
void
GL.texImage1D
(int target, int level, int internalformat, int width, int border, int format, int type, MemorySegment pixels) void
GL.texImage2D
(int target, int level, int internalformat, int width, int height, int border, int format, int type, MemorySegment pixels) void
GL.texImage3D
(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, 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, MemorySegment pixels) void
GL.texSubImage2D
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, 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, MemorySegment pixels) void
GL.textureImage1DEXT
(int texture, int target, int level, int internalformat, int width, int border, int format, int type, MemorySegment pixels) void
GL.textureImage2DEXT
(int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, 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, 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, MemorySegment pixels) void
GL.textureSubImage1DEXT
(int texture, int target, int level, int xoffset, int width, int format, int type, MemorySegment pixels) void
GL.textureSubImage2D
(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int type, MemorySegment pixels) void
GL.textureSubImage2DEXT
(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, 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, 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, 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, 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, MemorySegment pointer) void
GLCompatibility.vertexAttribIPointerEXT
(int index, int size, int type, int stride, 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, MemorySegment pointer) void
GLCompatibility.vertexAttribLPointerEXT
(int index, int size, int type, int stride, 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, MemorySegment pointer) void
GLCompatibility.vertexAttribPointerARB
(int index, int size, int type, byte normalized, int stride, 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, 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, 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.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.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, MemorySegment pNext) Binds buffer to allocation with additional parameters.int
VMA.bindImageMemory2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, VkImage image, 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, 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, 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, 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
VMA.setAllocationUserData
(VmaAllocator allocator, VmaAllocation allocation, MemorySegment pUserData) Sets pUserData in given allocation to new value.void
VMA.setVirtualAllocationUserData
(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, 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 TypeMethodDescriptionVmaVulkanFunctions.allocateMemory()
VmaVulkanFunctions.bindBufferMemory()
VmaVulkanFunctions.bindBufferMemory2KHR()
VmaVulkanFunctions.bindImageMemory()
VmaVulkanFunctions.bindImageMemory2KHR()
VmaVulkanFunctions.cmdCopyBuffer()
VmaVulkanFunctions.createBuffer()
VmaVulkanFunctions.createImage()
VmaVulkanFunctions.destroyBuffer()
VmaVulkanFunctions.destroyImage()
VmaVulkanFunctions.flushMappedMemoryRanges()
VmaVulkanFunctions.freeMemory()
VmaVulkanFunctions.getBufferMemoryRequirements()
VmaVulkanFunctions.getBufferMemoryRequirements2KHR()
VmaVulkanFunctions.getDeviceBufferMemoryRequirements()
VmaVulkanFunctions.getDeviceImageMemoryRequirements()
VmaVulkanFunctions.getDeviceProcAddr()
VmaVulkanFunctions.getImageMemoryRequirements()
VmaVulkanFunctions.getImageMemoryRequirements2KHR()
VmaVulkanFunctions.getInstanceProcAddr()
VmaVulkanFunctions.getMemoryWin32HandleKHR()
VmaVulkanFunctions.getPhysicalDeviceMemoryProperties()
VmaVulkanFunctions.getPhysicalDeviceMemoryProperties2KHR()
VmaVulkanFunctions.getPhysicalDeviceProperties()
VmaVulkanFunctions.invalidateMappedMemoryRanges()
VmaVulkanFunctions.mapMemory()
VmaAllocatorCreateInfo.pAllocationCallbacksRaw()
VmaVirtualBlockCreateInfo.pAllocationCallbacksRaw()
VmaDefragmentationInfo.pBreakCallbackUserData()
VmaAllocatorCreateInfo.pDeviceMemoryCallbacksRaw()
VmaDeviceMemoryCallbacks.pfnAllocate()
VmaDefragmentationInfo.pfnBreakCallback()
VmaDeviceMemoryCallbacks.pfnFree()
@Nullable LongPtr
VmaAllocatorCreateInfo.pHeapSizeLimit()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.VmaAllocatorCreateInfo.pHeapSizeLimitRaw()
VmaAllocationInfo.pMappedData()
VmaPoolCreateInfo.pMemoryAllocateNext()
VmaDefragmentationPassMoveInfo.pMovesRaw()
VmaAllocationInfo.pNameRaw()
VmaAllocatorCreateInfo.pTypeExternalMemoryHandleTypesRaw()
VmaAllocationCreateInfo.pUserData()
VmaAllocationInfo.pUserData()
VmaDeviceMemoryCallbacks.pUserData()
VmaVirtualAllocationCreateInfo.pUserData()
VmaVirtualAllocationInfo.pUserData()
VmaAllocatorCreateInfo.pVulkanFunctionsRaw()
VmaVulkanFunctions.unmapMemory()
Method parameters in club.doki7.vma.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
VmaVulkanFunctions.allocateMemory
(MemorySegment value) void
VmaVulkanFunctions.bindBufferMemory
(MemorySegment value) void
VmaVulkanFunctions.bindBufferMemory2KHR
(MemorySegment value) void
VmaVulkanFunctions.bindImageMemory
(MemorySegment value) void
VmaVulkanFunctions.bindImageMemory2KHR
(MemorySegment value) void
VmaVulkanFunctions.cmdCopyBuffer
(MemorySegment value) void
VmaVulkanFunctions.createBuffer
(MemorySegment value) void
VmaVulkanFunctions.createImage
(MemorySegment value) void
VmaVulkanFunctions.destroyBuffer
(MemorySegment value) void
VmaVulkanFunctions.destroyImage
(MemorySegment value) void
VmaVulkanFunctions.flushMappedMemoryRanges
(MemorySegment value) void
VmaVulkanFunctions.freeMemory
(MemorySegment value) void
VmaVulkanFunctions.getBufferMemoryRequirements
(MemorySegment value) void
VmaVulkanFunctions.getBufferMemoryRequirements2KHR
(MemorySegment value) void
VmaVulkanFunctions.getDeviceBufferMemoryRequirements
(MemorySegment value) void
VmaVulkanFunctions.getDeviceImageMemoryRequirements
(MemorySegment value) void
VmaVulkanFunctions.getDeviceProcAddr
(MemorySegment value) void
VmaVulkanFunctions.getImageMemoryRequirements
(MemorySegment value) void
VmaVulkanFunctions.getImageMemoryRequirements2KHR
(MemorySegment value) void
VmaVulkanFunctions.getInstanceProcAddr
(MemorySegment value) void
VmaVulkanFunctions.getMemoryWin32HandleKHR
(MemorySegment value) void
VmaVulkanFunctions.getPhysicalDeviceMemoryProperties
(MemorySegment value) void
VmaVulkanFunctions.getPhysicalDeviceMemoryProperties2KHR
(MemorySegment value) void
VmaVulkanFunctions.getPhysicalDeviceProperties
(MemorySegment value) void
VmaVulkanFunctions.invalidateMappedMemoryRanges
(MemorySegment value) void
VmaVulkanFunctions.mapMemory
(MemorySegment value) void
VmaAllocatorCreateInfo.pAllocationCallbacksRaw
(MemorySegment value) void
VmaVirtualBlockCreateInfo.pAllocationCallbacksRaw
(MemorySegment value) void
VmaDefragmentationInfo.pBreakCallbackUserData
(MemorySegment value) void
VmaAllocatorCreateInfo.pDeviceMemoryCallbacksRaw
(MemorySegment value) void
VmaDeviceMemoryCallbacks.pfnAllocate
(MemorySegment value) void
VmaDefragmentationInfo.pfnBreakCallback
(MemorySegment value) void
VmaDeviceMemoryCallbacks.pfnFree
(MemorySegment value) VmaAllocatorCreateInfo.pHeapSizeLimit
(@Nullable LongPtr value) void
VmaAllocatorCreateInfo.pHeapSizeLimitRaw
(MemorySegment value) void
VmaAllocationInfo.pMappedData
(MemorySegment value) void
VmaPoolCreateInfo.pMemoryAllocateNext
(MemorySegment value) void
VmaDefragmentationPassMoveInfo.pMovesRaw
(MemorySegment value) void
VmaAllocationInfo.pNameRaw
(MemorySegment value) void
VmaAllocatorCreateInfo.pTypeExternalMemoryHandleTypesRaw
(MemorySegment value) void
VmaAllocationCreateInfo.pUserData
(MemorySegment value) void
VmaAllocationInfo.pUserData
(MemorySegment value) void
VmaDeviceMemoryCallbacks.pUserData
(MemorySegment value) void
VmaVirtualAllocationCreateInfo.pUserData
(MemorySegment value) void
VmaVirtualAllocationInfo.pUserData
(MemorySegment value) void
VmaAllocatorCreateInfo.pVulkanFunctionsRaw
(MemorySegment value) void
VmaVulkanFunctions.unmapMemory
(MemorySegment value) -
Uses of Pointer in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with annotations of type PointerModifier and TypeMethodDescriptionVkStaticCommands.getDeviceProcAddr
(VkDevice device, BytePtr pName) 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, 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, 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, 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, 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, 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, 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, MemorySegment pData) int
VkDeviceCommands.getAccelerationStructureOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkAccelerationStructureCaptureDescriptorDataInfoEXT pInfo, 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, MemorySegment pData) int
VkDeviceCommands.getBufferOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkBufferCaptureDescriptorDataInfoEXT pInfo, 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, MemorySegment pCacheData) void
VkDeviceCommands.getDescriptorEXT
(VkDevice device, VkDescriptorGetInfoEXT pDescriptorInfo, long dataSize, MemorySegment pDescriptor) void
VkDeviceCommands.getDescriptorEXT
(VkDevice device, VkDescriptorGetInfoEXT pDescriptorInfo, long dataSize, 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, MemorySegment pData) int
VkDeviceCommands.getEncodedVideoSessionParametersKHR
(VkDevice device, VkVideoEncodeSessionParametersGetInfoKHR pVideoSessionParametersInfo, @Nullable VkVideoEncodeSessionParametersFeedbackInfoKHR pFeedbackInfo, PointerPtr pDataSize, MemorySegment pData) int
VkDeviceCommands.getEncodedVideoSessionParametersKHR
(VkDevice device, VkVideoEncodeSessionParametersGetInfoKHR pVideoSessionParametersInfo, @Nullable VkVideoEncodeSessionParametersFeedbackInfoKHR pFeedbackInfo, PointerPtr pDataSize, 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, MemorySegment pData) void
VkDeviceCommands.getExternalComputeQueueDataNV
(VkExternalComputeQueueNV externalQueue, VkExternalComputeQueueDataParamsNV params, MemorySegment pData) int
VkDeviceCommands.getFenceFdKHR
(VkDevice device, VkFenceGetFdInfoKHR pGetFdInfo, IntPtr pFd) int
VkDeviceCommands.getFenceSciSyncFenceNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, MemorySegment pHandle) int
VkDeviceCommands.getFenceSciSyncFenceNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, MemorySegment pHandle) int
VkDeviceCommands.getFenceSciSyncObjNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, MemorySegment pHandle) int
VkDeviceCommands.getFenceSciSyncObjNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, 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, MemorySegment pData) int
VkDeviceCommands.getImageOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkImageCaptureDescriptorDataInfoEXT pInfo, 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, MemorySegment pData) int
VkDeviceCommands.getImageViewOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkImageViewCaptureDescriptorDataInfoEXT pInfo, 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, MemorySegment pHostPointer, VkMemoryHostPointerPropertiesEXT pMemoryHostPointerProperties) int
VkDeviceCommands.getMemoryHostPointerPropertiesEXT
(VkDevice device, int handleType, MemorySegment pHostPointer, VkMemoryHostPointerPropertiesEXT pMemoryHostPointerProperties) int
VkDeviceCommands.getMemoryMetalHandleEXT
(VkDevice device, VkMemoryGetMetalHandleInfoEXT pGetMetalHandleInfo, PointerPtr pHandle) int
VkDeviceCommands.getMemoryMetalHandlePropertiesEXT
(VkDevice device, int handleType, MemorySegment pHandle, VkMemoryMetalHandlePropertiesEXT pMemoryMetalHandleProperties) int
VkDeviceCommands.getMemoryMetalHandlePropertiesEXT
(VkDevice device, int handleType, 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, MemorySegment handle, VkMemoryWin32HandlePropertiesKHR pMemoryWin32HandleProperties) int
VkDeviceCommands.getMemoryWin32HandlePropertiesKHR
(VkDevice device, int handleType, 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, MemorySegment handle, VkMemorySciBufPropertiesNV pMemorySciBufProperties) int
VkInstanceCommands.getPhysicalDeviceExternalMemorySciBufPropertiesNV
(VkPhysicalDevice physicalDevice, int handleType, 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, MemorySegment pAttributes) int
VkInstanceCommands.getPhysicalDeviceSciSyncAttributesNV
(VkPhysicalDevice physicalDevice, VkSciSyncAttributesInfoNV pSciSyncAttributesInfo, MemorySegment pAttributes) int
VkInstanceCommands.getPhysicalDeviceSciSyncAttributesNV
(VkPhysicalDevice physicalDevice, VkSciSyncAttributesInfoNV pSciSyncAttributesInfo, 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, MemorySegment connection, int visual_id) int
VkDeviceCommands.getPipelineBinaryDataKHR
(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, MemorySegment pPipelineBinaryData) int
VkDeviceCommands.getPipelineBinaryDataKHR
(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, MemorySegment pPipelineBinaryData) int
VkDeviceCommands.getPipelineBinaryDataKHR
(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, MemorySegment pPipelineBinaryData) int
VkDeviceCommands.getPipelineCacheData
(VkDevice device, VkPipelineCache pipelineCache, PointerPtr pDataSize, 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, 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, MemorySegment pData) int
VkDeviceCommands.getRayTracingShaderGroupHandlesKHR
(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, MemorySegment pData) int
VkDeviceCommands.getRayTracingShaderGroupHandlesNV
(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, 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, MemorySegment pData) int
VkDeviceCommands.getSamplerOpaqueCaptureDescriptorDataEXT
(VkDevice device, VkSamplerCaptureDescriptorDataInfoEXT pInfo, 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, MemorySegment pHandle) int
VkDeviceCommands.getSemaphoreSciSyncObjNV
(VkDevice device, VkSemaphoreGetSciSyncInfoNV pGetSciSyncInfo, 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, MemorySegment pData) int
VkDeviceCommands.getShaderInfoAMD
(VkDevice device, VkPipeline pipeline, int shaderStage, int infoType, PointerPtr pInfoSize, 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, 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, MemorySegment pData) void
VkDeviceCommands.updateDescriptorSetWithTemplateKHR
(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, 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, MemorySegment pData, long stride) int
VkDeviceCommands.writeAccelerationStructuresPropertiesKHR
(VkDevice device, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, long dataSize, MemorySegment pData, long stride) int
VkDeviceCommands.writeMicromapsPropertiesEXT
(VkDevice device, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, long dataSize, MemorySegment pData, long stride) int
VkDeviceCommands.writeMicromapsPropertiesEXT
(VkDevice device, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, long dataSize, MemorySegment pData, long stride) -
Uses of Pointer in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype with annotations of type PointerModifier and TypeMethodDescriptionVkImportAndroidHardwareBufferInfoANDROID.bufferRaw()
VkImportScreenBufferInfoQNX.bufferRaw()
VkXcbSurfaceCreateInfoKHR.connection()
VkScreenSurfaceCreateInfoQNX.contextRaw()
VkDirectFBSurfaceCreateInfoEXT.dfbRaw()
VkDisplayPropertiesKHR.displayNameRaw()
VkWaylandSurfaceCreateInfoKHR.displayRaw()
VkXlibSurfaceCreateInfoKHR.dpyRaw()
VkImportFenceSciSyncInfoNV.handle()
VkImportFenceWin32HandleInfoKHR.handle()
VkImportMemoryMetalHandleInfoEXT.handle()
VkImportMemorySciBufInfoNV.handle()
VkImportMemoryWin32HandleInfoKHR.handle()
VkImportMemoryWin32HandleInfoNV.handle()
VkImportSemaphoreSciSyncInfoNV.handle()
VkImportSemaphoreWin32HandleInfoKHR.handle()
VkSemaphoreSciSyncPoolCreateInfoNV.handle()
VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapBudget()
VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapUsage()
VkWin32SurfaceCreateInfoKHR.hinstance()
VkSurfaceFullScreenExclusiveWin32InfoEXT.hmonitor()
VkDeviceOrHostAddressConstAMDX.hostAddress()
VkDeviceOrHostAddressConstKHR.hostAddress()
VkDeviceOrHostAddressKHR.hostAddress()
VkWin32SurfaceCreateInfoKHR.hwnd()
VkExportMetalIOSurfaceInfoEXT.ioSurface()
VkImportMetalIOSurfaceInfoEXT.ioSurface()
VkExportMetalBufferInfoEXT.mtlBuffer()
VkImportMetalBufferInfoEXT.mtlBuffer()
VkExportMetalCommandQueueInfoEXT.mtlCommandQueue()
VkExportMetalDeviceInfoEXT.mtlDevice()
VkExportMetalSharedEventInfoEXT.mtlSharedEvent()
VkImportMetalSharedEventInfoEXT.mtlSharedEvent()
VkExportMetalTextureInfoEXT.mtlTexture()
VkImportMetalTextureInfoEXT.mtlTexture()
VkExportFenceWin32HandleInfoKHR.nameRaw()
VkExportMemoryWin32HandleInfoKHR.nameRaw()
VkExportSemaphoreWin32HandleInfoKHR.nameRaw()
VkImportFenceWin32HandleInfoKHR.nameRaw()
VkImportMemoryWin32HandleInfoKHR.nameRaw()
VkImportSemaphoreWin32HandleInfoKHR.nameRaw()
VkOpaqueCaptureDescriptorDataCreateInfoEXT.opaqueCaptureDescriptorData()
@Nullable LongPtr
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructures()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.VkWriteDescriptorSetAccelerationStructureKHR.pAccelerationStructuresRaw()
VkWriteDescriptorSetAccelerationStructureNV.pAccelerationStructuresRaw()
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructuresRaw()
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireKeysRaw()
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireKeysRaw()
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireSyncsRaw()
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireSyncsRaw()
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireTimeoutMillisecondsRaw()
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireTimeoutsRaw()
VkDeviceFaultInfoEXT.pAddressInfosRaw()
VkInstanceCreateInfo.pApplicationInfoRaw()
VkApplicationInfo.pApplicationNameRaw()
VkRenderPassInputAttachmentAspectCreateInfo.pAspectReferencesRaw()
VkFramebufferAttachmentsCreateInfo.pAttachmentImageInfosRaw()
VkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocationsRaw()
VkFramebufferCreateInfo.pAttachmentsRaw()
VkPipelineColorBlendStateCreateInfo.pAttachmentsRaw()
VkRenderPassAttachmentBeginInfo.pAttachmentsRaw()
VkRenderPassCreateInfo.pAttachmentsRaw()
VkRenderPassCreateInfo2.pAttachmentsRaw()
VkExportFenceSciSyncInfoNV.pAttributes()
VkExportFenceWin32HandleInfoKHR.pAttributes()
VkExportMemorySciBufInfoNV.pAttributes()
VkExportMemoryWin32HandleInfoKHR.pAttributes()
VkExportMemoryWin32HandleInfoNV.pAttributes()
VkExportSemaphoreSciSyncInfoNV.pAttributes()
VkExportSemaphoreWin32HandleInfoKHR.pAttributes()
VkDescriptorSetLayoutBindingFlagsCreateInfo.pBindingFlagsRaw()
VkDescriptorSetLayoutCreateInfo.pBindingsRaw()
VkSparseBufferMemoryBindInfo.pBindsRaw()
VkSparseImageMemoryBindInfo.pBindsRaw()
VkSparseImageOpaqueMemoryBindInfo.pBindsRaw()
VkBindSparseInfo.pBufferBindsRaw()
VkSetDescriptorBufferOffsetsInfoEXT.pBufferIndicesRaw()
VkWriteDescriptorSet.pBufferInfoRaw()
VkDependencyInfo.pBufferMemoryBarriersRaw()
StdVideoEncodeAV1PictureInfo.pBufferRemovalTimesRaw()
VkFrameBoundaryEXT.pBuffersRaw()
StdVideoDecodeAV1PictureInfo.pCDEFRaw()
StdVideoEncodeAV1PictureInfo.pCDEFRaw()
VkCheckpointData2NV.pCheckpointMarker()
VkCheckpointDataNV.pCheckpointMarker()
VkRenderPassBeginInfo.pClearValuesRaw()
VkClusterAccelerationStructureOpInputNV.pClustersBottomLevelRaw()
VkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabelsRaw()
VkShaderCreateInfoEXT.pCode()
VkShaderModuleCreateInfo.pCodeRaw()
VkCommandBufferInheritanceRenderingInfo.pColorAttachmentFormatsRaw()
VkPipelineRenderingCreateInfo.pColorAttachmentFormatsRaw()
VkRenderingAreaInfo.pColorAttachmentFormatsRaw()
VkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndicesRaw()
VkRenderingAttachmentLocationInfo.pColorAttachmentLocationsRaw()
VkAttachmentSampleCountInfoAMD.pColorAttachmentSamplesRaw()
VkRenderingInfo.pColorAttachmentsRaw()
VkSubpassDescription.pColorAttachmentsRaw()
VkSubpassDescription2.pColorAttachmentsRaw()
VkGraphicsPipelineCreateInfo.pColorBlendStateRaw()
StdVideoAV1SequenceHeader.pColorConfigRaw()
VkImageFormatConstraintsInfoFUCHSIA.pColorSpacesRaw()
@Nullable IntPtr
VkPipelineColorWriteCreateInfoEXT.pColorWriteEnables()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.VkPipelineColorWriteCreateInfoEXT.pColorWriteEnablesRaw()
VkDescriptorDataEXT.pCombinedImageSamplerRaw()
VkDeviceGroupSubmitInfo.pCommandBufferDeviceMasksRaw()
VkSubmitInfo2.pCommandBufferInfosRaw()
VkSubmitInfo.pCommandBuffersRaw()
VkPhysicalDeviceHostImageCopyProperties.pCopyDstLayoutsRaw()
VkPhysicalDeviceVulkan14Properties.pCopyDstLayoutsRaw()
VkPhysicalDeviceHostImageCopyProperties.pCopySrcLayoutsRaw()
VkPhysicalDeviceVulkan14Properties.pCopySrcLayoutsRaw()
VkRenderPassCreateInfo2.pCorrelatedViewMasksRaw()
VkRenderPassMultiviewCreateInfo.pCorrelationMasksRaw()
VkQueryPoolPerformanceCreateInfoKHR.pCounterIndicesRaw()
VkPipelineCoverageModulationStateCreateInfoNV.pCoverageModulationTableRaw()
VkDeviceBufferMemoryRequirements.pCreateInfoRaw()
VkDeviceImageMemoryRequirements.pCreateInfoRaw()
VkDeviceImageSubresourceInfo.pCreateInfoRaw()
VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pCustomSampleOrdersRaw()
VkCudaModuleCreateInfoNV.pData()
VkCuModuleCreateInfoNVX.pData()
VkPipelineBinaryDataKHR.pData()
VkPipelineExecutableInternalRepresentationKHR.pData()
VkPushDescriptorSetWithTemplateInfo.pData()
VkSpecializationInfo.pData()
VkWriteDescriptorSetInlineUniformBlock.pData()
StdVideoH265SequenceParameterSet.pDecPicBufMgrRaw()
StdVideoH265VideoParameterSet.pDecPicBufMgrRaw()
VkRenderPassCreateInfo.pDependenciesRaw()
VkRenderPassCreateInfo2.pDependenciesRaw()
VkRenderingInfo.pDepthAttachmentRaw()
VkPipelineViewportDepthClampControlCreateInfoEXT.pDepthClampRangeRaw()
VkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndexRaw()
VkSubpassDescription.pDepthStencilAttachmentRaw()
VkSubpassDescription2.pDepthStencilAttachmentRaw()
VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachmentRaw()
VkGraphicsPipelineCreateInfo.pDepthStencilStateRaw()
VkDescriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCountsRaw()
VkBindDescriptorSetsInfo.pDescriptorSetsRaw()
VkMutableDescriptorTypeListEXT.pDescriptorTypesRaw()
VkDescriptorUpdateTemplateCreateInfo.pDescriptorUpdateEntriesRaw()
VkPushDescriptorSetInfo.pDescriptorWritesRaw()
VkBindAccelerationStructureMemoryInfoNV.pDeviceIndicesRaw()
VkBindBufferMemoryDeviceGroupInfo.pDeviceIndicesRaw()
VkBindImageMemoryDeviceGroupInfo.pDeviceIndicesRaw()
VkDeviceGroupPresentInfoKHR.pDeviceMasksRaw()
VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreasRaw()
VkValidationFlagsEXT.pDisabledValidationChecksRaw()
VkValidationFeaturesEXT.pDisabledValidationFeaturesRaw()
VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectanglesRaw()
VkDirectDriverLoadingListLUNARG.pDriversRaw()
VkDrmFormatModifierPropertiesList2EXT.pDrmFormatModifierPropertiesRaw()
VkDrmFormatModifierPropertiesListEXT.pDrmFormatModifierPropertiesRaw()
VkImageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiersRaw()
VkConvertCooperativeVectorMatrixInfoNV.pDstSizeRaw()
VkHdrVividDynamicMetadataHUAWEI.pDynamicMetadata()
VkBindDescriptorSetsInfo.pDynamicOffsetsRaw()
VkGraphicsPipelineCreateInfo.pDynamicStateRaw()
VkRayTracingPipelineCreateInfoKHR.pDynamicStateRaw()
VkPipelineDynamicStateCreateInfo.pDynamicStatesRaw()
VkDeviceCreateInfo.pEnabledFeaturesRaw()
VkValidationFeaturesEXT.pEnabledValidationFeaturesRaw()
VkApplicationInfo.pEngineNameRaw()
VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissorsRaw()
VkIndirectCommandsTokenDataEXT.pExecutionSetRaw()
StdVideoEncodeAV1PictureInfo.pExtensionHeaderRaw()
StdVideoEncodeAV1ReferenceInfo.pExtensionHeaderRaw()
VkCudaLaunchInfoNV.pExtras()
VkCuLaunchInfoNVX.pExtras()
VkSemaphoreSciSyncCreateInfoNV.pFenceRaw()
VkSwapchainPresentFenceInfoEXT.pFencesRaw()
StdVideoDecodeAV1PictureInfo.pFilmGrainRaw()
VkImageCompressionControlEXT.pFixedRateFlagsRaw()
VkAllocationCallbacks.pfnAllocation()
VkDebugReportCallbackCreateInfoEXT.pfnCallback()
VkAllocationCallbacks.pfnFree()
VkDirectDriverLoadingInfoLUNARG.pfnGetInstanceProcAddr()
VkAllocationCallbacks.pfnInternalAllocation()
VkAllocationCallbacks.pfnInternalFree()
VkAllocationCallbacks.pfnReallocation()
VkDebugUtilsMessengerCreateInfoEXT.pfnUserCallback()
VkDeviceDeviceMemoryReportCreateInfoEXT.pfnUserCallback()
VkImageConstraintsInfoFUCHSIA.pFormatConstraintsRaw()
VkRenderPassFragmentDensityMapOffsetEndInfoEXT.pFragmentDensityOffsetsRaw()
VkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachmentRaw()
VkAccelerationStructureBuildGeometryInfoKHR.pGeometriesRaw()
VkAccelerationStructureInfoNV.pGeometriesRaw()
StdVideoDecodeAV1PictureInfo.pGlobalMotionRaw()
StdVideoEncodeAV1PictureInfo.pGlobalMotionRaw()
VkGraphicsPipelineShaderGroupsCreateInfoNV.pGroupsRaw()
VkRayTracingPipelineCreateInfoKHR.pGroupsRaw()
VkRayTracingPipelineCreateInfoNV.pGroupsRaw()
StdVideoAV1TileInfo.pHeightInSbsMinus1Raw()
VkImageToMemoryCopy.pHostPointer()
VkImportMemoryHostPointerInfoEXT.pHostPointer()
VkMemoryToImageCopy.pHostPointer()
StdVideoH264SequenceParameterSetVui.pHrdParametersRaw()
StdVideoH265SequenceParameterSetVui.pHrdParametersRaw()
StdVideoH265VideoParameterSet.pHrdParametersRaw()
VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pIdentifierRaw()
VkBindSparseInfo.pImageBindsRaw()
VkPresentInfoKHR.pImageIndicesRaw()
VkReleaseSwapchainImagesInfoEXT.pImageIndicesRaw()
VkWriteDescriptorSet.pImageInfoRaw()
VkDependencyInfo.pImageMemoryBarriersRaw()
VkBindSparseInfo.pImageOpaqueBindsRaw()
VkFrameBoundaryEXT.pImagesRaw()
VkDescriptorSetLayoutBinding.pImmutableSamplersRaw()
VkIndirectCommandsTokenDataEXT.pIndexBufferRaw()
VkIndirectCommandsLayoutTokenNV.pIndexTypesRaw()
VkIndirectCommandsLayoutTokenNV.pIndexTypeValuesRaw()
VkCommandBufferBeginInfo.pInheritanceInfoRaw()
VkPipelineCacheCreateInfo.pInitialData()
VkValidationCacheCreateInfoEXT.pInitialData()
VkIndirectExecutionSetShaderInfoEXT.pInitialShadersRaw()
VkGraphicsPipelineCreateInfo.pInputAssemblyStateRaw()
VkDescriptorDataEXT.pInputAttachmentImageRaw()
VkSubpassDescription.pInputAttachmentsRaw()
VkSubpassDescription2.pInputAttachmentsRaw()
VkPipelineBinaryCreateInfoKHR.pKeysAndDataInfoRaw()
VkDebugUtilsLabelEXT.pLabelNameRaw()
VkPhysicalDeviceLayeredApiPropertiesListKHR.pLayeredApisRaw()
VkLayerSettingEXT.pLayerNameRaw()
VkMetalSurfaceCreateInfoEXT.pLayerRaw()
VkVideoEncodeRateControlInfoKHR.pLayersRaw()
VkPipelineLibraryCreateInfoKHR.pLibrariesRaw()
VkExecutionGraphPipelineCreateInfoAMDX.pLibraryInfoRaw()
VkRayTracingPipelineCreateInfoKHR.pLibraryInfoRaw()
VkRayTracingPipelineCreateInfoKHR.pLibraryInterfaceRaw()
StdVideoEncodeH265PictureInfo.pLongTermRefPicsRaw()
StdVideoH265SequenceParameterSet.pLongTermRefPicsSpsRaw()
StdVideoDecodeAV1PictureInfo.pLoopFilterRaw()
StdVideoEncodeAV1PictureInfo.pLoopFilterRaw()
StdVideoDecodeAV1PictureInfo.pLoopRestorationRaw()
StdVideoEncodeAV1PictureInfo.pLoopRestorationRaw()
VkSpecializationInfo.pMapEntriesRaw()
VkDebugMarkerMarkerInfoEXT.pMarkerNameRaw()
VkDependencyInfo.pMemoryBarriersRaw()
VkDebugUtilsMessengerCallbackDataEXT.pMessageIdNameRaw()
VkDebugUtilsMessengerCallbackDataEXT.pMessageRaw()
StdVideoAV1TileInfo.pMiColStartsRaw()
StdVideoAV1TileInfo.pMiRowStartsRaw()
VkClusterAccelerationStructureOpInputNV.pMoveObjectsRaw()
VkGraphicsPipelineCreateInfo.pMultisampleStateRaw()
VkMutableDescriptorTypeCreateInfoEXT.pMutableDescriptorTypeListsRaw()
VkVideoEncodeH264PictureInfoKHR.pNaluSliceEntriesRaw()
VkVideoEncodeH265PictureInfoKHR.pNaluSliceSegmentEntriesRaw()
VkCudaFunctionCreateInfoNV.pNameRaw()
VkCuFunctionCreateInfoNVX.pNameRaw()
VkPipelineShaderStageCreateInfo.pNameRaw()
VkPipelineShaderStageNodeCreateInfoAMDX.pNameRaw()
VkShaderCreateInfoEXT.pNameRaw()
VkAccelerationStructureBuildGeometryInfoKHR.pNext()
VkAccelerationStructureBuildSizesInfoKHR.pNext()
VkAccelerationStructureCaptureDescriptorDataInfoEXT.pNext()
VkAccelerationStructureCreateInfoKHR.pNext()
VkAccelerationStructureCreateInfoNV.pNext()
VkAccelerationStructureDeviceAddressInfoKHR.pNext()
VkAccelerationStructureGeometryAabbsDataKHR.pNext()
VkAccelerationStructureGeometryInstancesDataKHR.pNext()
VkAccelerationStructureGeometryKHR.pNext()
VkAccelerationStructureGeometryLinearSweptSpheresDataNV.pNext()
VkAccelerationStructureGeometryMotionTrianglesDataNV.pNext()
VkAccelerationStructureGeometrySpheresDataNV.pNext()
VkAccelerationStructureGeometryTrianglesDataKHR.pNext()
VkAccelerationStructureInfoNV.pNext()
VkAccelerationStructureMemoryRequirementsInfoNV.pNext()
VkAccelerationStructureMotionInfoNV.pNext()
VkAccelerationStructureTrianglesDisplacementMicromapNV.pNext()
VkAccelerationStructureTrianglesOpacityMicromapEXT.pNext()
VkAccelerationStructureVersionInfoKHR.pNext()
VkAcquireNextImageInfoKHR.pNext()
VkAcquireProfilingLockInfoKHR.pNext()
VkAmigoProfilingSubmitInfoSEC.pNext()
VkAndroidHardwareBufferFormatProperties2ANDROID.pNext()
VkAndroidHardwareBufferFormatPropertiesANDROID.pNext()
VkAndroidHardwareBufferFormatResolvePropertiesANDROID.pNext()
VkAndroidHardwareBufferPropertiesANDROID.pNext()
VkAndroidHardwareBufferUsageANDROID.pNext()
VkAndroidSurfaceCreateInfoKHR.pNext()
VkAntiLagDataAMD.pNext()
VkAntiLagPresentationInfoAMD.pNext()
VkApplicationInfo.pNext()
VkApplicationParametersEXT.pNext()
VkAttachmentDescription2.pNext()
VkAttachmentDescriptionStencilLayout.pNext()
VkAttachmentReference2.pNext()
VkAttachmentReferenceStencilLayout.pNext()
VkAttachmentSampleCountInfoAMD.pNext()
VkBindAccelerationStructureMemoryInfoNV.pNext()
VkBindBufferMemoryDeviceGroupInfo.pNext()
VkBindBufferMemoryInfo.pNext()
VkBindDescriptorBufferEmbeddedSamplersInfoEXT.pNext()
VkBindDescriptorSetsInfo.pNext()
VkBindImageMemoryDeviceGroupInfo.pNext()
VkBindImageMemoryInfo.pNext()
VkBindImageMemorySwapchainInfoKHR.pNext()
VkBindImagePlaneMemoryInfo.pNext()
VkBindMemoryStatus.pNext()
VkBindSparseInfo.pNext()
VkBindVideoSessionMemoryInfoKHR.pNext()
VkBlitImageCubicWeightsInfoQCOM.pNext()
VkBlitImageInfo2.pNext()
VkBufferCaptureDescriptorDataInfoEXT.pNext()
VkBufferCollectionBufferCreateInfoFUCHSIA.pNext()
VkBufferCollectionConstraintsInfoFUCHSIA.pNext()
VkBufferCollectionCreateInfoFUCHSIA.pNext()
VkBufferCollectionImageCreateInfoFUCHSIA.pNext()
VkBufferCollectionPropertiesFUCHSIA.pNext()
VkBufferConstraintsInfoFUCHSIA.pNext()
VkBufferCopy2.pNext()
VkBufferCreateInfo.pNext()
VkBufferDeviceAddressCreateInfoEXT.pNext()
VkBufferDeviceAddressInfo.pNext()
VkBufferImageCopy2.pNext()
VkBufferMemoryBarrier.pNext()
VkBufferMemoryBarrier2.pNext()
VkBufferMemoryRequirementsInfo2.pNext()
VkBufferOpaqueCaptureAddressCreateInfo.pNext()
VkBufferUsageFlags2CreateInfo.pNext()
VkBufferViewCreateInfo.pNext()
VkBuildPartitionedAccelerationStructureInfoNV.pNext()
VkCalibratedTimestampInfoKHR.pNext()
VkCheckpointData2NV.pNext()
VkCheckpointDataNV.pNext()
VkClusterAccelerationStructureClustersBottomLevelInputNV.pNext()
VkClusterAccelerationStructureCommandsInfoNV.pNext()
VkClusterAccelerationStructureInputInfoNV.pNext()
VkClusterAccelerationStructureMoveObjectsInputNV.pNext()
VkClusterAccelerationStructureTriangleClusterInputNV.pNext()
VkCommandBufferAllocateInfo.pNext()
VkCommandBufferBeginInfo.pNext()
VkCommandBufferInheritanceConditionalRenderingInfoEXT.pNext()
VkCommandBufferInheritanceInfo.pNext()
VkCommandBufferInheritanceRenderingInfo.pNext()
VkCommandBufferInheritanceRenderPassTransformInfoQCOM.pNext()
VkCommandBufferInheritanceViewportScissorInfoNV.pNext()
VkCommandBufferSubmitInfo.pNext()
VkCommandPoolCreateInfo.pNext()
VkComputePipelineCreateInfo.pNext()
VkComputePipelineIndirectBufferInfoNV.pNext()
VkConditionalRenderingBeginInfoEXT.pNext()
VkConvertCooperativeVectorMatrixInfoNV.pNext()
VkCooperativeMatrixFlexibleDimensionsPropertiesNV.pNext()
VkCooperativeMatrixPropertiesKHR.pNext()
VkCooperativeMatrixPropertiesNV.pNext()
VkCooperativeVectorPropertiesNV.pNext()
VkCopyAccelerationStructureInfoKHR.pNext()
VkCopyAccelerationStructureToMemoryInfoKHR.pNext()
VkCopyBufferInfo2.pNext()
VkCopyBufferToImageInfo2.pNext()
VkCopyCommandTransformInfoQCOM.pNext()
VkCopyDescriptorSet.pNext()
VkCopyImageInfo2.pNext()
VkCopyImageToBufferInfo2.pNext()
VkCopyImageToImageInfo.pNext()
VkCopyImageToMemoryInfo.pNext()
VkCopyMemoryToAccelerationStructureInfoKHR.pNext()
VkCopyMemoryToImageInfo.pNext()
VkCopyMemoryToMicromapInfoEXT.pNext()
VkCopyMicromapInfoEXT.pNext()
VkCopyMicromapToMemoryInfoEXT.pNext()
VkCudaFunctionCreateInfoNV.pNext()
VkCudaLaunchInfoNV.pNext()
VkCudaModuleCreateInfoNV.pNext()
VkCuFunctionCreateInfoNVX.pNext()
VkCuLaunchInfoNVX.pNext()
VkCuModuleCreateInfoNVX.pNext()
VkCuModuleTexturingModeCreateInfoNVX.pNext()
VkD3D12FenceSubmitInfoKHR.pNext()
VkDebugMarkerMarkerInfoEXT.pNext()
VkDebugMarkerObjectNameInfoEXT.pNext()
VkDebugMarkerObjectTagInfoEXT.pNext()
VkDebugReportCallbackCreateInfoEXT.pNext()
VkDebugUtilsLabelEXT.pNext()
VkDebugUtilsMessengerCallbackDataEXT.pNext()
VkDebugUtilsMessengerCreateInfoEXT.pNext()
VkDebugUtilsObjectNameInfoEXT.pNext()
VkDebugUtilsObjectTagInfoEXT.pNext()
VkDedicatedAllocationBufferCreateInfoNV.pNext()
VkDedicatedAllocationImageCreateInfoNV.pNext()
VkDedicatedAllocationMemoryAllocateInfoNV.pNext()
VkDependencyInfo.pNext()
VkDepthBiasInfoEXT.pNext()
VkDepthBiasRepresentationInfoEXT.pNext()
VkDescriptorAddressInfoEXT.pNext()
VkDescriptorBufferBindingInfoEXT.pNext()
VkDescriptorBufferBindingPushDescriptorBufferHandleEXT.pNext()
VkDescriptorGetInfoEXT.pNext()
VkDescriptorPoolCreateInfo.pNext()
VkDescriptorPoolInlineUniformBlockCreateInfo.pNext()
VkDescriptorSetAllocateInfo.pNext()
VkDescriptorSetBindingReferenceVALVE.pNext()
VkDescriptorSetLayoutBindingFlagsCreateInfo.pNext()
VkDescriptorSetLayoutCreateInfo.pNext()
VkDescriptorSetLayoutHostMappingInfoVALVE.pNext()
VkDescriptorSetLayoutSupport.pNext()
VkDescriptorSetVariableDescriptorCountAllocateInfo.pNext()
VkDescriptorSetVariableDescriptorCountLayoutSupport.pNext()
VkDescriptorUpdateTemplateCreateInfo.pNext()
VkDeviceAddressBindingCallbackDataEXT.pNext()
VkDeviceBufferMemoryRequirements.pNext()
VkDeviceCreateInfo.pNext()
VkDeviceDeviceMemoryReportCreateInfoEXT.pNext()
VkDeviceDiagnosticsConfigCreateInfoNV.pNext()
VkDeviceEventInfoEXT.pNext()
VkDeviceFaultCountsEXT.pNext()
VkDeviceFaultInfoEXT.pNext()
VkDeviceGroupBindSparseInfo.pNext()
VkDeviceGroupCommandBufferBeginInfo.pNext()
VkDeviceGroupDeviceCreateInfo.pNext()
VkDeviceGroupPresentCapabilitiesKHR.pNext()
VkDeviceGroupPresentInfoKHR.pNext()
VkDeviceGroupRenderPassBeginInfo.pNext()
VkDeviceGroupSubmitInfo.pNext()
VkDeviceGroupSwapchainCreateInfoKHR.pNext()
VkDeviceImageMemoryRequirements.pNext()
VkDeviceImageSubresourceInfo.pNext()
VkDeviceMemoryOpaqueCaptureAddressInfo.pNext()
VkDeviceMemoryOverallocationCreateInfoAMD.pNext()
VkDeviceMemoryReportCallbackDataEXT.pNext()
VkDevicePipelineBinaryInternalCacheControlKHR.pNext()
VkDevicePrivateDataCreateInfo.pNext()
VkDeviceQueueCreateInfo.pNext()
VkDeviceQueueGlobalPriorityCreateInfo.pNext()
VkDeviceQueueInfo2.pNext()
VkDeviceQueueShaderCoreControlCreateInfoARM.pNext()
VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.pNext()
VkDirectDriverLoadingInfoLUNARG.pNext()
VkDirectDriverLoadingListLUNARG.pNext()
VkDirectFBSurfaceCreateInfoEXT.pNext()
VkDispatchTileInfoQCOM.pNext()
VkDisplayEventInfoEXT.pNext()
VkDisplayModeCreateInfoKHR.pNext()
VkDisplayModeProperties2KHR.pNext()
VkDisplayModeStereoPropertiesNV.pNext()
VkDisplayNativeHdrSurfaceCapabilitiesAMD.pNext()
VkDisplayPlaneCapabilities2KHR.pNext()
VkDisplayPlaneInfo2KHR.pNext()
VkDisplayPlaneProperties2KHR.pNext()
VkDisplayPowerInfoEXT.pNext()
VkDisplayPresentInfoKHR.pNext()
VkDisplayProperties2KHR.pNext()
VkDisplaySurfaceCreateInfoKHR.pNext()
VkDisplaySurfaceStereoCreateInfoNV.pNext()
VkDrmFormatModifierPropertiesList2EXT.pNext()
VkDrmFormatModifierPropertiesListEXT.pNext()
VkEventCreateInfo.pNext()
VkExecutionGraphPipelineCreateInfoAMDX.pNext()
VkExecutionGraphPipelineScratchSizeAMDX.pNext()
VkExportFenceCreateInfo.pNext()
VkExportFenceSciSyncInfoNV.pNext()
VkExportFenceWin32HandleInfoKHR.pNext()
VkExportMemoryAllocateInfo.pNext()
VkExportMemoryAllocateInfoNV.pNext()
VkExportMemorySciBufInfoNV.pNext()
VkExportMemoryWin32HandleInfoKHR.pNext()
VkExportMemoryWin32HandleInfoNV.pNext()
VkExportMetalBufferInfoEXT.pNext()
VkExportMetalCommandQueueInfoEXT.pNext()
VkExportMetalDeviceInfoEXT.pNext()
VkExportMetalIOSurfaceInfoEXT.pNext()
VkExportMetalObjectCreateInfoEXT.pNext()
VkExportMetalObjectsInfoEXT.pNext()
VkExportMetalSharedEventInfoEXT.pNext()
VkExportMetalTextureInfoEXT.pNext()
VkExportSemaphoreCreateInfo.pNext()
VkExportSemaphoreSciSyncInfoNV.pNext()
VkExportSemaphoreWin32HandleInfoKHR.pNext()
VkExternalBufferProperties.pNext()
VkExternalComputeQueueCreateInfoNV.pNext()
VkExternalComputeQueueDataParamsNV.pNext()
VkExternalComputeQueueDeviceCreateInfoNV.pNext()
VkExternalFenceProperties.pNext()
VkExternalFormatANDROID.pNext()
VkExternalFormatQNX.pNext()
VkExternalImageFormatProperties.pNext()
VkExternalMemoryAcquireUnmodifiedEXT.pNext()
VkExternalMemoryBufferCreateInfo.pNext()
VkExternalMemoryImageCreateInfo.pNext()
VkExternalMemoryImageCreateInfoNV.pNext()
VkExternalSemaphoreProperties.pNext()
VkFenceCreateInfo.pNext()
VkFenceGetFdInfoKHR.pNext()
VkFenceGetSciSyncInfoNV.pNext()
VkFenceGetWin32HandleInfoKHR.pNext()
VkFilterCubicImageViewImageFormatPropertiesEXT.pNext()
VkFormatProperties2.pNext()
VkFormatProperties3.pNext()
VkFragmentShadingRateAttachmentInfoKHR.pNext()
VkFrameBoundaryEXT.pNext()
VkFramebufferAttachmentImageInfo.pNext()
VkFramebufferAttachmentsCreateInfo.pNext()
VkFramebufferCreateInfo.pNext()
VkFramebufferMixedSamplesCombinationNV.pNext()
VkGeneratedCommandsInfoEXT.pNext()
VkGeneratedCommandsInfoNV.pNext()
VkGeneratedCommandsMemoryRequirementsInfoEXT.pNext()
VkGeneratedCommandsMemoryRequirementsInfoNV.pNext()
VkGeneratedCommandsPipelineInfoEXT.pNext()
VkGeneratedCommandsShaderInfoEXT.pNext()
VkGeometryAABBNV.pNext()
VkGeometryNV.pNext()
VkGeometryTrianglesNV.pNext()
VkGetLatencyMarkerInfoNV.pNext()
VkGraphicsPipelineCreateInfo.pNext()
VkGraphicsPipelineLibraryCreateInfoEXT.pNext()
VkGraphicsPipelineShaderGroupsCreateInfoNV.pNext()
VkGraphicsShaderGroupCreateInfoNV.pNext()
VkHdrMetadataEXT.pNext()
VkHdrVividDynamicMetadataHUAWEI.pNext()
VkHeadlessSurfaceCreateInfoEXT.pNext()
VkHostImageCopyDevicePerformanceQuery.pNext()
VkHostImageLayoutTransitionInfo.pNext()
VkImageAlignmentControlCreateInfoMESA.pNext()
VkImageBlit2.pNext()
VkImageCaptureDescriptorDataInfoEXT.pNext()
VkImageCompressionControlEXT.pNext()
VkImageCompressionPropertiesEXT.pNext()
VkImageConstraintsInfoFUCHSIA.pNext()
VkImageCopy2.pNext()
VkImageCreateInfo.pNext()
VkImageDrmFormatModifierExplicitCreateInfoEXT.pNext()
VkImageDrmFormatModifierListCreateInfoEXT.pNext()
VkImageDrmFormatModifierPropertiesEXT.pNext()
VkImageFormatConstraintsInfoFUCHSIA.pNext()
VkImageFormatListCreateInfo.pNext()
VkImageFormatProperties2.pNext()
VkImageMemoryBarrier.pNext()
VkImageMemoryBarrier2.pNext()
VkImageMemoryRequirementsInfo2.pNext()
VkImagePipeSurfaceCreateInfoFUCHSIA.pNext()
VkImagePlaneMemoryRequirementsInfo.pNext()
VkImageResolve2.pNext()
VkImageSparseMemoryRequirementsInfo2.pNext()
VkImageStencilUsageCreateInfo.pNext()
VkImageSubresource2.pNext()
VkImageSwapchainCreateInfoKHR.pNext()
VkImageToMemoryCopy.pNext()
VkImageViewAddressPropertiesNVX.pNext()
VkImageViewASTCDecodeModeEXT.pNext()
VkImageViewCaptureDescriptorDataInfoEXT.pNext()
VkImageViewCreateInfo.pNext()
VkImageViewHandleInfoNVX.pNext()
VkImageViewMinLodCreateInfoEXT.pNext()
VkImageViewSampleWeightCreateInfoQCOM.pNext()
VkImageViewSlicedCreateInfoEXT.pNext()
VkImageViewUsageCreateInfo.pNext()
VkImportAndroidHardwareBufferInfoANDROID.pNext()
VkImportFenceFdInfoKHR.pNext()
VkImportFenceSciSyncInfoNV.pNext()
VkImportFenceWin32HandleInfoKHR.pNext()
VkImportMemoryBufferCollectionFUCHSIA.pNext()
VkImportMemoryFdInfoKHR.pNext()
VkImportMemoryHostPointerInfoEXT.pNext()
VkImportMemoryMetalHandleInfoEXT.pNext()
VkImportMemorySciBufInfoNV.pNext()
VkImportMemoryWin32HandleInfoKHR.pNext()
VkImportMemoryWin32HandleInfoNV.pNext()
VkImportMemoryZirconHandleInfoFUCHSIA.pNext()
VkImportMetalBufferInfoEXT.pNext()
VkImportMetalIOSurfaceInfoEXT.pNext()
VkImportMetalSharedEventInfoEXT.pNext()
VkImportMetalTextureInfoEXT.pNext()
VkImportScreenBufferInfoQNX.pNext()
VkImportSemaphoreFdInfoKHR.pNext()
VkImportSemaphoreSciSyncInfoNV.pNext()
VkImportSemaphoreWin32HandleInfoKHR.pNext()
VkImportSemaphoreZirconHandleInfoFUCHSIA.pNext()
VkIndirectCommandsLayoutCreateInfoEXT.pNext()
VkIndirectCommandsLayoutCreateInfoNV.pNext()
VkIndirectCommandsLayoutTokenEXT.pNext()
VkIndirectCommandsLayoutTokenNV.pNext()
VkIndirectExecutionSetCreateInfoEXT.pNext()
VkIndirectExecutionSetPipelineInfoEXT.pNext()
VkIndirectExecutionSetShaderInfoEXT.pNext()
VkIndirectExecutionSetShaderLayoutInfoEXT.pNext()
VkInitializePerformanceApiInfoINTEL.pNext()
VkInstanceCreateInfo.pNext()
VkIOSSurfaceCreateInfoMVK.pNext()
VkLatencySleepInfoNV.pNext()
VkLatencySleepModeInfoNV.pNext()
VkLatencySubmissionPresentIdNV.pNext()
VkLatencySurfaceCapabilitiesNV.pNext()
VkLatencyTimingsFrameReportNV.pNext()
VkLayerSettingsCreateInfoEXT.pNext()
VkMacOSSurfaceCreateInfoMVK.pNext()
VkMappedMemoryRange.pNext()
VkMemoryAllocateFlagsInfo.pNext()
VkMemoryAllocateInfo.pNext()
VkMemoryBarrier.pNext()
VkMemoryBarrier2.pNext()
VkMemoryBarrierAccessFlags3KHR.pNext()
VkMemoryDedicatedAllocateInfo.pNext()
VkMemoryDedicatedRequirements.pNext()
VkMemoryFdPropertiesKHR.pNext()
VkMemoryGetAndroidHardwareBufferInfoANDROID.pNext()
VkMemoryGetFdInfoKHR.pNext()
VkMemoryGetMetalHandleInfoEXT.pNext()
VkMemoryGetRemoteAddressInfoNV.pNext()
VkMemoryGetSciBufInfoNV.pNext()
VkMemoryGetWin32HandleInfoKHR.pNext()
VkMemoryGetZirconHandleInfoFUCHSIA.pNext()
VkMemoryHostPointerPropertiesEXT.pNext()
VkMemoryMapInfo.pNext()
VkMemoryMapPlacedInfoEXT.pNext()
VkMemoryMetalHandlePropertiesEXT.pNext()
VkMemoryOpaqueCaptureAddressAllocateInfo.pNext()
VkMemoryPriorityAllocateInfoEXT.pNext()
VkMemoryRequirements2.pNext()
VkMemorySciBufPropertiesNV.pNext()
VkMemoryToImageCopy.pNext()
VkMemoryUnmapInfo.pNext()
VkMemoryWin32HandlePropertiesKHR.pNext()
VkMemoryZirconHandlePropertiesFUCHSIA.pNext()
VkMetalSurfaceCreateInfoEXT.pNext()
VkMicromapBuildInfoEXT.pNext()
VkMicromapBuildSizesInfoEXT.pNext()
VkMicromapCreateInfoEXT.pNext()
VkMicromapVersionInfoEXT.pNext()
VkMultisampledRenderToSingleSampledInfoEXT.pNext()
VkMultisamplePropertiesEXT.pNext()
VkMultiviewPerViewAttributesInfoNVX.pNext()
VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pNext()
VkMutableDescriptorTypeCreateInfoEXT.pNext()
VkOpaqueCaptureDescriptorDataCreateInfoEXT.pNext()
VkOpticalFlowExecuteInfoNV.pNext()
VkOpticalFlowImageFormatInfoNV.pNext()
VkOpticalFlowImageFormatPropertiesNV.pNext()
VkOpticalFlowSessionCreateInfoNV.pNext()
VkOpticalFlowSessionCreatePrivateDataInfoNV.pNext()
VkOutOfBandQueueTypeInfoNV.pNext()
VkPartitionedAccelerationStructureFlagsNV.pNext()
VkPartitionedAccelerationStructureInstancesInputNV.pNext()
VkPerformanceConfigurationAcquireInfoINTEL.pNext()
VkPerformanceCounterDescriptionKHR.pNext()
VkPerformanceCounterKHR.pNext()
VkPerformanceMarkerInfoINTEL.pNext()
VkPerformanceOverrideInfoINTEL.pNext()
VkPerformanceQueryReservationInfoKHR.pNext()
VkPerformanceQuerySubmitInfoKHR.pNext()
VkPerformanceStreamMarkerInfoINTEL.pNext()
VkPerTileBeginInfoQCOM.pNext()
VkPerTileEndInfoQCOM.pNext()
VkPhysicalDevice16BitStorageFeatures.pNext()
VkPhysicalDevice4444FormatsFeaturesEXT.pNext()
VkPhysicalDevice8BitStorageFeatures.pNext()
VkPhysicalDeviceAccelerationStructureFeaturesKHR.pNext()
VkPhysicalDeviceAccelerationStructurePropertiesKHR.pNext()
VkPhysicalDeviceAddressBindingReportFeaturesEXT.pNext()
VkPhysicalDeviceAmigoProfilingFeaturesSEC.pNext()
VkPhysicalDeviceAntiLagFeaturesAMD.pNext()
VkPhysicalDeviceASTCDecodeFeaturesEXT.pNext()
VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.pNext()
VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.pNext()
VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.pNext()
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.pNext()
VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.pNext()
VkPhysicalDeviceBufferDeviceAddressFeatures.pNext()
VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.pNext()
VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.pNext()
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.pNext()
VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.pNext()
VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.pNext()
VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.pNext()
VkPhysicalDeviceCoherentMemoryFeaturesAMD.pNext()
VkPhysicalDeviceColorWriteEnableFeaturesEXT.pNext()
VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.pNext()
VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.pNext()
VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.pNext()
VkPhysicalDeviceConditionalRenderingFeaturesEXT.pNext()
VkPhysicalDeviceConservativeRasterizationPropertiesEXT.pNext()
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.pNext()
VkPhysicalDeviceCooperativeMatrix2PropertiesNV.pNext()
VkPhysicalDeviceCooperativeMatrixFeaturesKHR.pNext()
VkPhysicalDeviceCooperativeMatrixFeaturesNV.pNext()
VkPhysicalDeviceCooperativeMatrixPropertiesKHR.pNext()
VkPhysicalDeviceCooperativeMatrixPropertiesNV.pNext()
VkPhysicalDeviceCooperativeVectorFeaturesNV.pNext()
VkPhysicalDeviceCooperativeVectorPropertiesNV.pNext()
VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.pNext()
VkPhysicalDeviceCopyMemoryIndirectPropertiesNV.pNext()
VkPhysicalDeviceCornerSampledImageFeaturesNV.pNext()
VkPhysicalDeviceCoverageReductionModeFeaturesNV.pNext()
VkPhysicalDeviceCubicClampFeaturesQCOM.pNext()
VkPhysicalDeviceCubicWeightsFeaturesQCOM.pNext()
VkPhysicalDeviceCudaKernelLaunchFeaturesNV.pNext()
VkPhysicalDeviceCudaKernelLaunchPropertiesNV.pNext()
VkPhysicalDeviceCustomBorderColorFeaturesEXT.pNext()
VkPhysicalDeviceCustomBorderColorPropertiesEXT.pNext()
VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.pNext()
VkPhysicalDeviceDepthBiasControlFeaturesEXT.pNext()
VkPhysicalDeviceDepthClampControlFeaturesEXT.pNext()
VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.pNext()
VkPhysicalDeviceDepthClipControlFeaturesEXT.pNext()
VkPhysicalDeviceDepthClipEnableFeaturesEXT.pNext()
VkPhysicalDeviceDepthStencilResolveProperties.pNext()
VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.pNext()
VkPhysicalDeviceDescriptorBufferFeaturesEXT.pNext()
VkPhysicalDeviceDescriptorBufferPropertiesEXT.pNext()
VkPhysicalDeviceDescriptorIndexingFeatures.pNext()
VkPhysicalDeviceDescriptorIndexingProperties.pNext()
VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.pNext()
VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.pNext()
VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.pNext()
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.pNext()
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.pNext()
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.pNext()
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.pNext()
VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.pNext()
VkPhysicalDeviceDiagnosticsConfigFeaturesNV.pNext()
VkPhysicalDeviceDiscardRectanglePropertiesEXT.pNext()
VkPhysicalDeviceDisplacementMicromapFeaturesNV.pNext()
VkPhysicalDeviceDisplacementMicromapPropertiesNV.pNext()
VkPhysicalDeviceDriverProperties.pNext()
VkPhysicalDeviceDrmPropertiesEXT.pNext()
VkPhysicalDeviceDynamicRenderingFeatures.pNext()
VkPhysicalDeviceDynamicRenderingLocalReadFeatures.pNext()
VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.pNext()
VkPhysicalDeviceExclusiveScissorFeaturesNV.pNext()
VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.pNext()
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.pNext()
VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.pNext()
VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.pNext()
VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.pNext()
VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.pNext()
VkPhysicalDeviceExternalBufferInfo.pNext()
VkPhysicalDeviceExternalComputeQueuePropertiesNV.pNext()
VkPhysicalDeviceExternalFenceInfo.pNext()
VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.pNext()
VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.pNext()
VkPhysicalDeviceExternalImageFormatInfo.pNext()
VkPhysicalDeviceExternalMemoryHostPropertiesEXT.pNext()
VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.pNext()
VkPhysicalDeviceExternalMemorySciBufFeaturesNV.pNext()
VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.pNext()
VkPhysicalDeviceExternalSciSync2FeaturesNV.pNext()
VkPhysicalDeviceExternalSciSyncFeaturesNV.pNext()
VkPhysicalDeviceExternalSemaphoreInfo.pNext()
VkPhysicalDeviceFaultFeaturesEXT.pNext()
VkPhysicalDeviceFeatures2.pNext()
VkPhysicalDeviceFloatControlsProperties.pNext()
VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.pNext()
VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.pNext()
VkPhysicalDeviceFragmentDensityMapFeaturesEXT.pNext()
VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.pNext()
VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.pNext()
VkPhysicalDeviceFragmentDensityMapPropertiesEXT.pNext()
VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.pNext()
VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.pNext()
VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.pNext()
VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.pNext()
VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.pNext()
VkPhysicalDeviceFragmentShadingRateFeaturesKHR.pNext()
VkPhysicalDeviceFragmentShadingRateKHR.pNext()
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.pNext()
VkPhysicalDeviceFrameBoundaryFeaturesEXT.pNext()
VkPhysicalDeviceGlobalPriorityQueryFeatures.pNext()
VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.pNext()
VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.pNext()
VkPhysicalDeviceGroupProperties.pNext()
VkPhysicalDeviceHdrVividFeaturesHUAWEI.pNext()
VkPhysicalDeviceHostImageCopyFeatures.pNext()
VkPhysicalDeviceHostImageCopyProperties.pNext()
VkPhysicalDeviceHostQueryResetFeatures.pNext()
VkPhysicalDeviceIDProperties.pNext()
VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.pNext()
VkPhysicalDeviceImageAlignmentControlFeaturesMESA.pNext()
VkPhysicalDeviceImageAlignmentControlPropertiesMESA.pNext()
VkPhysicalDeviceImageCompressionControlFeaturesEXT.pNext()
VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.pNext()
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pNext()
VkPhysicalDeviceImageFormatInfo2.pNext()
VkPhysicalDeviceImagelessFramebufferFeatures.pNext()
VkPhysicalDeviceImageProcessing2FeaturesQCOM.pNext()
VkPhysicalDeviceImageProcessing2PropertiesQCOM.pNext()
VkPhysicalDeviceImageProcessingFeaturesQCOM.pNext()
VkPhysicalDeviceImageProcessingPropertiesQCOM.pNext()
VkPhysicalDeviceImageRobustnessFeatures.pNext()
VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.pNext()
VkPhysicalDeviceImageViewImageFormatInfoEXT.pNext()
VkPhysicalDeviceImageViewMinLodFeaturesEXT.pNext()
VkPhysicalDeviceIndexTypeUint8Features.pNext()
VkPhysicalDeviceInheritedViewportScissorFeaturesNV.pNext()
VkPhysicalDeviceInlineUniformBlockFeatures.pNext()
VkPhysicalDeviceInlineUniformBlockProperties.pNext()
VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.pNext()
VkPhysicalDeviceLayeredApiPropertiesKHR.pNext()
VkPhysicalDeviceLayeredApiPropertiesListKHR.pNext()
VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.pNext()
VkPhysicalDeviceLayeredDriverPropertiesMSFT.pNext()
VkPhysicalDeviceLegacyDitheringFeaturesEXT.pNext()
VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.pNext()
VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.pNext()
VkPhysicalDeviceLinearColorAttachmentFeaturesNV.pNext()
VkPhysicalDeviceLineRasterizationFeatures.pNext()
VkPhysicalDeviceLineRasterizationProperties.pNext()
VkPhysicalDeviceMaintenance3Properties.pNext()
VkPhysicalDeviceMaintenance4Features.pNext()
VkPhysicalDeviceMaintenance4Properties.pNext()
VkPhysicalDeviceMaintenance5Features.pNext()
VkPhysicalDeviceMaintenance5Properties.pNext()
VkPhysicalDeviceMaintenance6Features.pNext()
VkPhysicalDeviceMaintenance6Properties.pNext()
VkPhysicalDeviceMaintenance7FeaturesKHR.pNext()
VkPhysicalDeviceMaintenance7PropertiesKHR.pNext()
VkPhysicalDeviceMaintenance8FeaturesKHR.pNext()
VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.pNext()
VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.pNext()
VkPhysicalDeviceMemoryBudgetPropertiesEXT.pNext()
VkPhysicalDeviceMemoryDecompressionFeaturesNV.pNext()
VkPhysicalDeviceMemoryDecompressionPropertiesNV.pNext()
VkPhysicalDeviceMemoryPriorityFeaturesEXT.pNext()
VkPhysicalDeviceMemoryProperties2.pNext()
VkPhysicalDeviceMeshShaderFeaturesEXT.pNext()
VkPhysicalDeviceMeshShaderFeaturesNV.pNext()
VkPhysicalDeviceMeshShaderPropertiesEXT.pNext()
VkPhysicalDeviceMeshShaderPropertiesNV.pNext()
VkPhysicalDeviceMultiDrawFeaturesEXT.pNext()
VkPhysicalDeviceMultiDrawPropertiesEXT.pNext()
VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.pNext()
VkPhysicalDeviceMultiviewFeatures.pNext()
VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.pNext()
VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.pNext()
VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.pNext()
VkPhysicalDeviceMultiviewProperties.pNext()
VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.pNext()
VkPhysicalDeviceNestedCommandBufferFeaturesEXT.pNext()
VkPhysicalDeviceNestedCommandBufferPropertiesEXT.pNext()
VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.pNext()
VkPhysicalDeviceOpacityMicromapFeaturesEXT.pNext()
VkPhysicalDeviceOpacityMicromapPropertiesEXT.pNext()
VkPhysicalDeviceOpticalFlowFeaturesNV.pNext()
VkPhysicalDeviceOpticalFlowPropertiesNV.pNext()
VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.pNext()
VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.pNext()
VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.pNext()
VkPhysicalDevicePCIBusInfoPropertiesEXT.pNext()
VkPhysicalDevicePerformanceQueryFeaturesKHR.pNext()
VkPhysicalDevicePerformanceQueryPropertiesKHR.pNext()
VkPhysicalDevicePerStageDescriptorSetFeaturesNV.pNext()
VkPhysicalDevicePipelineBinaryFeaturesKHR.pNext()
VkPhysicalDevicePipelineBinaryPropertiesKHR.pNext()
VkPhysicalDevicePipelineCreationCacheControlFeatures.pNext()
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.pNext()
VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.pNext()
VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.pNext()
VkPhysicalDevicePipelinePropertiesFeaturesEXT.pNext()
VkPhysicalDevicePipelineProtectedAccessFeatures.pNext()
VkPhysicalDevicePipelineRobustnessFeatures.pNext()
VkPhysicalDevicePipelineRobustnessProperties.pNext()
VkPhysicalDevicePointClippingProperties.pNext()
VkPhysicalDevicePortabilitySubsetFeaturesKHR.pNext()
VkPhysicalDevicePortabilitySubsetPropertiesKHR.pNext()
VkPhysicalDevicePresentBarrierFeaturesNV.pNext()
VkPhysicalDevicePresentIdFeaturesKHR.pNext()
VkPhysicalDevicePresentMeteringFeaturesNV.pNext()
VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.pNext()
VkPhysicalDevicePresentWaitFeaturesKHR.pNext()
VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.pNext()
VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.pNext()
VkPhysicalDevicePrivateDataFeatures.pNext()
VkPhysicalDeviceProperties2.pNext()
VkPhysicalDeviceProtectedMemoryFeatures.pNext()
VkPhysicalDeviceProtectedMemoryProperties.pNext()
VkPhysicalDeviceProvokingVertexFeaturesEXT.pNext()
VkPhysicalDeviceProvokingVertexPropertiesEXT.pNext()
VkPhysicalDevicePushDescriptorProperties.pNext()
VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.pNext()
VkPhysicalDeviceRawAccessChainsFeaturesNV.pNext()
VkPhysicalDeviceRayQueryFeaturesKHR.pNext()
VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.pNext()
VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.pNext()
VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.pNext()
VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.pNext()
VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.pNext()
VkPhysicalDeviceRayTracingPipelineFeaturesKHR.pNext()
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.pNext()
VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.pNext()
VkPhysicalDeviceRayTracingPropertiesNV.pNext()
VkPhysicalDeviceRayTracingValidationFeaturesNV.pNext()
VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.pNext()
VkPhysicalDeviceRenderPassStripedFeaturesARM.pNext()
VkPhysicalDeviceRenderPassStripedPropertiesARM.pNext()
VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.pNext()
VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.pNext()
VkPhysicalDeviceRobustness2FeaturesEXT.pNext()
VkPhysicalDeviceRobustness2PropertiesEXT.pNext()
VkPhysicalDeviceSampleLocationsPropertiesEXT.pNext()
VkPhysicalDeviceSamplerFilterMinmaxProperties.pNext()
VkPhysicalDeviceSamplerYcbcrConversionFeatures.pNext()
VkPhysicalDeviceScalarBlockLayoutFeatures.pNext()
VkPhysicalDeviceSchedulingControlsFeaturesARM.pNext()
VkPhysicalDeviceSchedulingControlsPropertiesARM.pNext()
VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.pNext()
VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.pNext()
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.pNext()
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.pNext()
VkPhysicalDeviceShaderAtomicInt64Features.pNext()
VkPhysicalDeviceShaderBfloat16FeaturesKHR.pNext()
VkPhysicalDeviceShaderClockFeaturesKHR.pNext()
VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.pNext()
VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.pNext()
VkPhysicalDeviceShaderCoreProperties2AMD.pNext()
VkPhysicalDeviceShaderCorePropertiesAMD.pNext()
VkPhysicalDeviceShaderCorePropertiesARM.pNext()
VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.pNext()
VkPhysicalDeviceShaderDrawParametersFeatures.pNext()
VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.pNext()
VkPhysicalDeviceShaderEnqueueFeaturesAMDX.pNext()
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.pNext()
VkPhysicalDeviceShaderExpectAssumeFeatures.pNext()
VkPhysicalDeviceShaderFloat16Int8Features.pNext()
VkPhysicalDeviceShaderFloatControls2Features.pNext()
VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.pNext()
VkPhysicalDeviceShaderImageFootprintFeaturesNV.pNext()
VkPhysicalDeviceShaderIntegerDotProductFeatures.pNext()
VkPhysicalDeviceShaderIntegerDotProductProperties.pNext()
VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.pNext()
VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.pNext()
VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.pNext()
VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.pNext()
VkPhysicalDeviceShaderObjectFeaturesEXT.pNext()
VkPhysicalDeviceShaderObjectPropertiesEXT.pNext()
VkPhysicalDeviceShaderQuadControlFeaturesKHR.pNext()
VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.pNext()
VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.pNext()
VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.pNext()
VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.pNext()
VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.pNext()
VkPhysicalDeviceShaderSubgroupRotateFeatures.pNext()
VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.pNext()
VkPhysicalDeviceShaderTerminateInvocationFeatures.pNext()
VkPhysicalDeviceShaderTileImageFeaturesEXT.pNext()
VkPhysicalDeviceShaderTileImagePropertiesEXT.pNext()
VkPhysicalDeviceShadingRateImageFeaturesNV.pNext()
VkPhysicalDeviceShadingRateImagePropertiesNV.pNext()
VkPhysicalDeviceSparseImageFormatInfo2.pNext()
VkPhysicalDeviceSubgroupProperties.pNext()
VkPhysicalDeviceSubgroupSizeControlFeatures.pNext()
VkPhysicalDeviceSubgroupSizeControlProperties.pNext()
VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.pNext()
VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.pNext()
VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.pNext()
VkPhysicalDeviceSurfaceInfo2KHR.pNext()
VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.pNext()
VkPhysicalDeviceSynchronization2Features.pNext()
VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.pNext()
VkPhysicalDeviceTexelBufferAlignmentProperties.pNext()
VkPhysicalDeviceTextureCompressionASTCHDRFeatures.pNext()
VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.pNext()
VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.pNext()
VkPhysicalDeviceTilePropertiesFeaturesQCOM.pNext()
VkPhysicalDeviceTileShadingFeaturesQCOM.pNext()
VkPhysicalDeviceTileShadingPropertiesQCOM.pNext()
VkPhysicalDeviceTimelineSemaphoreFeatures.pNext()
VkPhysicalDeviceTimelineSemaphoreProperties.pNext()
VkPhysicalDeviceToolProperties.pNext()
VkPhysicalDeviceTransformFeedbackFeaturesEXT.pNext()
VkPhysicalDeviceTransformFeedbackPropertiesEXT.pNext()
VkPhysicalDeviceUniformBufferStandardLayoutFeatures.pNext()
VkPhysicalDeviceVariablePointersFeatures.pNext()
VkPhysicalDeviceVertexAttributeDivisorFeatures.pNext()
VkPhysicalDeviceVertexAttributeDivisorProperties.pNext()
VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.pNext()
VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.pNext()
VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.pNext()
VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.pNext()
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pNext()
VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.pNext()
VkPhysicalDeviceVideoFormatInfoKHR.pNext()
VkPhysicalDeviceVideoMaintenance1FeaturesKHR.pNext()
VkPhysicalDeviceVideoMaintenance2FeaturesKHR.pNext()
VkPhysicalDeviceVulkan11Features.pNext()
VkPhysicalDeviceVulkan11Properties.pNext()
VkPhysicalDeviceVulkan12Features.pNext()
VkPhysicalDeviceVulkan12Properties.pNext()
VkPhysicalDeviceVulkan13Features.pNext()
VkPhysicalDeviceVulkan13Properties.pNext()
VkPhysicalDeviceVulkan14Features.pNext()
VkPhysicalDeviceVulkan14Properties.pNext()
VkPhysicalDeviceVulkanMemoryModelFeatures.pNext()
VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.pNext()
VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.pNext()
VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.pNext()
VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.pNext()
VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.pNext()
VkPipelineBinaryCreateInfoKHR.pNext()
VkPipelineBinaryDataInfoKHR.pNext()
VkPipelineBinaryHandlesInfoKHR.pNext()
VkPipelineBinaryInfoKHR.pNext()
VkPipelineBinaryKeyKHR.pNext()
VkPipelineCacheCreateInfo.pNext()
VkPipelineColorBlendAdvancedStateCreateInfoEXT.pNext()
VkPipelineColorBlendStateCreateInfo.pNext()
VkPipelineColorWriteCreateInfoEXT.pNext()
VkPipelineCompilerControlCreateInfoAMD.pNext()
VkPipelineCoverageModulationStateCreateInfoNV.pNext()
VkPipelineCoverageReductionStateCreateInfoNV.pNext()
VkPipelineCoverageToColorStateCreateInfoNV.pNext()
VkPipelineCreateFlags2CreateInfo.pNext()
VkPipelineCreateInfoKHR.pNext()
VkPipelineCreationFeedbackCreateInfo.pNext()
VkPipelineDepthStencilStateCreateInfo.pNext()
VkPipelineDiscardRectangleStateCreateInfoEXT.pNext()
VkPipelineDynamicStateCreateInfo.pNext()
VkPipelineExecutableInfoKHR.pNext()
VkPipelineExecutableInternalRepresentationKHR.pNext()
VkPipelineExecutablePropertiesKHR.pNext()
VkPipelineExecutableStatisticKHR.pNext()
VkPipelineFragmentShadingRateEnumStateCreateInfoNV.pNext()
VkPipelineFragmentShadingRateStateCreateInfoKHR.pNext()
VkPipelineIndirectDeviceAddressInfoNV.pNext()
VkPipelineInfoKHR.pNext()
VkPipelineInputAssemblyStateCreateInfo.pNext()
VkPipelineLayoutCreateInfo.pNext()
VkPipelineLibraryCreateInfoKHR.pNext()
VkPipelineMultisampleStateCreateInfo.pNext()
VkPipelinePropertiesIdentifierEXT.pNext()
VkPipelineRasterizationConservativeStateCreateInfoEXT.pNext()
VkPipelineRasterizationDepthClipStateCreateInfoEXT.pNext()
VkPipelineRasterizationLineStateCreateInfo.pNext()
VkPipelineRasterizationProvokingVertexStateCreateInfoEXT.pNext()
VkPipelineRasterizationStateCreateInfo.pNext()
VkPipelineRasterizationStateRasterizationOrderAMD.pNext()
VkPipelineRasterizationStateStreamCreateInfoEXT.pNext()
VkPipelineRenderingCreateInfo.pNext()
VkPipelineRepresentativeFragmentTestStateCreateInfoNV.pNext()
VkPipelineRobustnessCreateInfo.pNext()
VkPipelineSampleLocationsStateCreateInfoEXT.pNext()
VkPipelineShaderStageCreateInfo.pNext()
VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pNext()
VkPipelineShaderStageNodeCreateInfoAMDX.pNext()
VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.pNext()
VkPipelineTessellationDomainOriginStateCreateInfo.pNext()
VkPipelineTessellationStateCreateInfo.pNext()
VkPipelineVertexInputDivisorStateCreateInfo.pNext()
VkPipelineVertexInputStateCreateInfo.pNext()
VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pNext()
VkPipelineViewportDepthClampControlCreateInfoEXT.pNext()
VkPipelineViewportDepthClipControlCreateInfoEXT.pNext()
VkPipelineViewportExclusiveScissorStateCreateInfoNV.pNext()
VkPipelineViewportShadingRateImageStateCreateInfoNV.pNext()
VkPipelineViewportStateCreateInfo.pNext()
VkPipelineViewportSwizzleStateCreateInfoNV.pNext()
VkPipelineViewportWScalingStateCreateInfoNV.pNext()
VkPresentFrameTokenGGP.pNext()
VkPresentIdKHR.pNext()
VkPresentInfoKHR.pNext()
VkPresentRegionsKHR.pNext()
VkPresentTimesInfoGOOGLE.pNext()
VkPrivateDataSlotCreateInfo.pNext()
VkProtectedSubmitInfo.pNext()
VkPushConstantsInfo.pNext()
VkPushDescriptorSetInfo.pNext()
VkPushDescriptorSetWithTemplateInfo.pNext()
VkQueryLowLatencySupportNV.pNext()
VkQueryPoolCreateInfo.pNext()
VkQueryPoolPerformanceCreateInfoKHR.pNext()
VkQueryPoolPerformanceQueryCreateInfoINTEL.pNext()
VkQueryPoolVideoEncodeFeedbackCreateInfoKHR.pNext()
VkQueueFamilyCheckpointProperties2NV.pNext()
VkQueueFamilyCheckpointPropertiesNV.pNext()
VkQueueFamilyGlobalPriorityProperties.pNext()
VkQueueFamilyProperties2.pNext()
VkQueueFamilyQueryResultStatusPropertiesKHR.pNext()
VkQueueFamilyVideoPropertiesKHR.pNext()
VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.pNext()
VkRayTracingPipelineCreateInfoKHR.pNext()
VkRayTracingPipelineCreateInfoNV.pNext()
VkRayTracingPipelineInterfaceCreateInfoKHR.pNext()
VkRayTracingShaderGroupCreateInfoKHR.pNext()
VkRayTracingShaderGroupCreateInfoNV.pNext()
VkRefreshObjectListKHR.pNext()
VkReleaseCapturedPipelineDataInfoKHR.pNext()
VkReleaseSwapchainImagesInfoEXT.pNext()
VkRenderingAreaInfo.pNext()
VkRenderingAttachmentInfo.pNext()
VkRenderingAttachmentLocationInfo.pNext()
VkRenderingEndInfoEXT.pNext()
VkRenderingFragmentDensityMapAttachmentInfoEXT.pNext()
VkRenderingFragmentShadingRateAttachmentInfoKHR.pNext()
VkRenderingInfo.pNext()
VkRenderingInputAttachmentIndexInfo.pNext()
VkRenderPassAttachmentBeginInfo.pNext()
VkRenderPassBeginInfo.pNext()
VkRenderPassCreateInfo.pNext()
VkRenderPassCreateInfo2.pNext()
VkRenderPassCreationControlEXT.pNext()
VkRenderPassCreationFeedbackCreateInfoEXT.pNext()
VkRenderPassFragmentDensityMapCreateInfoEXT.pNext()
VkRenderPassFragmentDensityMapOffsetEndInfoEXT.pNext()
VkRenderPassInputAttachmentAspectCreateInfo.pNext()
VkRenderPassMultiviewCreateInfo.pNext()
VkRenderPassSampleLocationsBeginInfoEXT.pNext()
VkRenderPassStripeBeginInfoARM.pNext()
VkRenderPassStripeInfoARM.pNext()
VkRenderPassStripeSubmitInfoARM.pNext()
VkRenderPassSubpassFeedbackCreateInfoEXT.pNext()
VkRenderPassTileShadingCreateInfoQCOM.pNext()
VkRenderPassTransformBeginInfoQCOM.pNext()
VkResolveImageInfo2.pNext()
VkSampleLocationsInfoEXT.pNext()
VkSamplerBlockMatchWindowCreateInfoQCOM.pNext()
VkSamplerBorderColorComponentMappingCreateInfoEXT.pNext()
VkSamplerCaptureDescriptorDataInfoEXT.pNext()
VkSamplerCreateInfo.pNext()
VkSamplerCubicWeightsCreateInfoQCOM.pNext()
VkSamplerCustomBorderColorCreateInfoEXT.pNext()
VkSamplerReductionModeCreateInfo.pNext()
VkSamplerYcbcrConversionCreateInfo.pNext()
VkSamplerYcbcrConversionImageFormatProperties.pNext()
VkSamplerYcbcrConversionInfo.pNext()
VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.pNext()
VkSciSyncAttributesInfoNV.pNext()
VkScreenBufferFormatPropertiesQNX.pNext()
VkScreenBufferPropertiesQNX.pNext()
VkScreenSurfaceCreateInfoQNX.pNext()
VkSemaphoreCreateInfo.pNext()
VkSemaphoreGetFdInfoKHR.pNext()
VkSemaphoreGetSciSyncInfoNV.pNext()
VkSemaphoreGetWin32HandleInfoKHR.pNext()
VkSemaphoreGetZirconHandleInfoFUCHSIA.pNext()
VkSemaphoreSciSyncCreateInfoNV.pNext()
VkSemaphoreSciSyncPoolCreateInfoNV.pNext()
VkSemaphoreSignalInfo.pNext()
VkSemaphoreSubmitInfo.pNext()
VkSemaphoreTypeCreateInfo.pNext()
VkSemaphoreWaitInfo.pNext()
VkSetDescriptorBufferOffsetsInfoEXT.pNext()
VkSetLatencyMarkerInfoNV.pNext()
VkSetPresentConfigNV.pNext()
VkShaderCreateInfoEXT.pNext()
VkShaderModuleCreateInfo.pNext()
VkShaderModuleIdentifierEXT.pNext()
VkShaderModuleValidationCacheCreateInfoEXT.pNext()
VkSharedPresentSurfaceCapabilitiesKHR.pNext()
VkSparseImageFormatProperties2.pNext()
VkSparseImageMemoryRequirements2.pNext()
VkStreamDescriptorSurfaceCreateInfoGGP.pNext()
VkSubmitInfo.pNext()
VkSubmitInfo2.pNext()
VkSubpassBeginInfo.pNext()
VkSubpassDependency2.pNext()
VkSubpassDescription2.pNext()
VkSubpassDescriptionDepthStencilResolve.pNext()
VkSubpassEndInfo.pNext()
VkSubpassResolvePerformanceQueryEXT.pNext()
VkSubpassShadingPipelineCreateInfoHUAWEI.pNext()
VkSubresourceHostMemcpySize.pNext()
VkSubresourceLayout2.pNext()
VkSurfaceCapabilities2EXT.pNext()
VkSurfaceCapabilities2KHR.pNext()
VkSurfaceCapabilitiesFullScreenExclusiveEXT.pNext()
VkSurfaceCapabilitiesPresentBarrierNV.pNext()
VkSurfaceFormat2KHR.pNext()
VkSurfaceFullScreenExclusiveInfoEXT.pNext()
VkSurfaceFullScreenExclusiveWin32InfoEXT.pNext()
VkSurfacePresentModeCompatibilityEXT.pNext()
VkSurfacePresentModeEXT.pNext()
VkSurfacePresentScalingCapabilitiesEXT.pNext()
VkSurfaceProtectedCapabilitiesKHR.pNext()
VkSwapchainCounterCreateInfoEXT.pNext()
VkSwapchainCreateInfoKHR.pNext()
VkSwapchainDisplayNativeHdrCreateInfoAMD.pNext()
VkSwapchainLatencyCreateInfoNV.pNext()
VkSwapchainPresentBarrierCreateInfoNV.pNext()
VkSwapchainPresentFenceInfoEXT.pNext()
VkSwapchainPresentModeInfoEXT.pNext()
VkSwapchainPresentModesCreateInfoEXT.pNext()
VkSwapchainPresentScalingCreateInfoEXT.pNext()
VkSysmemColorSpaceFUCHSIA.pNext()
VkTextureLODGatherFormatPropertiesAMD.pNext()
VkTileMemoryBindInfoQCOM.pNext()
VkTileMemoryRequirementsQCOM.pNext()
VkTileMemorySizeInfoQCOM.pNext()
VkTilePropertiesQCOM.pNext()
VkTimelineSemaphoreSubmitInfo.pNext()
VkValidationCacheCreateInfoEXT.pNext()
VkValidationFeaturesEXT.pNext()
VkValidationFlagsEXT.pNext()
VkVertexInputAttributeDescription2EXT.pNext()
VkVertexInputBindingDescription2EXT.pNext()
VkVideoBeginCodingInfoKHR.pNext()
VkVideoCapabilitiesKHR.pNext()
VkVideoCodingControlInfoKHR.pNext()
VkVideoDecodeAV1CapabilitiesKHR.pNext()
VkVideoDecodeAV1DpbSlotInfoKHR.pNext()
VkVideoDecodeAV1InlineSessionParametersInfoKHR.pNext()
VkVideoDecodeAV1PictureInfoKHR.pNext()
VkVideoDecodeAV1ProfileInfoKHR.pNext()
VkVideoDecodeAV1SessionParametersCreateInfoKHR.pNext()
VkVideoDecodeCapabilitiesKHR.pNext()
VkVideoDecodeH264CapabilitiesKHR.pNext()
VkVideoDecodeH264DpbSlotInfoKHR.pNext()
VkVideoDecodeH264InlineSessionParametersInfoKHR.pNext()
VkVideoDecodeH264PictureInfoKHR.pNext()
VkVideoDecodeH264ProfileInfoKHR.pNext()
VkVideoDecodeH264SessionParametersAddInfoKHR.pNext()
VkVideoDecodeH264SessionParametersCreateInfoKHR.pNext()
VkVideoDecodeH265CapabilitiesKHR.pNext()
VkVideoDecodeH265DpbSlotInfoKHR.pNext()
VkVideoDecodeH265InlineSessionParametersInfoKHR.pNext()
VkVideoDecodeH265PictureInfoKHR.pNext()
VkVideoDecodeH265ProfileInfoKHR.pNext()
VkVideoDecodeH265SessionParametersAddInfoKHR.pNext()
VkVideoDecodeH265SessionParametersCreateInfoKHR.pNext()
VkVideoDecodeInfoKHR.pNext()
VkVideoDecodeUsageInfoKHR.pNext()
VkVideoEncodeAV1CapabilitiesKHR.pNext()
VkVideoEncodeAV1DpbSlotInfoKHR.pNext()
VkVideoEncodeAV1GopRemainingFrameInfoKHR.pNext()
VkVideoEncodeAV1PictureInfoKHR.pNext()
VkVideoEncodeAV1ProfileInfoKHR.pNext()
VkVideoEncodeAV1QualityLevelPropertiesKHR.pNext()
VkVideoEncodeAV1QuantizationMapCapabilitiesKHR.pNext()
VkVideoEncodeAV1RateControlInfoKHR.pNext()
VkVideoEncodeAV1RateControlLayerInfoKHR.pNext()
VkVideoEncodeAV1SessionCreateInfoKHR.pNext()
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pNext()
VkVideoEncodeCapabilitiesKHR.pNext()
VkVideoEncodeH264CapabilitiesKHR.pNext()
VkVideoEncodeH264DpbSlotInfoKHR.pNext()
VkVideoEncodeH264GopRemainingFrameInfoKHR.pNext()
VkVideoEncodeH264NaluSliceInfoKHR.pNext()
VkVideoEncodeH264PictureInfoKHR.pNext()
VkVideoEncodeH264ProfileInfoKHR.pNext()
VkVideoEncodeH264QualityLevelPropertiesKHR.pNext()
VkVideoEncodeH264QuantizationMapCapabilitiesKHR.pNext()
VkVideoEncodeH264RateControlInfoKHR.pNext()
VkVideoEncodeH264RateControlLayerInfoKHR.pNext()
VkVideoEncodeH264SessionCreateInfoKHR.pNext()
VkVideoEncodeH264SessionParametersAddInfoKHR.pNext()
VkVideoEncodeH264SessionParametersCreateInfoKHR.pNext()
VkVideoEncodeH264SessionParametersFeedbackInfoKHR.pNext()
VkVideoEncodeH264SessionParametersGetInfoKHR.pNext()
VkVideoEncodeH265CapabilitiesKHR.pNext()
VkVideoEncodeH265DpbSlotInfoKHR.pNext()
VkVideoEncodeH265GopRemainingFrameInfoKHR.pNext()
VkVideoEncodeH265NaluSliceSegmentInfoKHR.pNext()
VkVideoEncodeH265PictureInfoKHR.pNext()
VkVideoEncodeH265ProfileInfoKHR.pNext()
VkVideoEncodeH265QualityLevelPropertiesKHR.pNext()
VkVideoEncodeH265QuantizationMapCapabilitiesKHR.pNext()
VkVideoEncodeH265RateControlInfoKHR.pNext()
VkVideoEncodeH265RateControlLayerInfoKHR.pNext()
VkVideoEncodeH265SessionCreateInfoKHR.pNext()
VkVideoEncodeH265SessionParametersAddInfoKHR.pNext()
VkVideoEncodeH265SessionParametersCreateInfoKHR.pNext()
VkVideoEncodeH265SessionParametersFeedbackInfoKHR.pNext()
VkVideoEncodeH265SessionParametersGetInfoKHR.pNext()
VkVideoEncodeInfoKHR.pNext()
VkVideoEncodeQualityLevelInfoKHR.pNext()
VkVideoEncodeQualityLevelPropertiesKHR.pNext()
VkVideoEncodeQuantizationMapCapabilitiesKHR.pNext()
VkVideoEncodeQuantizationMapInfoKHR.pNext()
VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.pNext()
VkVideoEncodeRateControlInfoKHR.pNext()
VkVideoEncodeRateControlLayerInfoKHR.pNext()
VkVideoEncodeSessionParametersFeedbackInfoKHR.pNext()
VkVideoEncodeSessionParametersGetInfoKHR.pNext()
VkVideoEncodeUsageInfoKHR.pNext()
VkVideoEndCodingInfoKHR.pNext()
VkVideoFormatAV1QuantizationMapPropertiesKHR.pNext()
VkVideoFormatH265QuantizationMapPropertiesKHR.pNext()
VkVideoFormatPropertiesKHR.pNext()
VkVideoFormatQuantizationMapPropertiesKHR.pNext()
VkVideoInlineQueryInfoKHR.pNext()
VkVideoPictureResourceInfoKHR.pNext()
VkVideoProfileInfoKHR.pNext()
VkVideoProfileListInfoKHR.pNext()
VkVideoReferenceSlotInfoKHR.pNext()
VkVideoSessionCreateInfoKHR.pNext()
VkVideoSessionMemoryRequirementsKHR.pNext()
VkVideoSessionParametersCreateInfoKHR.pNext()
VkVideoSessionParametersUpdateInfoKHR.pNext()
VkViSurfaceCreateInfoNN.pNext()
VkWaylandSurfaceCreateInfoKHR.pNext()
VkWin32KeyedMutexAcquireReleaseInfoKHR.pNext()
VkWin32KeyedMutexAcquireReleaseInfoNV.pNext()
VkWin32SurfaceCreateInfoKHR.pNext()
VkWriteDescriptorSet.pNext()
VkWriteDescriptorSetAccelerationStructureKHR.pNext()
VkWriteDescriptorSetAccelerationStructureNV.pNext()
VkWriteDescriptorSetInlineUniformBlock.pNext()
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pNext()
VkWriteIndirectExecutionSetPipelineEXT.pNext()
VkWriteIndirectExecutionSetShaderEXT.pNext()
VkXcbSurfaceCreateInfoKHR.pNext()
VkXlibSurfaceCreateInfoKHR.pNext()
VkBaseInStructure.pNextRaw()
VkBaseOutStructure.pNextRaw()
VkDebugMarkerObjectNameInfoEXT.pObjectNameRaw()
VkDebugUtilsObjectNameInfoEXT.pObjectNameRaw()
VkDebugUtilsMessengerCallbackDataEXT.pObjectsRaw()
VkRefreshObjectListKHR.pObjectsRaw()
StdVideoH264SequenceParameterSet.pOffsetForRefFrameRaw()
@Nullable LongPtr
VkSetDescriptorBufferOffsetsInfoEXT.pOffsets()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.VkSetDescriptorBufferOffsetsInfoEXT.pOffsetsRaw()
VkVideoDecodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw()
VkVideoDecodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw()
VkVideoEncodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw()
VkVideoEncodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw()
VkCudaLaunchInfoNV.pParams()
VkCuLaunchInfoNVX.pParams()
VkDeviceCreateInfo.ppEnabledExtensionNamesRaw()
VkInstanceCreateInfo.ppEnabledExtensionNamesRaw()
VkDeviceCreateInfo.ppEnabledLayerNamesRaw()
VkInstanceCreateInfo.ppEnabledLayerNamesRaw()
VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreasRaw()
VkAccelerationStructureBuildGeometryInfoKHR.ppGeometriesRaw()
VkDeviceGroupDeviceCreateInfo.pPhysicalDevicesRaw()
VkVideoReferenceSlotInfoKHR.pPictureResourceRaw()
VkPipelineBinaryHandlesInfoKHR.pPipelineBinariesRaw()
VkPipelineBinaryInfoKHR.pPipelineBinariesRaw()
VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryDataRaw()
VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeysRaw()
VkPipelineBinaryCreateInfoKHR.pPipelineCreateInfoRaw()
VkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedbackRaw()
VkIndirectExecutionSetInfoEXT.pPipelineInfoRaw()
VkGraphicsPipelineShaderGroupsCreateInfoNV.pPipelinesRaw()
VkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacksRaw()
VkMemoryMapPlacedInfoEXT.pPlacedAddress()
VkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayoutsRaw()
VkDescriptorPoolCreateInfo.pPoolSizesRaw()
VkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocationsRaw()
StdVideoH265PictureParameterSet.pPredictorPaletteEntriesRaw()
StdVideoH265SequenceParameterSet.pPredictorPaletteEntriesRaw()
VkAntiLagDataAMD.pPresentationInfoRaw()
VkPresentIdKHR.pPresentIdsRaw()
VkLatencySurfaceCapabilitiesNV.pPresentModesRaw()
VkSurfacePresentModeCompatibilityEXT.pPresentModesRaw()
VkSwapchainPresentModeInfoEXT.pPresentModesRaw()
VkSwapchainPresentModesCreateInfoEXT.pPresentModesRaw()
VkSubpassDescription.pPreserveAttachmentsRaw()
VkSubpassDescription2.pPreserveAttachmentsRaw()
VkOpticalFlowSessionCreatePrivateDataInfoNV.pPrivateData()
VkVideoProfileListInfoKHR.pProfilesRaw()
StdVideoH265SequenceParameterSet.pProfileTierLevelRaw()
StdVideoH265VideoParameterSet.pProfileTierLevelRaw()
VkAccelerationStructureTrianglesDisplacementMicromapNV.ppUsageCountsRaw()
VkAccelerationStructureTrianglesOpacityMicromapEXT.ppUsageCountsRaw()
VkMicromapBuildInfoEXT.ppUsageCountsRaw()
VkIndirectExecutionSetShaderInfoEXT.pPushConstantRangesRaw()
VkPipelineLayoutCreateInfo.pPushConstantRangesRaw()
VkShaderCreateInfoEXT.pPushConstantRangesRaw()
VkIndirectCommandsTokenDataEXT.pPushConstantRaw()
StdVideoDecodeAV1PictureInfo.pQuantizationRaw()
StdVideoEncodeAV1PictureInfo.pQuantizationRaw()
VkQueryLowLatencySupportNV.pQueriedLowLatencyData()
VkDeviceCreateInfo.pQueueCreateInfosRaw()
VkBufferCreateInfo.pQueueFamilyIndicesRaw()
VkImageCreateInfo.pQueueFamilyIndicesRaw()
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndicesRaw()
VkSwapchainCreateInfoKHR.pQueueFamilyIndicesRaw()
VkDebugUtilsMessengerCallbackDataEXT.pQueueLabelsRaw()
VkDeviceQueueCreateInfo.pQueuePrioritiesRaw()
VkGraphicsPipelineCreateInfo.pRasterizationStateRaw()
VkPresentRegionKHR.pRectanglesRaw()
VkVideoBeginCodingInfoKHR.pReferenceSlotsRaw()
VkVideoDecodeInfoKHR.pReferenceSlotsRaw()
VkVideoEncodeInfoKHR.pReferenceSlotsRaw()
StdVideoEncodeH264ReferenceListsInfo.pRefList0ModOperationsRaw()
StdVideoEncodeH264ReferenceListsInfo.pRefList1ModOperationsRaw()
StdVideoEncodeH264PictureInfo.pRefListsRaw()
StdVideoEncodeH265PictureInfo.pRefListsRaw()
StdVideoEncodeH264ReferenceListsInfo.pRefPicMarkingOperationsRaw()
VkBlitImageInfo2.pRegionsRaw()
VkCopyBufferInfo2.pRegionsRaw()
VkCopyBufferToImageInfo2.pRegionsRaw()
VkCopyImageInfo2.pRegionsRaw()
VkCopyImageToBufferInfo2.pRegionsRaw()
VkCopyImageToImageInfo.pRegionsRaw()
VkCopyImageToMemoryInfo.pRegionsRaw()
VkCopyMemoryToImageInfo.pRegionsRaw()
VkOpticalFlowExecuteInfoNV.pRegionsRaw()
VkPresentRegionsKHR.pRegionsRaw()
VkResolveImageInfo2.pRegionsRaw()
VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseKeysRaw()
VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseKeysRaw()
VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseSyncsRaw()
VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseSyncsRaw()
VkRenderPassCreationFeedbackCreateInfoEXT.pRenderPassFeedbackRaw()
VkSubpassDescription.pResolveAttachmentsRaw()
VkSubpassDescription2.pResolveAttachmentsRaw()
VkBindMemoryStatus.pResultRaw()
VkPresentInfoKHR.pResultsRaw()
VkDescriptorDataEXT.pSampledImageRaw()
VkCoarseSampleOrderCustomNV.pSampleLocationsRaw()
VkSampleLocationsInfoEXT.pSampleLocationsRaw()
@Nullable IntPtr
VkPipelineMultisampleStateCreateInfo.pSampleMask()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.VkPipelineMultisampleStateCreateInfo.pSampleMaskRaw()
VkDescriptorDataEXT.pSamplerRaw()
StdVideoH264PictureParameterSet.pScalingListsRaw()
StdVideoH264SequenceParameterSet.pScalingListsRaw()
StdVideoH265PictureParameterSet.pScalingListsRaw()
StdVideoH265SequenceParameterSet.pScalingListsRaw()
VkPipelineViewportStateCreateInfo.pScissorsRaw()
StdVideoDecodeAV1PictureInfo.pSegmentationRaw()
StdVideoEncodeAV1PictureInfo.pSegmentationRaw()
VkSemaphoreWaitInfo.pSemaphoresRaw()
StdVideoH264SequenceParameterSet.pSequenceParameterSetVuiRaw()
StdVideoH265SequenceParameterSet.pSequenceParameterSetVuiRaw()
VkIndirectExecutionSetShaderInfoEXT.pSetLayoutInfosRaw()
VkDescriptorSetAllocateInfo.pSetLayoutsRaw()
VkIndirectExecutionSetShaderLayoutInfoEXT.pSetLayoutsRaw()
VkPipelineLayoutCreateInfo.pSetLayoutsRaw()
VkShaderCreateInfoEXT.pSetLayoutsRaw()
VkLayerSettingEXT.pSettingNameRaw()
VkLayerSettingsCreateInfoEXT.pSettingsRaw()
VkVideoDecodeInfoKHR.pSetupReferenceSlotRaw()
VkVideoEncodeInfoKHR.pSetupReferenceSlotRaw()
VkRayTracingShaderGroupCreateInfoKHR.pShaderGroupCaptureReplayHandle()
VkIndirectExecutionSetInfoEXT.pShaderInfoRaw()
VkGeneratedCommandsShaderInfoEXT.pShadersRaw()
VkShadingRatePaletteNV.pShadingRatePaletteEntriesRaw()
VkPipelineViewportShadingRateImageStateCreateInfoNV.pShadingRatePalettesRaw()
StdVideoEncodeH265PictureInfo.pShortTermRefPicSetRaw()
StdVideoH265SequenceParameterSet.pShortTermRefPicSetRaw()
VkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndicesRaw()
VkSubmitInfo2.pSignalSemaphoreInfosRaw()
VkBindSparseInfo.pSignalSemaphoresRaw()
VkSubmitInfo.pSignalSemaphoresRaw()
VkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValuesRaw()
VkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValuesRaw()
VkVideoDecodeH264PictureInfoKHR.pSliceOffsetsRaw()
VkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsetsRaw()
VkPipelineShaderStageCreateInfo.pSpecializationInfoRaw()
VkShaderCreateInfoEXT.pSpecializationInfoRaw()
VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegionsRaw()
VkExecutionGraphPipelineCreateInfoAMDX.pStagesRaw()
VkGraphicsPipelineCreateInfo.pStagesRaw()
VkGraphicsShaderGroupCreateInfoNV.pStagesRaw()
VkRayTracingPipelineCreateInfoKHR.pStagesRaw()
VkRayTracingPipelineCreateInfoNV.pStagesRaw()
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdDecoderModelInfoRaw()
VkVideoSessionCreateInfoKHR.pStdHeaderVersionRaw()
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdOperatingPointsRaw()
VkVideoDecodeAV1PictureInfoKHR.pStdPictureInfoRaw()
VkVideoDecodeH264PictureInfoKHR.pStdPictureInfoRaw()
VkVideoDecodeH265PictureInfoKHR.pStdPictureInfoRaw()
VkVideoEncodeAV1PictureInfoKHR.pStdPictureInfoRaw()
VkVideoEncodeH264PictureInfoKHR.pStdPictureInfoRaw()
VkVideoEncodeH265PictureInfoKHR.pStdPictureInfoRaw()
VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdPPSRaw()
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdPPSRaw()
VkVideoDecodeH264SessionParametersAddInfoKHR.pStdPPSsRaw()
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdPPSsRaw()
VkVideoEncodeH264SessionParametersAddInfoKHR.pStdPPSsRaw()
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdPPSsRaw()
VkVideoDecodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw()
VkVideoDecodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw()
VkVideoDecodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw()
VkVideoEncodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw()
VkVideoEncodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw()
VkVideoEncodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw()
VkVideoDecodeAV1InlineSessionParametersInfoKHR.pStdSequenceHeaderRaw()
VkVideoDecodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw()
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw()
VkVideoEncodeH264NaluSliceInfoKHR.pStdSliceHeaderRaw()
VkVideoEncodeH265NaluSliceSegmentInfoKHR.pStdSliceSegmentHeaderRaw()
VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPSRaw()
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPSRaw()
VkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSsRaw()
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSsRaw()
VkVideoEncodeH264SessionParametersAddInfoKHR.pStdSPSsRaw()
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdSPSsRaw()
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPSRaw()
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSsRaw()
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSsRaw()
VkRenderingInfo.pStencilAttachmentRaw()
VkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndexRaw()
VkDescriptorDataEXT.pStorageBufferRaw()
VkDescriptorDataEXT.pStorageImageRaw()
VkDescriptorDataEXT.pStorageTexelBufferRaw()
VkGeneratedCommandsInfoNV.pStreamsRaw()
VkIndirectCommandsLayoutCreateInfoNV.pStreamStridesRaw()
VkRenderPassStripeBeginInfoARM.pStripeInfosRaw()
VkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfosRaw()
StdVideoH265HrdParameters.pSubLayerHrdParametersNalRaw()
StdVideoH265HrdParameters.pSubLayerHrdParametersVclRaw()
VkRenderPassCreateInfo.pSubpassesRaw()
VkRenderPassCreateInfo2.pSubpassesRaw()
VkRenderPassSubpassFeedbackCreateInfoEXT.pSubpassFeedbackRaw()
VkDeviceImageSubresourceInfo.pSubresourceRaw()
VkPresentInfoKHR.pSwapchainsRaw()
VkDebugMarkerObjectTagInfoEXT.pTag()
VkDebugUtilsObjectTagInfoEXT.pTag()
VkFrameBoundaryEXT.pTag()
VkGraphicsPipelineCreateInfo.pTessellationStateRaw()
VkGraphicsShaderGroupCreateInfoNV.pTessellationStateRaw()
VkWriteDescriptorSet.pTexelBufferViewRaw()
StdVideoDecodeAV1PictureInfo.pTileInfoRaw()
StdVideoEncodeAV1PictureInfo.pTileInfoRaw()
VkVideoDecodeAV1PictureInfoKHR.pTileOffsetsRaw()
VkVideoDecodeAV1PictureInfoKHR.pTileSizesRaw()
VkPresentTimesInfoGOOGLE.pTimesRaw()
StdVideoAV1SequenceHeader.pTimingInfoRaw()
VkGetLatencyMarkerInfoNV.pTimingsRaw()
VkIndirectCommandsLayoutCreateInfoEXT.pTokensRaw()
VkIndirectCommandsLayoutCreateInfoNV.pTokensRaw()
VkClusterAccelerationStructureOpInputNV.pTriangleClustersRaw()
VkDescriptorDataEXT.pUniformBufferRaw()
VkDescriptorDataEXT.pUniformTexelBufferRaw()
VkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCountsRaw()
VkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCountsRaw()
VkMicromapBuildInfoEXT.pUsageCountsRaw()
VkAllocationCallbacks.pUserData()
VkDebugReportCallbackCreateInfoEXT.pUserData()
VkDebugUtilsMessengerCreateInfoEXT.pUserData()
VkDeviceDeviceMemoryReportCreateInfoEXT.pUserData()
VkInitializePerformanceApiInfoINTEL.pUserData()
VkLayerSettingEXT.pValues()
VkPushConstantsInfo.pValues()
VkSemaphoreWaitInfo.pValuesRaw()
VkDeviceFaultInfoEXT.pVendorBinaryData()
VkDeviceFaultInfoEXT.pVendorInfosRaw()
VkAccelerationStructureVersionInfoKHR.pVersionDataRaw()
VkMicromapVersionInfoEXT.pVersionDataRaw()
VkPipelineVertexInputStateCreateInfo.pVertexAttributeDescriptionsRaw()
VkPipelineVertexInputStateCreateInfo.pVertexBindingDescriptionsRaw()
VkPipelineVertexInputDivisorStateCreateInfo.pVertexBindingDivisorsRaw()
VkIndirectCommandsTokenDataEXT.pVertexBufferRaw()
VkGraphicsPipelineCreateInfo.pVertexInputStateRaw()
VkGraphicsShaderGroupCreateInfoNV.pVertexInputStateRaw()
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfileRaw()
VkVideoSessionCreateInfoKHR.pVideoProfileRaw()
VkIOSSurfaceCreateInfoMVK.pView()
VkMacOSSurfaceCreateInfoMVK.pView()
VkFramebufferAttachmentImageInfo.pViewFormatsRaw()
VkImageFormatListCreateInfo.pViewFormatsRaw()
VkRenderPassMultiviewCreateInfo.pViewMasksRaw()
VkRenderPassMultiviewCreateInfo.pViewOffsetsRaw()
VkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepthsRaw()
VkPipelineViewportStateCreateInfo.pViewportsRaw()
VkGraphicsPipelineCreateInfo.pViewportStateRaw()
VkPipelineViewportSwizzleStateCreateInfoNV.pViewportSwizzlesRaw()
VkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalingsRaw()
VkSubmitInfo.pWaitDstStageMaskRaw()
VkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndicesRaw()
VkSubmitInfo2.pWaitSemaphoreInfosRaw()
VkBindSparseInfo.pWaitSemaphoresRaw()
VkPresentInfoKHR.pWaitSemaphoresRaw()
VkSubmitInfo.pWaitSemaphoresRaw()
VkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValuesRaw()
VkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValuesRaw()
StdVideoEncodeH264SliceHeader.pWeightTableRaw()
StdVideoEncodeH265SliceSegmentHeader.pWeightTableRaw()
StdVideoAV1TileInfo.pWidthInSbsMinus1Raw()
VkDirectFBSurfaceCreateInfoEXT.surfaceRaw()
VkWaylandSurfaceCreateInfoKHR.surfaceRaw()
VkPerformanceValueDataINTEL.valueStringRaw()
VkViSurfaceCreateInfoNN.window()
VkAndroidSurfaceCreateInfoKHR.windowRaw()
VkScreenSurfaceCreateInfoQNX.windowRaw()
Method parameters in club.doki7.vulkan.datatype with annotations of type PointerModifier and TypeMethodDescriptionvoid
VkImportAndroidHardwareBufferInfoANDROID.bufferRaw
(MemorySegment value) void
VkImportScreenBufferInfoQNX.bufferRaw
(MemorySegment value) void
VkXcbSurfaceCreateInfoKHR.connection
(MemorySegment value) void
VkScreenSurfaceCreateInfoQNX.contextRaw
(MemorySegment value) void
VkDirectFBSurfaceCreateInfoEXT.dfbRaw
(MemorySegment value) void
VkDisplayPropertiesKHR.displayNameRaw
(MemorySegment value) void
VkWaylandSurfaceCreateInfoKHR.displayRaw
(MemorySegment value) void
VkXlibSurfaceCreateInfoKHR.dpyRaw
(MemorySegment value) void
VkImportFenceSciSyncInfoNV.handle
(MemorySegment value) void
VkImportFenceWin32HandleInfoKHR.handle
(MemorySegment value) void
VkImportMemoryMetalHandleInfoEXT.handle
(MemorySegment value) void
VkImportMemorySciBufInfoNV.handle
(MemorySegment value) void
VkImportMemoryWin32HandleInfoKHR.handle
(MemorySegment value) void
VkImportMemoryWin32HandleInfoNV.handle
(MemorySegment value) void
VkImportSemaphoreSciSyncInfoNV.handle
(MemorySegment value) void
VkImportSemaphoreWin32HandleInfoKHR.handle
(MemorySegment value) void
VkSemaphoreSciSyncPoolCreateInfoNV.handle
(MemorySegment value) VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapBudget
(LongPtr value) void
VkWin32SurfaceCreateInfoKHR.hinstance
(MemorySegment value) void
VkSurfaceFullScreenExclusiveWin32InfoEXT.hmonitor
(MemorySegment value) void
VkDeviceOrHostAddressConstAMDX.hostAddress
(MemorySegment value) void
VkDeviceOrHostAddressConstKHR.hostAddress
(MemorySegment value) void
VkDeviceOrHostAddressKHR.hostAddress
(MemorySegment value) void
VkWin32SurfaceCreateInfoKHR.hwnd
(MemorySegment value) void
VkExportMetalIOSurfaceInfoEXT.ioSurface
(MemorySegment value) void
VkImportMetalIOSurfaceInfoEXT.ioSurface
(MemorySegment value) void
VkExportMetalBufferInfoEXT.mtlBuffer
(MemorySegment value) void
VkImportMetalBufferInfoEXT.mtlBuffer
(MemorySegment value) void
VkExportMetalCommandQueueInfoEXT.mtlCommandQueue
(MemorySegment value) void
VkExportMetalDeviceInfoEXT.mtlDevice
(MemorySegment value) void
VkExportMetalSharedEventInfoEXT.mtlSharedEvent
(MemorySegment value) void
VkImportMetalSharedEventInfoEXT.mtlSharedEvent
(MemorySegment value) void
VkExportMetalTextureInfoEXT.mtlTexture
(MemorySegment value) void
VkImportMetalTextureInfoEXT.mtlTexture
(MemorySegment value) void
VkExportFenceWin32HandleInfoKHR.nameRaw
(MemorySegment value) void
VkExportMemoryWin32HandleInfoKHR.nameRaw
(MemorySegment value) void
VkExportSemaphoreWin32HandleInfoKHR.nameRaw
(MemorySegment value) void
VkImportFenceWin32HandleInfoKHR.nameRaw
(MemorySegment value) void
VkImportMemoryWin32HandleInfoKHR.nameRaw
(MemorySegment value) void
VkImportSemaphoreWin32HandleInfoKHR.nameRaw
(MemorySegment value) void
VkOpaqueCaptureDescriptorDataCreateInfoEXT.opaqueCaptureDescriptorData
(MemorySegment value) VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructures
(@Nullable LongPtr value) void
VkWriteDescriptorSetAccelerationStructureKHR.pAccelerationStructuresRaw
(MemorySegment value) void
VkWriteDescriptorSetAccelerationStructureNV.pAccelerationStructuresRaw
(MemorySegment value) void
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructuresRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireKeysRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireKeysRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireSyncsRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireSyncsRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireTimeoutMillisecondsRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireTimeoutsRaw
(MemorySegment value) void
VkDeviceFaultInfoEXT.pAddressInfosRaw
(MemorySegment value) void
VkInstanceCreateInfo.pApplicationInfoRaw
(MemorySegment value) void
VkApplicationInfo.pApplicationNameRaw
(MemorySegment value) void
VkRenderPassInputAttachmentAspectCreateInfo.pAspectReferencesRaw
(MemorySegment value) void
VkFramebufferAttachmentsCreateInfo.pAttachmentImageInfosRaw
(MemorySegment value) void
VkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocationsRaw
(MemorySegment value) void
VkFramebufferCreateInfo.pAttachmentsRaw
(MemorySegment value) void
VkPipelineColorBlendStateCreateInfo.pAttachmentsRaw
(MemorySegment value) void
VkRenderPassAttachmentBeginInfo.pAttachmentsRaw
(MemorySegment value) void
VkRenderPassCreateInfo.pAttachmentsRaw
(MemorySegment value) void
VkRenderPassCreateInfo2.pAttachmentsRaw
(MemorySegment value) void
VkExportFenceSciSyncInfoNV.pAttributes
(MemorySegment value) void
VkExportFenceWin32HandleInfoKHR.pAttributes
(MemorySegment value) void
VkExportMemorySciBufInfoNV.pAttributes
(MemorySegment value) void
VkExportMemoryWin32HandleInfoKHR.pAttributes
(MemorySegment value) void
VkExportMemoryWin32HandleInfoNV.pAttributes
(MemorySegment value) void
VkExportSemaphoreSciSyncInfoNV.pAttributes
(MemorySegment value) void
VkExportSemaphoreWin32HandleInfoKHR.pAttributes
(MemorySegment value) void
VkDescriptorSetLayoutBindingFlagsCreateInfo.pBindingFlagsRaw
(MemorySegment value) void
VkDescriptorSetLayoutCreateInfo.pBindingsRaw
(MemorySegment value) void
VkSparseBufferMemoryBindInfo.pBindsRaw
(MemorySegment value) void
VkSparseImageMemoryBindInfo.pBindsRaw
(MemorySegment value) void
VkSparseImageOpaqueMemoryBindInfo.pBindsRaw
(MemorySegment value) void
VkBindSparseInfo.pBufferBindsRaw
(MemorySegment value) void
VkSetDescriptorBufferOffsetsInfoEXT.pBufferIndicesRaw
(MemorySegment value) void
VkWriteDescriptorSet.pBufferInfoRaw
(MemorySegment value) void
VkDependencyInfo.pBufferMemoryBarriersRaw
(MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pBufferRemovalTimesRaw
(MemorySegment value) void
VkFrameBoundaryEXT.pBuffersRaw
(MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pCDEFRaw
(MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pCDEFRaw
(MemorySegment value) void
VkCheckpointData2NV.pCheckpointMarker
(MemorySegment value) void
VkCheckpointDataNV.pCheckpointMarker
(MemorySegment value) void
VkRenderPassBeginInfo.pClearValuesRaw
(MemorySegment value) void
VkClusterAccelerationStructureOpInputNV.pClustersBottomLevelRaw
(MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabelsRaw
(MemorySegment value) void
VkShaderCreateInfoEXT.pCode
(MemorySegment value) void
VkShaderModuleCreateInfo.pCodeRaw
(MemorySegment value) void
VkCommandBufferInheritanceRenderingInfo.pColorAttachmentFormatsRaw
(MemorySegment value) void
VkPipelineRenderingCreateInfo.pColorAttachmentFormatsRaw
(MemorySegment value) void
VkRenderingAreaInfo.pColorAttachmentFormatsRaw
(MemorySegment value) void
VkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndicesRaw
(MemorySegment value) void
VkRenderingAttachmentLocationInfo.pColorAttachmentLocationsRaw
(MemorySegment value) void
VkAttachmentSampleCountInfoAMD.pColorAttachmentSamplesRaw
(MemorySegment value) void
VkRenderingInfo.pColorAttachmentsRaw
(MemorySegment value) void
VkSubpassDescription.pColorAttachmentsRaw
(MemorySegment value) void
VkSubpassDescription2.pColorAttachmentsRaw
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pColorBlendStateRaw
(MemorySegment value) void
StdVideoAV1SequenceHeader.pColorConfigRaw
(MemorySegment value) void
VkImageFormatConstraintsInfoFUCHSIA.pColorSpacesRaw
(MemorySegment value) VkPipelineColorWriteCreateInfoEXT.pColorWriteEnables
(@Nullable IntPtr value) void
VkPipelineColorWriteCreateInfoEXT.pColorWriteEnablesRaw
(MemorySegment value) void
VkDescriptorDataEXT.pCombinedImageSamplerRaw
(MemorySegment value) void
VkDeviceGroupSubmitInfo.pCommandBufferDeviceMasksRaw
(MemorySegment value) void
VkSubmitInfo2.pCommandBufferInfosRaw
(MemorySegment value) void
VkSubmitInfo.pCommandBuffersRaw
(MemorySegment value) void
VkPhysicalDeviceHostImageCopyProperties.pCopyDstLayoutsRaw
(MemorySegment value) void
VkPhysicalDeviceVulkan14Properties.pCopyDstLayoutsRaw
(MemorySegment value) void
VkPhysicalDeviceHostImageCopyProperties.pCopySrcLayoutsRaw
(MemorySegment value) void
VkPhysicalDeviceVulkan14Properties.pCopySrcLayoutsRaw
(MemorySegment value) void
VkRenderPassCreateInfo2.pCorrelatedViewMasksRaw
(MemorySegment value) void
VkRenderPassMultiviewCreateInfo.pCorrelationMasksRaw
(MemorySegment value) void
VkQueryPoolPerformanceCreateInfoKHR.pCounterIndicesRaw
(MemorySegment value) void
VkPipelineCoverageModulationStateCreateInfoNV.pCoverageModulationTableRaw
(MemorySegment value) void
VkDeviceBufferMemoryRequirements.pCreateInfoRaw
(MemorySegment value) void
VkDeviceImageMemoryRequirements.pCreateInfoRaw
(MemorySegment value) void
VkDeviceImageSubresourceInfo.pCreateInfoRaw
(MemorySegment value) void
VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pCustomSampleOrdersRaw
(MemorySegment value) void
VkCudaModuleCreateInfoNV.pData
(MemorySegment value) void
VkCuModuleCreateInfoNVX.pData
(MemorySegment value) void
VkPipelineBinaryDataKHR.pData
(MemorySegment value) void
VkPipelineExecutableInternalRepresentationKHR.pData
(MemorySegment value) void
VkPushDescriptorSetWithTemplateInfo.pData
(MemorySegment value) void
VkSpecializationInfo.pData
(MemorySegment value) void
VkWriteDescriptorSetInlineUniformBlock.pData
(MemorySegment value) void
StdVideoH265SequenceParameterSet.pDecPicBufMgrRaw
(MemorySegment value) void
StdVideoH265VideoParameterSet.pDecPicBufMgrRaw
(MemorySegment value) void
VkRenderPassCreateInfo.pDependenciesRaw
(MemorySegment value) void
VkRenderPassCreateInfo2.pDependenciesRaw
(MemorySegment value) void
VkRenderingInfo.pDepthAttachmentRaw
(MemorySegment value) void
VkPipelineViewportDepthClampControlCreateInfoEXT.pDepthClampRangeRaw
(MemorySegment value) void
VkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndexRaw
(MemorySegment value) void
VkSubpassDescription.pDepthStencilAttachmentRaw
(MemorySegment value) void
VkSubpassDescription2.pDepthStencilAttachmentRaw
(MemorySegment value) void
VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachmentRaw
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pDepthStencilStateRaw
(MemorySegment value) void
VkDescriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCountsRaw
(MemorySegment value) void
VkBindDescriptorSetsInfo.pDescriptorSetsRaw
(MemorySegment value) void
VkMutableDescriptorTypeListEXT.pDescriptorTypesRaw
(MemorySegment value) void
VkDescriptorUpdateTemplateCreateInfo.pDescriptorUpdateEntriesRaw
(MemorySegment value) void
VkPushDescriptorSetInfo.pDescriptorWritesRaw
(MemorySegment value) void
VkBindAccelerationStructureMemoryInfoNV.pDeviceIndicesRaw
(MemorySegment value) void
VkBindBufferMemoryDeviceGroupInfo.pDeviceIndicesRaw
(MemorySegment value) void
VkBindImageMemoryDeviceGroupInfo.pDeviceIndicesRaw
(MemorySegment value) void
VkDeviceGroupPresentInfoKHR.pDeviceMasksRaw
(MemorySegment value) void
VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreasRaw
(MemorySegment value) void
VkValidationFlagsEXT.pDisabledValidationChecksRaw
(MemorySegment value) void
VkValidationFeaturesEXT.pDisabledValidationFeaturesRaw
(MemorySegment value) void
VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectanglesRaw
(MemorySegment value) void
VkDirectDriverLoadingListLUNARG.pDriversRaw
(MemorySegment value) void
VkDrmFormatModifierPropertiesList2EXT.pDrmFormatModifierPropertiesRaw
(MemorySegment value) void
VkDrmFormatModifierPropertiesListEXT.pDrmFormatModifierPropertiesRaw
(MemorySegment value) void
VkImageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiersRaw
(MemorySegment value) void
VkConvertCooperativeVectorMatrixInfoNV.pDstSizeRaw
(MemorySegment value) void
VkHdrVividDynamicMetadataHUAWEI.pDynamicMetadata
(MemorySegment value) void
VkBindDescriptorSetsInfo.pDynamicOffsetsRaw
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pDynamicStateRaw
(MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pDynamicStateRaw
(MemorySegment value) void
VkPipelineDynamicStateCreateInfo.pDynamicStatesRaw
(MemorySegment value) void
VkDeviceCreateInfo.pEnabledFeaturesRaw
(MemorySegment value) void
VkValidationFeaturesEXT.pEnabledValidationFeaturesRaw
(MemorySegment value) void
VkApplicationInfo.pEngineNameRaw
(MemorySegment value) void
VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissorsRaw
(MemorySegment value) void
VkIndirectCommandsTokenDataEXT.pExecutionSetRaw
(MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pExtensionHeaderRaw
(MemorySegment value) void
StdVideoEncodeAV1ReferenceInfo.pExtensionHeaderRaw
(MemorySegment value) void
VkCudaLaunchInfoNV.pExtras
(MemorySegment value) void
VkCuLaunchInfoNVX.pExtras
(MemorySegment value) void
VkSemaphoreSciSyncCreateInfoNV.pFenceRaw
(MemorySegment value) void
VkSwapchainPresentFenceInfoEXT.pFencesRaw
(MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pFilmGrainRaw
(MemorySegment value) void
VkImageCompressionControlEXT.pFixedRateFlagsRaw
(MemorySegment value) void
VkAllocationCallbacks.pfnAllocation
(MemorySegment value) void
VkDebugReportCallbackCreateInfoEXT.pfnCallback
(MemorySegment value) void
VkAllocationCallbacks.pfnFree
(MemorySegment value) void
VkDirectDriverLoadingInfoLUNARG.pfnGetInstanceProcAddr
(MemorySegment value) void
VkAllocationCallbacks.pfnInternalAllocation
(MemorySegment value) void
VkAllocationCallbacks.pfnInternalFree
(MemorySegment value) void
VkAllocationCallbacks.pfnReallocation
(MemorySegment value) void
VkDebugUtilsMessengerCreateInfoEXT.pfnUserCallback
(MemorySegment value) void
VkDeviceDeviceMemoryReportCreateInfoEXT.pfnUserCallback
(MemorySegment value) void
VkImageConstraintsInfoFUCHSIA.pFormatConstraintsRaw
(MemorySegment value) void
VkRenderPassFragmentDensityMapOffsetEndInfoEXT.pFragmentDensityOffsetsRaw
(MemorySegment value) void
VkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachmentRaw
(MemorySegment value) void
VkAccelerationStructureBuildGeometryInfoKHR.pGeometriesRaw
(MemorySegment value) void
VkAccelerationStructureInfoNV.pGeometriesRaw
(MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pGlobalMotionRaw
(MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pGlobalMotionRaw
(MemorySegment value) void
VkGraphicsPipelineShaderGroupsCreateInfoNV.pGroupsRaw
(MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pGroupsRaw
(MemorySegment value) void
VkRayTracingPipelineCreateInfoNV.pGroupsRaw
(MemorySegment value) void
StdVideoAV1TileInfo.pHeightInSbsMinus1Raw
(MemorySegment value) void
VkImageToMemoryCopy.pHostPointer
(MemorySegment value) void
VkImportMemoryHostPointerInfoEXT.pHostPointer
(MemorySegment value) void
VkMemoryToImageCopy.pHostPointer
(MemorySegment value) void
StdVideoH264SequenceParameterSetVui.pHrdParametersRaw
(MemorySegment value) void
StdVideoH265SequenceParameterSetVui.pHrdParametersRaw
(MemorySegment value) void
StdVideoH265VideoParameterSet.pHrdParametersRaw
(MemorySegment value) void
VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pIdentifierRaw
(MemorySegment value) void
VkBindSparseInfo.pImageBindsRaw
(MemorySegment value) void
VkPresentInfoKHR.pImageIndicesRaw
(MemorySegment value) void
VkReleaseSwapchainImagesInfoEXT.pImageIndicesRaw
(MemorySegment value) void
VkWriteDescriptorSet.pImageInfoRaw
(MemorySegment value) void
VkDependencyInfo.pImageMemoryBarriersRaw
(MemorySegment value) void
VkBindSparseInfo.pImageOpaqueBindsRaw
(MemorySegment value) void
VkFrameBoundaryEXT.pImagesRaw
(MemorySegment value) void
VkDescriptorSetLayoutBinding.pImmutableSamplersRaw
(MemorySegment value) void
VkIndirectCommandsTokenDataEXT.pIndexBufferRaw
(MemorySegment value) void
VkIndirectCommandsLayoutTokenNV.pIndexTypesRaw
(MemorySegment value) void
VkIndirectCommandsLayoutTokenNV.pIndexTypeValuesRaw
(MemorySegment value) void
VkCommandBufferBeginInfo.pInheritanceInfoRaw
(MemorySegment value) void
VkPipelineCacheCreateInfo.pInitialData
(MemorySegment value) void
VkValidationCacheCreateInfoEXT.pInitialData
(MemorySegment value) void
VkIndirectExecutionSetShaderInfoEXT.pInitialShadersRaw
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pInputAssemblyStateRaw
(MemorySegment value) void
VkDescriptorDataEXT.pInputAttachmentImageRaw
(MemorySegment value) void
VkSubpassDescription.pInputAttachmentsRaw
(MemorySegment value) void
VkSubpassDescription2.pInputAttachmentsRaw
(MemorySegment value) void
VkPipelineBinaryCreateInfoKHR.pKeysAndDataInfoRaw
(MemorySegment value) void
VkDebugUtilsLabelEXT.pLabelNameRaw
(MemorySegment value) void
VkPhysicalDeviceLayeredApiPropertiesListKHR.pLayeredApisRaw
(MemorySegment value) void
VkLayerSettingEXT.pLayerNameRaw
(MemorySegment value) void
VkMetalSurfaceCreateInfoEXT.pLayerRaw
(MemorySegment value) void
VkVideoEncodeRateControlInfoKHR.pLayersRaw
(MemorySegment value) void
VkPipelineLibraryCreateInfoKHR.pLibrariesRaw
(MemorySegment value) void
VkExecutionGraphPipelineCreateInfoAMDX.pLibraryInfoRaw
(MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pLibraryInfoRaw
(MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pLibraryInterfaceRaw
(MemorySegment value) void
StdVideoEncodeH265PictureInfo.pLongTermRefPicsRaw
(MemorySegment value) void
StdVideoH265SequenceParameterSet.pLongTermRefPicsSpsRaw
(MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pLoopFilterRaw
(MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pLoopFilterRaw
(MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pLoopRestorationRaw
(MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pLoopRestorationRaw
(MemorySegment value) void
VkSpecializationInfo.pMapEntriesRaw
(MemorySegment value) void
VkDebugMarkerMarkerInfoEXT.pMarkerNameRaw
(MemorySegment value) void
VkDependencyInfo.pMemoryBarriersRaw
(MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pMessageIdNameRaw
(MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pMessageRaw
(MemorySegment value) void
StdVideoAV1TileInfo.pMiColStartsRaw
(MemorySegment value) void
StdVideoAV1TileInfo.pMiRowStartsRaw
(MemorySegment value) void
VkClusterAccelerationStructureOpInputNV.pMoveObjectsRaw
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pMultisampleStateRaw
(MemorySegment value) void
VkMutableDescriptorTypeCreateInfoEXT.pMutableDescriptorTypeListsRaw
(MemorySegment value) void
VkVideoEncodeH264PictureInfoKHR.pNaluSliceEntriesRaw
(MemorySegment value) void
VkVideoEncodeH265PictureInfoKHR.pNaluSliceSegmentEntriesRaw
(MemorySegment value) void
VkCudaFunctionCreateInfoNV.pNameRaw
(MemorySegment value) void
VkCuFunctionCreateInfoNVX.pNameRaw
(MemorySegment value) void
VkPipelineShaderStageCreateInfo.pNameRaw
(MemorySegment value) void
VkPipelineShaderStageNodeCreateInfoAMDX.pNameRaw
(MemorySegment value) void
VkShaderCreateInfoEXT.pNameRaw
(MemorySegment value) void
VkAccelerationStructureBuildGeometryInfoKHR.pNext
(MemorySegment value) void
VkAccelerationStructureBuildSizesInfoKHR.pNext
(MemorySegment value) void
VkAccelerationStructureCaptureDescriptorDataInfoEXT.pNext
(MemorySegment value) void
VkAccelerationStructureCreateInfoKHR.pNext
(MemorySegment value) void
VkAccelerationStructureCreateInfoNV.pNext
(MemorySegment value) void
VkAccelerationStructureDeviceAddressInfoKHR.pNext
(MemorySegment value) void
VkAccelerationStructureGeometryAabbsDataKHR.pNext
(MemorySegment value) void
VkAccelerationStructureGeometryInstancesDataKHR.pNext
(MemorySegment value) void
VkAccelerationStructureGeometryKHR.pNext
(MemorySegment value) void
VkAccelerationStructureGeometryLinearSweptSpheresDataNV.pNext
(MemorySegment value) void
VkAccelerationStructureGeometryMotionTrianglesDataNV.pNext
(MemorySegment value) void
VkAccelerationStructureGeometrySpheresDataNV.pNext
(MemorySegment value) void
VkAccelerationStructureGeometryTrianglesDataKHR.pNext
(MemorySegment value) void
VkAccelerationStructureInfoNV.pNext
(MemorySegment value) void
VkAccelerationStructureMemoryRequirementsInfoNV.pNext
(MemorySegment value) void
VkAccelerationStructureMotionInfoNV.pNext
(MemorySegment value) void
VkAccelerationStructureTrianglesDisplacementMicromapNV.pNext
(MemorySegment value) void
VkAccelerationStructureTrianglesOpacityMicromapEXT.pNext
(MemorySegment value) void
VkAccelerationStructureVersionInfoKHR.pNext
(MemorySegment value) void
VkAcquireNextImageInfoKHR.pNext
(MemorySegment value) void
VkAcquireProfilingLockInfoKHR.pNext
(MemorySegment value) void
VkAmigoProfilingSubmitInfoSEC.pNext
(MemorySegment value) void
VkAndroidHardwareBufferFormatProperties2ANDROID.pNext
(MemorySegment value) void
VkAndroidHardwareBufferFormatPropertiesANDROID.pNext
(MemorySegment value) void
VkAndroidHardwareBufferFormatResolvePropertiesANDROID.pNext
(MemorySegment value) void
VkAndroidHardwareBufferPropertiesANDROID.pNext
(MemorySegment value) void
VkAndroidHardwareBufferUsageANDROID.pNext
(MemorySegment value) void
VkAndroidSurfaceCreateInfoKHR.pNext
(MemorySegment value) void
VkAntiLagDataAMD.pNext
(MemorySegment value) void
VkAntiLagPresentationInfoAMD.pNext
(MemorySegment value) void
VkApplicationInfo.pNext
(MemorySegment value) void
VkApplicationParametersEXT.pNext
(MemorySegment value) void
VkAttachmentDescription2.pNext
(MemorySegment value) void
VkAttachmentDescriptionStencilLayout.pNext
(MemorySegment value) void
VkAttachmentReference2.pNext
(MemorySegment value) void
VkAttachmentReferenceStencilLayout.pNext
(MemorySegment value) void
VkAttachmentSampleCountInfoAMD.pNext
(MemorySegment value) void
VkBindAccelerationStructureMemoryInfoNV.pNext
(MemorySegment value) void
VkBindBufferMemoryDeviceGroupInfo.pNext
(MemorySegment value) void
VkBindBufferMemoryInfo.pNext
(MemorySegment value) void
VkBindDescriptorBufferEmbeddedSamplersInfoEXT.pNext
(MemorySegment value) void
VkBindDescriptorSetsInfo.pNext
(MemorySegment value) void
VkBindImageMemoryDeviceGroupInfo.pNext
(MemorySegment value) void
VkBindImageMemoryInfo.pNext
(MemorySegment value) void
VkBindImageMemorySwapchainInfoKHR.pNext
(MemorySegment value) void
VkBindImagePlaneMemoryInfo.pNext
(MemorySegment value) void
VkBindMemoryStatus.pNext
(MemorySegment value) void
VkBindSparseInfo.pNext
(MemorySegment value) void
VkBindVideoSessionMemoryInfoKHR.pNext
(MemorySegment value) void
VkBlitImageCubicWeightsInfoQCOM.pNext
(MemorySegment value) void
VkBlitImageInfo2.pNext
(MemorySegment value) void
VkBufferCaptureDescriptorDataInfoEXT.pNext
(MemorySegment value) void
VkBufferCollectionBufferCreateInfoFUCHSIA.pNext
(MemorySegment value) void
VkBufferCollectionConstraintsInfoFUCHSIA.pNext
(MemorySegment value) void
VkBufferCollectionCreateInfoFUCHSIA.pNext
(MemorySegment value) void
VkBufferCollectionImageCreateInfoFUCHSIA.pNext
(MemorySegment value) void
VkBufferCollectionPropertiesFUCHSIA.pNext
(MemorySegment value) void
VkBufferConstraintsInfoFUCHSIA.pNext
(MemorySegment value) void
VkBufferCopy2.pNext
(MemorySegment value) void
VkBufferCreateInfo.pNext
(MemorySegment value) void
VkBufferDeviceAddressCreateInfoEXT.pNext
(MemorySegment value) void
VkBufferDeviceAddressInfo.pNext
(MemorySegment value) void
VkBufferImageCopy2.pNext
(MemorySegment value) void
VkBufferMemoryBarrier.pNext
(MemorySegment value) void
VkBufferMemoryBarrier2.pNext
(MemorySegment value) void
VkBufferMemoryRequirementsInfo2.pNext
(MemorySegment value) void
VkBufferOpaqueCaptureAddressCreateInfo.pNext
(MemorySegment value) void
VkBufferUsageFlags2CreateInfo.pNext
(MemorySegment value) void
VkBufferViewCreateInfo.pNext
(MemorySegment value) void
VkBuildPartitionedAccelerationStructureInfoNV.pNext
(MemorySegment value) void
VkCalibratedTimestampInfoKHR.pNext
(MemorySegment value) void
VkCheckpointData2NV.pNext
(MemorySegment value) void
VkCheckpointDataNV.pNext
(MemorySegment value) void
VkClusterAccelerationStructureClustersBottomLevelInputNV.pNext
(MemorySegment value) void
VkClusterAccelerationStructureCommandsInfoNV.pNext
(MemorySegment value) void
VkClusterAccelerationStructureInputInfoNV.pNext
(MemorySegment value) void
VkClusterAccelerationStructureMoveObjectsInputNV.pNext
(MemorySegment value) void
VkClusterAccelerationStructureTriangleClusterInputNV.pNext
(MemorySegment value) void
VkCommandBufferAllocateInfo.pNext
(MemorySegment value) void
VkCommandBufferBeginInfo.pNext
(MemorySegment value) void
VkCommandBufferInheritanceConditionalRenderingInfoEXT.pNext
(MemorySegment value) void
VkCommandBufferInheritanceInfo.pNext
(MemorySegment value) void
VkCommandBufferInheritanceRenderingInfo.pNext
(MemorySegment value) void
VkCommandBufferInheritanceRenderPassTransformInfoQCOM.pNext
(MemorySegment value) void
VkCommandBufferInheritanceViewportScissorInfoNV.pNext
(MemorySegment value) void
VkCommandBufferSubmitInfo.pNext
(MemorySegment value) void
VkCommandPoolCreateInfo.pNext
(MemorySegment value) void
VkComputePipelineCreateInfo.pNext
(MemorySegment value) void
VkComputePipelineIndirectBufferInfoNV.pNext
(MemorySegment value) void
VkConditionalRenderingBeginInfoEXT.pNext
(MemorySegment value) void
VkConvertCooperativeVectorMatrixInfoNV.pNext
(MemorySegment value) void
VkCooperativeMatrixFlexibleDimensionsPropertiesNV.pNext
(MemorySegment value) void
VkCooperativeMatrixPropertiesKHR.pNext
(MemorySegment value) void
VkCooperativeMatrixPropertiesNV.pNext
(MemorySegment value) void
VkCooperativeVectorPropertiesNV.pNext
(MemorySegment value) void
VkCopyAccelerationStructureInfoKHR.pNext
(MemorySegment value) void
VkCopyAccelerationStructureToMemoryInfoKHR.pNext
(MemorySegment value) void
VkCopyBufferInfo2.pNext
(MemorySegment value) void
VkCopyBufferToImageInfo2.pNext
(MemorySegment value) void
VkCopyCommandTransformInfoQCOM.pNext
(MemorySegment value) void
VkCopyDescriptorSet.pNext
(MemorySegment value) void
VkCopyImageInfo2.pNext
(MemorySegment value) void
VkCopyImageToBufferInfo2.pNext
(MemorySegment value) void
VkCopyImageToImageInfo.pNext
(MemorySegment value) void
VkCopyImageToMemoryInfo.pNext
(MemorySegment value) void
VkCopyMemoryToAccelerationStructureInfoKHR.pNext
(MemorySegment value) void
VkCopyMemoryToImageInfo.pNext
(MemorySegment value) void
VkCopyMemoryToMicromapInfoEXT.pNext
(MemorySegment value) void
VkCopyMicromapInfoEXT.pNext
(MemorySegment value) void
VkCopyMicromapToMemoryInfoEXT.pNext
(MemorySegment value) void
VkCudaFunctionCreateInfoNV.pNext
(MemorySegment value) void
VkCudaLaunchInfoNV.pNext
(MemorySegment value) void
VkCudaModuleCreateInfoNV.pNext
(MemorySegment value) void
VkCuFunctionCreateInfoNVX.pNext
(MemorySegment value) void
VkCuLaunchInfoNVX.pNext
(MemorySegment value) void
VkCuModuleCreateInfoNVX.pNext
(MemorySegment value) void
VkCuModuleTexturingModeCreateInfoNVX.pNext
(MemorySegment value) void
VkD3D12FenceSubmitInfoKHR.pNext
(MemorySegment value) void
VkDebugMarkerMarkerInfoEXT.pNext
(MemorySegment value) void
VkDebugMarkerObjectNameInfoEXT.pNext
(MemorySegment value) void
VkDebugMarkerObjectTagInfoEXT.pNext
(MemorySegment value) void
VkDebugReportCallbackCreateInfoEXT.pNext
(MemorySegment value) void
VkDebugUtilsLabelEXT.pNext
(MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pNext
(MemorySegment value) void
VkDebugUtilsMessengerCreateInfoEXT.pNext
(MemorySegment value) void
VkDebugUtilsObjectNameInfoEXT.pNext
(MemorySegment value) void
VkDebugUtilsObjectTagInfoEXT.pNext
(MemorySegment value) void
VkDedicatedAllocationBufferCreateInfoNV.pNext
(MemorySegment value) void
VkDedicatedAllocationImageCreateInfoNV.pNext
(MemorySegment value) void
VkDedicatedAllocationMemoryAllocateInfoNV.pNext
(MemorySegment value) void
VkDependencyInfo.pNext
(MemorySegment value) void
VkDepthBiasInfoEXT.pNext
(MemorySegment value) void
VkDepthBiasRepresentationInfoEXT.pNext
(MemorySegment value) void
VkDescriptorAddressInfoEXT.pNext
(MemorySegment value) void
VkDescriptorBufferBindingInfoEXT.pNext
(MemorySegment value) void
VkDescriptorBufferBindingPushDescriptorBufferHandleEXT.pNext
(MemorySegment value) void
VkDescriptorGetInfoEXT.pNext
(MemorySegment value) void
VkDescriptorPoolCreateInfo.pNext
(MemorySegment value) void
VkDescriptorPoolInlineUniformBlockCreateInfo.pNext
(MemorySegment value) void
VkDescriptorSetAllocateInfo.pNext
(MemorySegment value) void
VkDescriptorSetBindingReferenceVALVE.pNext
(MemorySegment value) void
VkDescriptorSetLayoutBindingFlagsCreateInfo.pNext
(MemorySegment value) void
VkDescriptorSetLayoutCreateInfo.pNext
(MemorySegment value) void
VkDescriptorSetLayoutHostMappingInfoVALVE.pNext
(MemorySegment value) void
VkDescriptorSetLayoutSupport.pNext
(MemorySegment value) void
VkDescriptorSetVariableDescriptorCountAllocateInfo.pNext
(MemorySegment value) void
VkDescriptorSetVariableDescriptorCountLayoutSupport.pNext
(MemorySegment value) void
VkDescriptorUpdateTemplateCreateInfo.pNext
(MemorySegment value) void
VkDeviceAddressBindingCallbackDataEXT.pNext
(MemorySegment value) void
VkDeviceBufferMemoryRequirements.pNext
(MemorySegment value) void
VkDeviceCreateInfo.pNext
(MemorySegment value) void
VkDeviceDeviceMemoryReportCreateInfoEXT.pNext
(MemorySegment value) void
VkDeviceDiagnosticsConfigCreateInfoNV.pNext
(MemorySegment value) void
VkDeviceEventInfoEXT.pNext
(MemorySegment value) void
VkDeviceFaultCountsEXT.pNext
(MemorySegment value) void
VkDeviceFaultInfoEXT.pNext
(MemorySegment value) void
VkDeviceGroupBindSparseInfo.pNext
(MemorySegment value) void
VkDeviceGroupCommandBufferBeginInfo.pNext
(MemorySegment value) void
VkDeviceGroupDeviceCreateInfo.pNext
(MemorySegment value) void
VkDeviceGroupPresentCapabilitiesKHR.pNext
(MemorySegment value) void
VkDeviceGroupPresentInfoKHR.pNext
(MemorySegment value) void
VkDeviceGroupRenderPassBeginInfo.pNext
(MemorySegment value) void
VkDeviceGroupSubmitInfo.pNext
(MemorySegment value) void
VkDeviceGroupSwapchainCreateInfoKHR.pNext
(MemorySegment value) void
VkDeviceImageMemoryRequirements.pNext
(MemorySegment value) void
VkDeviceImageSubresourceInfo.pNext
(MemorySegment value) void
VkDeviceMemoryOpaqueCaptureAddressInfo.pNext
(MemorySegment value) void
VkDeviceMemoryOverallocationCreateInfoAMD.pNext
(MemorySegment value) void
VkDeviceMemoryReportCallbackDataEXT.pNext
(MemorySegment value) void
VkDevicePipelineBinaryInternalCacheControlKHR.pNext
(MemorySegment value) void
VkDevicePrivateDataCreateInfo.pNext
(MemorySegment value) void
VkDeviceQueueCreateInfo.pNext
(MemorySegment value) void
VkDeviceQueueGlobalPriorityCreateInfo.pNext
(MemorySegment value) void
VkDeviceQueueInfo2.pNext
(MemorySegment value) void
VkDeviceQueueShaderCoreControlCreateInfoARM.pNext
(MemorySegment value) void
VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.pNext
(MemorySegment value) void
VkDirectDriverLoadingInfoLUNARG.pNext
(MemorySegment value) void
VkDirectDriverLoadingListLUNARG.pNext
(MemorySegment value) void
VkDirectFBSurfaceCreateInfoEXT.pNext
(MemorySegment value) void
VkDispatchTileInfoQCOM.pNext
(MemorySegment value) void
VkDisplayEventInfoEXT.pNext
(MemorySegment value) void
VkDisplayModeCreateInfoKHR.pNext
(MemorySegment value) void
VkDisplayModeProperties2KHR.pNext
(MemorySegment value) void
VkDisplayModeStereoPropertiesNV.pNext
(MemorySegment value) void
VkDisplayNativeHdrSurfaceCapabilitiesAMD.pNext
(MemorySegment value) void
VkDisplayPlaneCapabilities2KHR.pNext
(MemorySegment value) void
VkDisplayPlaneInfo2KHR.pNext
(MemorySegment value) void
VkDisplayPlaneProperties2KHR.pNext
(MemorySegment value) void
VkDisplayPowerInfoEXT.pNext
(MemorySegment value) void
VkDisplayPresentInfoKHR.pNext
(MemorySegment value) void
VkDisplayProperties2KHR.pNext
(MemorySegment value) void
VkDisplaySurfaceCreateInfoKHR.pNext
(MemorySegment value) void
VkDisplaySurfaceStereoCreateInfoNV.pNext
(MemorySegment value) void
VkDrmFormatModifierPropertiesList2EXT.pNext
(MemorySegment value) void
VkDrmFormatModifierPropertiesListEXT.pNext
(MemorySegment value) void
VkEventCreateInfo.pNext
(MemorySegment value) void
VkExecutionGraphPipelineCreateInfoAMDX.pNext
(MemorySegment value) void
VkExecutionGraphPipelineScratchSizeAMDX.pNext
(MemorySegment value) void
VkExportFenceCreateInfo.pNext
(MemorySegment value) void
VkExportFenceSciSyncInfoNV.pNext
(MemorySegment value) void
VkExportFenceWin32HandleInfoKHR.pNext
(MemorySegment value) void
VkExportMemoryAllocateInfo.pNext
(MemorySegment value) void
VkExportMemoryAllocateInfoNV.pNext
(MemorySegment value) void
VkExportMemorySciBufInfoNV.pNext
(MemorySegment value) void
VkExportMemoryWin32HandleInfoKHR.pNext
(MemorySegment value) void
VkExportMemoryWin32HandleInfoNV.pNext
(MemorySegment value) void
VkExportMetalBufferInfoEXT.pNext
(MemorySegment value) void
VkExportMetalCommandQueueInfoEXT.pNext
(MemorySegment value) void
VkExportMetalDeviceInfoEXT.pNext
(MemorySegment value) void
VkExportMetalIOSurfaceInfoEXT.pNext
(MemorySegment value) void
VkExportMetalObjectCreateInfoEXT.pNext
(MemorySegment value) void
VkExportMetalObjectsInfoEXT.pNext
(MemorySegment value) void
VkExportMetalSharedEventInfoEXT.pNext
(MemorySegment value) void
VkExportMetalTextureInfoEXT.pNext
(MemorySegment value) void
VkExportSemaphoreCreateInfo.pNext
(MemorySegment value) void
VkExportSemaphoreSciSyncInfoNV.pNext
(MemorySegment value) void
VkExportSemaphoreWin32HandleInfoKHR.pNext
(MemorySegment value) void
VkExternalBufferProperties.pNext
(MemorySegment value) void
VkExternalComputeQueueCreateInfoNV.pNext
(MemorySegment value) void
VkExternalComputeQueueDataParamsNV.pNext
(MemorySegment value) void
VkExternalComputeQueueDeviceCreateInfoNV.pNext
(MemorySegment value) void
VkExternalFenceProperties.pNext
(MemorySegment value) void
VkExternalFormatANDROID.pNext
(MemorySegment value) void
VkExternalFormatQNX.pNext
(MemorySegment value) void
VkExternalImageFormatProperties.pNext
(MemorySegment value) void
VkExternalMemoryAcquireUnmodifiedEXT.pNext
(MemorySegment value) void
VkExternalMemoryBufferCreateInfo.pNext
(MemorySegment value) void
VkExternalMemoryImageCreateInfo.pNext
(MemorySegment value) void
VkExternalMemoryImageCreateInfoNV.pNext
(MemorySegment value) void
VkExternalSemaphoreProperties.pNext
(MemorySegment value) void
VkFenceCreateInfo.pNext
(MemorySegment value) void
VkFenceGetFdInfoKHR.pNext
(MemorySegment value) void
VkFenceGetSciSyncInfoNV.pNext
(MemorySegment value) void
VkFenceGetWin32HandleInfoKHR.pNext
(MemorySegment value) void
VkFilterCubicImageViewImageFormatPropertiesEXT.pNext
(MemorySegment value) void
VkFormatProperties2.pNext
(MemorySegment value) void
VkFormatProperties3.pNext
(MemorySegment value) void
VkFragmentShadingRateAttachmentInfoKHR.pNext
(MemorySegment value) void
VkFrameBoundaryEXT.pNext
(MemorySegment value) void
VkFramebufferAttachmentImageInfo.pNext
(MemorySegment value) void
VkFramebufferAttachmentsCreateInfo.pNext
(MemorySegment value) void
VkFramebufferCreateInfo.pNext
(MemorySegment value) void
VkFramebufferMixedSamplesCombinationNV.pNext
(MemorySegment value) void
VkGeneratedCommandsInfoEXT.pNext
(MemorySegment value) void
VkGeneratedCommandsInfoNV.pNext
(MemorySegment value) void
VkGeneratedCommandsMemoryRequirementsInfoEXT.pNext
(MemorySegment value) void
VkGeneratedCommandsMemoryRequirementsInfoNV.pNext
(MemorySegment value) void
VkGeneratedCommandsPipelineInfoEXT.pNext
(MemorySegment value) void
VkGeneratedCommandsShaderInfoEXT.pNext
(MemorySegment value) void
VkGeometryAABBNV.pNext
(MemorySegment value) void
VkGeometryNV.pNext
(MemorySegment value) void
VkGeometryTrianglesNV.pNext
(MemorySegment value) void
VkGetLatencyMarkerInfoNV.pNext
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pNext
(MemorySegment value) void
VkGraphicsPipelineLibraryCreateInfoEXT.pNext
(MemorySegment value) void
VkGraphicsPipelineShaderGroupsCreateInfoNV.pNext
(MemorySegment value) void
VkGraphicsShaderGroupCreateInfoNV.pNext
(MemorySegment value) void
VkHdrMetadataEXT.pNext
(MemorySegment value) void
VkHdrVividDynamicMetadataHUAWEI.pNext
(MemorySegment value) void
VkHeadlessSurfaceCreateInfoEXT.pNext
(MemorySegment value) void
VkHostImageCopyDevicePerformanceQuery.pNext
(MemorySegment value) void
VkHostImageLayoutTransitionInfo.pNext
(MemorySegment value) void
VkImageAlignmentControlCreateInfoMESA.pNext
(MemorySegment value) void
VkImageBlit2.pNext
(MemorySegment value) void
VkImageCaptureDescriptorDataInfoEXT.pNext
(MemorySegment value) void
VkImageCompressionControlEXT.pNext
(MemorySegment value) void
VkImageCompressionPropertiesEXT.pNext
(MemorySegment value) void
VkImageConstraintsInfoFUCHSIA.pNext
(MemorySegment value) void
VkImageCopy2.pNext
(MemorySegment value) void
VkImageCreateInfo.pNext
(MemorySegment value) void
VkImageDrmFormatModifierExplicitCreateInfoEXT.pNext
(MemorySegment value) void
VkImageDrmFormatModifierListCreateInfoEXT.pNext
(MemorySegment value) void
VkImageDrmFormatModifierPropertiesEXT.pNext
(MemorySegment value) void
VkImageFormatConstraintsInfoFUCHSIA.pNext
(MemorySegment value) void
VkImageFormatListCreateInfo.pNext
(MemorySegment value) void
VkImageFormatProperties2.pNext
(MemorySegment value) void
VkImageMemoryBarrier.pNext
(MemorySegment value) void
VkImageMemoryBarrier2.pNext
(MemorySegment value) void
VkImageMemoryRequirementsInfo2.pNext
(MemorySegment value) void
VkImagePipeSurfaceCreateInfoFUCHSIA.pNext
(MemorySegment value) void
VkImagePlaneMemoryRequirementsInfo.pNext
(MemorySegment value) void
VkImageResolve2.pNext
(MemorySegment value) void
VkImageSparseMemoryRequirementsInfo2.pNext
(MemorySegment value) void
VkImageStencilUsageCreateInfo.pNext
(MemorySegment value) void
VkImageSubresource2.pNext
(MemorySegment value) void
VkImageSwapchainCreateInfoKHR.pNext
(MemorySegment value) void
VkImageToMemoryCopy.pNext
(MemorySegment value) void
VkImageViewAddressPropertiesNVX.pNext
(MemorySegment value) void
VkImageViewASTCDecodeModeEXT.pNext
(MemorySegment value) void
VkImageViewCaptureDescriptorDataInfoEXT.pNext
(MemorySegment value) void
VkImageViewCreateInfo.pNext
(MemorySegment value) void
VkImageViewHandleInfoNVX.pNext
(MemorySegment value) void
VkImageViewMinLodCreateInfoEXT.pNext
(MemorySegment value) void
VkImageViewSampleWeightCreateInfoQCOM.pNext
(MemorySegment value) void
VkImageViewSlicedCreateInfoEXT.pNext
(MemorySegment value) void
VkImageViewUsageCreateInfo.pNext
(MemorySegment value) void
VkImportAndroidHardwareBufferInfoANDROID.pNext
(MemorySegment value) void
VkImportFenceFdInfoKHR.pNext
(MemorySegment value) void
VkImportFenceSciSyncInfoNV.pNext
(MemorySegment value) void
VkImportFenceWin32HandleInfoKHR.pNext
(MemorySegment value) void
VkImportMemoryBufferCollectionFUCHSIA.pNext
(MemorySegment value) void
VkImportMemoryFdInfoKHR.pNext
(MemorySegment value) void
VkImportMemoryHostPointerInfoEXT.pNext
(MemorySegment value) void
VkImportMemoryMetalHandleInfoEXT.pNext
(MemorySegment value) void
VkImportMemorySciBufInfoNV.pNext
(MemorySegment value) void
VkImportMemoryWin32HandleInfoKHR.pNext
(MemorySegment value) void
VkImportMemoryWin32HandleInfoNV.pNext
(MemorySegment value) void
VkImportMemoryZirconHandleInfoFUCHSIA.pNext
(MemorySegment value) void
VkImportMetalBufferInfoEXT.pNext
(MemorySegment value) void
VkImportMetalIOSurfaceInfoEXT.pNext
(MemorySegment value) void
VkImportMetalSharedEventInfoEXT.pNext
(MemorySegment value) void
VkImportMetalTextureInfoEXT.pNext
(MemorySegment value) void
VkImportScreenBufferInfoQNX.pNext
(MemorySegment value) void
VkImportSemaphoreFdInfoKHR.pNext
(MemorySegment value) void
VkImportSemaphoreSciSyncInfoNV.pNext
(MemorySegment value) void
VkImportSemaphoreWin32HandleInfoKHR.pNext
(MemorySegment value) void
VkImportSemaphoreZirconHandleInfoFUCHSIA.pNext
(MemorySegment value) void
VkIndirectCommandsLayoutCreateInfoEXT.pNext
(MemorySegment value) void
VkIndirectCommandsLayoutCreateInfoNV.pNext
(MemorySegment value) void
VkIndirectCommandsLayoutTokenEXT.pNext
(MemorySegment value) void
VkIndirectCommandsLayoutTokenNV.pNext
(MemorySegment value) void
VkIndirectExecutionSetCreateInfoEXT.pNext
(MemorySegment value) void
VkIndirectExecutionSetPipelineInfoEXT.pNext
(MemorySegment value) void
VkIndirectExecutionSetShaderInfoEXT.pNext
(MemorySegment value) void
VkIndirectExecutionSetShaderLayoutInfoEXT.pNext
(MemorySegment value) void
VkInitializePerformanceApiInfoINTEL.pNext
(MemorySegment value) void
VkInstanceCreateInfo.pNext
(MemorySegment value) void
VkIOSSurfaceCreateInfoMVK.pNext
(MemorySegment value) void
VkLatencySleepInfoNV.pNext
(MemorySegment value) void
VkLatencySleepModeInfoNV.pNext
(MemorySegment value) void
VkLatencySubmissionPresentIdNV.pNext
(MemorySegment value) void
VkLatencySurfaceCapabilitiesNV.pNext
(MemorySegment value) void
VkLatencyTimingsFrameReportNV.pNext
(MemorySegment value) void
VkLayerSettingsCreateInfoEXT.pNext
(MemorySegment value) void
VkMacOSSurfaceCreateInfoMVK.pNext
(MemorySegment value) void
VkMappedMemoryRange.pNext
(MemorySegment value) void
VkMemoryAllocateFlagsInfo.pNext
(MemorySegment value) void
VkMemoryAllocateInfo.pNext
(MemorySegment value) void
VkMemoryBarrier.pNext
(MemorySegment value) void
VkMemoryBarrier2.pNext
(MemorySegment value) void
VkMemoryBarrierAccessFlags3KHR.pNext
(MemorySegment value) void
VkMemoryDedicatedAllocateInfo.pNext
(MemorySegment value) void
VkMemoryDedicatedRequirements.pNext
(MemorySegment value) void
VkMemoryFdPropertiesKHR.pNext
(MemorySegment value) void
VkMemoryGetAndroidHardwareBufferInfoANDROID.pNext
(MemorySegment value) void
VkMemoryGetFdInfoKHR.pNext
(MemorySegment value) void
VkMemoryGetMetalHandleInfoEXT.pNext
(MemorySegment value) void
VkMemoryGetRemoteAddressInfoNV.pNext
(MemorySegment value) void
VkMemoryGetSciBufInfoNV.pNext
(MemorySegment value) void
VkMemoryGetWin32HandleInfoKHR.pNext
(MemorySegment value) void
VkMemoryGetZirconHandleInfoFUCHSIA.pNext
(MemorySegment value) void
VkMemoryHostPointerPropertiesEXT.pNext
(MemorySegment value) void
VkMemoryMapInfo.pNext
(MemorySegment value) void
VkMemoryMapPlacedInfoEXT.pNext
(MemorySegment value) void
VkMemoryMetalHandlePropertiesEXT.pNext
(MemorySegment value) void
VkMemoryOpaqueCaptureAddressAllocateInfo.pNext
(MemorySegment value) void
VkMemoryPriorityAllocateInfoEXT.pNext
(MemorySegment value) void
VkMemoryRequirements2.pNext
(MemorySegment value) void
VkMemorySciBufPropertiesNV.pNext
(MemorySegment value) void
VkMemoryToImageCopy.pNext
(MemorySegment value) void
VkMemoryUnmapInfo.pNext
(MemorySegment value) void
VkMemoryWin32HandlePropertiesKHR.pNext
(MemorySegment value) void
VkMemoryZirconHandlePropertiesFUCHSIA.pNext
(MemorySegment value) void
VkMetalSurfaceCreateInfoEXT.pNext
(MemorySegment value) void
VkMicromapBuildInfoEXT.pNext
(MemorySegment value) void
VkMicromapBuildSizesInfoEXT.pNext
(MemorySegment value) void
VkMicromapCreateInfoEXT.pNext
(MemorySegment value) void
VkMicromapVersionInfoEXT.pNext
(MemorySegment value) void
VkMultisampledRenderToSingleSampledInfoEXT.pNext
(MemorySegment value) void
VkMultisamplePropertiesEXT.pNext
(MemorySegment value) void
VkMultiviewPerViewAttributesInfoNVX.pNext
(MemorySegment value) void
VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pNext
(MemorySegment value) void
VkMutableDescriptorTypeCreateInfoEXT.pNext
(MemorySegment value) void
VkOpaqueCaptureDescriptorDataCreateInfoEXT.pNext
(MemorySegment value) void
VkOpticalFlowExecuteInfoNV.pNext
(MemorySegment value) void
VkOpticalFlowImageFormatInfoNV.pNext
(MemorySegment value) void
VkOpticalFlowImageFormatPropertiesNV.pNext
(MemorySegment value) void
VkOpticalFlowSessionCreateInfoNV.pNext
(MemorySegment value) void
VkOpticalFlowSessionCreatePrivateDataInfoNV.pNext
(MemorySegment value) void
VkOutOfBandQueueTypeInfoNV.pNext
(MemorySegment value) void
VkPartitionedAccelerationStructureFlagsNV.pNext
(MemorySegment value) void
VkPartitionedAccelerationStructureInstancesInputNV.pNext
(MemorySegment value) void
VkPerformanceConfigurationAcquireInfoINTEL.pNext
(MemorySegment value) void
VkPerformanceCounterDescriptionKHR.pNext
(MemorySegment value) void
VkPerformanceCounterKHR.pNext
(MemorySegment value) void
VkPerformanceMarkerInfoINTEL.pNext
(MemorySegment value) void
VkPerformanceOverrideInfoINTEL.pNext
(MemorySegment value) void
VkPerformanceQueryReservationInfoKHR.pNext
(MemorySegment value) void
VkPerformanceQuerySubmitInfoKHR.pNext
(MemorySegment value) void
VkPerformanceStreamMarkerInfoINTEL.pNext
(MemorySegment value) void
VkPerTileBeginInfoQCOM.pNext
(MemorySegment value) void
VkPerTileEndInfoQCOM.pNext
(MemorySegment value) void
VkPhysicalDevice16BitStorageFeatures.pNext
(MemorySegment value) void
VkPhysicalDevice4444FormatsFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDevice8BitStorageFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceAccelerationStructureFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceAccelerationStructurePropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceAddressBindingReportFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceAmigoProfilingFeaturesSEC.pNext
(MemorySegment value) void
VkPhysicalDeviceAntiLagFeaturesAMD.pNext
(MemorySegment value) void
VkPhysicalDeviceASTCDecodeFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceBufferDeviceAddressFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.pNext
(MemorySegment value) void
VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.pNext
(MemorySegment value) void
VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.pNext
(MemorySegment value) void
VkPhysicalDeviceCoherentMemoryFeaturesAMD.pNext
(MemorySegment value) void
VkPhysicalDeviceColorWriteEnableFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceConditionalRenderingFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceConservativeRasterizationPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCooperativeMatrix2PropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCooperativeMatrixFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceCooperativeMatrixFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCooperativeMatrixPropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceCooperativeMatrixPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCooperativeVectorFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCooperativeVectorPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCopyMemoryIndirectPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCornerSampledImageFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCoverageReductionModeFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCubicClampFeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceCubicWeightsFeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceCudaKernelLaunchFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCudaKernelLaunchPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceCustomBorderColorFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceCustomBorderColorPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceDepthBiasControlFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDepthClampControlFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceDepthClipControlFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDepthClipEnableFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDepthStencilResolveProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDescriptorBufferFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDescriptorBufferPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDescriptorIndexingFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceDescriptorIndexingProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.pNext
(MemorySegment value) void
VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDiagnosticsConfigFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceDiscardRectanglePropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDisplacementMicromapFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceDisplacementMicromapPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceDriverProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceDrmPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceDynamicRenderingFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceDynamicRenderingLocalReadFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceExclusiveScissorFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalBufferInfo.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalComputeQueuePropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalFenceInfo.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalImageFormatInfo.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalMemoryHostPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalMemorySciBufFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalSciSync2FeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalSciSyncFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceExternalSemaphoreInfo.pNext
(MemorySegment value) void
VkPhysicalDeviceFaultFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceFeatures2.pNext
(MemorySegment value) void
VkPhysicalDeviceFloatControlsProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentDensityMapFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentDensityMapPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentShadingRateFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentShadingRateKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceFrameBoundaryFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceGlobalPriorityQueryFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceGroupProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceHdrVividFeaturesHUAWEI.pNext
(MemorySegment value) void
VkPhysicalDeviceHostImageCopyFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceHostImageCopyProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceHostQueryResetFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceIDProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceImageAlignmentControlFeaturesMESA.pNext
(MemorySegment value) void
VkPhysicalDeviceImageAlignmentControlPropertiesMESA.pNext
(MemorySegment value) void
VkPhysicalDeviceImageCompressionControlFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceImageFormatInfo2.pNext
(MemorySegment value) void
VkPhysicalDeviceImagelessFramebufferFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceImageProcessing2FeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceImageProcessing2PropertiesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceImageProcessingFeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceImageProcessingPropertiesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceImageRobustnessFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceImageViewImageFormatInfoEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceImageViewMinLodFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceIndexTypeUint8Features.pNext
(MemorySegment value) void
VkPhysicalDeviceInheritedViewportScissorFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceInlineUniformBlockFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceInlineUniformBlockProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.pNext
(MemorySegment value) void
VkPhysicalDeviceLayeredApiPropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceLayeredApiPropertiesListKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceLayeredDriverPropertiesMSFT.pNext
(MemorySegment value) void
VkPhysicalDeviceLegacyDitheringFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceLinearColorAttachmentFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceLineRasterizationFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceLineRasterizationProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance3Properties.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance4Features.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance4Properties.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance5Features.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance5Properties.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance6Features.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance6Properties.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance7FeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance7PropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceMaintenance8FeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceMemoryBudgetPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceMemoryDecompressionFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceMemoryDecompressionPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceMemoryPriorityFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceMemoryProperties2.pNext
(MemorySegment value) void
VkPhysicalDeviceMeshShaderFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceMeshShaderFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceMeshShaderPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceMeshShaderPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceMultiDrawFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceMultiDrawPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceMultiviewFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.pNext
(MemorySegment value) void
VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceMultiviewProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceNestedCommandBufferFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceNestedCommandBufferPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceOpacityMicromapFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceOpacityMicromapPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceOpticalFlowFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceOpticalFlowPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDevicePCIBusInfoPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDevicePerformanceQueryFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDevicePerformanceQueryPropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDevicePerStageDescriptorSetFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDevicePipelineBinaryFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDevicePipelineBinaryPropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDevicePipelineCreationCacheControlFeatures.pNext
(MemorySegment value) void
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.pNext
(MemorySegment value) void
VkPhysicalDevicePipelinePropertiesFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDevicePipelineProtectedAccessFeatures.pNext
(MemorySegment value) void
VkPhysicalDevicePipelineRobustnessFeatures.pNext
(MemorySegment value) void
VkPhysicalDevicePipelineRobustnessProperties.pNext
(MemorySegment value) void
VkPhysicalDevicePointClippingProperties.pNext
(MemorySegment value) void
VkPhysicalDevicePortabilitySubsetFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDevicePortabilitySubsetPropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDevicePresentBarrierFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDevicePresentIdFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDevicePresentMeteringFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDevicePresentWaitFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDevicePrivateDataFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceProperties2.pNext
(MemorySegment value) void
VkPhysicalDeviceProtectedMemoryFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceProtectedMemoryProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceProvokingVertexFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceProvokingVertexPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDevicePushDescriptorProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceRawAccessChainsFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceRayQueryFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingPipelineFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceRayTracingValidationFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.pNext
(MemorySegment value) void
VkPhysicalDeviceRenderPassStripedFeaturesARM.pNext
(MemorySegment value) void
VkPhysicalDeviceRenderPassStripedPropertiesARM.pNext
(MemorySegment value) void
VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceRobustness2FeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceRobustness2PropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceSampleLocationsPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceSamplerFilterMinmaxProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceSamplerYcbcrConversionFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceScalarBlockLayoutFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceSchedulingControlsFeaturesARM.pNext
(MemorySegment value) void
VkPhysicalDeviceSchedulingControlsPropertiesARM.pNext
(MemorySegment value) void
VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderAtomicInt64Features.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderBfloat16FeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderClockFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderCoreProperties2AMD.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderCorePropertiesAMD.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderCorePropertiesARM.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderDrawParametersFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderEnqueueFeaturesAMDX.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderExpectAssumeFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderFloat16Int8Features.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderFloatControls2Features.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderImageFootprintFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderIntegerDotProductFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderIntegerDotProductProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderObjectFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderObjectPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderQuadControlFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderSubgroupRotateFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderTerminateInvocationFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderTileImageFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShaderTileImagePropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceShadingRateImageFeaturesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceShadingRateImagePropertiesNV.pNext
(MemorySegment value) void
VkPhysicalDeviceSparseImageFormatInfo2.pNext
(MemorySegment value) void
VkPhysicalDeviceSubgroupProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceSubgroupSizeControlFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceSubgroupSizeControlProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.pNext
(MemorySegment value) void
VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.pNext
(MemorySegment value) void
VkPhysicalDeviceSurfaceInfo2KHR.pNext
(MemorySegment value) void
VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceSynchronization2Features.pNext
(MemorySegment value) void
VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceTexelBufferAlignmentProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceTextureCompressionASTCHDRFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceTilePropertiesFeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceTileShadingFeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceTileShadingPropertiesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceTimelineSemaphoreFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceTimelineSemaphoreProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceToolProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceTransformFeedbackFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceTransformFeedbackPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceUniformBufferStandardLayoutFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceVariablePointersFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceVertexAttributeDivisorFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceVertexAttributeDivisorProperties.pNext
(MemorySegment value) void
VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceVideoFormatInfoKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceVideoMaintenance1FeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceVideoMaintenance2FeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceVulkan11Features.pNext
(MemorySegment value) void
VkPhysicalDeviceVulkan11Properties.pNext
(MemorySegment value) void
VkPhysicalDeviceVulkan12Features.pNext
(MemorySegment value) void
VkPhysicalDeviceVulkan12Properties.pNext
(MemorySegment value) void
VkPhysicalDeviceVulkan13Features.pNext
(MemorySegment value) void
VkPhysicalDeviceVulkan13Properties.pNext
(MemorySegment value) void
VkPhysicalDeviceVulkan14Features.pNext
(MemorySegment value) void
VkPhysicalDeviceVulkan14Properties.pNext
(MemorySegment value) void
VkPhysicalDeviceVulkanMemoryModelFeatures.pNext
(MemorySegment value) void
VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.pNext
(MemorySegment value) void
VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.pNext
(MemorySegment value) void
VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.pNext
(MemorySegment value) void
VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.pNext
(MemorySegment value) void
VkPipelineBinaryCreateInfoKHR.pNext
(MemorySegment value) void
VkPipelineBinaryDataInfoKHR.pNext
(MemorySegment value) void
VkPipelineBinaryHandlesInfoKHR.pNext
(MemorySegment value) void
VkPipelineBinaryInfoKHR.pNext
(MemorySegment value) void
VkPipelineBinaryKeyKHR.pNext
(MemorySegment value) void
VkPipelineCacheCreateInfo.pNext
(MemorySegment value) void
VkPipelineColorBlendAdvancedStateCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineColorBlendStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineColorWriteCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineCompilerControlCreateInfoAMD.pNext
(MemorySegment value) void
VkPipelineCoverageModulationStateCreateInfoNV.pNext
(MemorySegment value) void
VkPipelineCoverageReductionStateCreateInfoNV.pNext
(MemorySegment value) void
VkPipelineCoverageToColorStateCreateInfoNV.pNext
(MemorySegment value) void
VkPipelineCreateFlags2CreateInfo.pNext
(MemorySegment value) void
VkPipelineCreateInfoKHR.pNext
(MemorySegment value) void
VkPipelineCreationFeedbackCreateInfo.pNext
(MemorySegment value) void
VkPipelineDepthStencilStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineDiscardRectangleStateCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineDynamicStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineExecutableInfoKHR.pNext
(MemorySegment value) void
VkPipelineExecutableInternalRepresentationKHR.pNext
(MemorySegment value) void
VkPipelineExecutablePropertiesKHR.pNext
(MemorySegment value) void
VkPipelineExecutableStatisticKHR.pNext
(MemorySegment value) void
VkPipelineFragmentShadingRateEnumStateCreateInfoNV.pNext
(MemorySegment value) void
VkPipelineFragmentShadingRateStateCreateInfoKHR.pNext
(MemorySegment value) void
VkPipelineIndirectDeviceAddressInfoNV.pNext
(MemorySegment value) void
VkPipelineInfoKHR.pNext
(MemorySegment value) void
VkPipelineInputAssemblyStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineLayoutCreateInfo.pNext
(MemorySegment value) void
VkPipelineLibraryCreateInfoKHR.pNext
(MemorySegment value) void
VkPipelineMultisampleStateCreateInfo.pNext
(MemorySegment value) void
VkPipelinePropertiesIdentifierEXT.pNext
(MemorySegment value) void
VkPipelineRasterizationConservativeStateCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineRasterizationDepthClipStateCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineRasterizationLineStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineRasterizationProvokingVertexStateCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineRasterizationStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineRasterizationStateRasterizationOrderAMD.pNext
(MemorySegment value) void
VkPipelineRasterizationStateStreamCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineRenderingCreateInfo.pNext
(MemorySegment value) void
VkPipelineRepresentativeFragmentTestStateCreateInfoNV.pNext
(MemorySegment value) void
VkPipelineRobustnessCreateInfo.pNext
(MemorySegment value) void
VkPipelineSampleLocationsStateCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineShaderStageCreateInfo.pNext
(MemorySegment value) void
VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineShaderStageNodeCreateInfoAMDX.pNext
(MemorySegment value) void
VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.pNext
(MemorySegment value) void
VkPipelineTessellationDomainOriginStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineTessellationStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineVertexInputDivisorStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineVertexInputStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pNext
(MemorySegment value) void
VkPipelineViewportDepthClampControlCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineViewportDepthClipControlCreateInfoEXT.pNext
(MemorySegment value) void
VkPipelineViewportExclusiveScissorStateCreateInfoNV.pNext
(MemorySegment value) void
VkPipelineViewportShadingRateImageStateCreateInfoNV.pNext
(MemorySegment value) void
VkPipelineViewportStateCreateInfo.pNext
(MemorySegment value) void
VkPipelineViewportSwizzleStateCreateInfoNV.pNext
(MemorySegment value) void
VkPipelineViewportWScalingStateCreateInfoNV.pNext
(MemorySegment value) void
VkPresentFrameTokenGGP.pNext
(MemorySegment value) void
VkPresentIdKHR.pNext
(MemorySegment value) void
VkPresentInfoKHR.pNext
(MemorySegment value) void
VkPresentRegionsKHR.pNext
(MemorySegment value) void
VkPresentTimesInfoGOOGLE.pNext
(MemorySegment value) void
VkPrivateDataSlotCreateInfo.pNext
(MemorySegment value) void
VkProtectedSubmitInfo.pNext
(MemorySegment value) void
VkPushConstantsInfo.pNext
(MemorySegment value) void
VkPushDescriptorSetInfo.pNext
(MemorySegment value) void
VkPushDescriptorSetWithTemplateInfo.pNext
(MemorySegment value) void
VkQueryLowLatencySupportNV.pNext
(MemorySegment value) void
VkQueryPoolCreateInfo.pNext
(MemorySegment value) void
VkQueryPoolPerformanceCreateInfoKHR.pNext
(MemorySegment value) void
VkQueryPoolPerformanceQueryCreateInfoINTEL.pNext
(MemorySegment value) void
VkQueryPoolVideoEncodeFeedbackCreateInfoKHR.pNext
(MemorySegment value) void
VkQueueFamilyCheckpointProperties2NV.pNext
(MemorySegment value) void
VkQueueFamilyCheckpointPropertiesNV.pNext
(MemorySegment value) void
VkQueueFamilyGlobalPriorityProperties.pNext
(MemorySegment value) void
VkQueueFamilyProperties2.pNext
(MemorySegment value) void
VkQueueFamilyQueryResultStatusPropertiesKHR.pNext
(MemorySegment value) void
VkQueueFamilyVideoPropertiesKHR.pNext
(MemorySegment value) void
VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.pNext
(MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pNext
(MemorySegment value) void
VkRayTracingPipelineCreateInfoNV.pNext
(MemorySegment value) void
VkRayTracingPipelineInterfaceCreateInfoKHR.pNext
(MemorySegment value) void
VkRayTracingShaderGroupCreateInfoKHR.pNext
(MemorySegment value) void
VkRayTracingShaderGroupCreateInfoNV.pNext
(MemorySegment value) void
VkRefreshObjectListKHR.pNext
(MemorySegment value) void
VkReleaseCapturedPipelineDataInfoKHR.pNext
(MemorySegment value) void
VkReleaseSwapchainImagesInfoEXT.pNext
(MemorySegment value) void
VkRenderingAreaInfo.pNext
(MemorySegment value) void
VkRenderingAttachmentInfo.pNext
(MemorySegment value) void
VkRenderingAttachmentLocationInfo.pNext
(MemorySegment value) void
VkRenderingEndInfoEXT.pNext
(MemorySegment value) void
VkRenderingFragmentDensityMapAttachmentInfoEXT.pNext
(MemorySegment value) void
VkRenderingFragmentShadingRateAttachmentInfoKHR.pNext
(MemorySegment value) void
VkRenderingInfo.pNext
(MemorySegment value) void
VkRenderingInputAttachmentIndexInfo.pNext
(MemorySegment value) void
VkRenderPassAttachmentBeginInfo.pNext
(MemorySegment value) void
VkRenderPassBeginInfo.pNext
(MemorySegment value) void
VkRenderPassCreateInfo.pNext
(MemorySegment value) void
VkRenderPassCreateInfo2.pNext
(MemorySegment value) void
VkRenderPassCreationControlEXT.pNext
(MemorySegment value) void
VkRenderPassCreationFeedbackCreateInfoEXT.pNext
(MemorySegment value) void
VkRenderPassFragmentDensityMapCreateInfoEXT.pNext
(MemorySegment value) void
VkRenderPassFragmentDensityMapOffsetEndInfoEXT.pNext
(MemorySegment value) void
VkRenderPassInputAttachmentAspectCreateInfo.pNext
(MemorySegment value) void
VkRenderPassMultiviewCreateInfo.pNext
(MemorySegment value) void
VkRenderPassSampleLocationsBeginInfoEXT.pNext
(MemorySegment value) void
VkRenderPassStripeBeginInfoARM.pNext
(MemorySegment value) void
VkRenderPassStripeInfoARM.pNext
(MemorySegment value) void
VkRenderPassStripeSubmitInfoARM.pNext
(MemorySegment value) void
VkRenderPassSubpassFeedbackCreateInfoEXT.pNext
(MemorySegment value) void
VkRenderPassTileShadingCreateInfoQCOM.pNext
(MemorySegment value) void
VkRenderPassTransformBeginInfoQCOM.pNext
(MemorySegment value) void
VkResolveImageInfo2.pNext
(MemorySegment value) void
VkSampleLocationsInfoEXT.pNext
(MemorySegment value) void
VkSamplerBlockMatchWindowCreateInfoQCOM.pNext
(MemorySegment value) void
VkSamplerBorderColorComponentMappingCreateInfoEXT.pNext
(MemorySegment value) void
VkSamplerCaptureDescriptorDataInfoEXT.pNext
(MemorySegment value) void
VkSamplerCreateInfo.pNext
(MemorySegment value) void
VkSamplerCubicWeightsCreateInfoQCOM.pNext
(MemorySegment value) void
VkSamplerCustomBorderColorCreateInfoEXT.pNext
(MemorySegment value) void
VkSamplerReductionModeCreateInfo.pNext
(MemorySegment value) void
VkSamplerYcbcrConversionCreateInfo.pNext
(MemorySegment value) void
VkSamplerYcbcrConversionImageFormatProperties.pNext
(MemorySegment value) void
VkSamplerYcbcrConversionInfo.pNext
(MemorySegment value) void
VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.pNext
(MemorySegment value) void
VkSciSyncAttributesInfoNV.pNext
(MemorySegment value) void
VkScreenBufferFormatPropertiesQNX.pNext
(MemorySegment value) void
VkScreenBufferPropertiesQNX.pNext
(MemorySegment value) void
VkScreenSurfaceCreateInfoQNX.pNext
(MemorySegment value) void
VkSemaphoreCreateInfo.pNext
(MemorySegment value) void
VkSemaphoreGetFdInfoKHR.pNext
(MemorySegment value) void
VkSemaphoreGetSciSyncInfoNV.pNext
(MemorySegment value) void
VkSemaphoreGetWin32HandleInfoKHR.pNext
(MemorySegment value) void
VkSemaphoreGetZirconHandleInfoFUCHSIA.pNext
(MemorySegment value) void
VkSemaphoreSciSyncCreateInfoNV.pNext
(MemorySegment value) void
VkSemaphoreSciSyncPoolCreateInfoNV.pNext
(MemorySegment value) void
VkSemaphoreSignalInfo.pNext
(MemorySegment value) void
VkSemaphoreSubmitInfo.pNext
(MemorySegment value) void
VkSemaphoreTypeCreateInfo.pNext
(MemorySegment value) void
VkSemaphoreWaitInfo.pNext
(MemorySegment value) void
VkSetDescriptorBufferOffsetsInfoEXT.pNext
(MemorySegment value) void
VkSetLatencyMarkerInfoNV.pNext
(MemorySegment value) void
VkSetPresentConfigNV.pNext
(MemorySegment value) void
VkShaderCreateInfoEXT.pNext
(MemorySegment value) void
VkShaderModuleCreateInfo.pNext
(MemorySegment value) void
VkShaderModuleIdentifierEXT.pNext
(MemorySegment value) void
VkShaderModuleValidationCacheCreateInfoEXT.pNext
(MemorySegment value) void
VkSharedPresentSurfaceCapabilitiesKHR.pNext
(MemorySegment value) void
VkSparseImageFormatProperties2.pNext
(MemorySegment value) void
VkSparseImageMemoryRequirements2.pNext
(MemorySegment value) void
VkStreamDescriptorSurfaceCreateInfoGGP.pNext
(MemorySegment value) void
VkSubmitInfo.pNext
(MemorySegment value) void
VkSubmitInfo2.pNext
(MemorySegment value) void
VkSubpassBeginInfo.pNext
(MemorySegment value) void
VkSubpassDependency2.pNext
(MemorySegment value) void
VkSubpassDescription2.pNext
(MemorySegment value) void
VkSubpassDescriptionDepthStencilResolve.pNext
(MemorySegment value) void
VkSubpassEndInfo.pNext
(MemorySegment value) void
VkSubpassResolvePerformanceQueryEXT.pNext
(MemorySegment value) void
VkSubpassShadingPipelineCreateInfoHUAWEI.pNext
(MemorySegment value) void
VkSubresourceHostMemcpySize.pNext
(MemorySegment value) void
VkSubresourceLayout2.pNext
(MemorySegment value) void
VkSurfaceCapabilities2EXT.pNext
(MemorySegment value) void
VkSurfaceCapabilities2KHR.pNext
(MemorySegment value) void
VkSurfaceCapabilitiesFullScreenExclusiveEXT.pNext
(MemorySegment value) void
VkSurfaceCapabilitiesPresentBarrierNV.pNext
(MemorySegment value) void
VkSurfaceFormat2KHR.pNext
(MemorySegment value) void
VkSurfaceFullScreenExclusiveInfoEXT.pNext
(MemorySegment value) void
VkSurfaceFullScreenExclusiveWin32InfoEXT.pNext
(MemorySegment value) void
VkSurfacePresentModeCompatibilityEXT.pNext
(MemorySegment value) void
VkSurfacePresentModeEXT.pNext
(MemorySegment value) void
VkSurfacePresentScalingCapabilitiesEXT.pNext
(MemorySegment value) void
VkSurfaceProtectedCapabilitiesKHR.pNext
(MemorySegment value) void
VkSwapchainCounterCreateInfoEXT.pNext
(MemorySegment value) void
VkSwapchainCreateInfoKHR.pNext
(MemorySegment value) void
VkSwapchainDisplayNativeHdrCreateInfoAMD.pNext
(MemorySegment value) void
VkSwapchainLatencyCreateInfoNV.pNext
(MemorySegment value) void
VkSwapchainPresentBarrierCreateInfoNV.pNext
(MemorySegment value) void
VkSwapchainPresentFenceInfoEXT.pNext
(MemorySegment value) void
VkSwapchainPresentModeInfoEXT.pNext
(MemorySegment value) void
VkSwapchainPresentModesCreateInfoEXT.pNext
(MemorySegment value) void
VkSwapchainPresentScalingCreateInfoEXT.pNext
(MemorySegment value) void
VkSysmemColorSpaceFUCHSIA.pNext
(MemorySegment value) void
VkTextureLODGatherFormatPropertiesAMD.pNext
(MemorySegment value) void
VkTileMemoryBindInfoQCOM.pNext
(MemorySegment value) void
VkTileMemoryRequirementsQCOM.pNext
(MemorySegment value) void
VkTileMemorySizeInfoQCOM.pNext
(MemorySegment value) void
VkTilePropertiesQCOM.pNext
(MemorySegment value) void
VkTimelineSemaphoreSubmitInfo.pNext
(MemorySegment value) void
VkValidationCacheCreateInfoEXT.pNext
(MemorySegment value) void
VkValidationFeaturesEXT.pNext
(MemorySegment value) void
VkValidationFlagsEXT.pNext
(MemorySegment value) void
VkVertexInputAttributeDescription2EXT.pNext
(MemorySegment value) void
VkVertexInputBindingDescription2EXT.pNext
(MemorySegment value) void
VkVideoBeginCodingInfoKHR.pNext
(MemorySegment value) void
VkVideoCapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoCodingControlInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeAV1CapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoDecodeAV1DpbSlotInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeAV1InlineSessionParametersInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeAV1PictureInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeAV1ProfileInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeAV1SessionParametersCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeCapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoDecodeH264CapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoDecodeH264DpbSlotInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH264InlineSessionParametersInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH264PictureInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH264ProfileInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH264SessionParametersAddInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH264SessionParametersCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH265CapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoDecodeH265DpbSlotInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH265InlineSessionParametersInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH265PictureInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH265ProfileInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH265SessionParametersAddInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeH265SessionParametersCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeInfoKHR.pNext
(MemorySegment value) void
VkVideoDecodeUsageInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1CapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1DpbSlotInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1GopRemainingFrameInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1PictureInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1ProfileInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1QualityLevelPropertiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1QuantizationMapCapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1RateControlInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1RateControlLayerInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1SessionCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeCapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264CapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264DpbSlotInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264GopRemainingFrameInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264NaluSliceInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264PictureInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264ProfileInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264QualityLevelPropertiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264QuantizationMapCapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264RateControlInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264RateControlLayerInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264SessionCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264SessionParametersAddInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264SessionParametersCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264SessionParametersFeedbackInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH264SessionParametersGetInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265CapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265DpbSlotInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265GopRemainingFrameInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265NaluSliceSegmentInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265PictureInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265ProfileInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265QualityLevelPropertiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265QuantizationMapCapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265RateControlInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265RateControlLayerInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265SessionCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265SessionParametersAddInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265SessionParametersCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265SessionParametersFeedbackInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeH265SessionParametersGetInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeQualityLevelInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeQualityLevelPropertiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeQuantizationMapCapabilitiesKHR.pNext
(MemorySegment value) void
VkVideoEncodeQuantizationMapInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeRateControlInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeRateControlLayerInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeSessionParametersFeedbackInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeSessionParametersGetInfoKHR.pNext
(MemorySegment value) void
VkVideoEncodeUsageInfoKHR.pNext
(MemorySegment value) void
VkVideoEndCodingInfoKHR.pNext
(MemorySegment value) void
VkVideoFormatAV1QuantizationMapPropertiesKHR.pNext
(MemorySegment value) void
VkVideoFormatH265QuantizationMapPropertiesKHR.pNext
(MemorySegment value) void
VkVideoFormatPropertiesKHR.pNext
(MemorySegment value) void
VkVideoFormatQuantizationMapPropertiesKHR.pNext
(MemorySegment value) void
VkVideoInlineQueryInfoKHR.pNext
(MemorySegment value) void
VkVideoPictureResourceInfoKHR.pNext
(MemorySegment value) void
VkVideoProfileInfoKHR.pNext
(MemorySegment value) void
VkVideoProfileListInfoKHR.pNext
(MemorySegment value) void
VkVideoReferenceSlotInfoKHR.pNext
(MemorySegment value) void
VkVideoSessionCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoSessionMemoryRequirementsKHR.pNext
(MemorySegment value) void
VkVideoSessionParametersCreateInfoKHR.pNext
(MemorySegment value) void
VkVideoSessionParametersUpdateInfoKHR.pNext
(MemorySegment value) void
VkViSurfaceCreateInfoNN.pNext
(MemorySegment value) void
VkWaylandSurfaceCreateInfoKHR.pNext
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pNext
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pNext
(MemorySegment value) void
VkWin32SurfaceCreateInfoKHR.pNext
(MemorySegment value) void
VkWriteDescriptorSet.pNext
(MemorySegment value) void
VkWriteDescriptorSetAccelerationStructureKHR.pNext
(MemorySegment value) void
VkWriteDescriptorSetAccelerationStructureNV.pNext
(MemorySegment value) void
VkWriteDescriptorSetInlineUniformBlock.pNext
(MemorySegment value) void
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pNext
(MemorySegment value) void
VkWriteIndirectExecutionSetPipelineEXT.pNext
(MemorySegment value) void
VkWriteIndirectExecutionSetShaderEXT.pNext
(MemorySegment value) void
VkXcbSurfaceCreateInfoKHR.pNext
(MemorySegment value) void
VkXlibSurfaceCreateInfoKHR.pNext
(MemorySegment value) void
VkBaseInStructure.pNextRaw
(MemorySegment value) void
VkBaseOutStructure.pNextRaw
(MemorySegment value) void
VkDebugMarkerObjectNameInfoEXT.pObjectNameRaw
(MemorySegment value) void
VkDebugUtilsObjectNameInfoEXT.pObjectNameRaw
(MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pObjectsRaw
(MemorySegment value) void
VkRefreshObjectListKHR.pObjectsRaw
(MemorySegment value) void
StdVideoH264SequenceParameterSet.pOffsetForRefFrameRaw
(MemorySegment value) void
VkSetDescriptorBufferOffsetsInfoEXT.pOffsetsRaw
(MemorySegment value) void
VkVideoDecodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw
(MemorySegment value) void
VkVideoDecodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw
(MemorySegment value) void
VkVideoEncodeH264SessionParametersCreateInfoKHR.pParametersAddInfoRaw
(MemorySegment value) void
VkVideoEncodeH265SessionParametersCreateInfoKHR.pParametersAddInfoRaw
(MemorySegment value) void
VkCudaLaunchInfoNV.pParams
(MemorySegment value) void
VkCuLaunchInfoNVX.pParams
(MemorySegment value) void
VkDeviceCreateInfo.ppEnabledExtensionNamesRaw
(MemorySegment value) void
VkInstanceCreateInfo.ppEnabledExtensionNamesRaw
(MemorySegment value) void
VkDeviceCreateInfo.ppEnabledLayerNamesRaw
(MemorySegment value) void
VkInstanceCreateInfo.ppEnabledLayerNamesRaw
(MemorySegment value) void
VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreasRaw
(MemorySegment value) void
VkAccelerationStructureBuildGeometryInfoKHR.ppGeometriesRaw
(MemorySegment value) void
VkDeviceGroupDeviceCreateInfo.pPhysicalDevicesRaw
(MemorySegment value) void
VkVideoReferenceSlotInfoKHR.pPictureResourceRaw
(MemorySegment value) void
VkPipelineBinaryHandlesInfoKHR.pPipelineBinariesRaw
(MemorySegment value) void
VkPipelineBinaryInfoKHR.pPipelineBinariesRaw
(MemorySegment value) void
VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryDataRaw
(MemorySegment value) void
VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeysRaw
(MemorySegment value) void
VkPipelineBinaryCreateInfoKHR.pPipelineCreateInfoRaw
(MemorySegment value) void
VkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedbackRaw
(MemorySegment value) void
VkIndirectExecutionSetInfoEXT.pPipelineInfoRaw
(MemorySegment value) void
VkGraphicsPipelineShaderGroupsCreateInfoNV.pPipelinesRaw
(MemorySegment value) void
VkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacksRaw
(MemorySegment value) void
VkMemoryMapPlacedInfoEXT.pPlacedAddress
(MemorySegment value) void
VkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayoutsRaw
(MemorySegment value) void
VkDescriptorPoolCreateInfo.pPoolSizesRaw
(MemorySegment value) void
VkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocationsRaw
(MemorySegment value) void
StdVideoH265PictureParameterSet.pPredictorPaletteEntriesRaw
(MemorySegment value) void
StdVideoH265SequenceParameterSet.pPredictorPaletteEntriesRaw
(MemorySegment value) void
VkAntiLagDataAMD.pPresentationInfoRaw
(MemorySegment value) void
VkPresentIdKHR.pPresentIdsRaw
(MemorySegment value) void
VkLatencySurfaceCapabilitiesNV.pPresentModesRaw
(MemorySegment value) void
VkSurfacePresentModeCompatibilityEXT.pPresentModesRaw
(MemorySegment value) void
VkSwapchainPresentModeInfoEXT.pPresentModesRaw
(MemorySegment value) void
VkSwapchainPresentModesCreateInfoEXT.pPresentModesRaw
(MemorySegment value) void
VkSubpassDescription.pPreserveAttachmentsRaw
(MemorySegment value) void
VkSubpassDescription2.pPreserveAttachmentsRaw
(MemorySegment value) void
VkOpticalFlowSessionCreatePrivateDataInfoNV.pPrivateData
(MemorySegment value) void
VkVideoProfileListInfoKHR.pProfilesRaw
(MemorySegment value) void
StdVideoH265SequenceParameterSet.pProfileTierLevelRaw
(MemorySegment value) void
StdVideoH265VideoParameterSet.pProfileTierLevelRaw
(MemorySegment value) void
VkAccelerationStructureTrianglesDisplacementMicromapNV.ppUsageCountsRaw
(MemorySegment value) void
VkAccelerationStructureTrianglesOpacityMicromapEXT.ppUsageCountsRaw
(MemorySegment value) void
VkMicromapBuildInfoEXT.ppUsageCountsRaw
(MemorySegment value) void
VkIndirectExecutionSetShaderInfoEXT.pPushConstantRangesRaw
(MemorySegment value) void
VkPipelineLayoutCreateInfo.pPushConstantRangesRaw
(MemorySegment value) void
VkShaderCreateInfoEXT.pPushConstantRangesRaw
(MemorySegment value) void
VkIndirectCommandsTokenDataEXT.pPushConstantRaw
(MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pQuantizationRaw
(MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pQuantizationRaw
(MemorySegment value) void
VkQueryLowLatencySupportNV.pQueriedLowLatencyData
(MemorySegment value) void
VkDeviceCreateInfo.pQueueCreateInfosRaw
(MemorySegment value) void
VkBufferCreateInfo.pQueueFamilyIndicesRaw
(MemorySegment value) void
VkImageCreateInfo.pQueueFamilyIndicesRaw
(MemorySegment value) void
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndicesRaw
(MemorySegment value) void
VkSwapchainCreateInfoKHR.pQueueFamilyIndicesRaw
(MemorySegment value) void
VkDebugUtilsMessengerCallbackDataEXT.pQueueLabelsRaw
(MemorySegment value) void
VkDeviceQueueCreateInfo.pQueuePrioritiesRaw
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pRasterizationStateRaw
(MemorySegment value) void
VkPresentRegionKHR.pRectanglesRaw
(MemorySegment value) void
VkVideoBeginCodingInfoKHR.pReferenceSlotsRaw
(MemorySegment value) void
VkVideoDecodeInfoKHR.pReferenceSlotsRaw
(MemorySegment value) void
VkVideoEncodeInfoKHR.pReferenceSlotsRaw
(MemorySegment value) void
StdVideoEncodeH264ReferenceListsInfo.pRefList0ModOperationsRaw
(MemorySegment value) void
StdVideoEncodeH264ReferenceListsInfo.pRefList1ModOperationsRaw
(MemorySegment value) void
StdVideoEncodeH264PictureInfo.pRefListsRaw
(MemorySegment value) void
StdVideoEncodeH265PictureInfo.pRefListsRaw
(MemorySegment value) void
StdVideoEncodeH264ReferenceListsInfo.pRefPicMarkingOperationsRaw
(MemorySegment value) void
VkBlitImageInfo2.pRegionsRaw
(MemorySegment value) void
VkCopyBufferInfo2.pRegionsRaw
(MemorySegment value) void
VkCopyBufferToImageInfo2.pRegionsRaw
(MemorySegment value) void
VkCopyImageInfo2.pRegionsRaw
(MemorySegment value) void
VkCopyImageToBufferInfo2.pRegionsRaw
(MemorySegment value) void
VkCopyImageToImageInfo.pRegionsRaw
(MemorySegment value) void
VkCopyImageToMemoryInfo.pRegionsRaw
(MemorySegment value) void
VkCopyMemoryToImageInfo.pRegionsRaw
(MemorySegment value) void
VkOpticalFlowExecuteInfoNV.pRegionsRaw
(MemorySegment value) void
VkPresentRegionsKHR.pRegionsRaw
(MemorySegment value) void
VkResolveImageInfo2.pRegionsRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseKeysRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseKeysRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseSyncsRaw
(MemorySegment value) void
VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseSyncsRaw
(MemorySegment value) void
VkRenderPassCreationFeedbackCreateInfoEXT.pRenderPassFeedbackRaw
(MemorySegment value) void
VkSubpassDescription.pResolveAttachmentsRaw
(MemorySegment value) void
VkSubpassDescription2.pResolveAttachmentsRaw
(MemorySegment value) void
VkBindMemoryStatus.pResultRaw
(MemorySegment value) void
VkPresentInfoKHR.pResultsRaw
(MemorySegment value) void
VkDescriptorDataEXT.pSampledImageRaw
(MemorySegment value) void
VkCoarseSampleOrderCustomNV.pSampleLocationsRaw
(MemorySegment value) void
VkSampleLocationsInfoEXT.pSampleLocationsRaw
(MemorySegment value) VkPipelineMultisampleStateCreateInfo.pSampleMask
(@Nullable IntPtr value) void
VkPipelineMultisampleStateCreateInfo.pSampleMaskRaw
(MemorySegment value) void
VkDescriptorDataEXT.pSamplerRaw
(MemorySegment value) void
StdVideoH264PictureParameterSet.pScalingListsRaw
(MemorySegment value) void
StdVideoH264SequenceParameterSet.pScalingListsRaw
(MemorySegment value) void
StdVideoH265PictureParameterSet.pScalingListsRaw
(MemorySegment value) void
StdVideoH265SequenceParameterSet.pScalingListsRaw
(MemorySegment value) void
VkPipelineViewportStateCreateInfo.pScissorsRaw
(MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pSegmentationRaw
(MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pSegmentationRaw
(MemorySegment value) void
VkSemaphoreWaitInfo.pSemaphoresRaw
(MemorySegment value) void
StdVideoH264SequenceParameterSet.pSequenceParameterSetVuiRaw
(MemorySegment value) void
StdVideoH265SequenceParameterSet.pSequenceParameterSetVuiRaw
(MemorySegment value) void
VkIndirectExecutionSetShaderInfoEXT.pSetLayoutInfosRaw
(MemorySegment value) void
VkDescriptorSetAllocateInfo.pSetLayoutsRaw
(MemorySegment value) void
VkIndirectExecutionSetShaderLayoutInfoEXT.pSetLayoutsRaw
(MemorySegment value) void
VkPipelineLayoutCreateInfo.pSetLayoutsRaw
(MemorySegment value) void
VkShaderCreateInfoEXT.pSetLayoutsRaw
(MemorySegment value) void
VkLayerSettingEXT.pSettingNameRaw
(MemorySegment value) void
VkLayerSettingsCreateInfoEXT.pSettingsRaw
(MemorySegment value) void
VkVideoDecodeInfoKHR.pSetupReferenceSlotRaw
(MemorySegment value) void
VkVideoEncodeInfoKHR.pSetupReferenceSlotRaw
(MemorySegment value) void
VkRayTracingShaderGroupCreateInfoKHR.pShaderGroupCaptureReplayHandle
(MemorySegment value) void
VkIndirectExecutionSetInfoEXT.pShaderInfoRaw
(MemorySegment value) void
VkGeneratedCommandsShaderInfoEXT.pShadersRaw
(MemorySegment value) void
VkShadingRatePaletteNV.pShadingRatePaletteEntriesRaw
(MemorySegment value) void
VkPipelineViewportShadingRateImageStateCreateInfoNV.pShadingRatePalettesRaw
(MemorySegment value) void
StdVideoEncodeH265PictureInfo.pShortTermRefPicSetRaw
(MemorySegment value) void
StdVideoH265SequenceParameterSet.pShortTermRefPicSetRaw
(MemorySegment value) void
VkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndicesRaw
(MemorySegment value) void
VkSubmitInfo2.pSignalSemaphoreInfosRaw
(MemorySegment value) void
VkBindSparseInfo.pSignalSemaphoresRaw
(MemorySegment value) void
VkSubmitInfo.pSignalSemaphoresRaw
(MemorySegment value) void
VkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValuesRaw
(MemorySegment value) void
VkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValuesRaw
(MemorySegment value) void
VkVideoDecodeH264PictureInfoKHR.pSliceOffsetsRaw
(MemorySegment value) void
VkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsetsRaw
(MemorySegment value) void
VkPipelineShaderStageCreateInfo.pSpecializationInfoRaw
(MemorySegment value) void
VkShaderCreateInfoEXT.pSpecializationInfoRaw
(MemorySegment value) void
VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegionsRaw
(MemorySegment value) void
VkExecutionGraphPipelineCreateInfoAMDX.pStagesRaw
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pStagesRaw
(MemorySegment value) void
VkGraphicsShaderGroupCreateInfoNV.pStagesRaw
(MemorySegment value) void
VkRayTracingPipelineCreateInfoKHR.pStagesRaw
(MemorySegment value) void
VkRayTracingPipelineCreateInfoNV.pStagesRaw
(MemorySegment value) void
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdDecoderModelInfoRaw
(MemorySegment value) void
VkVideoSessionCreateInfoKHR.pStdHeaderVersionRaw
(MemorySegment value) void
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdOperatingPointsRaw
(MemorySegment value) void
VkVideoDecodeAV1PictureInfoKHR.pStdPictureInfoRaw
(MemorySegment value) void
VkVideoDecodeH264PictureInfoKHR.pStdPictureInfoRaw
(MemorySegment value) void
VkVideoDecodeH265PictureInfoKHR.pStdPictureInfoRaw
(MemorySegment value) void
VkVideoEncodeAV1PictureInfoKHR.pStdPictureInfoRaw
(MemorySegment value) void
VkVideoEncodeH264PictureInfoKHR.pStdPictureInfoRaw
(MemorySegment value) void
VkVideoEncodeH265PictureInfoKHR.pStdPictureInfoRaw
(MemorySegment value) void
VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdPPSRaw
(MemorySegment value) void
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdPPSRaw
(MemorySegment value) void
VkVideoDecodeH264SessionParametersAddInfoKHR.pStdPPSsRaw
(MemorySegment value) void
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdPPSsRaw
(MemorySegment value) void
VkVideoEncodeH264SessionParametersAddInfoKHR.pStdPPSsRaw
(MemorySegment value) void
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdPPSsRaw
(MemorySegment value) void
VkVideoDecodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw
(MemorySegment value) void
VkVideoDecodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw
(MemorySegment value) void
VkVideoDecodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw
(MemorySegment value) void
VkVideoEncodeAV1DpbSlotInfoKHR.pStdReferenceInfoRaw
(MemorySegment value) void
VkVideoEncodeH264DpbSlotInfoKHR.pStdReferenceInfoRaw
(MemorySegment value) void
VkVideoEncodeH265DpbSlotInfoKHR.pStdReferenceInfoRaw
(MemorySegment value) void
VkVideoDecodeAV1InlineSessionParametersInfoKHR.pStdSequenceHeaderRaw
(MemorySegment value) void
VkVideoDecodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw
(MemorySegment value) void
VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeaderRaw
(MemorySegment value) void
VkVideoEncodeH264NaluSliceInfoKHR.pStdSliceHeaderRaw
(MemorySegment value) void
VkVideoEncodeH265NaluSliceSegmentInfoKHR.pStdSliceSegmentHeaderRaw
(MemorySegment value) void
VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPSRaw
(MemorySegment value) void
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPSRaw
(MemorySegment value) void
VkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSsRaw
(MemorySegment value) void
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSsRaw
(MemorySegment value) void
VkVideoEncodeH264SessionParametersAddInfoKHR.pStdSPSsRaw
(MemorySegment value) void
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdSPSsRaw
(MemorySegment value) void
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPSRaw
(MemorySegment value) void
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSsRaw
(MemorySegment value) void
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSsRaw
(MemorySegment value) void
VkRenderingInfo.pStencilAttachmentRaw
(MemorySegment value) void
VkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndexRaw
(MemorySegment value) void
VkDescriptorDataEXT.pStorageBufferRaw
(MemorySegment value) void
VkDescriptorDataEXT.pStorageImageRaw
(MemorySegment value) void
VkDescriptorDataEXT.pStorageTexelBufferRaw
(MemorySegment value) void
VkGeneratedCommandsInfoNV.pStreamsRaw
(MemorySegment value) void
VkIndirectCommandsLayoutCreateInfoNV.pStreamStridesRaw
(MemorySegment value) void
VkRenderPassStripeBeginInfoARM.pStripeInfosRaw
(MemorySegment value) void
VkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfosRaw
(MemorySegment value) void
StdVideoH265HrdParameters.pSubLayerHrdParametersNalRaw
(MemorySegment value) void
StdVideoH265HrdParameters.pSubLayerHrdParametersVclRaw
(MemorySegment value) void
VkRenderPassCreateInfo.pSubpassesRaw
(MemorySegment value) void
VkRenderPassCreateInfo2.pSubpassesRaw
(MemorySegment value) void
VkRenderPassSubpassFeedbackCreateInfoEXT.pSubpassFeedbackRaw
(MemorySegment value) void
VkDeviceImageSubresourceInfo.pSubresourceRaw
(MemorySegment value) void
VkPresentInfoKHR.pSwapchainsRaw
(MemorySegment value) void
VkDebugMarkerObjectTagInfoEXT.pTag
(MemorySegment value) void
VkDebugUtilsObjectTagInfoEXT.pTag
(MemorySegment value) void
VkFrameBoundaryEXT.pTag
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pTessellationStateRaw
(MemorySegment value) void
VkGraphicsShaderGroupCreateInfoNV.pTessellationStateRaw
(MemorySegment value) void
VkWriteDescriptorSet.pTexelBufferViewRaw
(MemorySegment value) void
StdVideoDecodeAV1PictureInfo.pTileInfoRaw
(MemorySegment value) void
StdVideoEncodeAV1PictureInfo.pTileInfoRaw
(MemorySegment value) void
VkVideoDecodeAV1PictureInfoKHR.pTileOffsetsRaw
(MemorySegment value) void
VkVideoDecodeAV1PictureInfoKHR.pTileSizesRaw
(MemorySegment value) void
VkPresentTimesInfoGOOGLE.pTimesRaw
(MemorySegment value) void
StdVideoAV1SequenceHeader.pTimingInfoRaw
(MemorySegment value) void
VkGetLatencyMarkerInfoNV.pTimingsRaw
(MemorySegment value) void
VkIndirectCommandsLayoutCreateInfoEXT.pTokensRaw
(MemorySegment value) void
VkIndirectCommandsLayoutCreateInfoNV.pTokensRaw
(MemorySegment value) void
VkClusterAccelerationStructureOpInputNV.pTriangleClustersRaw
(MemorySegment value) void
VkDescriptorDataEXT.pUniformBufferRaw
(MemorySegment value) void
VkDescriptorDataEXT.pUniformTexelBufferRaw
(MemorySegment value) void
VkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCountsRaw
(MemorySegment value) void
VkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCountsRaw
(MemorySegment value) void
VkMicromapBuildInfoEXT.pUsageCountsRaw
(MemorySegment value) void
VkAllocationCallbacks.pUserData
(MemorySegment value) void
VkDebugReportCallbackCreateInfoEXT.pUserData
(MemorySegment value) void
VkDebugUtilsMessengerCreateInfoEXT.pUserData
(MemorySegment value) void
VkDeviceDeviceMemoryReportCreateInfoEXT.pUserData
(MemorySegment value) void
VkInitializePerformanceApiInfoINTEL.pUserData
(MemorySegment value) void
VkLayerSettingEXT.pValues
(MemorySegment value) void
VkPushConstantsInfo.pValues
(MemorySegment value) void
VkSemaphoreWaitInfo.pValuesRaw
(MemorySegment value) void
VkDeviceFaultInfoEXT.pVendorBinaryData
(MemorySegment value) void
VkDeviceFaultInfoEXT.pVendorInfosRaw
(MemorySegment value) void
VkAccelerationStructureVersionInfoKHR.pVersionDataRaw
(MemorySegment value) void
VkMicromapVersionInfoEXT.pVersionDataRaw
(MemorySegment value) void
VkPipelineVertexInputStateCreateInfo.pVertexAttributeDescriptionsRaw
(MemorySegment value) void
VkPipelineVertexInputStateCreateInfo.pVertexBindingDescriptionsRaw
(MemorySegment value) void
VkPipelineVertexInputDivisorStateCreateInfo.pVertexBindingDivisorsRaw
(MemorySegment value) void
VkIndirectCommandsTokenDataEXT.pVertexBufferRaw
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pVertexInputStateRaw
(MemorySegment value) void
VkGraphicsShaderGroupCreateInfoNV.pVertexInputStateRaw
(MemorySegment value) void
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfileRaw
(MemorySegment value) void
VkVideoSessionCreateInfoKHR.pVideoProfileRaw
(MemorySegment value) void
VkIOSSurfaceCreateInfoMVK.pView
(MemorySegment value) void
VkMacOSSurfaceCreateInfoMVK.pView
(MemorySegment value) void
VkFramebufferAttachmentImageInfo.pViewFormatsRaw
(MemorySegment value) void
VkImageFormatListCreateInfo.pViewFormatsRaw
(MemorySegment value) void
VkRenderPassMultiviewCreateInfo.pViewMasksRaw
(MemorySegment value) void
VkRenderPassMultiviewCreateInfo.pViewOffsetsRaw
(MemorySegment value) void
VkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepthsRaw
(MemorySegment value) void
VkPipelineViewportStateCreateInfo.pViewportsRaw
(MemorySegment value) void
VkGraphicsPipelineCreateInfo.pViewportStateRaw
(MemorySegment value) void
VkPipelineViewportSwizzleStateCreateInfoNV.pViewportSwizzlesRaw
(MemorySegment value) void
VkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalingsRaw
(MemorySegment value) void
VkSubmitInfo.pWaitDstStageMaskRaw
(MemorySegment value) void
VkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndicesRaw
(MemorySegment value) void
VkSubmitInfo2.pWaitSemaphoreInfosRaw
(MemorySegment value) void
VkBindSparseInfo.pWaitSemaphoresRaw
(MemorySegment value) void
VkPresentInfoKHR.pWaitSemaphoresRaw
(MemorySegment value) void
VkSubmitInfo.pWaitSemaphoresRaw
(MemorySegment value) void
VkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValuesRaw
(MemorySegment value) void
VkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValuesRaw
(MemorySegment value) void
StdVideoEncodeH264SliceHeader.pWeightTableRaw
(MemorySegment value) void
StdVideoEncodeH265SliceSegmentHeader.pWeightTableRaw
(MemorySegment value) void
StdVideoAV1TileInfo.pWidthInSbsMinus1Raw
(MemorySegment value) void
VkDirectFBSurfaceCreateInfoEXT.surfaceRaw
(MemorySegment value) void
VkWaylandSurfaceCreateInfoKHR.surfaceRaw
(MemorySegment value) void
VkPerformanceValueDataINTEL.valueStringRaw
(MemorySegment value) void
VkViSurfaceCreateInfoNN.window
(MemorySegment value) void
VkAndroidSurfaceCreateInfoKHR.windowRaw
(MemorySegment value) void
VkScreenSurfaceCreateInfoQNX.windowRaw
(MemorySegment value)