Uses of Annotation Interface
club.doki7.ffm.annotation.Unsigned
Packages that use Unsigned
Package
Description
Utility library for Java 22 FFM (Project Panama) APIs.
Cross-platform binary bit manipulation utilities.
OpenGL ES2 Java bindings implemented with Java 22 FFM (Project Panama) APIs.
OpenGL Java bindings implemented with Java 22 FFM (Project Panama) APIs.
Vulkan Java bindings implemented with Java 22 FFM (Project Panama) APIs.
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of Unsigned in club.doki7.ffm
Fields in club.doki7.ffm with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final int
NativeLayout.UINT32_MAX
static final long
NativeLayout.UINT64_MAX
Methods in club.doki7.ffm with annotations of type UnsignedModifier and TypeMethodDescriptionstatic long
NativeLayout.readCSizeT
(@NotNull MemorySegment segment, long offset) Method parameters in club.doki7.ffm with annotations of type UnsignedModifier and TypeMethodDescriptionstatic void
NativeLayout.writeCSizeT
(@NotNull MemorySegment segment, long offset, long value) -
Uses of Unsigned in club.doki7.ffm.bits
Methods in club.doki7.ffm.bits with annotations of type UnsignedModifier and TypeMethodDescriptionstatic boolean
BitfieldUtil.readBit
(@NotNull MemorySegment segment, int bit) static byte
BitfieldUtil.readBits
(byte value, int startBit, int endBit) static int
BitfieldUtil.readBits
(int value, int startBit, int endBit) static short
BitfieldUtil.readBits
(short value, int startBit, int endBit) static int
BitfieldUtil.readBits
(@NotNull MemorySegment segment, int startBit, int endBit) static byte
BitfieldUtil.writeBit
(byte value, int bit, boolean bitValue) static int
BitfieldUtil.writeBit
(int value, int bit, boolean bitValue) static short
BitfieldUtil.writeBit
(short value, int bit, boolean bitValue) static byte
BitfieldUtil.writeBits
(byte value, int startBit, int endBit, byte bits) static int
BitfieldUtil.writeBits
(int value, int startBit, int endBit, int bits) static short
BitfieldUtil.writeBits
(short value, int startBit, int endBit, short bits) Method parameters in club.doki7.ffm.bits with annotations of type UnsignedModifier and TypeMethodDescriptionstatic boolean
BitfieldUtil.readBit
(byte value, int bit) static boolean
BitfieldUtil.readBit
(byte value, int bit) static boolean
BitfieldUtil.readBit
(int value, int bit) static boolean
BitfieldUtil.readBit
(int value, int bit) static boolean
BitfieldUtil.readBit
(short value, int bit) static boolean
BitfieldUtil.readBit
(short value, int bit) static boolean
BitfieldUtil.readBit
(@NotNull MemorySegment segment, int bit) static byte
BitfieldUtil.readBits
(byte value, int startBit, int endBit) static byte
BitfieldUtil.readBits
(byte value, int startBit, int endBit) static byte
BitfieldUtil.readBits
(byte value, int startBit, int endBit) static int
BitfieldUtil.readBits
(int value, int startBit, int endBit) static int
BitfieldUtil.readBits
(int value, int startBit, int endBit) static int
BitfieldUtil.readBits
(int value, int startBit, int endBit) static short
BitfieldUtil.readBits
(short value, int startBit, int endBit) static short
BitfieldUtil.readBits
(short value, int startBit, int endBit) static short
BitfieldUtil.readBits
(short value, int startBit, int endBit) static int
BitfieldUtil.readBits
(@NotNull MemorySegment segment, int startBit, int endBit) static int
BitfieldUtil.readBits
(@NotNull MemorySegment segment, int startBit, int endBit) static byte
BitfieldUtil.writeBit
(byte value, int bit, boolean bitValue) static byte
BitfieldUtil.writeBit
(byte value, int bit, boolean bitValue) static int
BitfieldUtil.writeBit
(int value, int bit, boolean bitValue) static int
BitfieldUtil.writeBit
(int value, int bit, boolean bitValue) static short
BitfieldUtil.writeBit
(short value, int bit, boolean bitValue) static short
BitfieldUtil.writeBit
(short value, int bit, boolean bitValue) static void
BitfieldUtil.writeBit
(@NotNull MemorySegment segment, int bit, boolean bitValue) static byte
BitfieldUtil.writeBits
(byte value, int startBit, int endBit, byte bits) static byte
BitfieldUtil.writeBits
(byte value, int startBit, int endBit, byte bits) static byte
BitfieldUtil.writeBits
(byte value, int startBit, int endBit, byte bits) static byte
BitfieldUtil.writeBits
(byte value, int startBit, int endBit, byte bits) static int
BitfieldUtil.writeBits
(int value, int startBit, int endBit, int bits) static int
BitfieldUtil.writeBits
(int value, int startBit, int endBit, int bits) static int
BitfieldUtil.writeBits
(int value, int startBit, int endBit, int bits) static int
BitfieldUtil.writeBits
(int value, int startBit, int endBit, int bits) static short
BitfieldUtil.writeBits
(short value, int startBit, int endBit, short bits) static short
BitfieldUtil.writeBits
(short value, int startBit, int endBit, short bits) static short
BitfieldUtil.writeBits
(short value, int startBit, int endBit, short bits) static short
BitfieldUtil.writeBits
(short value, int startBit, int endBit, short bits) static void
BitfieldUtil.writeBits
(@NotNull MemorySegment segment, int startBit, int endBit, int bits) static void
BitfieldUtil.writeBits
(@NotNull MemorySegment segment, int startBit, int endBit, int bits) static void
BitfieldUtil.writeBits
(@NotNull MemorySegment segment, int startBit, int endBit, int bits) -
Uses of Unsigned in club.doki7.gles2
Methods in club.doki7.gles2 with annotations of type UnsignedModifier and TypeMethodDescriptionint
GLES2.createProgram()
int
GLES2.createShader
(int type) GLES2.getString
(int name) byte
GLES2.isBuffer
(int buffer) byte
GLES2.isEnabled
(int cap) byte
GLES2.isFramebuffer
(int framebuffer) byte
GLES2.isProgram
(int program) byte
GLES2.isRenderbuffer
(int renderbuffer) byte
GLES2.isShader
(int shader) byte
GLES2.isTexture
(int texture) Method parameters in club.doki7.gles2 with annotations of type UnsignedModifier and TypeMethodDescriptionvoid
GLES2.attachShader
(int program, int shader) void
GLES2.attachShader
(int program, int shader) void
GLES2.bindAttribLocation
(int program, int index, @Nullable BytePtr name) void
GLES2.bindAttribLocation
(int program, int index, @Nullable BytePtr name) void
GLES2.bindBuffer
(int target, int buffer) void
GLES2.bindFramebuffer
(int target, int framebuffer) void
GLES2.bindRenderbuffer
(int target, int renderbuffer) void
GLES2.bindTexture
(int target, int texture) void
GLES2.clear
(int mask) void
GLES2.colorMask
(byte red, byte green, byte blue, byte alpha) void
GLES2.colorMask
(byte red, byte green, byte blue, byte alpha) void
GLES2.colorMask
(byte red, byte green, byte blue, byte alpha) void
GLES2.colorMask
(byte red, byte green, byte blue, byte alpha) void
GLES2.compileShader
(int shader) void
GLES2.deleteBuffers
(int n, @Nullable IntPtr buffers) void
GLES2.deleteFramebuffers
(int n, @Nullable IntPtr framebuffers) void
GLES2.deleteProgram
(int program) void
GLES2.deleteRenderbuffers
(int n, @Nullable IntPtr renderbuffers) void
GLES2.deleteShader
(int shader) void
GLES2.deleteTextures
(int n, @Nullable IntPtr textures) void
GLES2.depthMask
(byte flag) void
GLES2.detachShader
(int program, int shader) void
GLES2.detachShader
(int program, int shader) void
GLES2.disableVertexAttribArray
(int index) void
GLES2.enableVertexAttribArray
(int index) void
GLES2.framebufferRenderbuffer
(int target, int attachment, int renderbuffertarget, int renderbuffer) void
GLES2.framebufferTexture2D
(int target, int attachment, int textarget, int texture, int level) 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.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.getProgramInfoLog
(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GLES2.getProgramiv
(int program, int pname, @Nullable IntPtr params) 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.getShaderSource
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) 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.getVertexAttribPointerv
(int index, int pname, @Nullable PointerPtr pointer) byte
GLES2.isBuffer
(int buffer) byte
GLES2.isFramebuffer
(int framebuffer) byte
GLES2.isProgram
(int program) byte
GLES2.isRenderbuffer
(int renderbuffer) byte
GLES2.isShader
(int shader) byte
GLES2.isTexture
(int texture) void
GLES2.linkProgram
(int program) void
GLES2.sampleCoverage
(float value, byte invert) 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.stencilFunc
(int func, int ref, int mask) void
GLES2.stencilFuncSeparate
(int face, int func, int ref, int mask) void
GLES2.stencilMask
(int mask) void
GLES2.stencilMaskSeparate
(int face, int mask) 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.useProgram
(int program) void
GLES2.validateProgram
(int program) void
GLES2.vertexAttrib1f
(int index, float x) void
GLES2.vertexAttrib1fv
(int index, @Nullable FloatPtr v) void
GLES2.vertexAttrib2f
(int index, float x, float y) void
GLES2.vertexAttrib2fv
(int index, @Nullable FloatPtr v) void
GLES2.vertexAttrib3f
(int index, float x, float y, float z) void
GLES2.vertexAttrib3fv
(int index, @Nullable FloatPtr v) void
GLES2.vertexAttrib4f
(int index, float x, float y, float z, float w) void
GLES2.vertexAttrib4fv
(int index, @Nullable FloatPtr v) void
GLES2.vertexAttribPointer
(int index, int size, int type, byte normalized, int stride, MemorySegment pointer) void
GLES2.vertexAttribPointer
(int index, int size, int type, byte normalized, int stride, MemorySegment pointer) -
Uses of Unsigned in club.doki7.glfw
Methods in club.doki7.glfw with annotations of type UnsignedModifier and TypeMethodDescriptionint
GLFW.getCocoaMonitor
(@Nullable GLFWmonitor monitor) long
GLFW.getTimerFrequency()
long
GLFW.getTimerValue()
Method parameters in club.doki7.glfw with annotations of type UnsignedModifier and TypeMethodDescriptionint
GLFW.getPhysicalDevicePresentationSupport
(@Nullable VkInstance instance, @Nullable VkPhysicalDevice device, int queuefamily) GLFW.getRequiredInstanceExtensions
(@Nullable IntPtr count) -
Uses of Unsigned in club.doki7.openal
Fields in club.doki7.openal with annotations of type Unsigned -
Uses of Unsigned in club.doki7.opengl
Fields in club.doki7.opengl with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final int
GLConstants.INVALID_INDEX
static final long
GLConstants.TIMEOUT_IGNORED
Methods in club.doki7.opengl with annotations of type UnsignedModifier and TypeMethodDescriptionbyte
GLCompatibility.acquireKeyedMutexWin32EXT
(int memory, long key, int timeout) 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.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
GL.createProgram()
int
GLCompatibility.createProgramObjectARB()
int
GLCompatibility.createProgressFenceNVX()
int
GL.createShader
(int type) int
GLCompatibility.createShaderObjectARB
(int shaderType) int
GL.createShaderProgramEXT
(int type, @Nullable BytePtr string) int
GL.createShaderProgramv
(int type, int count, @Nullable PointerPtr strings) int
GL.createShaderProgramvEXT
(int type, int count, @Nullable PointerPtr strings) int
GLCompatibility.genLists
(int range) int
GL.genPathsNV
(int range) int
GL.getCommandHeaderNV
(int tokenID, int size) 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
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
GLCompatibility.getHandleARB
(int pname) long
GL.getImageHandleARB
(int texture, int level, byte layered, int layer, int format) long
GL.getImageHandleNV
(int texture, int level, byte layered, int layer, int format) int
GL.getProgramResourceIndex
(int program, int programInterface, @Nullable BytePtr name) short
GL.getStageIndexNV
(int shadertype) GL.getString
(int name) GL.getStringi
(int name, int index) int
GL.getSubroutineIndex
(int program, int shadertype, @Nullable BytePtr name) long
GL.getTextureHandleARB
(int texture) long
GL.getTextureHandleNV
(int texture) long
GL.getTextureSamplerHandleARB
(int texture, int sampler) long
GL.getTextureSamplerHandleNV
(int texture, int sampler) int
GL.getUniformBlockIndex
(int program, @Nullable BytePtr uniformBlockName) byte
GL.isBuffer
(int buffer) byte
GLCompatibility.isBufferARB
(int buffer) byte
GL.isBufferResidentNV
(int target) byte
GL.isCommandListNV
(int list) byte
GL.isEnabled
(int cap) byte
GL.isEnabledi
(int target, int index) byte
GL.isEnabledIndexedEXT
(int target, int index) byte
GLCompatibility.isFenceNV
(int fence) byte
GL.isFramebuffer
(int framebuffer) byte
GLCompatibility.isFramebufferEXT
(int framebuffer) byte
GL.isImageHandleResidentARB
(long handle) byte
GL.isImageHandleResidentNV
(long handle) byte
GLCompatibility.isList
(int list) byte
GL.isNamedBufferResidentNV
(int buffer) byte
GL.isNamedStringARB
(int namelen, @Nullable BytePtr name) byte
GL.isPathNV
(int path) byte
GL.isPointInFillPathNV
(int path, int mask, float x, float y) byte
GL.isPointInStrokePathNV
(int path, float x, float y) byte
GL.isProgram
(int program) byte
GLCompatibility.isProgramARB
(int program) byte
GL.isProgramPipeline
(int pipeline) byte
GL.isProgramPipelineEXT
(int pipeline) byte
GL.isQuery
(int id) byte
GLCompatibility.isQueryARB
(int id) byte
GL.isRenderbuffer
(int renderbuffer) byte
GLCompatibility.isRenderbufferEXT
(int renderbuffer) byte
GL.isSampler
(int sampler) byte
GL.isShader
(int shader) byte
GL.isStateNV
(int state) byte
byte
GL.isTexture
(int texture) byte
GL.isTextureHandleResidentARB
(long handle) byte
GL.isTextureHandleResidentNV
(long handle) byte
GL.isTransformFeedback
(int id) byte
GLCompatibility.isTransformFeedbackNV
(int id) byte
GL.isVertexArray
(int array) byte
GL.pointAlongPathNV
(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) byte
GLCompatibility.releaseKeyedMutexWin32EXT
(int memory, long key) byte
GLCompatibility.testFenceNV
(int fence) byte
GL.unmapBuffer
(int target) byte
GLCompatibility.unmapBufferARB
(int target) byte
GL.unmapNamedBuffer
(int buffer) byte
GL.unmapNamedBufferEXT
(int buffer) Method parameters in club.doki7.opengl with annotations of type UnsignedModifier and TypeMethodDescriptionbyte
GLCompatibility.acquireKeyedMutexWin32EXT
(int memory, long key, int timeout) byte
GLCompatibility.acquireKeyedMutexWin32EXT
(int memory, long key, int timeout) byte
GLCompatibility.acquireKeyedMutexWin32EXT
(int memory, long key, int timeout) void
GL.activeProgramEXT
(int program) void
GL.activeShaderProgram
(int pipeline, int program) void
GL.activeShaderProgram
(int pipeline, int program) void
GL.activeShaderProgramEXT
(int pipeline, int program) void
GL.activeShaderProgramEXT
(int pipeline, int program) void
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.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) 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
GLCompatibility.attachObjectARB
(int containerObj, int obj) void
GLCompatibility.attachObjectARB
(int containerObj, int obj) void
GL.attachShader
(int program, int shader) void
GL.attachShader
(int program, int shader) void
GL.beginConditionalRender
(int id, int mode) void
GL.beginConditionalRenderNV
(int id, int mode) void
GLCompatibility.beginConditionalRenderNVX
(int id) void
GL.beginPerfMonitorAMD
(int monitor) void
GL.beginPerfQueryINTEL
(int queryHandle) void
GL.beginQuery
(int target, int id) void
GLCompatibility.beginQueryARB
(int target, int id) void
GL.beginQueryIndexed
(int target, int index, int id) void
GL.beginQueryIndexed
(int target, int index, int id) void
GL.bindAttribLocation
(int program, int index, @Nullable BytePtr name) void
GL.bindAttribLocation
(int program, int index, @Nullable BytePtr name) void
GLCompatibility.bindAttribLocationARB
(int programObj, int index, @Nullable BytePtr name) void
GLCompatibility.bindAttribLocationARB
(int programObj, int index, @Nullable BytePtr name) void
GL.bindBuffer
(int target, int buffer) void
GLCompatibility.bindBufferARB
(int target, int buffer) void
GL.bindBufferBase
(int target, int index, int buffer) void
GL.bindBufferBase
(int target, int index, int buffer) void
GLCompatibility.bindBufferBaseEXT
(int target, int index, int buffer) void
GLCompatibility.bindBufferBaseEXT
(int target, int index, int buffer) void
GLCompatibility.bindBufferBaseNV
(int target, int index, int buffer) void
GLCompatibility.bindBufferBaseNV
(int target, int index, int buffer) void
GLCompatibility.bindBufferOffsetEXT
(int target, int index, int buffer, long offset) void
GLCompatibility.bindBufferOffsetEXT
(int target, int index, int buffer, long offset) void
GLCompatibility.bindBufferOffsetNV
(int target, int index, int buffer, long offset) void
GLCompatibility.bindBufferOffsetNV
(int target, int index, int buffer, long offset) void
GL.bindBufferRange
(int target, int index, int buffer, long offset, long size) void
GL.bindBufferRange
(int target, int index, int buffer, long offset, long size) void
GLCompatibility.bindBufferRangeEXT
(int target, int index, int buffer, long offset, long size) void
GLCompatibility.bindBufferRangeEXT
(int target, int index, int buffer, long offset, long size) void
GLCompatibility.bindBufferRangeNV
(int target, int index, int buffer, long offset, long size) void
GLCompatibility.bindBufferRangeNV
(int target, int index, int buffer, long offset, long size) void
GL.bindBuffersBase
(int target, int first, int count, @Nullable IntPtr buffers) 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.bindFragDataLocation
(int program, int color, @Nullable BytePtr name) void
GL.bindFragDataLocation
(int program, int color, @Nullable BytePtr name) void
GLCompatibility.bindFragDataLocationEXT
(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.bindFragDataLocationIndexed
(int program, int colorNumber, int index, @Nullable BytePtr name) void
GL.bindFragDataLocationIndexed
(int program, int colorNumber, int index, @Nullable BytePtr name) void
GL.bindFramebuffer
(int target, int framebuffer) void
GLCompatibility.bindFramebufferEXT
(int target, int framebuffer) void
GL.bindImageTexture
(int unit, int texture, int level, byte layered, int layer, int access, int format) void
GL.bindImageTexture
(int unit, int texture, int level, byte layered, int layer, int access, int format) void
GL.bindImageTexture
(int unit, int texture, int level, byte layered, int layer, int access, int format) void
GLCompatibility.bindImageTextureEXT
(int index, int texture, int level, byte layered, int layer, int access, int format) void
GLCompatibility.bindImageTextureEXT
(int index, int texture, int level, byte layered, int layer, int access, int format) void
GLCompatibility.bindImageTextureEXT
(int index, int texture, int level, byte layered, int layer, int access, int format) void
GL.bindImageTextures
(int first, int count, @Nullable IntPtr textures) void
GL.bindImageTextures
(int first, int count, @Nullable IntPtr textures) void
GL.bindMultiTextureEXT
(int texunit, int target, int texture) void
GLCompatibility.bindProgramARB
(int target, int program) void
GL.bindProgramPipeline
(int pipeline) void
GL.bindProgramPipelineEXT
(int pipeline) void
GL.bindRenderbuffer
(int target, int renderbuffer) void
GLCompatibility.bindRenderbufferEXT
(int target, int renderbuffer) void
GL.bindSampler
(int unit, int sampler) void
GL.bindSampler
(int unit, int sampler) void
GL.bindSamplers
(int first, int count, @Nullable IntPtr samplers) void
GL.bindSamplers
(int first, int count, @Nullable IntPtr samplers) void
GL.bindShadingRateImageNV
(int texture) void
GL.bindTexture
(int target, int texture) void
GL.bindTextures
(int first, int count, @Nullable IntPtr textures) void
GL.bindTextures
(int first, int count, @Nullable IntPtr textures) void
GL.bindTextureUnit
(int unit, int texture) void
GL.bindTextureUnit
(int unit, int texture) void
GL.bindTransformFeedback
(int target, int id) void
GLCompatibility.bindTransformFeedbackNV
(int target, int id) void
GL.bindVertexArray
(int array) void
GL.bindVertexBuffer
(int bindingindex, int buffer, long offset, int stride) void
GL.bindVertexBuffer
(int bindingindex, int buffer, long offset, int stride) 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.blendEquationi
(int buf, int mode) void
GL.blendEquationiARB
(int buf, int mode) void
GLCompatibility.blendEquationIndexedAMD
(int buf, int mode) void
GL.blendEquationSeparatei
(int buf, int modeRGB, int modeAlpha) void
GL.blendEquationSeparateiARB
(int buf, int modeRGB, int modeAlpha) void
GLCompatibility.blendEquationSeparateIndexedAMD
(int buf, int modeRGB, int modeAlpha) void
GL.blendFunci
(int buf, int src, int dst) void
GL.blendFunciARB
(int buf, int src, int dst) void
GLCompatibility.blendFuncIndexedAMD
(int buf, int src, int dst) void
GL.blendFuncSeparatei
(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) void
GL.blendFuncSeparateiARB
(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) void
GLCompatibility.blendFuncSeparateIndexedAMD
(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) void
GL.blitFramebuffer
(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) void
GLCompatibility.blitFramebufferEXT
(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) void
GLCompatibility.blitFramebufferLayerEXT
(int srcX0, int srcY0, int srcX1, int srcY1, int srcLayer, int dstX0, int dstY0, int dstX1, int dstY1, int dstLayer, int mask, int filter) void
GLCompatibility.blitFramebufferLayersEXT
(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) void
GL.blitNamedFramebuffer
(int readFramebuffer, int drawFramebuffer, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) void
GL.blitNamedFramebuffer
(int readFramebuffer, int drawFramebuffer, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) void
GL.blitNamedFramebuffer
(int readFramebuffer, int drawFramebuffer, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) void
GL.bufferAddressRangeNV
(int pname, int index, long address, long length) void
GL.bufferAddressRangeNV
(int pname, int index, long address, long length) void
GL.bufferAttachMemoryNV
(int target, int memory, long offset) void
GL.bufferAttachMemoryNV
(int target, int memory, long offset) void
GL.bufferPageCommitmentARB
(int target, long offset, long size, byte commit) void
GL.bufferPageCommitmentMemNV
(int target, long offset, long size, int memory, long memOffset, byte commit) void
GL.bufferPageCommitmentMemNV
(int target, long offset, long size, int memory, long memOffset, byte commit) void
GL.bufferPageCommitmentMemNV
(int target, long offset, long size, int memory, long memOffset, byte commit) void
GL.bufferStorage
(int target, long size, MemorySegment data, int flags) void
GLCompatibility.bufferStorageExternalEXT
(int target, long offset, long size, @Nullable GLeglClientBufferEXT clientBuffer, int flags) void
GL.callCommandListNV
(int list) void
GLCompatibility.callList
(int list) int
GL.checkNamedFramebufferStatus
(int framebuffer, int target) int
GL.checkNamedFramebufferStatusEXT
(int framebuffer, int target) void
GL.clear
(int mask) void
GL.clearBufferuiv
(int buffer, int drawbuffer, @Nullable IntPtr value) void
GLCompatibility.clearColorIuiEXT
(int red, int green, int blue, int alpha) void
GLCompatibility.clearColorIuiEXT
(int red, int green, int blue, int alpha) void
GLCompatibility.clearColorIuiEXT
(int red, int green, int blue, int alpha) void
GLCompatibility.clearColorIuiEXT
(int red, int green, int blue, int alpha) 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.clearNamedFramebufferfi
(int framebuffer, int buffer, int drawbuffer, float depth, int stencil) 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.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
GL.clientAttribDefaultEXT
(int mask) void
GLCompatibility.clientWaitSemaphoreui64NVX
(int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) void
GLCompatibility.clientWaitSemaphoreui64NVX
(int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) int
GL.clientWaitSync
(@Nullable GLsync sync, int flags, long timeout) int
GL.clientWaitSync
(@Nullable GLsync sync, int flags, long timeout) void
GLCompatibility.color3hNV
(short red, short green, short blue) void
GLCompatibility.color3hNV
(short red, short green, short blue) void
GLCompatibility.color3hNV
(short red, short green, short blue) void
GLCompatibility.color3hvNV
(@Nullable ShortPtr v) void
GLCompatibility.color3ub
(byte red, byte green, byte blue) void
GLCompatibility.color3ub
(byte red, byte green, byte blue) void
GLCompatibility.color3ub
(byte red, byte green, byte blue) void
void
GLCompatibility.color3ui
(int red, int green, int blue) void
GLCompatibility.color3ui
(int red, int green, int blue) void
GLCompatibility.color3ui
(int red, int green, int blue) void
void
GLCompatibility.color3us
(short red, short green, short blue) void
GLCompatibility.color3us
(short red, short green, short blue) void
GLCompatibility.color3us
(short red, short green, short blue) void
void
GLCompatibility.color4hNV
(short red, short green, short blue, short alpha) void
GLCompatibility.color4hNV
(short red, short green, short blue, short alpha) void
GLCompatibility.color4hNV
(short red, short green, short blue, short alpha) void
GLCompatibility.color4hNV
(short red, short green, short blue, short alpha) void
GLCompatibility.color4hvNV
(@Nullable ShortPtr v) void
GLCompatibility.color4ub
(byte red, byte green, byte blue, byte alpha) void
GLCompatibility.color4ub
(byte red, byte green, byte blue, byte alpha) void
GLCompatibility.color4ub
(byte red, byte green, byte blue, byte alpha) void
GLCompatibility.color4ub
(byte red, byte green, byte blue, byte alpha) void
void
GLCompatibility.color4ui
(int red, int green, int blue, int alpha) void
GLCompatibility.color4ui
(int red, int green, int blue, int alpha) void
GLCompatibility.color4ui
(int red, int green, int blue, int alpha) void
GLCompatibility.color4ui
(int red, int green, int blue, int alpha) void
void
GLCompatibility.color4us
(short red, short green, short blue, short alpha) void
GLCompatibility.color4us
(short red, short green, short blue, short alpha) void
GLCompatibility.color4us
(short red, short green, short blue, short alpha) void
GLCompatibility.color4us
(short red, short green, short blue, short alpha) void
void
GL.colorMask
(byte red, byte green, byte blue, byte alpha) void
GL.colorMask
(byte red, byte green, byte blue, byte alpha) void
GL.colorMask
(byte red, byte green, byte blue, byte alpha) void
GL.colorMask
(byte red, byte green, byte blue, byte alpha) void
GL.colorMaski
(int index, byte r, byte g, byte b, byte a) void
GL.colorMaski
(int index, byte r, byte g, byte b, byte a) void
GL.colorMaski
(int index, byte r, byte g, byte b, byte a) void
GL.colorMaski
(int index, byte r, byte g, byte b, byte a) void
GL.colorMaski
(int index, byte r, byte g, byte b, byte a) void
GLCompatibility.colorMaskIndexedEXT
(int index, byte r, byte g, byte b, byte a) void
GLCompatibility.colorMaskIndexedEXT
(int index, byte r, byte g, byte b, byte a) void
GLCompatibility.colorMaskIndexedEXT
(int index, byte r, byte g, byte b, byte a) void
GLCompatibility.colorMaskIndexedEXT
(int index, byte r, byte g, byte b, byte a) void
GLCompatibility.colorMaskIndexedEXT
(int index, byte r, byte g, byte b, byte a) void
GLCompatibility.colorP3ui
(int type, int color) void
GLCompatibility.colorP3uiv
(int type, @Nullable IntPtr color) void
GLCompatibility.colorP4ui
(int type, int color) void
GLCompatibility.colorP4uiv
(int type, @Nullable IntPtr color) void
GL.commandListSegmentsNV
(int list, int segments) void
GL.commandListSegmentsNV
(int list, int segments) void
GL.compileCommandListNV
(int list) void
GL.compileShader
(int shader) void
GLCompatibility.compileShaderARB
(int shaderObj) void
GL.compileShaderIncludeARB
(int shader, int count, @Nullable PointerPtr path, @Nullable IntPtr length) 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
GL.copyImageSubData
(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) void
GL.copyImageSubData
(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) void
GLCompatibility.copyImageSubDataNV
(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 width, int height, int depth) void
GLCompatibility.copyImageSubDataNV
(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 width, int height, int depth) void
GL.copyNamedBufferSubData
(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
GL.copyNamedBufferSubData
(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
GL.copyPathNV
(int resultPath, int srcPath) void
GL.copyPathNV
(int resultPath, int srcPath) void
GL.copyTextureImage1DEXT
(int texture, int target, int level, int internalformat, int x, int y, int width, int border) void
GL.copyTextureImage2DEXT
(int texture, int target, int level, int internalformat, int x, int y, int width, int height, int border) void
GL.copyTextureSubImage1D
(int texture, int level, int xoffset, int x, int y, int width) void
GL.copyTextureSubImage1DEXT
(int texture, int target, int level, int xoffset, int x, int y, int width) void
GL.copyTextureSubImage2D
(int texture, int level, int xoffset, int yoffset, int x, int y, int width, int height) void
GL.copyTextureSubImage2DEXT
(int texture, int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) void
GL.copyTextureSubImage3D
(int texture, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) void
GL.copyTextureSubImage3DEXT
(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) void
GL.coverFillPathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.coverFillPathNV
(int path, int coverMode) void
GL.coverStrokePathInstancedNV
(int numPaths, int pathNameType, MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) void
GL.coverStrokePathNV
(int path, int coverMode) 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.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) void
GL.createStatesNV
(int n, @Nullable IntPtr states) 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.debugMessageControl
(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) 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.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
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
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
GLCompatibility.deleteLists
(int list, int range) void
GLCompatibility.deleteObjectARB
(int obj) void
GL.deletePathsNV
(int path, int range) void
GL.deletePerfMonitorsAMD
(int n, @Nullable IntPtr monitors) void
GL.deletePerfQueryINTEL
(int queryHandle) void
GL.deleteProgram
(int program) 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
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.deleteShader
(int shader) 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.depthMask
(byte flag) void
GL.depthRangeArraydvNV
(int first, int count, @Nullable DoublePtr v) void
GL.depthRangeArrayv
(int first, int count, @Nullable DoublePtr v) void
GL.depthRangeIndexed
(int index, double n, double f) void
GL.depthRangeIndexeddNV
(int index, double n, double f) void
GLCompatibility.detachObjectARB
(int containerObj, int attachedObj) void
GLCompatibility.detachObjectARB
(int containerObj, int attachedObj) void
GL.detachShader
(int program, int shader) void
GL.detachShader
(int program, int shader) void
GL.disableClientStateiEXT
(int array, int index) void
GL.disableClientStateIndexedEXT
(int array, int index) void
GL.disablei
(int target, int index) void
GL.disableIndexedEXT
(int target, int index) void
GL.disableVertexArrayAttrib
(int vaobj, int index) void
GL.disableVertexArrayAttrib
(int vaobj, int index) void
GL.disableVertexArrayAttribEXT
(int vaobj, int index) void
GL.disableVertexArrayAttribEXT
(int vaobj, int index) void
GL.disableVertexArrayEXT
(int vaobj, int array) void
GL.disableVertexAttribArray
(int index) void
GLCompatibility.disableVertexAttribArrayARB
(int index) void
GL.dispatchCompute
(int num_groups_x, int num_groups_y, int num_groups_z) void
GL.dispatchCompute
(int num_groups_x, int num_groups_y, int num_groups_z) void
GL.dispatchCompute
(int num_groups_x, int num_groups_y, int num_groups_z) void
GL.dispatchComputeGroupSizeARB
(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z) void
GL.dispatchComputeGroupSizeARB
(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z) void
GL.dispatchComputeGroupSizeARB
(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z) void
GL.dispatchComputeGroupSizeARB
(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z) void
GL.dispatchComputeGroupSizeARB
(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z) void
GL.dispatchComputeGroupSizeARB
(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z) void
GL.drawArraysInstancedBaseInstance
(int mode, int first, int count, int instancecount, int baseinstance) 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.drawElementsInstancedBaseInstance
(int mode, int count, int type, MemorySegment indices, int instancecount, int baseinstance) void
GL.drawElementsInstancedBaseVertexBaseInstance
(int mode, int count, int type, MemorySegment indices, int instancecount, int basevertex, int baseinstance) void
GL.drawMeshTasksNV
(int first, int count) void
GL.drawMeshTasksNV
(int first, int count) void
GL.drawRangeElements
(int mode, int start, int end, int count, int type, MemorySegment indices) 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
GL.drawRangeElementsBaseVertex
(int mode, int start, int end, int count, int type, MemorySegment indices, int basevertex) void
GLCompatibility.drawTextureNV
(int texture, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) void
GLCompatibility.drawTextureNV
(int texture, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) void
GL.drawTransformFeedback
(int mode, int id) void
GL.drawTransformFeedbackInstanced
(int mode, int id, int instancecount) void
GLCompatibility.drawTransformFeedbackNV
(int mode, int id) void
GL.drawTransformFeedbackStream
(int mode, int id, int stream) void
GL.drawTransformFeedbackStream
(int mode, int id, int stream) void
GL.drawTransformFeedbackStreamInstanced
(int mode, int id, int stream, int instancecount) void
GL.drawTransformFeedbackStreamInstanced
(int mode, int id, int stream, int instancecount) void
GL.drawVkImageNV
(long vkImage, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) void
GL.drawVkImageNV
(long vkImage, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) void
GLCompatibility.edgeFlag
(byte flag) void
void
GL.EGLImageTargetTextureStorageEXT
(int texture, @Nullable GLeglImageOES image, @Nullable IntPtr attrib_list) void
GL.enableClientStateiEXT
(int array, int index) void
GL.enableClientStateIndexedEXT
(int array, int index) void
GL.enablei
(int target, int index) void
GL.enableIndexedEXT
(int target, int index) void
GL.enableVertexArrayAttrib
(int vaobj, int index) void
GL.enableVertexArrayAttrib
(int vaobj, int index) void
GL.enableVertexArrayAttribEXT
(int vaobj, int index) void
GL.enableVertexArrayAttribEXT
(int vaobj, int index) void
GL.enableVertexArrayEXT
(int vaobj, int array) void
GL.enableVertexAttribArray
(int index) void
GLCompatibility.enableVertexAttribArrayARB
(int index) void
GL.endPerfMonitorAMD
(int monitor) void
GL.endPerfQueryINTEL
(int queryHandle) void
GL.endQueryIndexed
(int target, int index) GL.fenceSync
(int condition, int flags) void
GLCompatibility.finishFenceNV
(int fence) void
GL.flushMappedNamedBufferRange
(int buffer, long offset, long length) void
GL.flushMappedNamedBufferRangeEXT
(int buffer, long offset, long length) void
GLCompatibility.fogCoordhNV
(short fog) void
GLCompatibility.fogCoordhvNV
(@Nullable ShortPtr fog) void
GL.fragmentCoverageColorNV
(int color) void
GL.framebufferDrawBufferEXT
(int framebuffer, int mode) void
GL.framebufferDrawBuffersEXT
(int framebuffer, int n, @Nullable IntPtr bufs) void
GL.framebufferReadBufferEXT
(int framebuffer, int mode) void
GL.framebufferRenderbuffer
(int target, int attachment, int renderbuffertarget, int renderbuffer) void
GLCompatibility.framebufferRenderbufferEXT
(int target, int attachment, int renderbuffertarget, int renderbuffer) 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.framebufferTexture
(int target, int attachment, int texture, int level) void
GL.framebufferTexture1D
(int target, int attachment, int textarget, int texture, int level) void
GLCompatibility.framebufferTexture1DEXT
(int target, int attachment, int textarget, int texture, int level) void
GL.framebufferTexture2D
(int target, int attachment, int textarget, int texture, int level) void
GLCompatibility.framebufferTexture2DEXT
(int target, int attachment, int textarget, int texture, int level) void
GL.framebufferTexture3D
(int target, int attachment, int textarget, int texture, int level, int zoffset) void
GLCompatibility.framebufferTexture3DEXT
(int target, int attachment, int textarget, int texture, int level, int zoffset) void
GL.framebufferTextureARB
(int target, int attachment, int texture, int level) void
GL.framebufferTextureFaceARB
(int target, int attachment, int texture, int level, int face) void
GL.framebufferTextureLayer
(int target, int attachment, int texture, int level, int layer) void
GL.framebufferTextureLayerARB
(int target, int attachment, int texture, int level, int layer) void
GLCompatibility.framebufferTextureLayerEXT
(int target, int attachment, int texture, int level, int layer) void
GL.framebufferTextureMultiviewOVR
(int target, int attachment, int texture, int level, int baseViewIndex, int numViews) void
GL.genBuffers
(int n, @Nullable IntPtr buffers) void
GLCompatibility.genBuffersARB
(int n, @Nullable IntPtr buffers) void
GL.generateTextureMipmap
(int texture) void
GL.generateTextureMipmapEXT
(int texture, int target) 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
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.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
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.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
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.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.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.getBooleani_v
(int target, int index, @Nullable BytePtr data) void
GL.getBooleanIndexedvEXT
(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.getBufferParameterui64vNV
(int target, int pname, @Nullable LongPtr params) int
GL.getCommandHeaderNV
(int tokenID, int size) 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) 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
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) 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
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) 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.getFramebufferParameterivEXT
(int framebuffer, int pname, @Nullable IntPtr params) void
GLCompatibility.getHistogram
(int target, byte reset, int format, int type, MemorySegment values) long
GL.getImageHandleARB
(int texture, int level, byte layered, int layer, int format) long
GL.getImageHandleARB
(int texture, int level, byte layered, int layer, int format) long
GL.getImageHandleNV
(int texture, int level, byte layered, int layer, int format) long
GL.getImageHandleNV
(int texture, int level, byte layered, int layer, int format) 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.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.getIntegerui64i_vNV
(int value, int index, @Nullable LongPtr result) void
GL.getIntegerui64vNV
(int value, @Nullable LongPtr result) void
GL.getMemoryObjectDetachedResourcesuivNV
(int memory, int pname, int first, int count, @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
GL.getMultisamplefv
(int pname, int index, @Nullable FloatPtr val) void
GLCompatibility.getMultisamplefvNV
(int pname, int index, @Nullable FloatPtr val) void
GL.getMultiTexParameterIuivEXT
(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.getNamedBufferParameterui64vNV
(int buffer, int pname, @Nullable LongPtr params) void
GL.getNamedBufferPointerv
(int buffer, int pname, @Nullable PointerPtr params) void
GL.getNamedBufferPointervEXT
(int buffer, int pname, @Nullable PointerPtr 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.getNamedProgramLocalParameterdvEXT
(int program, int target, int index, @Nullable DoublePtr params) void
GL.getNamedProgramLocalParameterfvEXT
(int program, int target, int index, @Nullable FloatPtr 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.getNamedProgramLocalParameterIivEXT
(int program, int target, int index, @Nullable IntPtr params) void
GL.getNamedProgramLocalParameterIuivEXT
(int program, int target, int index, @Nullable IntPtr params) void
GL.getNamedProgramLocalParameterIuivEXT
(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.getNextPerfQueryIdINTEL
(int queryId, @Nullable IntPtr nextQueryId) 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
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.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
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.getnUniformui64vARB
(int program, int location, int bufSize, @Nullable LongPtr params) void
GL.getnUniformuiv
(int program, int location, int bufSize, @Nullable IntPtr 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.getnUniformuivARB
(int program, int location, int bufSize, @Nullable IntPtr params) void
GL.getnUniformuivKHR
(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.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
GLCompatibility.getObjectParameterfvARB
(int obj, int pname, @Nullable FloatPtr params) void
GLCompatibility.getObjectParameterivARB
(int obj, int pname, @Nullable IntPtr params) void
GL.getPathCommandsNV
(int path, @Nullable BytePtr commands) void
GL.getPathCommandsNV
(int path, @Nullable BytePtr commands) void
GL.getPathCoordsNV
(int path, @Nullable FloatPtr coords) void
GL.getPathDashArrayNV
(int path, @Nullable FloatPtr dashArray) float
GL.getPathLengthNV
(int path, int startSegment, int numSegments) void
GL.getPathMetricRangeNV
(int metricQueryMask, int firstPathName, int numPaths, int stride, @Nullable FloatPtr metrics) 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.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.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.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.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.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.getPerfQueryDataINTEL
(int queryHandle, int flags, int dataSize, MemorySegment data, @Nullable IntPtr bytesWritten) 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
GL.getPerfQueryInfoINTEL
(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) void
GLCompatibility.getPixelMapuiv
(int map, @Nullable IntPtr values) void
GLCompatibility.getPixelMapusv
(int map, @Nullable ShortPtr values) void
GL.getPointeri_vEXT
(int pname, int index, @Nullable PointerPtr params) void
GL.getPointerIndexedvEXT
(int target, int index, @Nullable PointerPtr data) void
GLCompatibility.getPolygonStipple
(@Nullable BytePtr mask) 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.getProgramInterfaceiv
(int program, int programInterface, int pname, @Nullable IntPtr params) void
GL.getProgramiv
(int program, 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.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) 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) 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
GL.getQueryBufferObjecti64v
(int id, int buffer, int pname, long offset) void
GL.getQueryBufferObjecti64v
(int id, int buffer, int pname, long offset) void
GL.getQueryBufferObjectiv
(int id, int buffer, int pname, long offset) void
GL.getQueryBufferObjectiv
(int id, int buffer, int pname, long offset) void
GL.getQueryBufferObjectui64v
(int id, int buffer, int pname, long offset) void
GL.getQueryBufferObjectui64v
(int id, int buffer, int pname, long offset) void
GL.getQueryBufferObjectuiv
(int id, int buffer, int pname, long offset) void
GL.getQueryBufferObjectuiv
(int id, int buffer, int pname, long offset) void
GL.getQueryIndexediv
(int target, int index, 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
GL.getQueryObjectui64v
(int id, int pname, @Nullable LongPtr params) void
GLCompatibility.getQueryObjectui64vEXT
(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
GL.getQueryObjectuiv
(int id, int pname, @Nullable IntPtr params) void
GLCompatibility.getQueryObjectuivARB
(int id, int pname, @Nullable IntPtr params) void
GLCompatibility.getQueryObjectuivARB
(int id, 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.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
GL.getShaderInfoLog
(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) void
GL.getShaderiv
(int shader, int pname, @Nullable IntPtr params) 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
GL.getShadingRateImagePaletteNV
(int viewport, int entry, @Nullable IntPtr rate) void
GL.getShadingRateImagePaletteNV
(int viewport, int entry, @Nullable IntPtr rate) void
GL.getShadingRateSampleLocationivNV
(int rate, int samples, int index, @Nullable IntPtr location) void
GL.getShadingRateSampleLocationivNV
(int rate, int samples, int index, @Nullable IntPtr location) GL.getStringi
(int name, int index) int
GL.getSubroutineIndex
(int program, int shadertype, @Nullable BytePtr name) int
GL.getSubroutineUniformLocation
(int program, int shadertype, @Nullable BytePtr name) void
GL.getTexParameterIuiv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.getTexParameterIuivEXT
(int target, int pname, @Nullable IntPtr params) long
GL.getTextureHandleARB
(int texture) long
GL.getTextureHandleNV
(int texture) 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.getTextureParameterIuiv
(int texture, int pname, @Nullable IntPtr params) void
GL.getTextureParameterIuivEXT
(int texture, int target, 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) long
GL.getTextureSamplerHandleARB
(int texture, int sampler) long
GL.getTextureSamplerHandleARB
(int texture, int sampler) long
GL.getTextureSamplerHandleNV
(int texture, int sampler) long
GL.getTextureSamplerHandleNV
(int texture, int sampler) 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.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.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
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) void
GLCompatibility.getTransformFeedbackVaryingNV
(int program, int index, @Nullable IntPtr location) int
GL.getUniformBlockIndex
(int program, @Nullable BytePtr uniformBlockName) int
GLCompatibility.getUniformBufferSizeEXT
(int program, int location) 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.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) long
GLCompatibility.getUniformOffsetEXT
(int program, int location) void
GL.getUniformSubroutineuiv
(int shadertype, int location, @Nullable IntPtr params) void
GL.getUniformui64vARB
(int program, int location, @Nullable LongPtr params) void
GL.getUniformui64vARB
(int program, int location, @Nullable LongPtr params) void
GLCompatibility.getUniformui64vNV
(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
GL.getUniformuiv
(int program, int location, @Nullable IntPtr params) void
GLCompatibility.getUniformuivEXT
(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.getVertexArrayIndexed64iv
(int vaobj, int index, int pname, @Nullable LongPtr param) void
GL.getVertexArrayIndexediv
(int vaobj, int index, int pname, @Nullable IntPtr 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.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.getVertexArrayPointeri_vEXT
(int vaobj, int index, int pname, @Nullable PointerPtr param) void
GL.getVertexArrayPointeri_vEXT
(int vaobj, int index, int pname, @Nullable PointerPtr param) void
GL.getVertexArrayPointervEXT
(int vaobj, int pname, @Nullable PointerPtr 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
GL.getVertexAttribIuiv
(int index, int pname, @Nullable IntPtr params) void
GLCompatibility.getVertexAttribIuivEXT
(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.getVertexAttribLui64vARB
(int index, int pname, @Nullable LongPtr params) void
GL.getVertexAttribLui64vNV
(int index, int pname, @Nullable LongPtr params) void
GL.getVertexAttribLui64vNV
(int index, int pname, @Nullable LongPtr params) void
GL.getVertexAttribPointerv
(int index, int pname, @Nullable PointerPtr pointer) void
GLCompatibility.getVertexAttribPointervARB
(int index, int pname, @Nullable PointerPtr pointer) void
GLCompatibility.histogram
(int target, int width, int internalformat, byte sink) GLCompatibility.importSyncEXT
(int external_sync_type, long external_sync, int flags) void
GLCompatibility.indexMask
(int mask) void
GLCompatibility.indexub
(byte c) void
void
GL.interpolatePathsNV
(int resultPath, int pathA, int pathB, float weight) void
GL.interpolatePathsNV
(int resultPath, int pathA, int pathB, float weight) void
GL.interpolatePathsNV
(int resultPath, int pathA, int pathB, float weight) void
GL.invalidateBufferData
(int buffer) void
GL.invalidateBufferSubData
(int buffer, long offset, long length) 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.invalidateTexImage
(int texture, int level) void
GL.invalidateTexSubImage
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth) byte
GL.isBuffer
(int buffer) byte
GLCompatibility.isBufferARB
(int buffer) byte
GL.isCommandListNV
(int list) byte
GL.isEnabledi
(int target, int index) byte
GL.isEnabledIndexedEXT
(int target, int index) byte
GLCompatibility.isFenceNV
(int fence) byte
GL.isFramebuffer
(int framebuffer) byte
GLCompatibility.isFramebufferEXT
(int framebuffer) byte
GL.isImageHandleResidentARB
(long handle) byte
GL.isImageHandleResidentNV
(long handle) byte
GLCompatibility.isList
(int list) byte
GL.isNamedBufferResidentNV
(int buffer) byte
GL.isPathNV
(int path) byte
GL.isPointInFillPathNV
(int path, int mask, float x, float y) byte
GL.isPointInFillPathNV
(int path, int mask, float x, float y) byte
GL.isPointInStrokePathNV
(int path, float x, float y) byte
GL.isProgram
(int program) byte
GLCompatibility.isProgramARB
(int program) byte
GL.isProgramPipeline
(int pipeline) byte
GL.isProgramPipelineEXT
(int pipeline) byte
GL.isQuery
(int id) byte
GLCompatibility.isQueryARB
(int id) byte
GL.isRenderbuffer
(int renderbuffer) byte
GLCompatibility.isRenderbufferEXT
(int renderbuffer) byte
GL.isSampler
(int sampler) byte
GL.isShader
(int shader) byte
GL.isStateNV
(int state) byte
GL.isTexture
(int texture) byte
GL.isTextureHandleResidentARB
(long handle) byte
GL.isTextureHandleResidentNV
(long handle) byte
GL.isTransformFeedback
(int id) byte
GLCompatibility.isTransformFeedbackNV
(int id) byte
GL.isVertexArray
(int array) void
GL.labelObjectEXT
(int type, int object, int length, @Nullable BytePtr label) void
GLCompatibility.lineStipple
(int factor, short pattern) void
GL.linkProgram
(int program) void
GLCompatibility.linkProgramARB
(int programObj) void
GLCompatibility.listBase
(int base) 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
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.loadName
(int name) void
GL.makeImageHandleNonResidentARB
(long handle) void
GL.makeImageHandleNonResidentNV
(long handle) void
GL.makeImageHandleResidentARB
(long handle, int access) void
GL.makeImageHandleResidentNV
(long handle, int access) void
GL.makeNamedBufferNonResidentNV
(int buffer) void
GL.makeNamedBufferResidentNV
(int buffer, int access) void
GL.makeTextureHandleNonResidentARB
(long handle) void
GL.makeTextureHandleNonResidentNV
(long handle) void
GL.makeTextureHandleResidentARB
(long handle) void
GL.makeTextureHandleResidentNV
(long handle) 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.mapNamedBufferRange
(int buffer, long offset, long length, int access) GL.mapNamedBufferRangeEXT
(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) GLCompatibility.mapTexture2DINTEL
(int texture, int level, int access, @Nullable IntPtr stride, @Nullable IntPtr layout) 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.maxShaderCompilerThreadsARB
(int count) void
GL.maxShaderCompilerThreadsKHR
(int count) void
GL.memoryBarrier
(int barriers) void
GL.memoryBarrierByRegion
(int barriers) void
GLCompatibility.memoryBarrierEXT
(int barriers) void
GLCompatibility.minmax
(int target, int internalformat, byte sink) void
GLCompatibility.multicastBlitFramebufferNV
(int srcGpu, int dstGpu, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) void
GLCompatibility.multicastBlitFramebufferNV
(int srcGpu, int dstGpu, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) void
GLCompatibility.multicastBlitFramebufferNV
(int srcGpu, int dstGpu, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) void
GLCompatibility.multicastBufferSubDataNV
(int gpuMask, int buffer, long offset, long size, MemorySegment data) void
GLCompatibility.multicastBufferSubDataNV
(int gpuMask, int buffer, long offset, long size, MemorySegment data) void
GLCompatibility.multicastCopyBufferSubDataNV
(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
GLCompatibility.multicastCopyBufferSubDataNV
(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
GLCompatibility.multicastCopyBufferSubDataNV
(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
GLCompatibility.multicastCopyBufferSubDataNV
(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
GLCompatibility.multicastCopyImageSubDataNV
(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) void
GLCompatibility.multicastCopyImageSubDataNV
(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) void
GLCompatibility.multicastCopyImageSubDataNV
(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) void
GLCompatibility.multicastCopyImageSubDataNV
(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) void
GLCompatibility.multicastFramebufferSampleLocationsfvNV
(int gpu, int framebuffer, int start, int count, @Nullable FloatPtr v) void
GLCompatibility.multicastFramebufferSampleLocationsfvNV
(int gpu, int framebuffer, int start, int count, @Nullable FloatPtr v) 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.multicastGetQueryObjecti64vNV
(int gpu, int id, int pname, @Nullable LongPtr params) void
GLCompatibility.multicastGetQueryObjectivNV
(int gpu, int id, int pname, @Nullable IntPtr 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.multicastGetQueryObjectui64vNV
(int gpu, int id, int pname, @Nullable LongPtr 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.multicastGetQueryObjectuivNV
(int gpu, int id, int pname, @Nullable IntPtr 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.multicastScissorArrayvNVX
(int gpu, int first, int count, @Nullable IntPtr v) void
GLCompatibility.multicastViewportArrayvNVX
(int gpu, int first, int count, @Nullable FloatPtr v) void
GLCompatibility.multicastViewportArrayvNVX
(int gpu, int first, int count, @Nullable FloatPtr v) void
GLCompatibility.multicastViewportPositionWScaleNVX
(int gpu, int index, float xcoeff, float ycoeff) void
GLCompatibility.multicastViewportPositionWScaleNVX
(int gpu, int index, float xcoeff, float ycoeff) void
GLCompatibility.multicastWaitSyncNV
(int signalGpu, int waitGpuMask) void
GLCompatibility.multicastWaitSyncNV
(int signalGpu, int waitGpuMask) void
GL.multiTexBufferEXT
(int texunit, int target, int internalformat, int buffer) void
GLCompatibility.multiTexCoord1hNV
(int target, short s) void
GLCompatibility.multiTexCoord1hvNV
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord2hNV
(int target, short s, short t) void
GLCompatibility.multiTexCoord2hNV
(int target, short s, short t) void
GLCompatibility.multiTexCoord2hvNV
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord3hNV
(int target, short s, short t, short r) void
GLCompatibility.multiTexCoord3hNV
(int target, short s, short t, short r) void
GLCompatibility.multiTexCoord3hNV
(int target, short s, short t, short r) void
GLCompatibility.multiTexCoord3hvNV
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoord4hNV
(int target, short s, short t, short r, short q) void
GLCompatibility.multiTexCoord4hNV
(int target, short s, short t, short r, short q) void
GLCompatibility.multiTexCoord4hNV
(int target, short s, short t, short r, short q) void
GLCompatibility.multiTexCoord4hNV
(int target, short s, short t, short r, short q) void
GLCompatibility.multiTexCoord4hvNV
(int target, @Nullable ShortPtr v) void
GLCompatibility.multiTexCoordP1ui
(int texture, int type, int coords) void
GLCompatibility.multiTexCoordP1uiv
(int texture, int type, @Nullable IntPtr coords) void
GLCompatibility.multiTexCoordP2ui
(int texture, int type, int coords) void
GLCompatibility.multiTexCoordP2uiv
(int texture, int type, @Nullable IntPtr coords) void
GLCompatibility.multiTexCoordP3ui
(int texture, int type, int coords) void
GLCompatibility.multiTexCoordP3uiv
(int texture, int type, @Nullable IntPtr coords) void
GLCompatibility.multiTexCoordP4ui
(int texture, int type, int coords) void
GLCompatibility.multiTexCoordP4uiv
(int texture, int type, @Nullable IntPtr coords) void
GL.multiTexParameterIuivEXT
(int texunit, int target, int pname, @Nullable IntPtr params) void
GL.multiTexRenderbufferEXT
(int texunit, int target, int renderbuffer) void
GL.namedBufferAttachMemoryNV
(int buffer, int memory, long offset) void
GL.namedBufferAttachMemoryNV
(int buffer, int memory, long offset) void
GL.namedBufferAttachMemoryNV
(int buffer, int memory, long offset) void
GL.namedBufferData
(int buffer, long size, MemorySegment data, int usage) void
GL.namedBufferDataEXT
(int buffer, long size, MemorySegment data, int usage) void
GL.namedBufferPageCommitmentARB
(int buffer, long offset, long size, byte commit) void
GL.namedBufferPageCommitmentARB
(int buffer, long offset, long size, byte commit) void
GL.namedBufferPageCommitmentEXT
(int buffer, long offset, long size, byte commit) void
GL.namedBufferPageCommitmentEXT
(int buffer, long offset, long size, byte commit) void
GL.namedBufferPageCommitmentMemNV
(int buffer, long offset, long size, int memory, long memOffset, byte commit) void
GL.namedBufferPageCommitmentMemNV
(int buffer, long offset, long size, int memory, long memOffset, byte commit) void
GL.namedBufferPageCommitmentMemNV
(int buffer, long offset, long size, int memory, long memOffset, byte commit) void
GL.namedBufferPageCommitmentMemNV
(int buffer, long offset, long size, int memory, long memOffset, byte commit) void
GL.namedBufferStorage
(int buffer, long size, MemorySegment data, int flags) void
GL.namedBufferStorage
(int buffer, long size, MemorySegment data, int flags) void
GL.namedBufferStorageEXT
(int buffer, long size, MemorySegment data, int flags) void
GL.namedBufferStorageEXT
(int buffer, long size, MemorySegment data, int flags) void
GLCompatibility.namedBufferStorageExternalEXT
(int buffer, long offset, long size, @Nullable GLeglClientBufferEXT clientBuffer, int flags) void
GLCompatibility.namedBufferStorageExternalEXT
(int buffer, long offset, long size, @Nullable GLeglClientBufferEXT clientBuffer, 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.namedCopyBufferSubDataEXT
(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
GL.namedCopyBufferSubDataEXT
(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
GL.namedFramebufferDrawBuffer
(int framebuffer, int buf) void
GL.namedFramebufferDrawBuffers
(int framebuffer, int n, @Nullable IntPtr bufs) void
GL.namedFramebufferParameteri
(int framebuffer, int pname, int param) void
GL.namedFramebufferParameteriEXT
(int framebuffer, int pname, int param) void
GL.namedFramebufferReadBuffer
(int framebuffer, int src) void
GL.namedFramebufferRenderbuffer
(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer) void
GL.namedFramebufferRenderbuffer
(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer) void
GL.namedFramebufferRenderbufferEXT
(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer) void
GL.namedFramebufferRenderbufferEXT
(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer) void
GL.namedFramebufferSampleLocationsfvARB
(int framebuffer, int start, int count, @Nullable FloatPtr v) 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.namedFramebufferSampleLocationsfvNV
(int framebuffer, int start, int count, @Nullable FloatPtr v) void
GL.namedFramebufferTexture
(int framebuffer, int attachment, int texture, int level) void
GL.namedFramebufferTexture
(int framebuffer, int attachment, int texture, int level) void
GL.namedFramebufferTexture1DEXT
(int framebuffer, int attachment, int textarget, int texture, int level) void
GL.namedFramebufferTexture1DEXT
(int framebuffer, int attachment, int textarget, int texture, int level) void
GL.namedFramebufferTexture2DEXT
(int framebuffer, int attachment, int textarget, int texture, int level) void
GL.namedFramebufferTexture2DEXT
(int framebuffer, int attachment, int textarget, int texture, int level) void
GL.namedFramebufferTexture3DEXT
(int framebuffer, int attachment, int textarget, int texture, int level, int zoffset) void
GL.namedFramebufferTexture3DEXT
(int framebuffer, int attachment, int textarget, int texture, int level, int zoffset) void
GL.namedFramebufferTextureEXT
(int framebuffer, int attachment, int texture, int level) void
GL.namedFramebufferTextureEXT
(int framebuffer, int attachment, int texture, int level) void
GL.namedFramebufferTextureFaceEXT
(int framebuffer, int attachment, int texture, int level, int face) void
GL.namedFramebufferTextureFaceEXT
(int framebuffer, int attachment, int texture, int level, int face) void
GL.namedFramebufferTextureLayer
(int framebuffer, int attachment, int texture, int level, int layer) void
GL.namedFramebufferTextureLayer
(int framebuffer, int attachment, int texture, int level, int layer) void
GL.namedFramebufferTextureLayerEXT
(int framebuffer, int attachment, int texture, int level, int layer) void
GL.namedFramebufferTextureLayerEXT
(int framebuffer, int attachment, int texture, int level, int layer) void
GL.namedFramebufferTextureMultiviewOVR
(int framebuffer, int attachment, int texture, int level, int baseViewIndex, int numViews) void
GL.namedFramebufferTextureMultiviewOVR
(int framebuffer, int attachment, int texture, int level, int baseViewIndex, int numViews) void
GL.namedProgramLocalParameter4dEXT
(int program, int target, int index, double x, double y, double z, double w) void
GL.namedProgramLocalParameter4dEXT
(int program, int target, int index, double x, double y, double z, double w) void
GL.namedProgramLocalParameter4dvEXT
(int program, int target, int index, @Nullable DoublePtr params) void
GL.namedProgramLocalParameter4dvEXT
(int program, int target, int index, @Nullable DoublePtr params) void
GL.namedProgramLocalParameter4fEXT
(int program, int target, int index, float x, float y, float z, float w) void
GL.namedProgramLocalParameter4fEXT
(int program, int target, int index, float x, float y, float z, float w) void
GL.namedProgramLocalParameter4fvEXT
(int program, int target, int index, @Nullable FloatPtr params) void
GL.namedProgramLocalParameter4fvEXT
(int program, int target, int index, @Nullable FloatPtr params) void
GL.namedProgramLocalParameterI4iEXT
(int program, int target, int index, int x, int y, int z, int w) void
GL.namedProgramLocalParameterI4iEXT
(int program, int target, int index, int x, int y, int z, int w) void
GL.namedProgramLocalParameterI4ivEXT
(int program, int target, int index, @Nullable IntPtr params) void
GL.namedProgramLocalParameterI4ivEXT
(int program, int target, int index, @Nullable IntPtr params) void
GL.namedProgramLocalParameterI4uiEXT
(int program, int target, int index, int x, int y, int z, int w) void
GL.namedProgramLocalParameterI4uiEXT
(int program, int target, int index, int x, int y, int z, int w) void
GL.namedProgramLocalParameterI4uiEXT
(int program, int target, int index, int x, int y, int z, int w) void
GL.namedProgramLocalParameterI4uiEXT
(int program, int target, int index, int x, int y, int z, int w) void
GL.namedProgramLocalParameterI4uiEXT
(int program, int target, int index, int x, int y, int z, int w) void
GL.namedProgramLocalParameterI4uiEXT
(int program, int target, int index, int x, int y, int z, int w) void
GL.namedProgramLocalParameterI4uivEXT
(int program, int target, int index, @Nullable IntPtr params) void
GL.namedProgramLocalParameterI4uivEXT
(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.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.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.namedProgramLocalParametersI4uivEXT
(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.namedRenderbufferStorage
(int renderbuffer, int internalformat, int width, int height) void
GL.namedRenderbufferStorageEXT
(int renderbuffer, int internalformat, int width, int height) void
GL.namedRenderbufferStorageMultisample
(int renderbuffer, int samples, int internalformat, int width, int height) void
GL.namedRenderbufferStorageMultisampleAdvancedAMD
(int renderbuffer, int samples, int storageSamples, int internalformat, int width, int height) void
GL.namedRenderbufferStorageMultisampleCoverageEXT
(int renderbuffer, int coverageSamples, int colorSamples, int internalformat, int width, int height) void
GL.namedRenderbufferStorageMultisampleEXT
(int renderbuffer, int samples, int internalformat, int width, int height) void
GLCompatibility.newList
(int list, int mode) void
GLCompatibility.normal3hNV
(short nx, short ny, short nz) void
GLCompatibility.normal3hNV
(short nx, short ny, short nz) void
GLCompatibility.normal3hNV
(short nx, short ny, short nz) void
GLCompatibility.normal3hvNV
(@Nullable ShortPtr v) void
GLCompatibility.normalP3ui
(int type, int coords) void
GLCompatibility.normalP3uiv
(int type, @Nullable IntPtr coords) 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.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.pathGlyphIndexArrayNV
(int firstPathName, int fontTarget, MemorySegment fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) int
GL.pathGlyphIndexArrayNV
(int firstPathName, int fontTarget, MemorySegment fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) 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) 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.pathGlyphRangeNV
(int firstPathName, int fontTarget, MemorySegment fontName, int fontStyle, int firstGlyph, int numGlyphs, int handleMissingGlyphs, int pathParameterTemplate, float emScale) void
GL.pathGlyphRangeNV
(int firstPathName, int fontTarget, MemorySegment fontName, int fontStyle, int firstGlyph, int numGlyphs, int handleMissingGlyphs, int pathParameterTemplate, float emScale) 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) 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) int
GL.pathMemoryGlyphIndexArrayNV
(int firstPathName, int fontTarget, long fontSize, MemorySegment fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, 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.pathParameterfNV
(int path, int pname, float value) void
GL.pathParameterfvNV
(int path, int pname, @Nullable FloatPtr value) void
GL.pathParameteriNV
(int path, int pname, int value) void
GL.pathParameterivNV
(int path, int pname, @Nullable IntPtr value) void
GL.pathStencilFuncNV
(int func, int ref, int mask) 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.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) void
GLCompatibility.polygonStipple
(@Nullable BytePtr mask) void
GL.primitiveRestartIndex
(int index) void
GLCompatibility.primitiveRestartIndexNV
(int index) void
GLCompatibility.prioritizeTextures
(int n, @Nullable IntPtr textures, @Nullable FloatPtr priorities) void
GL.programBinary
(int program, int binaryFormat, MemorySegment binary, int length) void
GLCompatibility.programEnvParameter4dARB
(int target, int index, double x, double y, double z, double w) void
GLCompatibility.programEnvParameter4dvARB
(int target, int index, @Nullable DoublePtr params) void
GLCompatibility.programEnvParameter4fARB
(int target, int index, float x, float y, float z, float w) void
GLCompatibility.programEnvParameter4fvARB
(int target, int index, @Nullable FloatPtr params) void
GLCompatibility.programEnvParameters4fvEXT
(int target, int index, int count, @Nullable FloatPtr params) void
GLCompatibility.programLocalParameter4dARB
(int target, int index, double x, double y, double z, double w) void
GLCompatibility.programLocalParameter4dvARB
(int target, int index, @Nullable DoublePtr params) void
GLCompatibility.programLocalParameter4fARB
(int target, int index, float x, float y, float z, float w) void
GLCompatibility.programLocalParameter4fvARB
(int target, int index, @Nullable FloatPtr params) void
GLCompatibility.programLocalParameters4fvEXT
(int target, int index, int count, @Nullable FloatPtr params) void
GL.programParameteri
(int program, int pname, int value) void
GL.programParameteriARB
(int program, int pname, int value) void
GLCompatibility.programParameteriEXT
(int program, int pname, int value) void
GL.programPathFragmentInputGenNV
(int program, int location, int genMode, int components, @Nullable FloatPtr coeffs) void
GL.programUniform1d
(int program, int location, double v0) void
GL.programUniform1dEXT
(int program, int location, double x) 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.programUniform1f
(int program, int location, float v0) void
GL.programUniform1fEXT
(int program, int location, float v0) 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.programUniform1i
(int program, int location, int v0) void
GL.programUniform1i64ARB
(int program, int location, long x) void
GLCompatibility.programUniform1i64NV
(int program, int location, long x) 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.programUniform1iEXT
(int program, int location, int v0) 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.programUniform1ui
(int program, int location, int v0) void
GL.programUniform1ui
(int program, int location, int v0) void
GL.programUniform1ui64ARB
(int program, int location, long x) void
GL.programUniform1ui64ARB
(int program, int location, long x) void
GLCompatibility.programUniform1ui64NV
(int program, int location, long x) void
GLCompatibility.programUniform1ui64NV
(int program, int location, long x) void
GL.programUniform1ui64vARB
(int program, int location, int count, @Nullable LongPtr 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
GLCompatibility.programUniform1ui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform1uiEXT
(int program, int location, int v0) void
GL.programUniform1uiEXT
(int program, int location, int v0) void
GL.programUniform1uiv
(int program, int location, int count, @Nullable IntPtr 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.programUniform1uivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform2d
(int program, int location, double v0, double v1) void
GL.programUniform2dEXT
(int program, int location, double x, double y) 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.programUniform2f
(int program, int location, float v0, float v1) void
GL.programUniform2fEXT
(int program, int location, float v0, float v1) 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.programUniform2i
(int program, int location, int v0, int v1) void
GL.programUniform2i64ARB
(int program, int location, long x, long y) void
GLCompatibility.programUniform2i64NV
(int program, int location, long x, long y) 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.programUniform2iEXT
(int program, int location, int v0, int v1) 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.programUniform2ui
(int program, int location, int v0, int v1) void
GL.programUniform2ui
(int program, int location, int v0, int v1) void
GL.programUniform2ui
(int program, int location, int v0, int v1) void
GL.programUniform2ui64ARB
(int program, int location, long x, long y) void
GL.programUniform2ui64ARB
(int program, int location, long x, long y) void
GL.programUniform2ui64ARB
(int program, int location, long x, long y) void
GLCompatibility.programUniform2ui64NV
(int program, int location, long x, long y) void
GLCompatibility.programUniform2ui64NV
(int program, int location, long x, long y) void
GLCompatibility.programUniform2ui64NV
(int program, int location, long x, long y) void
GL.programUniform2ui64vARB
(int program, int location, int count, @Nullable LongPtr 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
GLCompatibility.programUniform2ui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform2uiEXT
(int program, int location, int v0, int v1) void
GL.programUniform2uiEXT
(int program, int location, int v0, int v1) void
GL.programUniform2uiEXT
(int program, int location, int v0, int v1) void
GL.programUniform2uiv
(int program, int location, int count, @Nullable IntPtr 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.programUniform2uivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform3d
(int program, int location, double v0, double v1, double v2) void
GL.programUniform3dEXT
(int program, int location, double x, double y, double z) 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.programUniform3f
(int program, int location, float v0, float v1, float v2) void
GL.programUniform3fEXT
(int program, int location, float v0, float v1, float v2) 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.programUniform3i
(int program, int location, int v0, int v1, int v2) void
GL.programUniform3i64ARB
(int program, int location, long x, long y, long z) void
GLCompatibility.programUniform3i64NV
(int program, int location, long x, long y, long z) 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.programUniform3iEXT
(int program, int location, int v0, int v1, int v2) 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.programUniform3ui
(int program, int location, int v0, int v1, int v2) void
GL.programUniform3ui
(int program, int location, int v0, int v1, int v2) void
GL.programUniform3ui
(int program, int location, int v0, int v1, int v2) void
GL.programUniform3ui
(int program, int location, int v0, int v1, int v2) void
GL.programUniform3ui64ARB
(int program, int location, long x, long y, long z) void
GL.programUniform3ui64ARB
(int program, int location, long x, long y, long z) void
GL.programUniform3ui64ARB
(int program, int location, long x, long y, long z) void
GL.programUniform3ui64ARB
(int program, int location, long x, long y, long z) void
GLCompatibility.programUniform3ui64NV
(int program, int location, long x, long y, long z) void
GLCompatibility.programUniform3ui64NV
(int program, int location, long x, long y, long z) void
GLCompatibility.programUniform3ui64NV
(int program, int location, long x, long y, long z) void
GLCompatibility.programUniform3ui64NV
(int program, int location, long x, long y, long z) void
GL.programUniform3ui64vARB
(int program, int location, int count, @Nullable LongPtr 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
GLCompatibility.programUniform3ui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform3uiEXT
(int program, int location, int v0, int v1, int v2) void
GL.programUniform3uiEXT
(int program, int location, int v0, int v1, int v2) void
GL.programUniform3uiEXT
(int program, int location, int v0, int v1, int v2) void
GL.programUniform3uiEXT
(int program, int location, int v0, int v1, int v2) void
GL.programUniform3uiv
(int program, int location, int count, @Nullable IntPtr 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.programUniform3uivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniform4d
(int program, int location, double v0, double v1, double v2, double v3) void
GL.programUniform4dEXT
(int program, int location, double x, double y, double z, double w) 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.programUniform4f
(int program, int location, float v0, float v1, float v2, float v3) void
GL.programUniform4fEXT
(int program, int location, float v0, float v1, float v2, float v3) 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.programUniform4i
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4i64ARB
(int program, int location, long x, long y, long z, long w) void
GLCompatibility.programUniform4i64NV
(int program, int location, long x, long y, long z, long w) 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.programUniform4iEXT
(int program, int location, int v0, int v1, int v2, int v3) 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.programUniform4ui
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4ui
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4ui
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4ui
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4ui
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4ui64ARB
(int program, int location, long x, long y, long z, long w) void
GL.programUniform4ui64ARB
(int program, int location, long x, long y, long z, long w) void
GL.programUniform4ui64ARB
(int program, int location, long x, long y, long z, long w) void
GL.programUniform4ui64ARB
(int program, int location, long x, long y, long z, long w) void
GL.programUniform4ui64ARB
(int program, int location, long x, long y, long z, long w) void
GLCompatibility.programUniform4ui64NV
(int program, int location, long x, long y, long z, long w) void
GLCompatibility.programUniform4ui64NV
(int program, int location, long x, long y, long z, long w) void
GLCompatibility.programUniform4ui64NV
(int program, int location, long x, long y, long z, long w) void
GLCompatibility.programUniform4ui64NV
(int program, int location, long x, long y, long z, long w) void
GLCompatibility.programUniform4ui64NV
(int program, int location, long x, long y, long z, long w) void
GL.programUniform4ui64vARB
(int program, int location, int count, @Nullable LongPtr 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
GLCompatibility.programUniform4ui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniform4uiEXT
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4uiEXT
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4uiEXT
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4uiEXT
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4uiEXT
(int program, int location, int v0, int v1, int v2, int v3) void
GL.programUniform4uiv
(int program, int location, int count, @Nullable IntPtr 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.programUniform4uivEXT
(int program, int location, int count, @Nullable IntPtr value) void
GL.programUniformHandleui64ARB
(int program, int location, long value) void
GL.programUniformHandleui64ARB
(int program, int location, long value) void
GL.programUniformHandleui64NV
(int program, int location, long value) void
GL.programUniformHandleui64NV
(int program, int location, long value) void
GL.programUniformHandleui64vARB
(int program, int location, int count, @Nullable LongPtr values) 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.programUniformMatrix4x3fvEXT
(int program, int location, int count, byte transpose, @Nullable FloatPtr value) void
GL.programUniformui64NV
(int program, int location, long value) void
GL.programUniformui64NV
(int program, int location, long value) void
GL.programUniformui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GL.programUniformui64vNV
(int program, int location, int count, @Nullable LongPtr value) void
GLCompatibility.pushAttrib
(int mask) void
GLCompatibility.pushClientAttrib
(int mask) void
GL.pushClientAttribDefaultEXT
(int mask) 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
GLCompatibility.pushName
(int name) void
GL.queryCounter
(int id, int target) void
GLCompatibility.queryObjectParameteruiAMD
(int target, int id, int pname, int param) void
GLCompatibility.queryObjectParameteruiAMD
(int target, int id, int pname, int param) int
GLCompatibility.queryResourceNV
(int queryType, int tagId, int count, @Nullable IntPtr buffer) void
GL.rasterSamplesEXT
(int samples, byte fixedsamplelocations) void
GL.rasterSamplesEXT
(int samples, byte fixedsamplelocations) byte
GLCompatibility.releaseKeyedMutexWin32EXT
(int memory, long key) byte
GLCompatibility.releaseKeyedMutexWin32EXT
(int memory, long key) void
GLCompatibility.renderGpuMaskNV
(int mask) void
GL.resetMemoryObjectParameterNV
(int memory, int pname) void
GL.sampleCoverage
(float value, byte invert) void
GLCompatibility.sampleCoverageARB
(float value, byte invert) void
GL.sampleMaski
(int maskNumber, int mask) void
GL.sampleMaski
(int maskNumber, int mask) void
GLCompatibility.sampleMaskIndexedNV
(int index, int mask) void
GLCompatibility.sampleMaskIndexedNV
(int index, int mask) void
GL.samplerParameterf
(int sampler, int pname, float param) void
GL.samplerParameterfv
(int sampler, int pname, @Nullable FloatPtr param) void
GL.samplerParameteri
(int sampler, int pname, int param) void
GL.samplerParameterIiv
(int sampler, int pname, @Nullable IntPtr param) void
GL.samplerParameterIuiv
(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.scissorIndexed
(int index, int left, int bottom, int width, int height) void
GL.scissorIndexedv
(int index, @Nullable IntPtr v) void
GLCompatibility.secondaryColor3hNV
(short red, short green, short blue) void
GLCompatibility.secondaryColor3hNV
(short red, short green, short blue) void
GLCompatibility.secondaryColor3hNV
(short red, short green, short blue) void
GLCompatibility.secondaryColor3hvNV
(@Nullable ShortPtr v) void
GLCompatibility.secondaryColor3ub
(byte red, byte green, byte blue) void
GLCompatibility.secondaryColor3ub
(byte red, byte green, byte blue) void
GLCompatibility.secondaryColor3ub
(byte red, byte green, byte blue) void
GLCompatibility.secondaryColor3ubEXT
(byte red, byte green, byte blue) void
GLCompatibility.secondaryColor3ubEXT
(byte red, byte green, byte blue) void
GLCompatibility.secondaryColor3ubEXT
(byte red, byte green, byte blue) void
GLCompatibility.secondaryColor3ubv
(@Nullable BytePtr v) void
GLCompatibility.secondaryColor3ubvEXT
(@Nullable BytePtr v) void
GLCompatibility.secondaryColor3ui
(int red, int green, int blue) void
GLCompatibility.secondaryColor3ui
(int red, int green, int blue) void
GLCompatibility.secondaryColor3ui
(int red, int green, int blue) void
GLCompatibility.secondaryColor3uiEXT
(int red, int green, int blue) void
GLCompatibility.secondaryColor3uiEXT
(int red, int green, int blue) void
GLCompatibility.secondaryColor3uiEXT
(int red, int green, int blue) void
GLCompatibility.secondaryColor3uiv
(@Nullable IntPtr v) void
GLCompatibility.secondaryColor3uivEXT
(@Nullable IntPtr v) void
GLCompatibility.secondaryColor3us
(short red, short green, short blue) void
GLCompatibility.secondaryColor3us
(short red, short green, short blue) void
GLCompatibility.secondaryColor3us
(short red, short green, short blue) void
GLCompatibility.secondaryColor3usEXT
(short red, short green, short blue) void
GLCompatibility.secondaryColor3usEXT
(short red, short green, short blue) void
GLCompatibility.secondaryColor3usEXT
(short red, short green, short blue) void
GLCompatibility.secondaryColor3usv
(@Nullable ShortPtr v) void
GLCompatibility.secondaryColor3usvEXT
(@Nullable ShortPtr v) void
GLCompatibility.secondaryColorP3ui
(int type, int color) void
GLCompatibility.secondaryColorP3uiv
(int type, @Nullable IntPtr color) void
GLCompatibility.selectBuffer
(int size, @Nullable IntPtr buffer) void
GL.selectPerfMonitorCountersAMD
(int monitor, byte enable, int group, int numCounters, @Nullable IntPtr counterList) void
GL.selectPerfMonitorCountersAMD
(int monitor, byte enable, int group, int numCounters, @Nullable IntPtr counterList) void
GL.selectPerfMonitorCountersAMD
(int monitor, byte enable, int group, int numCounters, @Nullable IntPtr counterList) 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.setFenceNV
(int fence, int condition) 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.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.shaderStorageBlockBinding
(int program, int storageBlockIndex, int storageBlockBinding) void
GL.shaderStorageBlockBinding
(int program, int storageBlockIndex, int storageBlockBinding) void
GL.shaderStorageBlockBinding
(int program, int storageBlockIndex, int storageBlockBinding) void
GL.shadingRateImageBarrierNV
(byte synchronize) void
GL.shadingRateImagePaletteNV
(int viewport, int first, int count, @Nullable IntPtr rates) 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
GLCompatibility.signalSemaphoreui64NVX
(int signalGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) void
GL.signalVkFenceNV
(long vkFence) void
GL.signalVkSemaphoreNV
(long vkSemaphore) 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.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.specializeShaderARB
(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) void
GL.stateCaptureNV
(int state, int mode) void
GLCompatibility.stencilClearTagEXT
(int stencilTagBits, int stencilClearTag) 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.stencilFillPathNV
(int path, int fillMode, int mask) void
GL.stencilFillPathNV
(int path, int fillMode, int mask) void
GL.stencilFunc
(int func, int ref, int mask) void
GL.stencilFuncSeparate
(int face, int func, int ref, int mask) void
GL.stencilMask
(int mask) void
GL.stencilMaskSeparate
(int face, int mask) void
GLCompatibility.stencilOpValueAMD
(int face, int value) 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.stencilStrokePathNV
(int path, int reference, int mask) void
GL.stencilStrokePathNV
(int path, int reference, int mask) 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.stencilThenCoverFillPathNV
(int path, int fillMode, int mask, int coverMode) void
GL.stencilThenCoverFillPathNV
(int path, int fillMode, int mask, int coverMode) 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
GL.stencilThenCoverStrokePathNV
(int path, int reference, int mask, int coverMode) void
GL.stencilThenCoverStrokePathNV
(int path, int reference, int mask, int coverMode) void
GL.subpixelPrecisionBiasNV
(int xbits, int ybits) void
GL.subpixelPrecisionBiasNV
(int xbits, int ybits) void
GLCompatibility.syncTextureINTEL
(int texture) byte
GLCompatibility.testFenceNV
(int fence) void
GL.texAttachMemoryNV
(int target, int memory, long offset) void
GL.texAttachMemoryNV
(int target, int memory, long offset) void
GL.texBuffer
(int target, int internalformat, int buffer) void
GL.texBufferARB
(int target, int internalformat, int buffer) void
GLCompatibility.texBufferEXT
(int target, int internalformat, int buffer) void
GL.texBufferRange
(int target, int internalformat, int buffer, long offset, long size) void
GLCompatibility.texCoord1hNV
(short s) void
GLCompatibility.texCoord1hvNV
(@Nullable ShortPtr v) void
GLCompatibility.texCoord2hNV
(short s, short t) void
GLCompatibility.texCoord2hNV
(short s, short t) void
GLCompatibility.texCoord2hvNV
(@Nullable ShortPtr v) void
GLCompatibility.texCoord3hNV
(short s, short t, short r) void
GLCompatibility.texCoord3hNV
(short s, short t, short r) void
GLCompatibility.texCoord3hNV
(short s, short t, short r) void
GLCompatibility.texCoord3hvNV
(@Nullable ShortPtr v) void
GLCompatibility.texCoord4hNV
(short s, short t, short r, short q) void
GLCompatibility.texCoord4hNV
(short s, short t, short r, short q) void
GLCompatibility.texCoord4hNV
(short s, short t, short r, short q) void
GLCompatibility.texCoord4hNV
(short s, short t, short r, short q) void
GLCompatibility.texCoord4hvNV
(@Nullable ShortPtr v) void
GLCompatibility.texCoordP1ui
(int type, int coords) void
GLCompatibility.texCoordP1uiv
(int type, @Nullable IntPtr coords) void
GLCompatibility.texCoordP2ui
(int type, int coords) void
GLCompatibility.texCoordP2uiv
(int type, @Nullable IntPtr coords) void
GLCompatibility.texCoordP3ui
(int type, int coords) void
GLCompatibility.texCoordP3uiv
(int type, @Nullable IntPtr coords) void
GLCompatibility.texCoordP4ui
(int type, int coords) void
GLCompatibility.texCoordP4uiv
(int type, @Nullable IntPtr coords) void
GL.texImage2DMultisample
(int target, int samples, int internalformat, int width, int height, byte fixedsamplelocations) void
GLCompatibility.texImage2DMultisampleCoverageNV
(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, byte fixedSampleLocations) void
GL.texImage3DMultisample
(int target, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) void
GLCompatibility.texImage3DMultisampleCoverageNV
(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) void
GL.texPageCommitmentARB
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, byte commit) void
GL.texPageCommitmentMemNV
(int target, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, byte commit) void
GL.texPageCommitmentMemNV
(int target, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, byte commit) void
GL.texPageCommitmentMemNV
(int target, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, byte commit) void
GL.texParameterIuiv
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.texParameterIuivEXT
(int target, int pname, @Nullable IntPtr params) void
GLCompatibility.texRenderbufferNV
(int target, int renderbuffer) void
GL.texStorage2DMultisample
(int target, int samples, int internalformat, int width, int height, byte fixedsamplelocations) void
GL.texStorage3DMultisample
(int target, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) void
GLCompatibility.texStorageSparseAMD
(int target, int internalFormat, int width, int height, int depth, int layers, int flags) void
GL.textureAttachMemoryNV
(int texture, int memory, long offset) void
GL.textureAttachMemoryNV
(int texture, int memory, long offset) void
GL.textureAttachMemoryNV
(int texture, int memory, long offset) void
GL.textureBuffer
(int texture, int internalformat, int buffer) void
GL.textureBuffer
(int texture, int internalformat, int buffer) void
GL.textureBufferEXT
(int texture, int target, int internalformat, int buffer) void
GL.textureBufferEXT
(int texture, int target, int internalformat, int buffer) void
GL.textureBufferRange
(int texture, int internalformat, int buffer, long offset, long size) void
GL.textureBufferRange
(int texture, int internalformat, int buffer, long offset, long size) void
GL.textureBufferRangeEXT
(int texture, int target, int internalformat, int buffer, long offset, long size) void
GL.textureBufferRangeEXT
(int texture, int target, int internalformat, int buffer, long offset, long size) 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
GLCompatibility.textureImage2DMultisampleCoverageNV
(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, byte fixedSampleLocations) void
GLCompatibility.textureImage2DMultisampleCoverageNV
(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, byte fixedSampleLocations) void
GLCompatibility.textureImage2DMultisampleNV
(int texture, int target, int samples, int internalFormat, int width, int height, byte fixedSampleLocations) void
GLCompatibility.textureImage2DMultisampleNV
(int texture, int target, int samples, int internalFormat, int width, int height, byte fixedSampleLocations) 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
GLCompatibility.textureImage3DMultisampleCoverageNV
(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) void
GLCompatibility.textureImage3DMultisampleCoverageNV
(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) void
GLCompatibility.textureImage3DMultisampleNV
(int texture, int target, int samples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) void
GLCompatibility.textureImage3DMultisampleNV
(int texture, int target, int samples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) void
GL.texturePageCommitmentEXT
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, byte commit) void
GL.texturePageCommitmentEXT
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, byte commit) void
GL.texturePageCommitmentMemNV
(int texture, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, byte commit) void
GL.texturePageCommitmentMemNV
(int texture, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, byte commit) void
GL.texturePageCommitmentMemNV
(int texture, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, byte commit) void
GL.texturePageCommitmentMemNV
(int texture, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, byte commit) void
GL.textureParameterf
(int texture, int pname, float param) void
GL.textureParameterfEXT
(int texture, int target, int pname, float param) void
GL.textureParameterfv
(int texture, int pname, @Nullable FloatPtr param) void
GL.textureParameterfvEXT
(int texture, int target, int pname, @Nullable FloatPtr params) void
GL.textureParameteri
(int texture, int pname, int param) void
GL.textureParameteriEXT
(int texture, int target, int pname, int param) 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.textureParameterIuiv
(int texture, int pname, @Nullable IntPtr params) void
GL.textureParameterIuivEXT
(int texture, int target, 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.textureRenderbufferEXT
(int texture, int target, int renderbuffer) void
GL.textureRenderbufferEXT
(int texture, int target, int renderbuffer) void
GL.textureStorage1D
(int texture, int levels, int internalformat, int width) void
GL.textureStorage1DEXT
(int texture, int target, int levels, int internalformat, int width) void
GL.textureStorage2D
(int texture, int levels, int internalformat, int width, int height) void
GL.textureStorage2DEXT
(int texture, int target, int levels, int internalformat, int width, int height) void
GL.textureStorage2DMultisample
(int texture, int samples, int internalformat, int width, int height, byte fixedsamplelocations) void
GL.textureStorage2DMultisample
(int texture, int samples, int internalformat, int width, int height, byte fixedsamplelocations) void
GL.textureStorage2DMultisampleEXT
(int texture, int target, int samples, int internalformat, int width, int height, byte fixedsamplelocations) void
GL.textureStorage2DMultisampleEXT
(int texture, int target, int samples, int internalformat, int width, int height, byte fixedsamplelocations) void
GL.textureStorage3D
(int texture, int levels, int internalformat, int width, int height, int depth) void
GL.textureStorage3DEXT
(int texture, int target, int levels, int internalformat, int width, int height, int depth) void
GL.textureStorage3DMultisample
(int texture, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) void
GL.textureStorage3DMultisample
(int texture, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) void
GL.textureStorage3DMultisampleEXT
(int texture, int target, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) void
GL.textureStorage3DMultisampleEXT
(int texture, int target, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) void
GLCompatibility.textureStorageSparseAMD
(int texture, int target, int internalFormat, int width, int height, int depth, int layers, int flags) void
GLCompatibility.textureStorageSparseAMD
(int texture, int target, int internalFormat, int width, int height, int depth, int layers, int flags) 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
GL.textureView
(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void
GL.textureView
(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void
GL.textureView
(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void
GL.textureView
(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void
GL.textureView
(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void
GL.textureView
(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void
GL.transformFeedbackBufferBase
(int xfb, int index, int buffer) void
GL.transformFeedbackBufferBase
(int xfb, int index, int buffer) void
GL.transformFeedbackBufferBase
(int xfb, int index, int buffer) void
GL.transformFeedbackBufferRange
(int xfb, int index, int buffer, long offset, long size) void
GL.transformFeedbackBufferRange
(int xfb, int index, int buffer, long offset, long size) void
GL.transformFeedbackBufferRange
(int xfb, int index, int buffer, long offset, long size) void
GL.transformFeedbackVaryings
(int program, int count, @Nullable PointerPtr varyings, int bufferMode) void
GLCompatibility.transformFeedbackVaryingsEXT
(int program, int count, @Nullable PointerPtr varyings, 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.transformPathNV
(int resultPath, int srcPath, int transformType, @Nullable FloatPtr transformValues) void
GL.uniform1ui
(int location, int v0) void
GL.uniform1ui64ARB
(int location, long x) void
GLCompatibility.uniform1ui64NV
(int location, long x) void
GL.uniform1ui64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform1ui64vNV
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform1uiEXT
(int location, int v0) void
GL.uniform1uiv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform1uivEXT
(int location, int count, @Nullable IntPtr value) void
GL.uniform2ui
(int location, int v0, int v1) void
GL.uniform2ui
(int location, int v0, int v1) void
GL.uniform2ui64ARB
(int location, long x, long y) void
GL.uniform2ui64ARB
(int location, long x, long y) void
GLCompatibility.uniform2ui64NV
(int location, long x, long y) void
GLCompatibility.uniform2ui64NV
(int location, long x, long y) void
GL.uniform2ui64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform2ui64vNV
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform2uiEXT
(int location, int v0, int v1) void
GLCompatibility.uniform2uiEXT
(int location, int v0, int v1) void
GL.uniform2uiv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform2uivEXT
(int location, int count, @Nullable IntPtr value) void
GL.uniform3ui
(int location, int v0, int v1, int v2) void
GL.uniform3ui
(int location, int v0, int v1, int v2) void
GL.uniform3ui
(int location, int v0, int v1, int v2) void
GL.uniform3ui64ARB
(int location, long x, long y, long z) void
GL.uniform3ui64ARB
(int location, long x, long y, long z) void
GL.uniform3ui64ARB
(int location, long x, long y, long z) void
GLCompatibility.uniform3ui64NV
(int location, long x, long y, long z) void
GLCompatibility.uniform3ui64NV
(int location, long x, long y, long z) void
GLCompatibility.uniform3ui64NV
(int location, long x, long y, long z) void
GL.uniform3ui64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform3ui64vNV
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform3uiEXT
(int location, int v0, int v1, int v2) void
GLCompatibility.uniform3uiEXT
(int location, int v0, int v1, int v2) void
GLCompatibility.uniform3uiEXT
(int location, int v0, int v1, int v2) void
GL.uniform3uiv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform3uivEXT
(int location, int count, @Nullable IntPtr value) void
GL.uniform4ui
(int location, int v0, int v1, int v2, int v3) void
GL.uniform4ui
(int location, int v0, int v1, int v2, int v3) void
GL.uniform4ui
(int location, int v0, int v1, int v2, int v3) void
GL.uniform4ui
(int location, int v0, int v1, int v2, int v3) void
GL.uniform4ui64ARB
(int location, long x, long y, long z, long w) void
GL.uniform4ui64ARB
(int location, long x, long y, long z, long w) void
GL.uniform4ui64ARB
(int location, long x, long y, long z, long w) void
GL.uniform4ui64ARB
(int location, long x, long y, long z, long w) void
GLCompatibility.uniform4ui64NV
(int location, long x, long y, long z, long w) void
GLCompatibility.uniform4ui64NV
(int location, long x, long y, long z, long w) void
GLCompatibility.uniform4ui64NV
(int location, long x, long y, long z, long w) void
GLCompatibility.uniform4ui64NV
(int location, long x, long y, long z, long w) void
GL.uniform4ui64vARB
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform4ui64vNV
(int location, int count, @Nullable LongPtr value) void
GLCompatibility.uniform4uiEXT
(int location, int v0, int v1, int v2, int v3) void
GLCompatibility.uniform4uiEXT
(int location, int v0, int v1, int v2, int v3) void
GLCompatibility.uniform4uiEXT
(int location, int v0, int v1, int v2, int v3) void
GLCompatibility.uniform4uiEXT
(int location, int v0, int v1, int v2, int v3) void
GL.uniform4uiv
(int location, int count, @Nullable IntPtr value) void
GLCompatibility.uniform4uivEXT
(int location, int count, @Nullable IntPtr value) void
GL.uniformBlockBinding
(int program, int uniformBlockIndex, int uniformBlockBinding) void
GL.uniformBlockBinding
(int program, int uniformBlockIndex, int uniformBlockBinding) void
GL.uniformBlockBinding
(int program, int uniformBlockIndex, int uniformBlockBinding) void
GLCompatibility.uniformBufferEXT
(int program, int location, int buffer) void
GLCompatibility.uniformBufferEXT
(int program, int location, int buffer) void
GL.uniformHandleui64ARB
(int location, long value) void
GL.uniformHandleui64NV
(int location, long 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.uniformui64NV
(int location, long value) void
GL.uniformui64vNV
(int location, int count, @Nullable LongPtr value) byte
GL.unmapNamedBuffer
(int buffer) byte
GL.unmapNamedBufferEXT
(int buffer) void
GLCompatibility.unmapTexture2DINTEL
(int texture, int level) void
GLCompatibility.uploadGpuMaskNVX
(int mask) void
GL.useProgram
(int program) void
GLCompatibility.useProgramObjectARB
(int programObj) void
GL.useProgramStages
(int pipeline, int stages, int program) void
GL.useProgramStages
(int pipeline, int stages, int program) void
GL.useProgramStages
(int pipeline, int stages, int program) void
GL.useProgramStagesEXT
(int pipeline, int stages, int program) void
GL.useProgramStagesEXT
(int pipeline, int stages, int program) void
GL.useProgramStagesEXT
(int pipeline, int stages, int program) void
GL.useShaderProgramEXT
(int type, int program) void
GL.validateProgram
(int program) void
GLCompatibility.validateProgramARB
(int programObj) void
GL.validateProgramPipeline
(int pipeline) void
GL.validateProgramPipelineEXT
(int pipeline) void
GLCompatibility.vertex2hNV
(short x, short y) void
GLCompatibility.vertex2hNV
(short x, short y) void
GLCompatibility.vertex2hvNV
(@Nullable ShortPtr v) void
GLCompatibility.vertex3hNV
(short x, short y, short z) void
GLCompatibility.vertex3hNV
(short x, short y, short z) void
GLCompatibility.vertex3hNV
(short x, short y, short z) void
GLCompatibility.vertex3hvNV
(@Nullable ShortPtr v) void
GLCompatibility.vertex4hNV
(short x, short y, short z, short w) void
GLCompatibility.vertex4hNV
(short x, short y, short z, short w) void
GLCompatibility.vertex4hNV
(short x, short y, short z, short w) void
GLCompatibility.vertex4hNV
(short x, short y, short z, short w) void
GLCompatibility.vertex4hvNV
(@Nullable ShortPtr v) void
GL.vertexArrayAttribBinding
(int vaobj, int attribindex, int bindingindex) void
GL.vertexArrayAttribBinding
(int vaobj, int attribindex, int bindingindex) void
GL.vertexArrayAttribBinding
(int vaobj, int attribindex, int bindingindex) void
GL.vertexArrayAttribFormat
(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexArrayAttribFormat
(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexArrayAttribFormat
(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexArrayAttribFormat
(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexArrayAttribIFormat
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayAttribIFormat
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayAttribIFormat
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayAttribLFormat
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayAttribLFormat
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayAttribLFormat
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayBindingDivisor
(int vaobj, int bindingindex, int divisor) void
GL.vertexArrayBindingDivisor
(int vaobj, int bindingindex, int divisor) void
GL.vertexArrayBindingDivisor
(int vaobj, int bindingindex, int divisor) void
GL.vertexArrayBindVertexBufferEXT
(int vaobj, int bindingindex, int buffer, long offset, int stride) void
GL.vertexArrayBindVertexBufferEXT
(int vaobj, int bindingindex, int buffer, long offset, int stride) void
GL.vertexArrayBindVertexBufferEXT
(int vaobj, int bindingindex, int buffer, long offset, int stride) void
GL.vertexArrayColorOffsetEXT
(int vaobj, int buffer, int size, int type, int stride, long offset) void
GL.vertexArrayColorOffsetEXT
(int vaobj, int buffer, int size, int type, int stride, long offset) void
GL.vertexArrayEdgeFlagOffsetEXT
(int vaobj, int buffer, int stride, long offset) void
GL.vertexArrayEdgeFlagOffsetEXT
(int vaobj, int buffer, int stride, long offset) void
GL.vertexArrayElementBuffer
(int vaobj, int buffer) void
GL.vertexArrayElementBuffer
(int vaobj, int buffer) void
GL.vertexArrayFogCoordOffsetEXT
(int vaobj, int buffer, int type, int stride, long offset) void
GL.vertexArrayFogCoordOffsetEXT
(int vaobj, int buffer, int type, int stride, long offset) void
GL.vertexArrayIndexOffsetEXT
(int vaobj, int buffer, int type, int stride, long offset) void
GL.vertexArrayIndexOffsetEXT
(int vaobj, int buffer, int type, int stride, long offset) void
GL.vertexArrayMultiTexCoordOffsetEXT
(int vaobj, int buffer, int texunit, int size, int type, int stride, long offset) void
GL.vertexArrayMultiTexCoordOffsetEXT
(int vaobj, int buffer, int texunit, int size, int type, int stride, long offset) void
GL.vertexArrayNormalOffsetEXT
(int vaobj, int buffer, int type, int stride, long offset) void
GL.vertexArrayNormalOffsetEXT
(int vaobj, int buffer, int type, int stride, long offset) void
GL.vertexArraySecondaryColorOffsetEXT
(int vaobj, int buffer, int size, int type, int stride, long offset) void
GL.vertexArraySecondaryColorOffsetEXT
(int vaobj, int buffer, int size, int type, int stride, long offset) void
GL.vertexArrayTexCoordOffsetEXT
(int vaobj, int buffer, int size, int type, int stride, long offset) void
GL.vertexArrayTexCoordOffsetEXT
(int vaobj, int buffer, int size, int type, int stride, long offset) void
GL.vertexArrayVertexAttribBindingEXT
(int vaobj, int attribindex, int bindingindex) void
GL.vertexArrayVertexAttribBindingEXT
(int vaobj, int attribindex, int bindingindex) void
GL.vertexArrayVertexAttribBindingEXT
(int vaobj, int attribindex, int bindingindex) void
GL.vertexArrayVertexAttribDivisorEXT
(int vaobj, int index, int divisor) void
GL.vertexArrayVertexAttribDivisorEXT
(int vaobj, int index, int divisor) void
GL.vertexArrayVertexAttribDivisorEXT
(int vaobj, int index, int divisor) void
GL.vertexArrayVertexAttribFormatEXT
(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexArrayVertexAttribFormatEXT
(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexArrayVertexAttribFormatEXT
(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexArrayVertexAttribFormatEXT
(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexArrayVertexAttribIFormatEXT
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayVertexAttribIFormatEXT
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayVertexAttribIFormatEXT
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayVertexAttribIOffsetEXT
(int vaobj, int buffer, int index, int size, int type, int stride, long offset) void
GL.vertexArrayVertexAttribIOffsetEXT
(int vaobj, int buffer, int index, int size, int type, int stride, long offset) void
GL.vertexArrayVertexAttribIOffsetEXT
(int vaobj, int buffer, int index, int size, int type, int stride, long offset) void
GL.vertexArrayVertexAttribLFormatEXT
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayVertexAttribLFormatEXT
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayVertexAttribLFormatEXT
(int vaobj, int attribindex, int size, int type, int relativeoffset) void
GL.vertexArrayVertexAttribLOffsetEXT
(int vaobj, int buffer, int index, int size, int type, int stride, long offset) void
GL.vertexArrayVertexAttribLOffsetEXT
(int vaobj, int buffer, int index, int size, int type, int stride, long offset) void
GL.vertexArrayVertexAttribLOffsetEXT
(int vaobj, int buffer, int index, int size, int type, int stride, long offset) void
GL.vertexArrayVertexAttribOffsetEXT
(int vaobj, int buffer, int index, int size, int type, byte normalized, int stride, long offset) void
GL.vertexArrayVertexAttribOffsetEXT
(int vaobj, int buffer, int index, int size, int type, byte normalized, int stride, long offset) void
GL.vertexArrayVertexAttribOffsetEXT
(int vaobj, int buffer, int index, int size, int type, byte normalized, int stride, long offset) void
GL.vertexArrayVertexAttribOffsetEXT
(int vaobj, int buffer, int index, int size, int type, byte normalized, int stride, long offset) void
GL.vertexArrayVertexBindingDivisorEXT
(int vaobj, int bindingindex, int divisor) void
GL.vertexArrayVertexBindingDivisorEXT
(int vaobj, int bindingindex, int divisor) void
GL.vertexArrayVertexBindingDivisorEXT
(int vaobj, int bindingindex, int divisor) void
GL.vertexArrayVertexBuffer
(int vaobj, int bindingindex, int buffer, long offset, int stride) void
GL.vertexArrayVertexBuffer
(int vaobj, int bindingindex, int buffer, long offset, int stride) void
GL.vertexArrayVertexBuffer
(int vaobj, int bindingindex, int buffer, long offset, int stride) 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.vertexArrayVertexOffsetEXT
(int vaobj, int buffer, int size, int type, int stride, long offset) void
GL.vertexArrayVertexOffsetEXT
(int vaobj, int buffer, int size, int type, int stride, long offset) void
GL.vertexAttrib1d
(int index, double x) void
GLCompatibility.vertexAttrib1dARB
(int index, double x) void
GL.vertexAttrib1dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttrib1dvARB
(int index, @Nullable DoublePtr v) void
GL.vertexAttrib1f
(int index, float x) void
GLCompatibility.vertexAttrib1fARB
(int index, float x) void
GL.vertexAttrib1fv
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib1fvARB
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib1hNV
(int index, short x) void
GLCompatibility.vertexAttrib1hNV
(int index, short x) void
GLCompatibility.vertexAttrib1hvNV
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib1hvNV
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib1s
(int index, short x) void
GLCompatibility.vertexAttrib1sARB
(int index, short x) void
GL.vertexAttrib1sv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib1svARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib2d
(int index, double x, double y) void
GLCompatibility.vertexAttrib2dARB
(int index, double x, double y) void
GL.vertexAttrib2dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttrib2dvARB
(int index, @Nullable DoublePtr v) void
GL.vertexAttrib2f
(int index, float x, float y) void
GLCompatibility.vertexAttrib2fARB
(int index, float x, float y) void
GL.vertexAttrib2fv
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib2fvARB
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib2hNV
(int index, short x, short y) void
GLCompatibility.vertexAttrib2hNV
(int index, short x, short y) void
GLCompatibility.vertexAttrib2hNV
(int index, short x, short y) void
GLCompatibility.vertexAttrib2hvNV
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib2hvNV
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib2s
(int index, short x, short y) void
GLCompatibility.vertexAttrib2sARB
(int index, short x, short y) void
GL.vertexAttrib2sv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib2svARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib3d
(int index, double x, double y, double z) void
GLCompatibility.vertexAttrib3dARB
(int index, double x, double y, double z) void
GL.vertexAttrib3dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttrib3dvARB
(int index, @Nullable DoublePtr v) void
GL.vertexAttrib3f
(int index, float x, float y, float z) void
GLCompatibility.vertexAttrib3fARB
(int index, float x, float y, float z) void
GL.vertexAttrib3fv
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib3fvARB
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib3hNV
(int index, short x, short y, short z) void
GLCompatibility.vertexAttrib3hNV
(int index, short x, short y, short z) void
GLCompatibility.vertexAttrib3hNV
(int index, short x, short y, short z) void
GLCompatibility.vertexAttrib3hNV
(int index, short x, short y, short z) void
GLCompatibility.vertexAttrib3hvNV
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib3hvNV
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib3s
(int index, short x, short y, short z) void
GLCompatibility.vertexAttrib3sARB
(int index, short x, short y, short z) 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.vertexAttrib4d
(int index, double x, double y, double z, double w) void
GLCompatibility.vertexAttrib4dARB
(int index, double x, double y, double z, double w) void
GL.vertexAttrib4dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttrib4dvARB
(int index, @Nullable DoublePtr v) void
GL.vertexAttrib4f
(int index, float x, float y, float z, float w) void
GLCompatibility.vertexAttrib4fARB
(int index, float x, float y, float z, float w) void
GL.vertexAttrib4fv
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib4fvARB
(int index, @Nullable FloatPtr v) void
GLCompatibility.vertexAttrib4hNV
(int index, short x, short y, short z, short w) void
GLCompatibility.vertexAttrib4hNV
(int index, short x, short y, short z, short w) void
GLCompatibility.vertexAttrib4hNV
(int index, short x, short y, short z, short w) void
GLCompatibility.vertexAttrib4hNV
(int index, short x, short y, short z, short w) void
GLCompatibility.vertexAttrib4hNV
(int index, short x, short y, short z, short w) void
GLCompatibility.vertexAttrib4hvNV
(int index, @Nullable ShortPtr 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.vertexAttrib4Nub
(int index, byte x, byte y, byte z, byte w) void
GL.vertexAttrib4Nub
(int index, byte x, byte y, byte z, byte w) void
GL.vertexAttrib4Nub
(int index, byte x, byte y, byte z, byte w) void
GL.vertexAttrib4Nub
(int index, byte x, byte y, byte z, byte w) void
GL.vertexAttrib4Nub
(int index, byte x, byte y, byte z, byte w) void
GLCompatibility.vertexAttrib4NubARB
(int index, byte x, byte y, byte z, byte w) void
GLCompatibility.vertexAttrib4NubARB
(int index, byte x, byte y, byte z, byte w) void
GLCompatibility.vertexAttrib4NubARB
(int index, byte x, byte y, byte z, byte w) void
GLCompatibility.vertexAttrib4NubARB
(int index, byte x, byte y, byte z, byte w) void
GLCompatibility.vertexAttrib4NubARB
(int index, byte x, byte y, byte z, byte w) void
GL.vertexAttrib4Nubv
(int index, @Nullable BytePtr v) void
GL.vertexAttrib4Nubv
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttrib4NubvARB
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttrib4NubvARB
(int index, @Nullable BytePtr v) void
GL.vertexAttrib4Nuiv
(int index, @Nullable IntPtr v) void
GL.vertexAttrib4Nuiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttrib4NuivARB
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttrib4NuivARB
(int index, @Nullable IntPtr v) void
GL.vertexAttrib4Nusv
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib4Nusv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib4NusvARB
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib4NusvARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib4s
(int index, short x, short y, short z, short w) void
GLCompatibility.vertexAttrib4sARB
(int index, short x, short y, short z, short w) 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
GL.vertexAttrib4ubv
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttrib4ubvARB
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttrib4ubvARB
(int index, @Nullable BytePtr v) void
GL.vertexAttrib4uiv
(int index, @Nullable IntPtr v) void
GL.vertexAttrib4uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttrib4uivARB
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttrib4uivARB
(int index, @Nullable IntPtr v) void
GL.vertexAttrib4usv
(int index, @Nullable ShortPtr v) void
GL.vertexAttrib4usv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib4usvARB
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttrib4usvARB
(int index, @Nullable ShortPtr v) void
GL.vertexAttribBinding
(int attribindex, int bindingindex) void
GL.vertexAttribBinding
(int attribindex, int bindingindex) void
GL.vertexAttribDivisor
(int index, int divisor) void
GL.vertexAttribDivisor
(int index, int divisor) void
GL.vertexAttribDivisorARB
(int index, int divisor) void
GL.vertexAttribDivisorARB
(int index, int divisor) void
GL.vertexAttribFormat
(int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexAttribFormat
(int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexAttribFormat
(int attribindex, int size, int type, byte normalized, int relativeoffset) void
GL.vertexAttribFormatNV
(int index, int size, int type, byte normalized, int stride) void
GL.vertexAttribFormatNV
(int index, int size, int type, byte normalized, int stride) void
GL.vertexAttribI1i
(int index, int x) void
GLCompatibility.vertexAttribI1iEXT
(int index, int x) void
GL.vertexAttribI1iv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI1ivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI1ui
(int index, int x) void
GL.vertexAttribI1ui
(int index, int x) void
GLCompatibility.vertexAttribI1uiEXT
(int index, int x) void
GLCompatibility.vertexAttribI1uiEXT
(int index, int x) void
GL.vertexAttribI1uiv
(int index, @Nullable IntPtr v) void
GL.vertexAttribI1uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI1uivEXT
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI1uivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI2i
(int index, int x, int y) void
GLCompatibility.vertexAttribI2iEXT
(int index, int x, int y) void
GL.vertexAttribI2iv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI2ivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI2ui
(int index, int x, int y) void
GL.vertexAttribI2ui
(int index, int x, int y) void
GL.vertexAttribI2ui
(int index, int x, int y) void
GLCompatibility.vertexAttribI2uiEXT
(int index, int x, int y) void
GLCompatibility.vertexAttribI2uiEXT
(int index, int x, int y) void
GLCompatibility.vertexAttribI2uiEXT
(int index, int x, int y) void
GL.vertexAttribI2uiv
(int index, @Nullable IntPtr v) void
GL.vertexAttribI2uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI2uivEXT
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI2uivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI3i
(int index, int x, int y, int z) void
GLCompatibility.vertexAttribI3iEXT
(int index, int x, int y, int z) void
GL.vertexAttribI3iv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI3ivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI3ui
(int index, int x, int y, int z) void
GL.vertexAttribI3ui
(int index, int x, int y, int z) void
GL.vertexAttribI3ui
(int index, int x, int y, int z) void
GL.vertexAttribI3ui
(int index, int x, int y, int z) void
GLCompatibility.vertexAttribI3uiEXT
(int index, int x, int y, int z) void
GLCompatibility.vertexAttribI3uiEXT
(int index, int x, int y, int z) void
GLCompatibility.vertexAttribI3uiEXT
(int index, int x, int y, int z) void
GLCompatibility.vertexAttribI3uiEXT
(int index, int x, int y, int z) void
GL.vertexAttribI3uiv
(int index, @Nullable IntPtr v) void
GL.vertexAttribI3uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI3uivEXT
(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.vertexAttribI4i
(int index, int x, int y, int z, int w) void
GLCompatibility.vertexAttribI4iEXT
(int index, int x, int y, int z, int w) 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
GL.vertexAttribI4ubv
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttribI4ubvEXT
(int index, @Nullable BytePtr v) void
GLCompatibility.vertexAttribI4ubvEXT
(int index, @Nullable BytePtr v) void
GL.vertexAttribI4ui
(int index, int x, int y, int z, int w) void
GL.vertexAttribI4ui
(int index, int x, int y, int z, int w) void
GL.vertexAttribI4ui
(int index, int x, int y, int z, int w) void
GL.vertexAttribI4ui
(int index, int x, int y, int z, int w) void
GL.vertexAttribI4ui
(int index, int x, int y, int z, int w) void
GLCompatibility.vertexAttribI4uiEXT
(int index, int x, int y, int z, int w) void
GLCompatibility.vertexAttribI4uiEXT
(int index, int x, int y, int z, int w) void
GLCompatibility.vertexAttribI4uiEXT
(int index, int x, int y, int z, int w) void
GLCompatibility.vertexAttribI4uiEXT
(int index, int x, int y, int z, int w) void
GLCompatibility.vertexAttribI4uiEXT
(int index, int x, int y, int z, int w) void
GL.vertexAttribI4uiv
(int index, @Nullable IntPtr v) void
GL.vertexAttribI4uiv
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI4uivEXT
(int index, @Nullable IntPtr v) void
GLCompatibility.vertexAttribI4uivEXT
(int index, @Nullable IntPtr v) void
GL.vertexAttribI4usv
(int index, @Nullable ShortPtr v) void
GL.vertexAttribI4usv
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribI4usvEXT
(int index, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribI4usvEXT
(int index, @Nullable ShortPtr v) void
GL.vertexAttribIFormat
(int attribindex, int size, int type, int relativeoffset) void
GL.vertexAttribIFormat
(int attribindex, int size, int type, int relativeoffset) void
GL.vertexAttribIFormatNV
(int index, int size, int type, int stride) 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.vertexAttribL1d
(int index, double x) void
GLCompatibility.vertexAttribL1dEXT
(int index, double x) void
GL.vertexAttribL1dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttribL1dvEXT
(int index, @Nullable DoublePtr v) void
GL.vertexAttribL1i64NV
(int index, long x) void
GL.vertexAttribL1i64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL1ui64ARB
(int index, long x) void
GL.vertexAttribL1ui64ARB
(int index, long x) void
GL.vertexAttribL1ui64NV
(int index, long x) void
GL.vertexAttribL1ui64NV
(int index, long x) void
GL.vertexAttribL1ui64vARB
(int index, @Nullable LongPtr v) void
GL.vertexAttribL1ui64vARB
(int index, @Nullable LongPtr v) void
GL.vertexAttribL1ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL1ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL2d
(int index, double x, double y) void
GLCompatibility.vertexAttribL2dEXT
(int index, double x, double y) void
GL.vertexAttribL2dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttribL2dvEXT
(int index, @Nullable DoublePtr v) void
GL.vertexAttribL2i64NV
(int index, long x, long y) void
GL.vertexAttribL2i64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL2ui64NV
(int index, long x, long y) void
GL.vertexAttribL2ui64NV
(int index, long x, long y) void
GL.vertexAttribL2ui64NV
(int index, long x, long y) void
GL.vertexAttribL2ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL2ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL3d
(int index, double x, double y, double z) void
GLCompatibility.vertexAttribL3dEXT
(int index, double x, double y, double z) void
GL.vertexAttribL3dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttribL3dvEXT
(int index, @Nullable DoublePtr v) void
GL.vertexAttribL3i64NV
(int index, long x, long y, long z) void
GL.vertexAttribL3i64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL3ui64NV
(int index, long x, long y, long z) void
GL.vertexAttribL3ui64NV
(int index, long x, long y, long z) void
GL.vertexAttribL3ui64NV
(int index, long x, long y, long z) void
GL.vertexAttribL3ui64NV
(int index, long x, long y, long z) void
GL.vertexAttribL3ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL3ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL4d
(int index, double x, double y, double z, double w) void
GLCompatibility.vertexAttribL4dEXT
(int index, double x, double y, double z, double w) void
GL.vertexAttribL4dv
(int index, @Nullable DoublePtr v) void
GLCompatibility.vertexAttribL4dvEXT
(int index, @Nullable DoublePtr v) void
GL.vertexAttribL4i64NV
(int index, long x, long y, long z, long w) void
GL.vertexAttribL4i64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL4ui64NV
(int index, long x, long y, long z, long w) void
GL.vertexAttribL4ui64NV
(int index, long x, long y, long z, long w) void
GL.vertexAttribL4ui64NV
(int index, long x, long y, long z, long w) void
GL.vertexAttribL4ui64NV
(int index, long x, long y, long z, long w) void
GL.vertexAttribL4ui64NV
(int index, long x, long y, long z, long w) void
GL.vertexAttribL4ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribL4ui64vNV
(int index, @Nullable LongPtr v) void
GL.vertexAttribLFormat
(int attribindex, int size, int type, int relativeoffset) void
GL.vertexAttribLFormat
(int attribindex, int size, int type, int relativeoffset) void
GL.vertexAttribLFormatNV
(int index, int size, int type, int stride) 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.vertexAttribP1ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP1ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP1ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP1uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP1uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP1uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP2ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP2ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP2ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP2uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP2uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP2uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP3ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP3ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP3ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP3uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP3uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP3uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP4ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP4ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP4ui
(int index, int type, byte normalized, int value) void
GL.vertexAttribP4uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP4uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GL.vertexAttribP4uiv
(int index, int type, byte normalized, @Nullable IntPtr value) void
GLCompatibility.vertexAttribParameteriAMD
(int index, int pname, int param) void
GL.vertexAttribPointer
(int index, int size, int type, byte normalized, int stride, MemorySegment pointer) 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.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.vertexAttribs1hvNV
(int index, int n, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribs2hvNV
(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.vertexAttribs3hvNV
(int index, int n, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribs4hvNV
(int index, int n, @Nullable ShortPtr v) void
GLCompatibility.vertexAttribs4hvNV
(int index, int n, @Nullable ShortPtr v) void
GL.vertexBindingDivisor
(int bindingindex, int divisor) void
GL.vertexBindingDivisor
(int bindingindex, int divisor) void
GLCompatibility.vertexP2ui
(int type, int value) void
GLCompatibility.vertexP2uiv
(int type, @Nullable IntPtr value) void
GLCompatibility.vertexP3ui
(int type, int value) void
GLCompatibility.vertexP3uiv
(int type, @Nullable IntPtr value) void
GLCompatibility.vertexP4ui
(int type, int value) void
GLCompatibility.vertexP4uiv
(int type, @Nullable IntPtr value) void
GLCompatibility.vertexWeighthNV
(short weight) void
GLCompatibility.vertexWeighthvNV
(@Nullable ShortPtr weight) void
GL.viewportArrayv
(int first, int count, @Nullable FloatPtr v) void
GL.viewportIndexedf
(int index, float x, float y, float w, float h) void
GL.viewportIndexedfv
(int index, @Nullable FloatPtr v) void
GL.viewportPositionWScaleNV
(int index, float xcoeff, float ycoeff) void
GL.viewportSwizzleNV
(int index, int swizzlex, int swizzley, int swizzlez, int swizzlew) 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.waitSemaphoreui64NVX
(int waitGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) void
void
void
GL.waitVkSemaphoreNV
(long vkSemaphore) 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.weightubvARB
(int size, @Nullable BytePtr weights) void
GLCompatibility.weightuivARB
(int size, @Nullable IntPtr weights) void
GLCompatibility.weightusvARB
(int size, @Nullable ShortPtr weights) -
Uses of Unsigned in club.doki7.sdl3
Fields in club.doki7.sdl3 with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final int
SDL3Constants.ALPHA_OPAQUE
static final int
SDL3Constants.ALPHA_TRANSPARENT
static final int
SDL3Constants.ANDROID_EXTERNAL_STORAGE_READ
static final int
SDL3Constants.ANDROID_EXTERNAL_STORAGE_WRITE
static final int
SDL3Constants.AUDIO_DEVICE_DEFAULT_PLAYBACK
static final int
SDL3Constants.AUDIO_DEVICE_DEFAULT_RECORDING
static final int
SDL3Constants.AUDIO_MASK_BIG_ENDIAN
static final int
SDL3Constants.AUDIO_MASK_BITSIZE
static final int
SDL3Constants.AUDIO_MASK_FLOAT
static final int
SDL3Constants.AUDIO_MASK_SIGNED
static final int
SDL3Constants.BIG_ENDIAN
static final int
SDL3Constants.BUTTON_LMASK
static final int
SDL3Constants.BUTTON_MMASK
static final int
SDL3Constants.BUTTON_RMASK
static final int
SDL3Constants.BUTTON_X1MASK
static final int
SDL3Constants.BUTTON_X2MASK
static final int
SDL3Constants.CACHELINE_SIZE
static final int
SDL3Constants.DEBUG_TEXT_FONT_CHARACTER_SIZE
static final int
SDL3Constants.HAPTIC_AUTOCENTER
static final int
SDL3Constants.HAPTIC_CARTESIAN
static final int
SDL3Constants.HAPTIC_CONSTANT
static final int
SDL3Constants.HAPTIC_CUSTOM
static final int
SDL3Constants.HAPTIC_DAMPER
static final int
SDL3Constants.HAPTIC_FRICTION
static final int
SDL3Constants.HAPTIC_GAIN
static final int
SDL3Constants.HAPTIC_INERTIA
static final int
SDL3Constants.HAPTIC_INFINITY
static final int
SDL3Constants.HAPTIC_LEFTRIGHT
static final int
SDL3Constants.HAPTIC_PAUSE
static final int
SDL3Constants.HAPTIC_POLAR
static final int
SDL3Constants.HAPTIC_RAMP
static final int
SDL3Constants.HAPTIC_RESERVED1
static final int
SDL3Constants.HAPTIC_RESERVED2
static final int
SDL3Constants.HAPTIC_RESERVED3
static final int
SDL3Constants.HAPTIC_SAWTOOTHDOWN
static final int
SDL3Constants.HAPTIC_SAWTOOTHUP
static final int
SDL3Constants.HAPTIC_SINE
static final int
SDL3Constants.HAPTIC_SPHERICAL
static final int
SDL3Constants.HAPTIC_SPRING
static final int
SDL3Constants.HAPTIC_SQUARE
static final int
SDL3Constants.HAPTIC_STATUS
static final int
SDL3Constants.HAPTIC_STEERING_AXIS
static final int
SDL3Constants.HAPTIC_TRIANGLE
static final int
SDL3Constants.HAT_CENTERED
static final int
SDL3Constants.HAT_DOWN
static final int
SDL3Constants.HAT_LEFT
static final int
SDL3Constants.HAT_LEFTDOWN
static final int
SDL3Constants.HAT_LEFTUP
static final int
SDL3Constants.HAT_RIGHT
static final int
SDL3Constants.HAT_RIGHTDOWN
static final int
SDL3Constants.HAT_RIGHTUP
static final int
SDL3Constants.HAT_UP
static final int
SDL3Constants.INVALID_UNICODE_CODEPOINT
static final int
SDL3Constants.JOYSTICK_AXIS_MAX
static final int
SDL3Constants.LIL_ENDIAN
static final int
SDL3Constants.MAJOR_VERSION
static final int
SDL3Constants.MESSAGEBOX_COLOR_COUNT
static final int
SDL3Constants.MICRO_VERSION
static final int
SDL3Constants.MIN_UINT64
static final int
SDL3Constants.MINOR_VERSION
static final int
SDL3Constants.MS_PER_SECOND
static final int
SDL3Constants.NOLONGLONG
static final int
SDL3Constants.NS_PER_MS
static final int
SDL3Constants.NS_PER_US
static final double
SDL3Constants.PI_D
static final float
SDL3Constants.PI_F
static final int
SDL3Constants.RENDERER_VSYNC_DISABLED
static final int
SDL3Constants.US_PER_SECOND
static final int
SDL3Constants.WINDOWPOS_CENTERED
static final int
SDL3Constants.WINDOWPOS_CENTERED_MASK
static final int
SDL3Constants.WINDOWPOS_UNDEFINED
static final int
SDL3Constants.WINDOWPOS_UNDEFINED_MASK
Methods in club.doki7.sdl3 with annotations of type UnsignedModifier and TypeMethodDescriptionint
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.attachVirtualJoystick
(@Nullable ISDL_VirtualJoystickDesc desc) Attach a new virtual joystick.int
SDL3.calculateGPUTextureFormatSize
(int format, int width, int height, int depth_or_layer_count) Calculate the size in bytes of a texture format with dimensions.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.int
SDL3.createProperties()
Create a group of properties.int
Get the current state of external storage for this Android application.int
SDL3.getAtomicU32
(@Nullable ISDL_AtomicU32 a) Get the value of an atomic variable.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.int
SDL3.getAudioStreamDevice
(@Nullable SDL_AudioStream stream) Query an audio stream for its currently-bound device.int
SDL3.getAudioStreamProperties
(@Nullable SDL_AudioStream stream) Get the properties associated with an audio stream.int
SDL3.getCameraID
(@Nullable SDL_Camera camera) Get the instance ID of an opened camera.int
SDL3.getCameraProperties
(@Nullable SDL_Camera camera) Get the properties associated with an opened camera.SDL3.getCameras
(@Nullable IntPtr count) Get a list of currently connected camera devices.long
SDL3.getCurrentThreadID()
Get the thread identifier for the current thread.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.int
SDL3.getDisplayForWindow
(@Nullable SDL_Window window) Get the display associated with a window.int
SDL3.getDisplayProperties
(int displayID) Get the properties associated with a display.SDL3.getDisplays
(@Nullable IntPtr count) Get a list of currently connected displays.short
SDL3.getGamepadFirmwareVersion
(@Nullable SDL_Gamepad gamepad) Get the firmware version of an opened gamepad, if available.int
SDL3.getGamepadID
(@Nullable SDL_Gamepad gamepad) Get the instance ID of an opened gamepad.short
SDL3.getGamepadProduct
(@Nullable SDL_Gamepad gamepad) Get the USB product ID of an opened gamepad, if available.short
SDL3.getGamepadProductForID
(int instance_id) Get the USB product ID of a gamepad, if available.short
SDL3.getGamepadProductVersion
(@Nullable SDL_Gamepad gamepad) Get the product version of an opened gamepad, if available.short
SDL3.getGamepadProductVersionForID
(int instance_id) Get the product version of a gamepad, if available.int
SDL3.getGamepadProperties
(@Nullable SDL_Gamepad gamepad) Get the properties associated with an opened gamepad.SDL3.getGamepads
(@Nullable IntPtr count) Get a list of currently connected gamepads.long
SDL3.getGamepadSteamHandle
(@Nullable SDL_Gamepad gamepad) Get the Steam Input handle of an opened gamepad, if available.short
SDL3.getGamepadVendor
(@Nullable SDL_Gamepad gamepad) Get the USB vendor ID of an opened gamepad, if available.short
SDL3.getGamepadVendorForID
(int instance_id) Get the USB vendor ID of a gamepad, if available.int
SDL3.getGlobalProperties()
Get the global SDL properties.int
SDL3.getHapticFeatures
(@Nullable SDL_Haptic haptic) Get the haptic device's supported features in bitwise manner.int
SDL3.getHapticID
(@Nullable SDL_Haptic haptic) Get the instance ID of an opened haptic device.SDL3.getHaptics
(@Nullable IntPtr count) Get a list of currently connected haptic devices.int
SDL3.getIOProperties
(@Nullable SDL_IOStream context) Get the properties associated with an SDL_IOStream.short
SDL3.getJoystickFirmwareVersion
(@Nullable SDL_Joystick joystick) Get the firmware version of an opened joystick, if available.byte
SDL3.getJoystickHat
(@Nullable SDL_Joystick joystick, int hat) Get the current state of a POV hat on a joystick.int
SDL3.getJoystickID
(@Nullable SDL_Joystick joystick) Get the instance ID of an opened joystick.short
SDL3.getJoystickProduct
(@Nullable SDL_Joystick joystick) Get the USB product ID of an opened joystick, if available.short
SDL3.getJoystickProductForID
(int instance_id) Get the USB product ID of a joystick, if available.short
SDL3.getJoystickProductVersion
(@Nullable SDL_Joystick joystick) Get the product version of an opened joystick, if available.short
SDL3.getJoystickProductVersionForID
(int instance_id) Get the product version of a joystick, if available.int
SDL3.getJoystickProperties
(@Nullable SDL_Joystick joystick) Get the properties associated with a joystick.SDL3.getJoysticks
(@Nullable IntPtr count) Get a list of currently connected joysticks.short
SDL3.getJoystickVendor
(@Nullable SDL_Joystick joystick) Get the USB vendor ID of an opened joystick, if available.short
SDL3.getJoystickVendorForID
(int instance_id) Get the USB vendor ID of a joystick, if available.SDL3.getKeyboards
(@Nullable IntPtr count) Get a list of currently connected keyboards.Get a list of currently connected mice.long
SDL3.getPerformanceCounter()
Get the current value of the high resolution counter.long
SDL3.getPerformanceFrequency()
Get the count per second of the high resolution counter.int
SDL3.getPrimaryDisplay()
Return the primary display.int
SDL3.getProcessProperties
(@Nullable SDL_Process process) Get the properties associated with a process.int
SDL3.getRendererProperties
(@Nullable SDL_Renderer renderer) Get the properties associated with a renderer.int
SDL3.getSemaphoreValue
(@Nullable SDL_Semaphore sem) Get the current value of a semaphore.int
SDL3.getSensorID
(@Nullable SDL_Sensor sensor) Get the instance ID of a sensor.int
SDL3.getSensorProperties
(@Nullable SDL_Sensor sensor) Get the properties associated with a sensor.SDL3.getSensors
(@Nullable IntPtr count) Get a list of currently connected sensors.long
SDL3.getStorageSpaceRemaining
(@Nullable SDL_Storage storage) Queries the remaining space in a storage container.int
SDL3.getSurfaceProperties
(@Nullable SDL_Surface surface) Get the properties associated with a surface.int
SDL3.getTextureProperties
(@Nullable SDL_Texture texture) Get the properties associated with a texture.long
SDL3.getThreadID
(@Nullable SDL_Thread thread) Get the thread identifier for the specified thread.long
SDL3.getTicks()
Get the number of milliseconds since SDL library initialization.long
SDL3.getTicksNS()
Get the number of nanoseconds since SDL library initialization.SDL3.getTouchDevices
(@Nullable IntPtr count) Get a list of registered touch devices.int
SDL3.getWindowID
(@Nullable SDL_Window window) Get the numeric ID of a window.int
SDL3.getWindowProperties
(@Nullable SDL_Window window) Get the properties associated with a window.int
SDL3.GPUTextureFormatTexelBlockSize
(int format) Obtains the texel block size for a texture format.int
SDL3.hid_device_change_count()
Check to see if devices may have been added or removed.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.mapSurfaceRGB
(@Nullable SDL_Surface surface, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a surface.int
SDL3.mapSurfaceRGBA
(@Nullable SDL_Surface surface, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a surface.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.int
SDL3.rand_bits()
Generate 32 pseudo-random bits.int
SDL3.rand_bits_r
(@Nullable LongPtr state) Generate 32 pseudo-random bits.int
SDL3.registerEvents
(int numevents) Allocate a set of user-defined events, and return the beginning event number for that set of events.int
SDL3.setAtomicU32
(@Nullable ISDL_AtomicU32 a, int v) Set an atomic variable to a value.int
SDL3.stepBackUTF8
(@Nullable BytePtr start, @Nullable PointerPtr pstr) Decode a UTF-8 string in reverse, one Unicode codepoint at a time.int
SDL3.stepUTF8
(@Nullable PointerPtr pstr, @Nullable PointerPtr pslen) Decode a UTF-8 string, one Unicode codepoint at a time.Method parameters in club.doki7.sdl3 with annotations of type UnsignedModifier 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.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.boolean
SDL3.addVulkanRenderSemaphores
(@Nullable SDL_Renderer renderer, int wait_stage_mask, long wait_semaphore, long signal_semaphore) Add a set of synchronization semaphores for the current frame.boolean
SDL3.audioDevicePaused
(int devid) Use this function to query if an audio device is paused.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.boolean
SDL3.bindAudioStream
(int devid, @Nullable SDL_AudioStream stream) Bind a single audio stream to an audio device.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.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.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.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.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.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.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.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.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.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.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.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.int
SDL3.calculateGPUTextureFormatSize
(int format, int width, int height, int depth_or_layer_count) Calculate the size in bytes of a texture format with dimensions.int
SDL3.calculateGPUTextureFormatSize
(int format, int width, int height, int depth_or_layer_count) Calculate the size in bytes of a texture format with dimensions.int
SDL3.calculateGPUTextureFormatSize
(int format, int width, int height, int depth_or_layer_count) Calculate the size in bytes of a texture format with dimensions.boolean
SDL3.clearProperty
(int props, @Nullable BytePtr name) Clear a property from a group of properties.void
SDL3.closeAudioDevice
(int devid) Close a previously-opened audio device.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.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.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.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.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.boolean
SDL3.copyProperties
(int src, int dst) Copy a group of properties.boolean
SDL3.copyProperties
(int src, int dst) Copy a group of properties.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.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.createGPUDeviceWithProperties
(int props) Creates a GPU context.SDL3.createProcessWithProperties
(int props) Create a new process with the specified properties.SDL3.createRendererWithProperties
(int props) Create a 2D rendering context for a window, with the specified properties.SDL3.createSemaphore
(int initial_value) Create a semaphore.SDL3.createTextureWithProperties
(@Nullable SDL_Renderer renderer, int props) Create a texture for a rendering context with the specified properties.SDL3.createThreadWithProperties
(int props) Create a new thread with with the specified properties.SDL3.createThreadWithPropertiesRuntime
(int props, MemorySegment pfnBeginThread, MemorySegment pfnEndThread) The actual entry point for SDL_CreateThreadWithProperties.SDL3.createWindowWithProperties
(int props) Create a window with the specified properties.void
SDL3.delay
(int ms) Wait a specified number of milliseconds before returning.void
SDL3.delayNS
(long ns) Wait a specified number of nanoseconds before returning.void
SDL3.delayPrecise
(long ns) Wait a specified number of nanoseconds before returning.void
SDL3.destroyProperties
(int props) Destroy a group of properties.boolean
SDL3.detachVirtualJoystick
(int instance_id) Detach a virtual joystick.void
SDL3.dispatchGPUCompute
(@Nullable SDL_GPUComputePass compute_pass, int groupcount_x, int groupcount_y, int groupcount_z) Dispatches compute work.void
SDL3.dispatchGPUCompute
(@Nullable SDL_GPUComputePass compute_pass, int groupcount_x, int groupcount_y, int groupcount_z) Dispatches compute work.void
SDL3.dispatchGPUCompute
(@Nullable SDL_GPUComputePass compute_pass, int groupcount_x, int groupcount_y, int groupcount_z) Dispatches compute work.void
SDL3.dispatchGPUComputeIndirect
(@Nullable SDL_GPUComputePass compute_pass, @Nullable SDL_GPUBuffer buffer, int offset) Dispatches compute work with parameters set from a buffer.void
SDL3.drawGPUIndexedPrimitives
(@Nullable SDL_GPURenderPass render_pass, int num_indices, int num_instances, int first_index, int vertex_offset, int first_instance) Draws data using bound graphics state with an index buffer and instancing enabled.void
SDL3.drawGPUIndexedPrimitives
(@Nullable SDL_GPURenderPass render_pass, int num_indices, int num_instances, int first_index, int vertex_offset, int first_instance) Draws data using bound graphics state with an index buffer and instancing enabled.void
SDL3.drawGPUIndexedPrimitives
(@Nullable SDL_GPURenderPass render_pass, int num_indices, int num_instances, int first_index, int vertex_offset, int first_instance) Draws data using bound graphics state with an index buffer and instancing enabled.void
SDL3.drawGPUIndexedPrimitives
(@Nullable SDL_GPURenderPass render_pass, int num_indices, int num_instances, int first_index, int vertex_offset, int first_instance) Draws data using bound graphics state with an index buffer and instancing enabled.void
SDL3.drawGPUIndexedPrimitivesIndirect
(@Nullable SDL_GPURenderPass render_pass, @Nullable SDL_GPUBuffer buffer, int offset, int draw_count) Draws data using bound graphics state with an index buffer enabled and with draw parameters set from a buffer.void
SDL3.drawGPUIndexedPrimitivesIndirect
(@Nullable SDL_GPURenderPass render_pass, @Nullable SDL_GPUBuffer buffer, int offset, int draw_count) Draws data using bound graphics state with an index buffer enabled and with draw parameters set from a buffer.void
SDL3.drawGPUPrimitives
(@Nullable SDL_GPURenderPass render_pass, int num_vertices, int num_instances, int first_vertex, int first_instance) Draws data using bound graphics state.void
SDL3.drawGPUPrimitives
(@Nullable SDL_GPURenderPass render_pass, int num_vertices, int num_instances, int first_vertex, int first_instance) Draws data using bound graphics state.void
SDL3.drawGPUPrimitives
(@Nullable SDL_GPURenderPass render_pass, int num_vertices, int num_instances, int first_vertex, int first_instance) Draws data using bound graphics state.void
SDL3.drawGPUPrimitives
(@Nullable SDL_GPURenderPass render_pass, int num_vertices, int num_instances, int first_vertex, int first_instance) Draws data using bound graphics state.void
SDL3.drawGPUPrimitivesIndirect
(@Nullable SDL_GPURenderPass render_pass, @Nullable SDL_GPUBuffer buffer, int offset, int draw_count) Draws data using bound graphics state and with draw parameters set from a buffer.void
SDL3.drawGPUPrimitivesIndirect
(@Nullable SDL_GPURenderPass render_pass, @Nullable SDL_GPUBuffer buffer, int offset, int draw_count) Draws data using bound graphics state and with draw parameters set from a buffer.boolean
SDL3.enumerateProperties
(int props, MemorySegment callback, MemorySegment userdata) Enumerate the properties contained in a group of properties.boolean
SDL3.eventEnabled
(int type) Query the state of processing events by type.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.flushEvent
(int type) Clear events of a specific type from the event queue.void
SDL3.flushEvents
(int minType, int maxType) Clear events of a range of types from the event queue.void
SDL3.flushEvents
(int minType, int maxType) Clear events of a range of types from the event queue.SDL3.getAudioDeviceChannelMap
(int devid, @Nullable IntPtr count) Get the current channel map of an audio device.boolean
SDL3.getAudioDeviceFormat
(int devid, @Nullable ISDL_AudioSpec spec, @Nullable IntPtr sample_frames) Get the current audio format of a specific audio device.float
SDL3.getAudioDeviceGain
(int devid) Get the gain of an audio device.SDL3.getAudioDeviceName
(int devid) Get the human-readable name of a specific audio device.boolean
SDL3.getBooleanProperty
(int props, @Nullable BytePtr name, boolean default_value) Get a boolean property from a group of properties.SDL3.getCameraName
(int instance_id) Get the human-readable device name for a camera.int
SDL3.getCameraPosition
(int instance_id) Get the position of the camera in relation to the system.SDL3.getCameraSupportedFormats
(int instance_id, @Nullable IntPtr count) Get the list of native formats/sizes a camera supports.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.SDL3.getCurrentDisplayMode
(int displayID) Get information about the current display mode.int
SDL3.getCurrentDisplayOrientation
(int displayID) Get the orientation of a display.SDL3.getDesktopDisplayMode
(int displayID) Get information about the desktop's display mode.int
SDL3.getDirect3D9AdapterIndex
(int displayID) Get the D3D9 adapter index that matches the specified display.boolean
SDL3.getDisplayBounds
(int displayID, @Nullable ISDL_Rect rect) Get the desktop area represented by a display.float
SDL3.getDisplayContentScale
(int displayID) Get the content scale of a display.SDL3.getDisplayName
(int displayID) Get the name of a display in UTF-8 encoding.int
SDL3.getDisplayProperties
(int displayID) Get the properties associated with a display.boolean
SDL3.getDisplayUsableBounds
(int displayID, @Nullable ISDL_Rect rect) Get the usable desktop area represented by a display, in screen coordinates.boolean
SDL3.getDXGIOutputInfo
(int displayID, @Nullable IntPtr adapterIndex, @Nullable IntPtr outputIndex) Get the DXGI Adapter and Output indices for the specified display.float
SDL3.getFloatProperty
(int props, @Nullable BytePtr name, float default_value) Get a floating point property from a group of properties.SDL3.getFullscreenDisplayModes
(int displayID, @Nullable IntPtr count) Get a list of fullscreen display modes available on a display.SDL3.getGamepadFromID
(int instance_id) Get the SDL_Gamepad associated with a joystick instance ID, if it has been opened.SDL3.getGamepadGUIDForID
(int instance_id) Get the implementation-dependent GUID of a gamepad.SDL3.getGamepadMappingForID
(int instance_id) Get the mapping of a gamepad.SDL3.getGamepadNameForID
(int instance_id) Get the implementation dependent name of a gamepad.SDL3.getGamepadPathForID
(int instance_id) Get the implementation dependent path of a gamepad.int
SDL3.getGamepadPlayerIndexForID
(int instance_id) Get the player index of a gamepad.short
SDL3.getGamepadProductForID
(int instance_id) Get the USB product ID of a gamepad, if available.short
SDL3.getGamepadProductVersionForID
(int instance_id) Get the product version of a gamepad, if available.int
SDL3.getGamepadTypeForID
(int instance_id) Get the type of a gamepad.short
SDL3.getGamepadVendorForID
(int instance_id) Get the USB vendor ID of a gamepad, if available.SDL3.getHapticFromID
(int instance_id) Get the SDL_Haptic associated with an instance ID, if it has been opened.SDL3.getHapticNameForID
(int instance_id) Get the implementation dependent name of a haptic device.SDL3.getJoystickFromID
(int instance_id) Get the SDL_Joystick associated with an instance ID, if it has been opened.SDL3.getJoystickGUIDForID
(int instance_id) Get the implementation-dependent GUID of 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.SDL3.getJoystickNameForID
(int instance_id) Get the implementation dependent name of a joystick.SDL3.getJoystickPathForID
(int instance_id) Get the implementation dependent path of a joystick.int
SDL3.getJoystickPlayerIndexForID
(int instance_id) Get the player index of a joystick.short
SDL3.getJoystickProductForID
(int instance_id) Get the USB product ID of a joystick, if available.short
SDL3.getJoystickProductVersionForID
(int instance_id) Get the product version of a joystick, if available.int
SDL3.getJoystickTypeForID
(int instance_id) Get the type of a joystick, if available.short
SDL3.getJoystickVendorForID
(int instance_id) Get the USB vendor ID of a joystick, if available.SDL3.getKeyboardNameForID
(int instance_id) Get the name of a keyboard.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.SDL3.getMouseNameForID
(int instance_id) Get the name of a mouse.int
SDL3.getNaturalDisplayOrientation
(int displayID) Get the orientation of a display when it is unrotated.long
SDL3.getNumberProperty
(int props, @Nullable BytePtr name, long default_value) Get a number property from a group of properties.int
SDL3.getPixelFormatForMasks
(int bpp, int Rmask, int Gmask, int Bmask, int Amask) Convert a bpp value and RGBA masks to an enumerated pixel format.int
SDL3.getPixelFormatForMasks
(int bpp, int Rmask, int Gmask, int Bmask, int Amask) Convert a bpp value and RGBA masks to an enumerated pixel format.int
SDL3.getPixelFormatForMasks
(int bpp, int Rmask, int Gmask, int Bmask, int Amask) Convert a bpp value and RGBA masks to an enumerated pixel format.int
SDL3.getPixelFormatForMasks
(int bpp, int Rmask, int Gmask, int Bmask, int Amask) Convert a bpp value and RGBA masks to an enumerated pixel format.SDL3.getPointerProperty
(int props, @Nullable BytePtr name, MemorySegment default_value) Get a pointer property from a group of properties.int
SDL3.getPropertyType
(int props, @Nullable BytePtr name) Get the type of a property in a group of properties.int
SDL3.getRealGamepadTypeForID
(int instance_id) Get the type of a gamepad, ignoring any mapping override.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).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.SDL3.getSensorFromID
(int instance_id) Return the SDL_Sensor associated with an instance ID.SDL3.getSensorNameForID
(int instance_id) Get the implementation dependent name of a sensor.int
SDL3.getSensorNonPortableTypeForID
(int instance_id) Get the platform dependent type of a sensor.int
SDL3.getSensorTypeForID
(int instance_id) Get the type of a sensor.boolean
SDL3.getStorageFileSize
(@Nullable SDL_Storage storage, @Nullable BytePtr path, @Nullable LongPtr length) Query the size of a file within a storage container.SDL3.getStringProperty
(int props, @Nullable BytePtr name, @Nullable BytePtr default_value) Get a string property from a group of properties.boolean
SDL3.getSurfaceAlphaMod
(@Nullable SDL_Surface surface, @Nullable BytePtr alpha) Get the additional alpha value used in blit operations.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.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.getTouchDeviceName
(long touchID) Get the touch device name as reported from the driver.int
SDL3.getTouchDeviceType
(long touchID) Get the type of the given touch device.SDL3.getTouchFingers
(long touchID, @Nullable IntPtr count) Get a list of active fingers for a given touch device.SDL3.getWindowFromID
(int id) Get a window from a stored ID.boolean
SDL3.GPUSupportsProperties
(int props) Checks for GPU runtime support.boolean
SDL3.hasEvent
(int type) Check for the existence of a certain event type in the event queue.boolean
SDL3.hasEvents
(int minType, int maxType) Check for the existence of certain event types in the event queue.boolean
SDL3.hasEvents
(int minType, int maxType) Check for the existence of certain event types in the event queue.boolean
SDL3.hasProperty
(int props, @Nullable BytePtr name) Return whether a property exists in a group of properties.boolean
SDL3.isAudioDevicePhysical
(int devid) Determine if an audio device is physical (instead of logical).boolean
SDL3.isAudioDevicePlayback
(int devid) Determine if an audio device is a playback device (instead of recording).boolean
SDL3.isGamepad
(int instance_id) Check if the given joystick is supported by the gamepad interface.boolean
SDL3.isJoystickVirtual
(int instance_id) Query whether or not a joystick is virtual.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.lockProperties
(int props) Lock a group of properties.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.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.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.mapSurfaceRGB
(@Nullable SDL_Surface surface, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a surface.int
SDL3.mapSurfaceRGB
(@Nullable SDL_Surface surface, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a surface.int
SDL3.mapSurfaceRGB
(@Nullable SDL_Surface surface, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a surface.int
SDL3.mapSurfaceRGBA
(@Nullable SDL_Surface surface, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a surface.int
SDL3.mapSurfaceRGBA
(@Nullable SDL_Surface surface, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a surface.int
SDL3.mapSurfaceRGBA
(@Nullable SDL_Surface surface, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a surface.int
SDL3.mapSurfaceRGBA
(@Nullable SDL_Surface surface, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a surface.SDL3.memset4
(MemorySegment dst, int val, long dwords) Initialize all 32-bit words of buffer of memory to a specific value.boolean
Mix audio data in a specified format.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.openCamera
(int instance_id, @Nullable ISDL_CameraSpec spec) Open a video recording device (a "camera").SDL3.openGamepad
(int instance_id) Open a gamepad for use.SDL3.openHaptic
(int instance_id) Open a haptic device for use.SDL3.openJoystick
(int instance_id) Open a joystick for use.SDL3.openSensor
(int instance_id) Open a sensor for use.SDL3.openTitleStorage
(@Nullable BytePtr override, int props) Opens up a read-only container for the application's filesystem.SDL3.openUserStorage
(@Nullable BytePtr org, @Nullable BytePtr app, int props) Opens up a container for a user's unique read/write filesystem.boolean
SDL3.pauseAudioDevice
(int devid) Use this function to pause audio playback on a specified device.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.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.playHapticRumble
(@Nullable SDL_Haptic haptic, float strength, int length) Run a simple rumble effect on a haptic device.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.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.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.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.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.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.boolean
SDL3.removeTimer
(int id) Remove a timer created with SDL_AddTimer().boolean
SDL3.resumeAudioDevice
(int devid) Use this function to unpause audio playback on a specified device.boolean
SDL3.rumbleGamepad
(@Nullable SDL_Gamepad gamepad, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect on a gamepad.boolean
SDL3.rumbleGamepad
(@Nullable SDL_Gamepad gamepad, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect on a gamepad.boolean
SDL3.rumbleGamepad
(@Nullable SDL_Gamepad gamepad, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect on a gamepad.boolean
SDL3.rumbleGamepadTriggers
(@Nullable SDL_Gamepad gamepad, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the gamepad's triggers.boolean
SDL3.rumbleGamepadTriggers
(@Nullable SDL_Gamepad gamepad, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the gamepad's triggers.boolean
SDL3.rumbleGamepadTriggers
(@Nullable SDL_Gamepad gamepad, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the gamepad's triggers.boolean
SDL3.rumbleJoystick
(@Nullable SDL_Joystick joystick, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect.boolean
SDL3.rumbleJoystick
(@Nullable SDL_Joystick joystick, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect.boolean
SDL3.rumbleJoystick
(@Nullable SDL_Joystick joystick, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect.boolean
SDL3.rumbleJoystickTriggers
(@Nullable SDL_Joystick joystick, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the joystick's triggers.boolean
SDL3.rumbleJoystickTriggers
(@Nullable SDL_Joystick joystick, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the joystick's triggers.boolean
SDL3.rumbleJoystickTriggers
(@Nullable SDL_Joystick joystick, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the joystick's triggers.boolean
SDL3.runHapticEffect
(@Nullable SDL_Haptic haptic, int effect, int iterations) Run the haptic effect on its associated haptic device.boolean
SDL3.sendAndroidMessage
(int command, int param) Send a user command to SDLActivity.boolean
SDL3.sendJoystickVirtualSensorData
(@Nullable SDL_Joystick joystick, int type, long sensor_timestamp, @Nullable FloatPtr data, int num_values) Send a sensor update for an opened virtual joystick.int
SDL3.setAtomicU32
(@Nullable ISDL_AtomicU32 a, int v) Set an atomic variable to a value.boolean
SDL3.setAudioDeviceGain
(int devid, float gain) Change the gain of 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.setBooleanProperty
(int props, @Nullable BytePtr name, boolean value) Set a boolean property in a group of properties.void
SDL3.setEventEnabled
(int type, boolean enabled) Set the state of processing events by type.boolean
SDL3.setFloatProperty
(int props, @Nullable BytePtr name, float value) Set a floating point property in a group of properties.boolean
SDL3.setGamepadLED
(@Nullable SDL_Gamepad gamepad, byte red, byte green, byte blue) Update a gamepad's LED color.boolean
SDL3.setGamepadLED
(@Nullable SDL_Gamepad gamepad, byte red, byte green, byte blue) Update a gamepad's LED color.boolean
SDL3.setGamepadLED
(@Nullable SDL_Gamepad gamepad, byte red, byte green, byte blue) Update a gamepad's LED color.boolean
SDL3.setGamepadMapping
(int instance_id, @Nullable BytePtr mapping) Set the current mapping of a joystick or gamepad.boolean
SDL3.setGPUAllowedFramesInFlight
(@Nullable SDL_GPUDevice device, int allowed_frames_in_flight) Configures the maximum allowed number of frames in flight.void
SDL3.setGPUStencilReference
(@Nullable SDL_GPURenderPass render_pass, byte reference) Sets the current stencil reference value on a command buffer.boolean
SDL3.setJoystickLED
(@Nullable SDL_Joystick joystick, byte red, byte green, byte blue) Update a joystick's LED color.boolean
SDL3.setJoystickLED
(@Nullable SDL_Joystick joystick, byte red, byte green, byte blue) Update a joystick's LED color.boolean
SDL3.setJoystickLED
(@Nullable SDL_Joystick joystick, byte red, byte green, byte blue) Update a joystick's LED color.boolean
SDL3.setJoystickVirtualHat
(@Nullable SDL_Joystick joystick, int hat, byte value) Set the state of a hat on an opened virtual joystick.boolean
SDL3.setNumberProperty
(int props, @Nullable BytePtr name, long value) Set an integer property in a group of properties.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.setRenderDrawColor
(@Nullable SDL_Renderer renderer, byte r, byte g, byte b, byte a) Set the color used for drawing operations.boolean
SDL3.setRenderDrawColor
(@Nullable SDL_Renderer renderer, byte r, byte g, byte b, byte a) Set the color used for drawing operations.boolean
SDL3.setRenderDrawColor
(@Nullable SDL_Renderer renderer, byte r, byte g, byte b, byte a) Set the color used for drawing operations.boolean
SDL3.setRenderDrawColor
(@Nullable SDL_Renderer renderer, byte r, byte g, byte b, byte a) Set the color used for drawing operations.boolean
SDL3.setStringProperty
(int props, @Nullable BytePtr name, @Nullable BytePtr value) Set a string property in a group of properties.boolean
SDL3.setSurfaceAlphaMod
(@Nullable SDL_Surface surface, byte alpha) Set an additional alpha value used in blit operations.boolean
SDL3.setSurfaceColorKey
(@Nullable SDL_Surface surface, boolean enabled, int key) Set the color key (transparent pixel) in a surface.boolean
SDL3.setSurfaceColorMod
(@Nullable SDL_Surface surface, byte r, byte g, byte b) Set an additional color value multiplied into blit operations.boolean
SDL3.setSurfaceColorMod
(@Nullable SDL_Surface surface, byte r, byte g, byte b) Set an additional color value multiplied into blit operations.boolean
SDL3.setSurfaceColorMod
(@Nullable SDL_Surface surface, byte r, byte g, byte b) Set an additional color value multiplied into blit operations.boolean
SDL3.setTextureAlphaMod
(@Nullable SDL_Texture texture, byte alpha) Set an additional alpha value multiplied into render copy operations.boolean
SDL3.setTextureColorMod
(@Nullable SDL_Texture texture, byte r, byte g, byte b) Set an additional color value multiplied into render copy operations.boolean
SDL3.setTextureColorMod
(@Nullable SDL_Texture texture, byte r, byte g, byte b) Set an additional color value multiplied into render copy operations.boolean
SDL3.setTextureColorMod
(@Nullable SDL_Texture texture, byte r, byte g, byte b) Set an additional color value multiplied into render copy operations.void
SDL3.showFileDialogWithProperties
(int type, MemorySegment callback, MemorySegment userdata, int props) Create and launch a file dialog with the specified properties.void
SDL3.srand
(long seed) Seeds the pseudo-random number generator.boolean
SDL3.startTextInputWithProperties
(@Nullable SDL_Window window, int props) Start accepting Unicode text input events in a window, with properties describing the input.long
SDL3.timeFromWindows
(int dwLowDateTime, int dwHighDateTime) Converts a Windows FILETIME (100-nanosecond intervals since January 1, 1601) to an SDL time.long
SDL3.timeFromWindows
(int dwLowDateTime, int dwHighDateTime) Converts a Windows FILETIME (100-nanosecond intervals since January 1, 1601) to an SDL time.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).SDL3.UCS4ToUTF8
(int codepoint, @Nullable BytePtr dst) Convert a single Unicode codepoint to UTF-8.void
SDL3.unlockProperties
(int props) Unlock a group of properties.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.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.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.waitForGPUFences
(@Nullable SDL_GPUDevice device, boolean wait_all, SDL_GPUFence.Ptr fences, int num_fences) Blocks the thread until the given fences are signaled.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.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.boolean
SDL3.writeSurfacePixel
(@Nullable SDL_Surface surface, int x, int y, byte r, byte g, byte b, byte a) Writes a single pixel to a surface.boolean
SDL3.writeSurfacePixel
(@Nullable SDL_Surface surface, int x, int y, byte r, byte g, byte b, byte a) Writes a single pixel to a surface.boolean
SDL3.writeSurfacePixel
(@Nullable SDL_Surface surface, int x, int y, byte r, byte g, byte b, byte a) Writes a single pixel to a surface.boolean
SDL3.writeSurfacePixel
(@Nullable SDL_Surface surface, int x, int y, byte r, byte g, byte b, byte a) Writes a single pixel to a surface.boolean
SDL3.writeU16BE
(@Nullable SDL_IOStream dst, short value) Use this function to write 16 bits in native format to an SDL_IOStream as big-endian data.boolean
SDL3.writeU16LE
(@Nullable SDL_IOStream dst, short value) Use this function to write 16 bits in native format to an SDL_IOStream as little-endian data.boolean
SDL3.writeU32BE
(@Nullable SDL_IOStream dst, int value) Use this function to write 32 bits in native format to an SDL_IOStream as big-endian data.boolean
SDL3.writeU32LE
(@Nullable SDL_IOStream dst, int value) Use this function to write 32 bits in native format to an SDL_IOStream as little-endian data.boolean
SDL3.writeU64BE
(@Nullable SDL_IOStream dst, long value) Use this function to write 64 bits in native format to an SDL_IOStream as big-endian data.boolean
SDL3.writeU64LE
(@Nullable SDL_IOStream dst, long value) Use this function to write 64 bits in native format to an SDL_IOStream as little-endian data.boolean
SDL3.writeU8
(@Nullable SDL_IOStream dst, byte value) Use this function to write a byte to an SDL_IOStream. -
Uses of Unsigned in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionbyte
SDL_alignment_test.a()
byte
SDL_Color.a()
byte
SDL_PixelFormatDetails.Abits()
int
SDL_PixelFormatDetails.Amask()
byte
SDL_PixelFormatDetails.Ashift()
short
SDL_HapticConstant.attack_length()
short
SDL_HapticCustom.attack_length()
short
SDL_HapticPeriodic.attack_length()
short
SDL_HapticRamp.attack_length()
short
SDL_HapticConstant.attack_level()
short
SDL_HapticCustom.attack_level()
short
SDL_HapticPeriodic.attack_level()
short
SDL_HapticRamp.attack_level()
byte
SDL_GamepadAxisEvent.axis()
byte
SDL_JoyAxisEvent.axis()
int
SDL_VirtualJoystickDesc.axis_mask()
byte
SDL_Color.b()
byte
SDL_MessageBoxColor.b()
byte
SDL_JoyBallEvent.ball()
byte
SDL_PixelFormatDetails.Bbits()
byte
SDL_PixelFormatDetails.bits_per_pixel()
int
SDL_PixelFormatDetails.Bmask()
byte
SDL_PixelFormatDetails.Bshift()
int
SDL_GPUVertexAttribute.buffer_slot()
byte
SDL_GamepadButtonEvent.button()
short
SDL_HapticCondition.button()
short
SDL_HapticConstant.button()
short
SDL_HapticCustom.button()
short
SDL_HapticPeriodic.button()
short
SDL_HapticRamp.button()
byte
SDL_JoyButtonEvent.button()
byte
SDL_MouseButtonEvent.button()
byte
SDL_PenButtonEvent.button()
int
SDL_VirtualJoystickDesc.button_mask()
byte
SDL_PixelFormatDetails.bytes_per_pixel()
long
SDL_AsyncIOOutcome.bytes_requested()
long
SDL_AsyncIOOutcome.bytes_transferred()
byte
SDL_HapticCustom.channels()
byte
SDL_GPUDepthStencilTargetInfo.clear_stencil()
byte
SDL_MouseButtonEvent.clicks()
@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.long
SDL_GPUComputePipelineCreateInfo.code_size()
long
SDL_GPUShaderCreateInfo.code_size()
byte
SDL_GPUDepthStencilState.compare_mask()
int
SDL_GPUTextureRegion.d()
@Nullable ShortPtr
SDL_HapticCustom.data()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.SDL_HapticCondition.deadband()
short
SDL_HapticCondition.delay()
short
SDL_HapticConstant.delay()
short
SDL_HapticCustom.delay()
short
SDL_HapticPeriodic.delay()
short
SDL_HapticRamp.delay()
int
SDL_DisplayEvent.displayID()
int
SDL_DisplayMode.displayID()
short
SDL_HapticConstant.fade_length()
short
SDL_HapticCustom.fade_length()
short
SDL_HapticPeriodic.fade_length()
short
SDL_HapticRamp.fade_length()
short
SDL_HapticConstant.fade_level()
short
SDL_HapticCustom.fade_level()
short
SDL_HapticPeriodic.fade_level()
short
SDL_HapticRamp.fade_level()
long
SDL_TouchFingerEvent.fingerID()
int
SDL_GPUIndexedIndirectDrawCommand.first_index()
int
SDL_GPUIndexedIndirectDrawCommand.first_instance()
int
SDL_GPUIndirectDrawCommand.first_instance()
int
SDL_GPUIndirectDrawCommand.first_vertex()
byte
SDL_Color.g()
byte
SDL_MessageBoxColor.g()
byte
SDL_PixelFormatDetails.Gbits()
int
SDL_PixelFormatDetails.Gmask()
int
SDL_GPUIndirectDispatchCommand.groupcount_x()
int
SDL_GPUIndirectDispatchCommand.groupcount_y()
int
SDL_GPUIndirectDispatchCommand.groupcount_z()
byte
SDL_PixelFormatDetails.Gshift()
int
SDL_GPUBlitRegion.h()
int
SDL_GPUTextureRegion.h()
byte
SDL_JoyHatEvent.hat()
int
SDL_GPUTextureCreateInfo.height()
long
SDL_Finger.id()
int
SDL_GPUVertexBufferDescription.instance_step_rate()
short
SDL_HapticCondition.interval()
short
SDL_HapticConstant.interval()
short
SDL_HapticCustom.interval()
short
SDL_HapticPeriodic.interval()
short
SDL_HapticRamp.interval()
short
SDL_HapticLeftRight.large_magnitude()
int
SDL_GPUStorageTextureReadWriteBinding.layer()
int
SDL_GPUTextureLocation.layer()
int
SDL_GPUTextureRegion.layer()
int
SDL_GPUTextureCreateInfo.layer_count_or_depth()
int
SDL_GPUBlitRegion.layer_or_depth_plane()
int
SDL_GPUColorTargetInfo.layer_or_depth_plane()
SDL_HapticCondition.left_sat()
int
SDL_HapticCondition.length()
int
SDL_HapticConstant.length()
int
SDL_HapticCustom.length()
int
SDL_HapticLeftRight.length()
int
SDL_HapticPeriodic.length()
int
SDL_HapticRamp.length()
int
SDL_GPUVertexAttribute.location()
int
SDL_GPUBlitRegion.mip_level()
int
SDL_GPUColorTargetInfo.mip_level()
int
SDL_GPUStorageTextureReadWriteBinding.mip_level()
int
SDL_GPUTextureLocation.mip_level()
int
SDL_GPUTextureRegion.mip_level()
short
SDL_VirtualJoystickDesc.naxes()
short
SDL_VirtualJoystickDesc.nballs()
short
SDL_VirtualJoystickDesc.nbuttons()
short
SDL_VirtualJoystickTouchpadDesc.nfingers()
short
SDL_VirtualJoystickDesc.nhats()
short
SDL_VirtualJoystickDesc.nsensors()
short
SDL_VirtualJoystickDesc.ntouchpads()
int
SDL_GPUGraphicsPipelineTargetInfo.num_color_targets()
int
SDL_GPUIndexedIndirectDrawCommand.num_indices()
int
SDL_GPUIndexedIndirectDrawCommand.num_instances()
int
SDL_GPUIndirectDrawCommand.num_instances()
int
SDL_GPUTextureCreateInfo.num_levels()
int
SDL_GPUComputePipelineCreateInfo.num_readonly_storage_buffers()
int
SDL_GPUComputePipelineCreateInfo.num_readonly_storage_textures()
int
SDL_GPUComputePipelineCreateInfo.num_readwrite_storage_buffers()
int
SDL_GPUComputePipelineCreateInfo.num_readwrite_storage_textures()
int
SDL_GPUComputePipelineCreateInfo.num_samplers()
int
SDL_GPUShaderCreateInfo.num_samplers()
int
SDL_GPUShaderCreateInfo.num_storage_buffers()
int
SDL_GPUShaderCreateInfo.num_storage_textures()
int
SDL_GPUComputePipelineCreateInfo.num_uniform_buffers()
int
SDL_GPUShaderCreateInfo.num_uniform_buffers()
int
SDL_GPUVertexInputState.num_vertex_attributes()
int
SDL_GPUVertexInputState.num_vertex_buffers()
int
SDL_GPUIndirectDrawCommand.num_vertices()
long
SDL_AsyncIOOutcome.offset()
int
SDL_GPUBufferBinding.offset()
int
SDL_GPUBufferLocation.offset()
int
SDL_GPUBufferRegion.offset()
int
SDL_GPUTextureTransferInfo.offset()
int
SDL_GPUTransferBufferLocation.offset()
int
SDL_GPUVertexAttribute.offset()
SDL_Event.padding()
byte
SDL_MouseButtonEvent.padding()
SDL_PixelFormatDetails.padding()
short
SDL_VirtualJoystickDesc.padding()
SDL_VirtualJoystickTouchpadDesc.padding()
byte
SDL_AudioDeviceEvent.padding1()
byte
SDL_GamepadAxisEvent.padding1()
byte
SDL_GamepadButtonEvent.padding1()
byte
SDL_GPUBlitInfo.padding1()
byte
SDL_GPUColorTargetBlendState.padding1()
byte
SDL_GPUColorTargetInfo.padding1()
byte
SDL_GPUDepthStencilState.padding1()
byte
SDL_GPUDepthStencilTargetInfo.padding1()
byte
SDL_GPUGraphicsPipelineTargetInfo.padding1()
byte
SDL_GPUMultisampleState.padding1()
byte
SDL_GPURasterizerState.padding1()
byte
SDL_GPUSamplerCreateInfo.padding1()
byte
SDL_GPUStorageBufferReadWriteBinding.padding1()
byte
SDL_GPUStorageTextureReadWriteBinding.padding1()
byte
SDL_JoyAxisEvent.padding1()
byte
SDL_JoyBallEvent.padding1()
byte
SDL_JoyButtonEvent.padding1()
byte
SDL_JoyHatEvent.padding1()
byte
SDL_TextEditingCandidatesEvent.padding1()
byte
SDL_AudioDeviceEvent.padding2()
byte
SDL_GamepadAxisEvent.padding2()
byte
SDL_GamepadButtonEvent.padding2()
byte
SDL_GPUBlitInfo.padding2()
byte
SDL_GPUColorTargetBlendState.padding2()
byte
SDL_GPUColorTargetInfo.padding2()
byte
SDL_GPUDepthStencilState.padding2()
byte
SDL_GPUDepthStencilTargetInfo.padding2()
byte
SDL_GPUGraphicsPipelineTargetInfo.padding2()
byte
SDL_GPUMultisampleState.padding2()
byte
SDL_GPURasterizerState.padding2()
byte
SDL_GPUSamplerCreateInfo.padding2()
byte
SDL_GPUStorageBufferReadWriteBinding.padding2()
byte
SDL_GPUStorageTextureReadWriteBinding.padding2()
byte
SDL_JoyAxisEvent.padding2()
byte
SDL_JoyBallEvent.padding2()
byte
SDL_JoyButtonEvent.padding2()
byte
SDL_JoyHatEvent.padding2()
byte
SDL_TextEditingCandidatesEvent.padding2()
SDL_VirtualJoystickDesc.padding2()
byte
SDL_AudioDeviceEvent.padding3()
byte
SDL_GamepadAxisEvent.padding3()
byte
SDL_GPUBlitInfo.padding3()
byte
SDL_GPUDepthStencilState.padding3()
byte
SDL_GPUGraphicsPipelineTargetInfo.padding3()
byte
SDL_GPUMultisampleState.padding3()
byte
SDL_GPUStorageBufferReadWriteBinding.padding3()
byte
SDL_GPUStorageTextureReadWriteBinding.padding3()
byte
SDL_JoyAxisEvent.padding3()
byte
SDL_JoyBallEvent.padding3()
byte
SDL_TextEditingCandidatesEvent.padding3()
short
SDL_GamepadAxisEvent.padding4()
short
SDL_JoyAxisEvent.padding4()
short
SDL_HapticCustom.period()
short
SDL_HapticPeriodic.period()
short
SDL_HapticPeriodic.phase()
int
SDL_GPUVertexBufferDescription.pitch()
int
SDL_GPUTextureTransferInfo.pixels_per_row()
short
SDL_VirtualJoystickDesc.product_id()
int
SDL_GPUBufferCreateInfo.props()
int
SDL_GPUComputePipelineCreateInfo.props()
int
SDL_GPUGraphicsPipelineCreateInfo.props()
int
SDL_GPUSamplerCreateInfo.props()
int
SDL_GPUShaderCreateInfo.props()
int
SDL_GPUTextureCreateInfo.props()
int
SDL_GPUTransferBufferCreateInfo.props()
byte
SDL_Color.r()
byte
SDL_MessageBoxColor.r()
short
SDL_KeyboardEvent.raw()
byte
SDL_PixelFormatDetails.Rbits()
int
SDL_GPUColorTargetInfo.resolve_layer()
int
SDL_GPUColorTargetInfo.resolve_mip_level()
SDL_HapticCondition.right_sat()
int
SDL_PixelFormatDetails.Rmask()
int
SDL_GPUTextureTransferInfo.rows_per_layer()
byte
SDL_PixelFormatDetails.Rshift()
int
SDL_GPUMultisampleState.sample_mask()
short
SDL_HapticCustom.samples()
long
SDL_GamepadSensorEvent.sensor_timestamp()
long
SDL_SensorEvent.sensor_timestamp()
int
SDL_GPUBufferCreateInfo.size()
int
SDL_GPUBufferRegion.size()
int
SDL_GPUTransferBufferCreateInfo.size()
long
SDL_PathInfo.size()
int
SDL_GPUVertexBufferDescription.slot()
short
SDL_HapticLeftRight.small_magnitude()
long
SDL_InitState.thread()
int
SDL_GPUComputePipelineCreateInfo.threadcount_x()
int
SDL_GPUComputePipelineCreateInfo.threadcount_y()
int
SDL_GPUComputePipelineCreateInfo.threadcount_z()
long
SDL_AudioDeviceEvent.timestamp()
long
SDL_CameraDeviceEvent.timestamp()
long
SDL_ClipboardEvent.timestamp()
long
SDL_CommonEvent.timestamp()
long
SDL_DisplayEvent.timestamp()
long
SDL_DropEvent.timestamp()
long
SDL_GamepadAxisEvent.timestamp()
long
SDL_GamepadButtonEvent.timestamp()
long
SDL_GamepadDeviceEvent.timestamp()
long
SDL_GamepadSensorEvent.timestamp()
long
SDL_GamepadTouchpadEvent.timestamp()
long
SDL_JoyAxisEvent.timestamp()
long
SDL_JoyBallEvent.timestamp()
long
SDL_JoyBatteryEvent.timestamp()
long
SDL_JoyButtonEvent.timestamp()
long
SDL_JoyDeviceEvent.timestamp()
long
SDL_JoyHatEvent.timestamp()
long
SDL_KeyboardDeviceEvent.timestamp()
long
SDL_KeyboardEvent.timestamp()
long
SDL_MouseButtonEvent.timestamp()
long
SDL_MouseDeviceEvent.timestamp()
long
SDL_MouseMotionEvent.timestamp()
long
SDL_MouseWheelEvent.timestamp()
long
SDL_PenAxisEvent.timestamp()
long
SDL_PenButtonEvent.timestamp()
long
SDL_PenMotionEvent.timestamp()
long
SDL_PenProximityEvent.timestamp()
long
SDL_PenTouchEvent.timestamp()
long
SDL_QuitEvent.timestamp()
long
SDL_RenderEvent.timestamp()
long
SDL_SensorEvent.timestamp()
long
SDL_TextEditingCandidatesEvent.timestamp()
long
SDL_TextEditingEvent.timestamp()
long
SDL_TextInputEvent.timestamp()
long
SDL_TouchFingerEvent.timestamp()
long
SDL_UserEvent.timestamp()
long
SDL_WindowEvent.timestamp()
long
SDL_TouchFingerEvent.touchID()
int
SDL_CommonEvent.type()
int
SDL_Event.type()
short
SDL_HapticCondition.type()
short
SDL_HapticConstant.type()
short
SDL_HapticCustom.type()
byte
SDL_HapticDirection.type()
short
SDL_HapticEffect.type()
short
SDL_HapticLeftRight.type()
short
SDL_HapticPeriodic.type()
short
SDL_HapticRamp.type()
int
SDL_UserEvent.type()
short
SDL_VirtualJoystickDesc.type()
int
SDL_AtomicU32.value()
byte
SDL_JoyHatEvent.value()
short
SDL_VirtualJoystickDesc.vendor_id()
int
SDL_IOStreamInterface.version()
int
SDL_Palette.version()
int
SDL_StorageInterface.version()
int
SDL_VirtualJoystickDesc.version()
int
SDL_GPUBlitRegion.w()
int
SDL_GPUTextureRegion.w()
int
SDL_AudioDeviceEvent.which()
int
SDL_CameraDeviceEvent.which()
int
SDL_GamepadAxisEvent.which()
int
SDL_GamepadButtonEvent.which()
int
SDL_GamepadDeviceEvent.which()
int
SDL_GamepadSensorEvent.which()
int
SDL_GamepadTouchpadEvent.which()
int
SDL_JoyAxisEvent.which()
int
SDL_JoyBallEvent.which()
int
SDL_JoyBatteryEvent.which()
int
SDL_JoyButtonEvent.which()
int
SDL_JoyDeviceEvent.which()
int
SDL_JoyHatEvent.which()
int
SDL_KeyboardDeviceEvent.which()
int
SDL_KeyboardEvent.which()
int
SDL_MouseButtonEvent.which()
int
SDL_MouseDeviceEvent.which()
int
SDL_MouseMotionEvent.which()
int
SDL_MouseWheelEvent.which()
int
SDL_PenAxisEvent.which()
int
SDL_PenButtonEvent.which()
int
SDL_PenMotionEvent.which()
int
SDL_PenProximityEvent.which()
int
SDL_PenTouchEvent.which()
int
SDL_SensorEvent.which()
int
SDL_GPUTextureCreateInfo.width()
int
SDL_DropEvent.windowID()
int
SDL_KeyboardEvent.windowID()
int
SDL_MouseButtonEvent.windowID()
int
SDL_MouseMotionEvent.windowID()
int
SDL_MouseWheelEvent.windowID()
int
SDL_PenAxisEvent.windowID()
int
SDL_PenButtonEvent.windowID()
int
SDL_PenMotionEvent.windowID()
int
SDL_PenProximityEvent.windowID()
int
SDL_PenTouchEvent.windowID()
int
SDL_RenderEvent.windowID()
int
SDL_TextEditingCandidatesEvent.windowID()
int
SDL_TextEditingEvent.windowID()
int
SDL_TextInputEvent.windowID()
int
SDL_TouchFingerEvent.windowID()
int
SDL_UserEvent.windowID()
int
SDL_WindowEvent.windowID()
byte
SDL_GPUDepthStencilState.write_mask()
int
SDL_GPUBlitRegion.x()
int
SDL_GPUTextureLocation.x()
int
SDL_GPUTextureRegion.x()
int
SDL_GPUBlitRegion.y()
int
SDL_GPUTextureLocation.y()
int
SDL_GPUTextureRegion.y()
int
SDL_GPUTextureLocation.z()
int
SDL_GPUTextureRegion.z()
Method parameters in club.doki7.sdl3.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionSDL_alignment_test.a
(byte value) SDL_Color.a
(byte value) SDL_PixelFormatDetails.Abits
(byte value) SDL_PixelFormatDetails.Amask
(int value) SDL_PixelFormatDetails.Ashift
(byte value) SDL_HapticConstant.attack_length
(short value) SDL_HapticCustom.attack_length
(short value) SDL_HapticPeriodic.attack_length
(short value) SDL_HapticRamp.attack_length
(short value) SDL_HapticConstant.attack_level
(short value) SDL_HapticCustom.attack_level
(short value) SDL_HapticPeriodic.attack_level
(short value) SDL_HapticRamp.attack_level
(short value) SDL_GamepadAxisEvent.axis
(byte value) SDL_JoyAxisEvent.axis
(byte value) SDL_VirtualJoystickDesc.axis_mask
(int value) SDL_Color.b
(byte value) SDL_MessageBoxColor.b
(byte value) SDL_JoyBallEvent.ball
(byte value) SDL_PixelFormatDetails.Bbits
(byte value) SDL_PixelFormatDetails.bits_per_pixel
(byte value) SDL_PixelFormatDetails.Bmask
(int value) SDL_PixelFormatDetails.Bshift
(byte value) SDL_GPUVertexAttribute.buffer_slot
(int value) SDL_GamepadButtonEvent.button
(byte value) SDL_HapticCondition.button
(short value) SDL_HapticConstant.button
(short value) SDL_HapticCustom.button
(short value) SDL_HapticPeriodic.button
(short value) SDL_HapticRamp.button
(short value) SDL_JoyButtonEvent.button
(byte value) SDL_MouseButtonEvent.button
(byte value) SDL_PenButtonEvent.button
(byte value) SDL_VirtualJoystickDesc.button_mask
(int value) SDL_PixelFormatDetails.bytes_per_pixel
(byte value) SDL_AsyncIOOutcome.bytes_requested
(long value) SDL_AsyncIOOutcome.bytes_transferred
(long value) SDL_HapticCustom.channels
(byte value) SDL_GPUDepthStencilTargetInfo.clear_stencil
(byte value) SDL_MouseButtonEvent.clicks
(byte value) SDL_GPUComputePipelineCreateInfo.code_size
(long value) SDL_GPUShaderCreateInfo.code_size
(long value) SDL_GPUDepthStencilState.compare_mask
(byte value) SDL_GPUTextureRegion.d
(int value) SDL_HapticCondition.delay
(short value) SDL_HapticConstant.delay
(short value) SDL_HapticCustom.delay
(short value) SDL_HapticPeriodic.delay
(short value) SDL_HapticRamp.delay
(short value) SDL_DisplayEvent.displayID
(int value) SDL_DisplayMode.displayID
(int value) SDL_HapticConstant.fade_length
(short value) SDL_HapticCustom.fade_length
(short value) SDL_HapticPeriodic.fade_length
(short value) SDL_HapticRamp.fade_length
(short value) SDL_HapticConstant.fade_level
(short value) SDL_HapticCustom.fade_level
(short value) SDL_HapticPeriodic.fade_level
(short value) SDL_HapticRamp.fade_level
(short value) SDL_TouchFingerEvent.fingerID
(long value) SDL_GPUIndexedIndirectDrawCommand.first_index
(int value) SDL_GPUIndexedIndirectDrawCommand.first_instance
(int value) SDL_GPUIndirectDrawCommand.first_instance
(int value) SDL_GPUIndirectDrawCommand.first_vertex
(int value) SDL_Color.g
(byte value) SDL_MessageBoxColor.g
(byte value) SDL_PixelFormatDetails.Gbits
(byte value) SDL_PixelFormatDetails.Gmask
(int value) SDL_GPUIndirectDispatchCommand.groupcount_x
(int value) SDL_GPUIndirectDispatchCommand.groupcount_y
(int value) SDL_GPUIndirectDispatchCommand.groupcount_z
(int value) SDL_PixelFormatDetails.Gshift
(byte value) SDL_GPUBlitRegion.h
(int value) SDL_GPUTextureRegion.h
(int value) SDL_JoyHatEvent.hat
(byte value) SDL_GPUTextureCreateInfo.height
(int value) SDL_Finger.id
(long value) SDL_GPUVertexBufferDescription.instance_step_rate
(int value) SDL_HapticCondition.interval
(short value) SDL_HapticConstant.interval
(short value) SDL_HapticCustom.interval
(short value) SDL_HapticPeriodic.interval
(short value) SDL_HapticRamp.interval
(short value) SDL_HapticLeftRight.large_magnitude
(short value) SDL_GPUStorageTextureReadWriteBinding.layer
(int value) SDL_GPUTextureLocation.layer
(int value) SDL_GPUTextureRegion.layer
(int value) SDL_GPUTextureCreateInfo.layer_count_or_depth
(int value) SDL_GPUBlitRegion.layer_or_depth_plane
(int value) SDL_GPUColorTargetInfo.layer_or_depth_plane
(int value) SDL_HapticCondition.length
(int value) SDL_HapticConstant.length
(int value) SDL_HapticCustom.length
(int value) SDL_HapticLeftRight.length
(int value) SDL_HapticPeriodic.length
(int value) SDL_HapticRamp.length
(int value) SDL_GPUVertexAttribute.location
(int value) SDL_GPUBlitRegion.mip_level
(int value) SDL_GPUColorTargetInfo.mip_level
(int value) SDL_GPUStorageTextureReadWriteBinding.mip_level
(int value) SDL_GPUTextureLocation.mip_level
(int value) SDL_GPUTextureRegion.mip_level
(int value) SDL_VirtualJoystickDesc.naxes
(short value) SDL_VirtualJoystickDesc.nballs
(short value) SDL_VirtualJoystickDesc.nbuttons
(short value) SDL_VirtualJoystickTouchpadDesc.nfingers
(short value) SDL_VirtualJoystickDesc.nhats
(short value) SDL_VirtualJoystickDesc.nsensors
(short value) SDL_VirtualJoystickDesc.ntouchpads
(short value) SDL_GPUGraphicsPipelineTargetInfo.num_color_targets
(int value) SDL_GPUIndexedIndirectDrawCommand.num_indices
(int value) SDL_GPUIndexedIndirectDrawCommand.num_instances
(int value) SDL_GPUIndirectDrawCommand.num_instances
(int value) SDL_GPUTextureCreateInfo.num_levels
(int value) SDL_GPUComputePipelineCreateInfo.num_readonly_storage_buffers
(int value) SDL_GPUComputePipelineCreateInfo.num_readonly_storage_textures
(int value) SDL_GPUComputePipelineCreateInfo.num_readwrite_storage_buffers
(int value) SDL_GPUComputePipelineCreateInfo.num_readwrite_storage_textures
(int value) SDL_GPUComputePipelineCreateInfo.num_samplers
(int value) SDL_GPUShaderCreateInfo.num_samplers
(int value) SDL_GPUShaderCreateInfo.num_storage_buffers
(int value) SDL_GPUShaderCreateInfo.num_storage_textures
(int value) SDL_GPUComputePipelineCreateInfo.num_uniform_buffers
(int value) SDL_GPUShaderCreateInfo.num_uniform_buffers
(int value) SDL_GPUVertexInputState.num_vertex_attributes
(int value) SDL_GPUVertexInputState.num_vertex_buffers
(int value) SDL_GPUIndirectDrawCommand.num_vertices
(int value) SDL_AsyncIOOutcome.offset
(long value) SDL_GPUBufferBinding.offset
(int value) SDL_GPUBufferLocation.offset
(int value) SDL_GPUBufferRegion.offset
(int value) SDL_GPUTextureTransferInfo.offset
(int value) SDL_GPUTransferBufferLocation.offset
(int value) SDL_GPUVertexAttribute.offset
(int value) SDL_MouseButtonEvent.padding
(byte value) SDL_VirtualJoystickDesc.padding
(short value) SDL_AudioDeviceEvent.padding1
(byte value) SDL_GamepadAxisEvent.padding1
(byte value) SDL_GamepadButtonEvent.padding1
(byte value) SDL_GPUBlitInfo.padding1
(byte value) SDL_GPUColorTargetBlendState.padding1
(byte value) SDL_GPUColorTargetInfo.padding1
(byte value) SDL_GPUDepthStencilState.padding1
(byte value) SDL_GPUDepthStencilTargetInfo.padding1
(byte value) SDL_GPUGraphicsPipelineTargetInfo.padding1
(byte value) SDL_GPUMultisampleState.padding1
(byte value) SDL_GPURasterizerState.padding1
(byte value) SDL_GPUSamplerCreateInfo.padding1
(byte value) SDL_GPUStorageBufferReadWriteBinding.padding1
(byte value) SDL_GPUStorageTextureReadWriteBinding.padding1
(byte value) SDL_JoyAxisEvent.padding1
(byte value) SDL_JoyBallEvent.padding1
(byte value) SDL_JoyButtonEvent.padding1
(byte value) SDL_JoyHatEvent.padding1
(byte value) SDL_TextEditingCandidatesEvent.padding1
(byte value) SDL_AudioDeviceEvent.padding2
(byte value) SDL_GamepadAxisEvent.padding2
(byte value) SDL_GamepadButtonEvent.padding2
(byte value) SDL_GPUBlitInfo.padding2
(byte value) SDL_GPUColorTargetBlendState.padding2
(byte value) SDL_GPUColorTargetInfo.padding2
(byte value) SDL_GPUDepthStencilState.padding2
(byte value) SDL_GPUDepthStencilTargetInfo.padding2
(byte value) SDL_GPUGraphicsPipelineTargetInfo.padding2
(byte value) SDL_GPUMultisampleState.padding2
(byte value) SDL_GPURasterizerState.padding2
(byte value) SDL_GPUSamplerCreateInfo.padding2
(byte value) SDL_GPUStorageBufferReadWriteBinding.padding2
(byte value) SDL_GPUStorageTextureReadWriteBinding.padding2
(byte value) SDL_JoyAxisEvent.padding2
(byte value) SDL_JoyBallEvent.padding2
(byte value) SDL_JoyButtonEvent.padding2
(byte value) SDL_JoyHatEvent.padding2
(byte value) SDL_TextEditingCandidatesEvent.padding2
(byte value) SDL_AudioDeviceEvent.padding3
(byte value) SDL_GamepadAxisEvent.padding3
(byte value) SDL_GPUBlitInfo.padding3
(byte value) SDL_GPUDepthStencilState.padding3
(byte value) SDL_GPUGraphicsPipelineTargetInfo.padding3
(byte value) SDL_GPUMultisampleState.padding3
(byte value) SDL_GPUStorageBufferReadWriteBinding.padding3
(byte value) SDL_GPUStorageTextureReadWriteBinding.padding3
(byte value) SDL_JoyAxisEvent.padding3
(byte value) SDL_JoyBallEvent.padding3
(byte value) SDL_TextEditingCandidatesEvent.padding3
(byte value) SDL_GamepadAxisEvent.padding4
(short value) SDL_JoyAxisEvent.padding4
(short value) SDL_HapticCustom.period
(short value) SDL_HapticPeriodic.period
(short value) SDL_HapticPeriodic.phase
(short value) SDL_GPUVertexBufferDescription.pitch
(int value) SDL_GPUTextureTransferInfo.pixels_per_row
(int value) SDL_VirtualJoystickDesc.product_id
(short value) SDL_GPUBufferCreateInfo.props
(int value) SDL_GPUComputePipelineCreateInfo.props
(int value) SDL_GPUGraphicsPipelineCreateInfo.props
(int value) SDL_GPUSamplerCreateInfo.props
(int value) SDL_GPUShaderCreateInfo.props
(int value) SDL_GPUTextureCreateInfo.props
(int value) SDL_GPUTransferBufferCreateInfo.props
(int value) SDL_Color.r
(byte value) SDL_MessageBoxColor.r
(byte value) SDL_KeyboardEvent.raw
(short value) SDL_PixelFormatDetails.Rbits
(byte value) SDL_GPUColorTargetInfo.resolve_layer
(int value) SDL_GPUColorTargetInfo.resolve_mip_level
(int value) SDL_PixelFormatDetails.Rmask
(int value) SDL_GPUTextureTransferInfo.rows_per_layer
(int value) SDL_PixelFormatDetails.Rshift
(byte value) SDL_GPUMultisampleState.sample_mask
(int value) SDL_HapticCustom.samples
(short value) SDL_GamepadSensorEvent.sensor_timestamp
(long value) SDL_SensorEvent.sensor_timestamp
(long value) SDL_GPUBufferCreateInfo.size
(int value) SDL_GPUBufferRegion.size
(int value) SDL_GPUTransferBufferCreateInfo.size
(int value) SDL_PathInfo.size
(long value) SDL_GPUVertexBufferDescription.slot
(int value) SDL_HapticLeftRight.small_magnitude
(short value) SDL_InitState.thread
(long value) SDL_GPUComputePipelineCreateInfo.threadcount_x
(int value) SDL_GPUComputePipelineCreateInfo.threadcount_y
(int value) SDL_GPUComputePipelineCreateInfo.threadcount_z
(int value) SDL_AudioDeviceEvent.timestamp
(long value) SDL_CameraDeviceEvent.timestamp
(long value) SDL_ClipboardEvent.timestamp
(long value) SDL_CommonEvent.timestamp
(long value) SDL_DisplayEvent.timestamp
(long value) SDL_DropEvent.timestamp
(long value) SDL_GamepadAxisEvent.timestamp
(long value) SDL_GamepadButtonEvent.timestamp
(long value) SDL_GamepadDeviceEvent.timestamp
(long value) SDL_GamepadSensorEvent.timestamp
(long value) SDL_GamepadTouchpadEvent.timestamp
(long value) SDL_JoyAxisEvent.timestamp
(long value) SDL_JoyBallEvent.timestamp
(long value) SDL_JoyBatteryEvent.timestamp
(long value) SDL_JoyButtonEvent.timestamp
(long value) SDL_JoyDeviceEvent.timestamp
(long value) SDL_JoyHatEvent.timestamp
(long value) SDL_KeyboardDeviceEvent.timestamp
(long value) SDL_KeyboardEvent.timestamp
(long value) SDL_MouseButtonEvent.timestamp
(long value) SDL_MouseDeviceEvent.timestamp
(long value) SDL_MouseMotionEvent.timestamp
(long value) SDL_MouseWheelEvent.timestamp
(long value) SDL_PenAxisEvent.timestamp
(long value) SDL_PenButtonEvent.timestamp
(long value) SDL_PenMotionEvent.timestamp
(long value) SDL_PenProximityEvent.timestamp
(long value) SDL_PenTouchEvent.timestamp
(long value) SDL_QuitEvent.timestamp
(long value) SDL_RenderEvent.timestamp
(long value) SDL_SensorEvent.timestamp
(long value) SDL_TextEditingCandidatesEvent.timestamp
(long value) SDL_TextEditingEvent.timestamp
(long value) SDL_TextInputEvent.timestamp
(long value) SDL_TouchFingerEvent.timestamp
(long value) SDL_UserEvent.timestamp
(long value) SDL_WindowEvent.timestamp
(long value) SDL_TouchFingerEvent.touchID
(long value) SDL_CommonEvent.type
(int value) SDL_Event.type
(int value) SDL_HapticCondition.type
(short value) SDL_HapticConstant.type
(short value) SDL_HapticCustom.type
(short value) SDL_HapticDirection.type
(byte value) SDL_HapticEffect.type
(short value) SDL_HapticLeftRight.type
(short value) SDL_HapticPeriodic.type
(short value) SDL_HapticRamp.type
(short value) SDL_UserEvent.type
(int value) SDL_VirtualJoystickDesc.type
(short value) SDL_AtomicU32.value
(int value) SDL_JoyHatEvent.value
(byte value) SDL_VirtualJoystickDesc.vendor_id
(short value) SDL_IOStreamInterface.version
(int value) SDL_Palette.version
(int value) SDL_StorageInterface.version
(int value) SDL_VirtualJoystickDesc.version
(int value) SDL_GPUBlitRegion.w
(int value) SDL_GPUTextureRegion.w
(int value) SDL_AudioDeviceEvent.which
(int value) SDL_CameraDeviceEvent.which
(int value) SDL_GamepadAxisEvent.which
(int value) SDL_GamepadButtonEvent.which
(int value) SDL_GamepadDeviceEvent.which
(int value) SDL_GamepadSensorEvent.which
(int value) SDL_GamepadTouchpadEvent.which
(int value) SDL_JoyAxisEvent.which
(int value) SDL_JoyBallEvent.which
(int value) SDL_JoyBatteryEvent.which
(int value) SDL_JoyButtonEvent.which
(int value) SDL_JoyDeviceEvent.which
(int value) SDL_JoyHatEvent.which
(int value) SDL_KeyboardDeviceEvent.which
(int value) SDL_KeyboardEvent.which
(int value) SDL_MouseButtonEvent.which
(int value) SDL_MouseDeviceEvent.which
(int value) SDL_MouseMotionEvent.which
(int value) SDL_MouseWheelEvent.which
(int value) SDL_PenAxisEvent.which
(int value) SDL_PenButtonEvent.which
(int value) SDL_PenMotionEvent.which
(int value) SDL_PenProximityEvent.which
(int value) SDL_PenTouchEvent.which
(int value) SDL_SensorEvent.which
(int value) SDL_GPUTextureCreateInfo.width
(int value) SDL_DropEvent.windowID
(int value) SDL_KeyboardEvent.windowID
(int value) SDL_MouseButtonEvent.windowID
(int value) SDL_MouseMotionEvent.windowID
(int value) SDL_MouseWheelEvent.windowID
(int value) SDL_PenAxisEvent.windowID
(int value) SDL_PenButtonEvent.windowID
(int value) SDL_PenMotionEvent.windowID
(int value) SDL_PenProximityEvent.windowID
(int value) SDL_PenTouchEvent.windowID
(int value) SDL_RenderEvent.windowID
(int value) SDL_TextEditingCandidatesEvent.windowID
(int value) SDL_TextEditingEvent.windowID
(int value) SDL_TextInputEvent.windowID
(int value) SDL_TouchFingerEvent.windowID
(int value) SDL_UserEvent.windowID
(int value) SDL_WindowEvent.windowID
(int value) SDL_GPUDepthStencilState.write_mask
(byte value) SDL_GPUBlitRegion.x
(int value) SDL_GPUTextureLocation.x
(int value) SDL_GPUTextureRegion.x
(int value) SDL_GPUBlitRegion.y
(int value) SDL_GPUTextureLocation.y
(int value) SDL_GPUTextureRegion.y
(int value) SDL_GPUTextureLocation.z
(int value) SDL_GPUTextureRegion.z
(int value) -
Uses of Unsigned in club.doki7.vma
Methods in club.doki7.vma with annotations of type UnsignedModifier and TypeMethodDescriptionint
VMA.isVirtualBlockEmpty
(VmaVirtualBlock virtualBlock) Returns true of theVmaVirtualBlock
is empty - contains 0 virtual allocations and has all its space available for new allocations.Method parameters in club.doki7.vma with annotations of type UnsignedModifier and TypeMethodDescriptionint
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.buildStatsString
(VmaAllocator allocator, PointerPtr ppStatsString, int detailedMap) Builds and returns statistics as a null-terminated string in JSON format.void
VMA.buildVirtualBlockStatsString
(VmaVirtualBlock virtualBlock, PointerPtr ppStatsString, int detailedMap) Builds and returns a null-terminated string in JSON format with information about givenVmaVirtualBlock
.int
VMA.checkCorruption
(VmaAllocator allocator, int memoryTypeBits) Checks magic number in margins around all allocations in given memory types (in both default and custom pools) in search for corruptions.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.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.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.createAliasingBuffer2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer
, binds already created memory for it.int
VMA.createAliasingImage2
(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer2() but for images.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.findMemoryTypeIndex
(VmaAllocator allocator, int memoryTypeBits, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given memoryTypeBits and VmaAllocationCreateInfo.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.findMemoryTypeIndexForImageInfo
(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkImageCreateInfo and VmaAllocationCreateInfo.int
VMA.flushAllocation
(VmaAllocator allocator, VmaAllocation allocation, long offset, long size) Flushes memory of given allocation.int
VMA.flushAllocation
(VmaAllocator allocator, VmaAllocation allocation, long offset, long size) Flushes memory of given allocation.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.getMemoryTypeProperties
(VmaAllocator allocator, int memoryTypeIndex, IntPtr pFlags) Given Memory Type Index, returns Property Flags of this memory type.int
VMA.invalidateAllocation
(VmaAllocator allocator, VmaAllocation allocation, long offset, long size) Invalidates memory of given allocation.int
VMA.invalidateAllocation
(VmaAllocator allocator, VmaAllocation allocation, long offset, long size) Invalidates memory of given allocation.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.setCurrentFrameIndex
(VmaAllocator allocator, int frameIndex) Sets index of the current frame.int
VMA.virtualAllocate
(VmaVirtualBlock virtualBlock, IVmaVirtualAllocationCreateInfo pCreateInfo, VmaVirtualAllocation.Ptr pAllocation, @Nullable LongPtr pOffset) Allocates new virtual allocation inside givenVmaVirtualBlock
. -
Uses of Unsigned in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionlong
VmaVirtualAllocationCreateInfo.alignment()
long
VmaStatistics.allocationBytes()
int
VmaStatistics.allocationCount()
long
VmaDetailedStatistics.allocationSizeMax()
long
VmaDetailedStatistics.allocationSizeMin()
int
VmaDefragmentationStats.allocationsMoved()
long
VmaStatistics.blockBytes()
int
VmaStatistics.blockCount()
long
VmaAllocationInfo2.blockSize()
long
VmaPoolCreateInfo.blockSize()
long
VmaBudget.budget()
long
VmaDefragmentationStats.bytesFreed()
long
VmaDefragmentationStats.bytesMoved()
int
VmaAllocationInfo2.dedicatedMemory()
int
VmaDefragmentationStats.deviceMemoryBlocksFreed()
int
VmaDefragmentationInfo.maxAllocationsPerPass()
long
VmaPoolCreateInfo.maxBlockCount()
long
VmaDefragmentationInfo.maxBytesPerPass()
int
VmaAllocationInfo.memoryType()
int
VmaAllocationCreateInfo.memoryTypeBits()
int
VmaPoolCreateInfo.memoryTypeIndex()
long
VmaPoolCreateInfo.minAllocationAlignment()
long
VmaPoolCreateInfo.minBlockCount()
int
VmaDefragmentationPassMoveInfo.moveCount()
long
VmaAllocationInfo.offset()
long
VmaVirtualAllocationInfo.offset()
@Nullable LongPtr
VmaAllocatorCreateInfo.pHeapSizeLimit()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.long
VmaAllocatorCreateInfo.preferredLargeHeapBlockSize()
long
VmaAllocationInfo.size()
long
VmaVirtualAllocationCreateInfo.size()
long
VmaVirtualAllocationInfo.size()
long
VmaVirtualBlockCreateInfo.size()
int
VmaDetailedStatistics.unusedRangeCount()
long
VmaDetailedStatistics.unusedRangeSizeMax()
long
VmaDetailedStatistics.unusedRangeSizeMin()
long
VmaBudget.usage()
int
VmaAllocatorCreateInfo.vulkanApiVersion()
Method parameters in club.doki7.vma.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionVmaVirtualAllocationCreateInfo.alignment
(long value) VmaStatistics.allocationBytes
(long value) VmaStatistics.allocationCount
(int value) VmaDetailedStatistics.allocationSizeMax
(long value) VmaDetailedStatistics.allocationSizeMin
(long value) VmaDefragmentationStats.allocationsMoved
(int value) VmaStatistics.blockBytes
(long value) VmaStatistics.blockCount
(int value) VmaAllocationInfo2.blockSize
(long value) VmaPoolCreateInfo.blockSize
(long value) VmaBudget.budget
(long value) VmaDefragmentationStats.bytesFreed
(long value) VmaDefragmentationStats.bytesMoved
(long value) VmaAllocationInfo2.dedicatedMemory
(int value) VmaDefragmentationStats.deviceMemoryBlocksFreed
(int value) VmaDefragmentationInfo.maxAllocationsPerPass
(int value) VmaPoolCreateInfo.maxBlockCount
(long value) VmaDefragmentationInfo.maxBytesPerPass
(long value) VmaAllocationInfo.memoryType
(int value) VmaAllocationCreateInfo.memoryTypeBits
(int value) VmaPoolCreateInfo.memoryTypeIndex
(int value) VmaPoolCreateInfo.minAllocationAlignment
(long value) VmaPoolCreateInfo.minBlockCount
(long value) VmaDefragmentationPassMoveInfo.moveCount
(int value) VmaAllocationInfo.offset
(long value) VmaVirtualAllocationInfo.offset
(long value) VmaAllocatorCreateInfo.pHeapSizeLimit
(@Nullable LongPtr value) VmaAllocatorCreateInfo.preferredLargeHeapBlockSize
(long value) VmaAllocationInfo.size
(long value) VmaVirtualAllocationCreateInfo.size
(long value) VmaVirtualAllocationInfo.size
(long value) VmaVirtualBlockCreateInfo.size
(long value) VmaDetailedStatistics.unusedRangeCount
(int value) VmaDetailedStatistics.unusedRangeSizeMax
(long value) VmaDetailedStatistics.unusedRangeSizeMin
(long value) VmaBudget.usage
(long value) VmaAllocatorCreateInfo.vulkanApiVersion
(int value) -
Uses of Unsigned in club.doki7.vulkan
Fields in club.doki7.vulkan with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final int
VkConstants.ATTACHMENT_UNUSED
static final int
VkConstants.FALSE
static final int
static final int
VkConstants.QUEUE_FAMILY_EXTERNAL
static final int
VkConstants.QUEUE_FAMILY_FOREIGN_EXT
static final int
VkConstants.QUEUE_FAMILY_IGNORED
static final int
VkConstants.REMAINING_3D_SLICES_EXT
static final int
VkConstants.REMAINING_ARRAY_LAYERS
static final int
VkConstants.REMAINING_MIP_LEVELS
static final int
VkConstants.SHADER_INDEX_UNUSED_AMDX
static final int
VkConstants.SHADER_UNUSED_KHR
static final int
VkConstants.SUBPASS_EXTERNAL
static final int
VkConstants.TRUE
Methods in club.doki7.vulkan with annotations of type UnsignedModifier and TypeMethodDescriptionint
Version.encode()
int
Version.major()
Returns the value of themajor
record component.int
Version.minor()
Returns the value of theminor
record component.int
Version.patch()
Returns the value of thepatch
record component.int
Version.variant()
Returns the value of thevariant
record component.Method parameters in club.doki7.vulkan with annotations of type UnsignedConstructor parameters in club.doki7.vulkan with annotations of type UnsignedModifierConstructorDescriptionVersion
(int variant, int major, int minor, int patch) Creates an instance of aVersion
record class.Version
(int variant, int major, int minor, int patch) Creates an instance of aVersion
record class.Version
(int variant, int major, int minor, int patch) Creates an instance of aVersion
record class.Version
(int variant, int major, int minor, int patch) Creates an instance of aVersion
record class. -
Uses of Unsigned in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with annotations of type UnsignedModifier and TypeMethodDescriptionlong
VkDeviceCommands.getAccelerationStructureDeviceAddressKHR
(VkDevice device, VkAccelerationStructureDeviceAddressInfoKHR pInfo) long
VkDeviceCommands.getBufferDeviceAddress
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferDeviceAddressEXT
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferDeviceAddressKHR
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferOpaqueCaptureAddress
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferOpaqueCaptureAddressKHR
(VkDevice device, VkBufferDeviceAddressInfo pInfo) int
VkDeviceCommands.getDeferredOperationMaxConcurrencyKHR
(VkDevice device, VkDeferredOperationKHR operation) long
VkDeviceCommands.getDeviceMemoryOpaqueCaptureAddress
(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) long
VkDeviceCommands.getDeviceMemoryOpaqueCaptureAddressKHR
(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) long
VkDeviceCommands.getImageViewHandle64NVX
(VkDevice device, VkImageViewHandleInfoNVX pInfo) int
VkDeviceCommands.getImageViewHandleNVX
(VkDevice device, VkImageViewHandleInfoNVX pInfo) int
VkInstanceCommands.getPhysicalDeviceDirectFBPresentationSupportEXT
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr dfb) int
VkInstanceCommands.getPhysicalDeviceScreenPresentationSupportQNX
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr window) int
VkInstanceCommands.getPhysicalDeviceWaylandPresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr display) int
VkInstanceCommands.getPhysicalDeviceWin32PresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex) int
VkInstanceCommands.getPhysicalDeviceXcbPresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, MemorySegment connection, int visual_id) int
VkInstanceCommands.getPhysicalDeviceXlibPresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr dpy, long visualID) long
VkDeviceCommands.getPipelineIndirectDeviceAddressNV
(VkDevice device, VkPipelineIndirectDeviceAddressInfoNV pInfo) long
VkDeviceCommands.getRayTracingShaderGroupStackSizeKHR
(VkDevice device, VkPipeline pipeline, int group, int groupShader) Method parameters in club.doki7.vulkan.command with annotations of type UnsignedModifier and TypeMethodDescriptionint
VkDeviceCommands.acquireNextImage2KHR
(VkDevice device, VkAcquireNextImageInfoKHR pAcquireInfo, IntPtr pImageIndex) int
VkDeviceCommands.acquireNextImageKHR
(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, IntPtr pImageIndex) int
VkDeviceCommands.acquireNextImageKHR
(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, IntPtr pImageIndex) int
VkDeviceCommands.bindAccelerationStructureMemoryNV
(VkDevice device, int bindInfoCount, IVkBindAccelerationStructureMemoryInfoNV pBindInfos) int
VkDeviceCommands.bindBufferMemory
(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, long memoryOffset) int
VkDeviceCommands.bindBufferMemory2
(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) int
VkDeviceCommands.bindBufferMemory2KHR
(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) int
VkDeviceCommands.bindImageMemory
(VkDevice device, VkImage image, VkDeviceMemory memory, long memoryOffset) 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.cmdBeginQuery
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags) void
VkDeviceCommands.cmdBeginQueryIndexedEXT
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags, int index) void
VkDeviceCommands.cmdBeginQueryIndexedEXT
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags, int index) 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.cmdBeginTransformFeedbackEXT
(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) void
VkDeviceCommands.cmdBindDescriptorBufferEmbeddedSamplersEXT
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set) 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.cmdBindDescriptorSets
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) void
VkDeviceCommands.cmdBindDescriptorSets
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) void
VkDeviceCommands.cmdBindDescriptorSets
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) void
VkDeviceCommands.cmdBindIndexBuffer
(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, int indexType) void
VkDeviceCommands.cmdBindIndexBuffer2
(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) void
VkDeviceCommands.cmdBindIndexBuffer2
(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) void
VkDeviceCommands.cmdBindIndexBuffer2KHR
(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) void
VkDeviceCommands.cmdBindIndexBuffer2KHR
(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) void
VkDeviceCommands.cmdBindPipelineShaderGroupNV
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipeline pipeline, int groupIndex) void
VkDeviceCommands.cmdBindShadersEXT
(VkCommandBuffer commandBuffer, int stageCount, IntPtr pStages, VkShaderEXT.Ptr pShaders) 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.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.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.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.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.cmdBuildAccelerationStructureNV
(VkCommandBuffer commandBuffer, VkAccelerationStructureInfoNV pInfo, @Nullable VkBuffer instanceData, long instanceOffset, int update, VkAccelerationStructureNV dst, @Nullable VkAccelerationStructureNV src, VkBuffer scratch, long scratchOffset) 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.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.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.cmdBuildMicromapsEXT
(VkCommandBuffer commandBuffer, int infoCount, IVkMicromapBuildInfoEXT pInfos) 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.cmdClearDepthStencilImage
(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearDepthStencilValue pDepthStencil, int rangeCount, IVkImageSubresourceRange pRanges) void
VkDeviceCommands.cmdConvertCooperativeVectorMatrixNV
(VkCommandBuffer commandBuffer, int infoCount, IVkConvertCooperativeVectorMatrixInfoNV pInfos) void
VkDeviceCommands.cmdCopyBuffer
(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, int regionCount, IVkBufferCopy pRegions) void
VkDeviceCommands.cmdCopyBufferToImage
(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, int dstImageLayout, int regionCount, IVkBufferImageCopy pRegions) void
VkDeviceCommands.cmdCopyImage
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageCopy pRegions) void
VkDeviceCommands.cmdCopyImageToBuffer
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkBuffer dstBuffer, int regionCount, IVkBufferImageCopy pRegions) void
VkDeviceCommands.cmdCopyMemoryIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride) void
VkDeviceCommands.cmdCopyMemoryIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride) void
VkDeviceCommands.cmdCopyMemoryIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride) void
VkDeviceCommands.cmdCopyMemoryToImageIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) void
VkDeviceCommands.cmdCopyMemoryToImageIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) void
VkDeviceCommands.cmdCopyMemoryToImageIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) void
VkDeviceCommands.cmdCopyQueryPoolResults
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) void
VkDeviceCommands.cmdCopyQueryPoolResults
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) void
VkDeviceCommands.cmdCopyQueryPoolResults
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) void
VkDeviceCommands.cmdCopyQueryPoolResults
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) void
VkDeviceCommands.cmdDecompressMemoryIndirectCountNV
(VkCommandBuffer commandBuffer, long indirectCommandsAddress, long indirectCommandsCountAddress, int stride) void
VkDeviceCommands.cmdDecompressMemoryIndirectCountNV
(VkCommandBuffer commandBuffer, long indirectCommandsAddress, long indirectCommandsCountAddress, int stride) void
VkDeviceCommands.cmdDecompressMemoryIndirectCountNV
(VkCommandBuffer commandBuffer, long indirectCommandsAddress, long indirectCommandsCountAddress, int stride) void
VkDeviceCommands.cmdDecompressMemoryNV
(VkCommandBuffer commandBuffer, int decompressRegionCount, IVkDecompressMemoryRegionNV pDecompressMemoryRegions) void
VkDeviceCommands.cmdDispatch
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatch
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatch
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBase
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBase
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBase
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBase
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBase
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBase
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBaseKHR
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBaseKHR
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBaseKHR
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBaseKHR
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBaseKHR
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchBaseKHR
(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDispatchGraphAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) void
VkDeviceCommands.cmdDispatchGraphAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) void
VkDeviceCommands.cmdDispatchGraphIndirectAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) void
VkDeviceCommands.cmdDispatchGraphIndirectAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) void
VkDeviceCommands.cmdDispatchGraphIndirectCountAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, long countInfo) void
VkDeviceCommands.cmdDispatchGraphIndirectCountAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, long countInfo) void
VkDeviceCommands.cmdDispatchGraphIndirectCountAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, long countInfo) void
VkDeviceCommands.cmdDispatchIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset) void
VkDeviceCommands.cmdDraw
(VkCommandBuffer commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance) void
VkDeviceCommands.cmdDraw
(VkCommandBuffer commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance) void
VkDeviceCommands.cmdDraw
(VkCommandBuffer commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance) void
VkDeviceCommands.cmdDraw
(VkCommandBuffer commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance) void
VkDeviceCommands.cmdDrawClusterHUAWEI
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDrawClusterHUAWEI
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDrawClusterHUAWEI
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDrawClusterIndirectHUAWEI
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset) void
VkDeviceCommands.cmdDrawIndexed
(VkCommandBuffer commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance) void
VkDeviceCommands.cmdDrawIndexed
(VkCommandBuffer commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance) void
VkDeviceCommands.cmdDrawIndexed
(VkCommandBuffer commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance) void
VkDeviceCommands.cmdDrawIndexed
(VkCommandBuffer commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance) void
VkDeviceCommands.cmdDrawIndexedIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndexedIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawIndirect
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectByteCountEXT
(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) void
VkDeviceCommands.cmdDrawIndirectByteCountEXT
(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) void
VkDeviceCommands.cmdDrawIndirectByteCountEXT
(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) void
VkDeviceCommands.cmdDrawIndirectByteCountEXT
(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) void
VkDeviceCommands.cmdDrawIndirectByteCountEXT
(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) void
VkDeviceCommands.cmdDrawIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCount
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountAMD
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawIndirectCountKHR
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksEXT
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDrawMeshTasksEXT
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDrawMeshTasksEXT
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountEXT
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountEXT
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountEXT
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountEXT
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountNV
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountNV
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountNV
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectCountNV
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectEXT
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectEXT
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectEXT
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectNV
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectNV
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksIndirectNV
(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) void
VkDeviceCommands.cmdDrawMeshTasksNV
(VkCommandBuffer commandBuffer, int taskCount, int firstTask) void
VkDeviceCommands.cmdDrawMeshTasksNV
(VkCommandBuffer commandBuffer, int taskCount, int firstTask) void
VkDeviceCommands.cmdDrawMultiEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) void
VkDeviceCommands.cmdDrawMultiEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) void
VkDeviceCommands.cmdDrawMultiEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) 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.cmdDrawMultiIndexedEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) void
VkDeviceCommands.cmdDrawMultiIndexedEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) void
VkDeviceCommands.cmdDrawMultiIndexedEXT
(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) void
VkDeviceCommands.cmdEndQuery
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query) void
VkDeviceCommands.cmdEndQueryIndexedEXT
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int index) void
VkDeviceCommands.cmdEndQueryIndexedEXT
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int index) 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.cmdEndTransformFeedbackEXT
(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) 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
VkDeviceCommands.cmdFillBuffer
(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long size, int data) void
VkDeviceCommands.cmdFillBuffer
(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long size, int data) void
VkDeviceCommands.cmdFillBuffer
(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long size, int data) void
VkDeviceCommands.cmdInitializeGraphScratchMemoryAMDX
(VkCommandBuffer commandBuffer, VkPipeline executionGraph, long scratch, long scratchSize) void
VkDeviceCommands.cmdInitializeGraphScratchMemoryAMDX
(VkCommandBuffer commandBuffer, VkPipeline executionGraph, long scratch, long scratchSize) 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.cmdPushConstants
(VkCommandBuffer commandBuffer, VkPipelineLayout layout, int stageFlags, int offset, int size, MemorySegment pValues) void
VkDeviceCommands.cmdPushConstants
(VkCommandBuffer commandBuffer, VkPipelineLayout layout, int stageFlags, int offset, int size, MemorySegment pValues) void
VkDeviceCommands.cmdPushDescriptorSet
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) void
VkDeviceCommands.cmdPushDescriptorSet
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) void
VkDeviceCommands.cmdPushDescriptorSetKHR
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) 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.cmdPushDescriptorSetWithTemplateKHR
(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, int set, MemorySegment pData) void
VkDeviceCommands.cmdResetQueryPool
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount) void
VkDeviceCommands.cmdResetQueryPool
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount) void
VkDeviceCommands.cmdResolveImage
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageResolve pRegions) void
VkDeviceCommands.cmdSetAlphaToCoverageEnableEXT
(VkCommandBuffer commandBuffer, int alphaToCoverageEnable) void
VkDeviceCommands.cmdSetAlphaToOneEnableEXT
(VkCommandBuffer commandBuffer, int alphaToOneEnable) 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.cmdSetColorBlendAdvancedEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendAdvancedEXT pColorBlendAdvanced) void
VkDeviceCommands.cmdSetColorBlendEnableEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorBlendEnables) void
VkDeviceCommands.cmdSetColorBlendEnableEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorBlendEnables) void
VkDeviceCommands.cmdSetColorBlendEnableEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorBlendEnables) void
VkDeviceCommands.cmdSetColorBlendEquationEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendEquationEXT pColorBlendEquations) void
VkDeviceCommands.cmdSetColorBlendEquationEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendEquationEXT pColorBlendEquations) void
VkDeviceCommands.cmdSetColorWriteEnableEXT
(VkCommandBuffer commandBuffer, int attachmentCount, IntPtr pColorWriteEnables) void
VkDeviceCommands.cmdSetColorWriteEnableEXT
(VkCommandBuffer commandBuffer, int attachmentCount, IntPtr pColorWriteEnables) void
VkDeviceCommands.cmdSetColorWriteMaskEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorWriteMasks) void
VkDeviceCommands.cmdSetColorWriteMaskEXT
(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorWriteMasks) void
VkDeviceCommands.cmdSetCoverageModulationTableEnableNV
(VkCommandBuffer commandBuffer, int coverageModulationTableEnable) void
VkDeviceCommands.cmdSetCoverageModulationTableNV
(VkCommandBuffer commandBuffer, int coverageModulationTableCount, FloatPtr pCoverageModulationTable) void
VkDeviceCommands.cmdSetCoverageToColorEnableNV
(VkCommandBuffer commandBuffer, int coverageToColorEnable) void
VkDeviceCommands.cmdSetCoverageToColorLocationNV
(VkCommandBuffer commandBuffer, int coverageToColorLocation) void
VkDeviceCommands.cmdSetDepthBiasEnable
(VkCommandBuffer commandBuffer, int depthBiasEnable) void
VkDeviceCommands.cmdSetDepthBiasEnableEXT
(VkCommandBuffer commandBuffer, int depthBiasEnable) void
VkDeviceCommands.cmdSetDepthBoundsTestEnable
(VkCommandBuffer commandBuffer, int depthBoundsTestEnable) void
VkDeviceCommands.cmdSetDepthBoundsTestEnableEXT
(VkCommandBuffer commandBuffer, int depthBoundsTestEnable) void
VkDeviceCommands.cmdSetDepthClampEnableEXT
(VkCommandBuffer commandBuffer, int depthClampEnable) void
VkDeviceCommands.cmdSetDepthClipEnableEXT
(VkCommandBuffer commandBuffer, int depthClipEnable) void
VkDeviceCommands.cmdSetDepthClipNegativeOneToOneEXT
(VkCommandBuffer commandBuffer, int negativeOneToOne) void
VkDeviceCommands.cmdSetDepthTestEnable
(VkCommandBuffer commandBuffer, int depthTestEnable) void
VkDeviceCommands.cmdSetDepthTestEnableEXT
(VkCommandBuffer commandBuffer, int depthTestEnable) void
VkDeviceCommands.cmdSetDepthWriteEnable
(VkCommandBuffer commandBuffer, int depthWriteEnable) void
VkDeviceCommands.cmdSetDepthWriteEnableEXT
(VkCommandBuffer commandBuffer, int depthWriteEnable) void
VkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) void
VkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) void
VkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) void
VkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) void
VkDeviceCommands.cmdSetDeviceMask
(VkCommandBuffer commandBuffer, int deviceMask) void
VkDeviceCommands.cmdSetDeviceMaskKHR
(VkCommandBuffer commandBuffer, int deviceMask) void
VkDeviceCommands.cmdSetDiscardRectangleEnableEXT
(VkCommandBuffer commandBuffer, int discardRectangleEnable) void
VkDeviceCommands.cmdSetDiscardRectangleEXT
(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, IVkRect2D pDiscardRectangles) void
VkDeviceCommands.cmdSetDiscardRectangleEXT
(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, IVkRect2D pDiscardRectangles) void
VkDeviceCommands.cmdSetExclusiveScissorEnableNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IntPtr pExclusiveScissorEnables) void
VkDeviceCommands.cmdSetExclusiveScissorEnableNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IntPtr pExclusiveScissorEnables) void
VkDeviceCommands.cmdSetExclusiveScissorEnableNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IntPtr pExclusiveScissorEnables) void
VkDeviceCommands.cmdSetExclusiveScissorNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IVkRect2D pExclusiveScissors) void
VkDeviceCommands.cmdSetExclusiveScissorNV
(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IVkRect2D pExclusiveScissors) void
VkDeviceCommands.cmdSetLineStipple
(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) void
VkDeviceCommands.cmdSetLineStipple
(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) void
VkDeviceCommands.cmdSetLineStippleEnableEXT
(VkCommandBuffer commandBuffer, int stippledLineEnable) void
VkDeviceCommands.cmdSetLineStippleEXT
(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) void
VkDeviceCommands.cmdSetLineStippleEXT
(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) void
VkDeviceCommands.cmdSetLineStippleKHR
(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) void
VkDeviceCommands.cmdSetLineStippleKHR
(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) void
VkDeviceCommands.cmdSetLogicOpEnableEXT
(VkCommandBuffer commandBuffer, int logicOpEnable) void
VkDeviceCommands.cmdSetPatchControlPointsEXT
(VkCommandBuffer commandBuffer, int patchControlPoints) void
VkDeviceCommands.cmdSetPrimitiveRestartEnable
(VkCommandBuffer commandBuffer, int primitiveRestartEnable) void
VkDeviceCommands.cmdSetPrimitiveRestartEnableEXT
(VkCommandBuffer commandBuffer, int primitiveRestartEnable) void
VkDeviceCommands.cmdSetRasterizationStreamEXT
(VkCommandBuffer commandBuffer, int rasterizationStream) void
VkDeviceCommands.cmdSetRasterizerDiscardEnable
(VkCommandBuffer commandBuffer, int rasterizerDiscardEnable) void
VkDeviceCommands.cmdSetRasterizerDiscardEnableEXT
(VkCommandBuffer commandBuffer, int rasterizerDiscardEnable) void
VkDeviceCommands.cmdSetRayTracingPipelineStackSizeKHR
(VkCommandBuffer commandBuffer, int pipelineStackSize) void
VkDeviceCommands.cmdSetRepresentativeFragmentTestEnableNV
(VkCommandBuffer commandBuffer, int representativeFragmentTestEnable) void
VkDeviceCommands.cmdSetSampleLocationsEnableEXT
(VkCommandBuffer commandBuffer, int sampleLocationsEnable) void
VkDeviceCommands.cmdSetSampleMaskEXT
(VkCommandBuffer commandBuffer, int samples, IntPtr pSampleMask) void
VkDeviceCommands.cmdSetScissor
(VkCommandBuffer commandBuffer, int firstScissor, int scissorCount, IVkRect2D pScissors) 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.cmdSetShadingRateImageEnableNV
(VkCommandBuffer commandBuffer, int shadingRateImageEnable) void
VkDeviceCommands.cmdSetStencilCompareMask
(VkCommandBuffer commandBuffer, int faceMask, int compareMask) void
VkDeviceCommands.cmdSetStencilReference
(VkCommandBuffer commandBuffer, int faceMask, int reference) void
VkDeviceCommands.cmdSetStencilTestEnable
(VkCommandBuffer commandBuffer, int stencilTestEnable) void
VkDeviceCommands.cmdSetStencilTestEnableEXT
(VkCommandBuffer commandBuffer, int stencilTestEnable) void
VkDeviceCommands.cmdSetStencilWriteMask
(VkCommandBuffer commandBuffer, int faceMask, int writeMask) 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.cmdSetViewport
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewport pViewports) void
VkDeviceCommands.cmdSetViewportShadingRatePaletteNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkShadingRatePaletteNV pShadingRatePalettes) void
VkDeviceCommands.cmdSetViewportShadingRatePaletteNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkShadingRatePaletteNV pShadingRatePalettes) void
VkDeviceCommands.cmdSetViewportSwizzleNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportSwizzleNV pViewportSwizzles) 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.cmdSetViewportWScalingEnableNV
(VkCommandBuffer commandBuffer, int viewportWScalingEnable) void
VkDeviceCommands.cmdSetViewportWScalingNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportWScalingNV pViewportWScalings) void
VkDeviceCommands.cmdSetViewportWScalingNV
(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportWScalingNV pViewportWScalings) void
VkDeviceCommands.cmdTraceRaysIndirect2KHR
(VkCommandBuffer commandBuffer, 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.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdTraceRaysNV
(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, long raygenShaderBindingOffset, @Nullable VkBuffer missShaderBindingTableBuffer, long missShaderBindingOffset, long missShaderBindingStride, @Nullable VkBuffer hitShaderBindingTableBuffer, long hitShaderBindingOffset, long hitShaderBindingStride, @Nullable VkBuffer callableShaderBindingTableBuffer, long callableShaderBindingOffset, long callableShaderBindingStride, int width, int height, int depth) void
VkDeviceCommands.cmdUpdateBuffer
(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long dataSize, MemorySegment pData) 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.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.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.cmdWriteAccelerationStructuresPropertiesNV
(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureNV.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteBufferMarker2AMD
(VkCommandBuffer commandBuffer, long stage, VkBuffer dstBuffer, long dstOffset, int marker) void
VkDeviceCommands.cmdWriteBufferMarker2AMD
(VkCommandBuffer commandBuffer, long stage, VkBuffer dstBuffer, long dstOffset, int marker) void
VkDeviceCommands.cmdWriteBufferMarkerAMD
(VkCommandBuffer commandBuffer, int pipelineStage, VkBuffer dstBuffer, long dstOffset, int marker) void
VkDeviceCommands.cmdWriteBufferMarkerAMD
(VkCommandBuffer commandBuffer, int pipelineStage, VkBuffer dstBuffer, long dstOffset, int marker) void
VkDeviceCommands.cmdWriteMicromapsPropertiesEXT
(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteMicromapsPropertiesEXT
(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteTimestamp
(VkCommandBuffer commandBuffer, int pipelineStage, VkQueryPool queryPool, int query) void
VkDeviceCommands.cmdWriteTimestamp2
(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) void
VkDeviceCommands.cmdWriteTimestamp2KHR
(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) int
VkDeviceCommands.compileDeferredNV
(VkDevice device, VkPipeline pipeline, int shader) int
VkDeviceCommands.createComputePipelines
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkComputePipelineCreateInfo 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.createGraphicsPipelines
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkGraphicsPipelineCreateInfo 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.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) void
VkInstanceCommands.debugReportMessageEXT
(VkInstance instance, int flags, int objectType, long object, long location, int messageCode, BytePtr pLayerPrefix, BytePtr pMessage) 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
VkEntryCommands.enumerateInstanceVersion
(IntPtr pApiVersion) 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) 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.getAccelerationStructureBuildSizesKHR
(VkDevice device, int buildType, VkAccelerationStructureBuildGeometryInfoKHR pBuildInfo, @Nullable IntPtr pMaxPrimitiveCounts, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) int
VkDeviceCommands.getCalibratedTimestampsEXT
(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) int
VkDeviceCommands.getCalibratedTimestampsEXT
(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) 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) int
VkDeviceCommands.getCalibratedTimestampsKHR
(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.getDescriptorSetLayoutBindingOffsetEXT
(VkDevice device, VkDescriptorSetLayout layout, int binding, LongPtr pOffset) void
VkDeviceCommands.getDescriptorSetLayoutBindingOffsetEXT
(VkDevice device, VkDescriptorSetLayout layout, int binding, LongPtr pOffset) void
VkDeviceCommands.getDescriptorSetLayoutSizeEXT
(VkDevice device, VkDescriptorSetLayout layout, LongPtr pLayoutSizeInBytes) void
VkDeviceCommands.getDeviceGroupPeerMemoryFeatures
(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) void
VkDeviceCommands.getDeviceGroupPeerMemoryFeatures
(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) void
VkDeviceCommands.getDeviceGroupPeerMemoryFeatures
(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) void
VkDeviceCommands.getDeviceGroupPeerMemoryFeaturesKHR
(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) void
VkDeviceCommands.getDeviceGroupPeerMemoryFeaturesKHR
(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) void
VkDeviceCommands.getDeviceGroupPeerMemoryFeaturesKHR
(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) 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.getDeviceMemoryCommitment
(VkDevice device, VkDeviceMemory memory, LongPtr pCommittedMemoryInBytes) void
VkDeviceCommands.getDeviceQueue
(VkDevice device, int queueFamilyIndex, int queueIndex, VkQueue.Ptr pQueue) void
VkDeviceCommands.getDeviceQueue
(VkDevice device, int queueFamilyIndex, int queueIndex, VkQueue.Ptr pQueue) 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.getDisplayPlaneCapabilitiesKHR
(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, int planeIndex, VkDisplayPlaneCapabilitiesKHR pCapabilities) int
VkInstanceCommands.getDisplayPlaneSupportedDisplaysKHR
(VkPhysicalDevice physicalDevice, int planeIndex, IntPtr pDisplayCount, VkDisplayKHR.Ptr pDisplays) 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.getExecutionGraphPipelineNodeIndexAMDX
(VkDevice device, VkPipeline executionGraph, VkPipelineShaderStageNodeCreateInfoAMDX pNodeInfo, IntPtr pNodeIndex) int
VkDeviceCommands.getFramebufferTilePropertiesQCOM
(VkDevice device, VkFramebuffer framebuffer, IntPtr pPropertiesCount, @Nullable IVkTilePropertiesQCOM pProperties) 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.getImageSparseMemoryRequirements2KHR
(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) int
VkDeviceCommands.getMemoryZirconHandleFUCHSIA
(VkDevice device, VkMemoryGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) int
VkDeviceCommands.getMemoryZirconHandlePropertiesFUCHSIA
(VkDevice device, int handleType, int zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA pMemoryZirconHandleProperties) int
VkDeviceCommands.getPastPresentationTimingGOOGLE
(VkDevice device, VkSwapchainKHR swapchain, IntPtr pPresentationTimingCount, @Nullable IVkPastPresentationTimingGOOGLE pPresentationTimings) int
VkInstanceCommands.getPhysicalDeviceCalibrateableTimeDomainsEXT
(VkPhysicalDevice physicalDevice, IntPtr pTimeDomainCount, @Nullable IntPtr pTimeDomains) int
VkInstanceCommands.getPhysicalDeviceCalibrateableTimeDomainsKHR
(VkPhysicalDevice physicalDevice, IntPtr pTimeDomainCount, @Nullable IntPtr pTimeDomains) 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.getPhysicalDeviceDirectFBPresentationSupportEXT
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr dfb) 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) int
VkInstanceCommands.getPhysicalDeviceFragmentShadingRatesKHR
(VkPhysicalDevice physicalDevice, IntPtr pFragmentShadingRateCount, @Nullable IVkPhysicalDeviceFragmentShadingRateKHR pFragmentShadingRates) 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.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.getPhysicalDeviceRefreshableObjectTypesKHR
(VkPhysicalDevice physicalDevice, IntPtr pRefreshableObjectTypeCount, @Nullable IntPtr pRefreshableObjectTypes) int
VkInstanceCommands.getPhysicalDeviceScreenPresentationSupportQNX
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr window) 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.getPhysicalDeviceSparseImageFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) int
VkInstanceCommands.getPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV
(VkPhysicalDevice physicalDevice, IntPtr pCombinationCount, @Nullable IVkFramebufferMixedSamplesCombinationNV pCombinations) 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.getPhysicalDeviceSurfacePresentModesKHR
(VkPhysicalDevice physicalDevice, @Nullable VkSurfaceKHR surface, IntPtr pPresentModeCount, @Nullable IntPtr pPresentModes) int
VkInstanceCommands.getPhysicalDeviceSurfaceSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, VkSurfaceKHR surface, IntPtr pSupported) 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.getPhysicalDeviceVideoFormatPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoFormatInfoKHR pVideoFormatInfo, IntPtr pVideoFormatPropertyCount, @Nullable IVkVideoFormatPropertiesKHR pVideoFormatProperties) int
VkInstanceCommands.getPhysicalDeviceWaylandPresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr display) int
VkInstanceCommands.getPhysicalDeviceWin32PresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex) int
VkInstanceCommands.getPhysicalDeviceXcbPresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, MemorySegment connection, int visual_id) int
VkInstanceCommands.getPhysicalDeviceXcbPresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, MemorySegment connection, int visual_id) int
VkInstanceCommands.getPhysicalDeviceXlibPresentationSupportKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr dpy, long visualID) 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.getPipelineExecutableStatisticsKHR
(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pStatisticCount, @Nullable IVkPipelineExecutableStatisticKHR pStatistics) void
VkDeviceCommands.getPrivateData
(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, LongPtr pData) void
VkDeviceCommands.getPrivateData
(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, LongPtr pData) void
VkDeviceCommands.getPrivateDataEXT
(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, LongPtr pData) void
VkDeviceCommands.getPrivateDataEXT
(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, LongPtr pData) int
VkDeviceCommands.getQueryPoolResults
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, MemorySegment pData, long stride, int flags) int
VkDeviceCommands.getQueryPoolResults
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, MemorySegment pData, long stride, int flags) 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
VkDeviceCommands.getRayTracingCaptureReplayShaderGroupHandlesKHR
(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, MemorySegment pData) 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.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.getRayTracingShaderGroupHandlesNV
(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, MemorySegment pData) long
VkDeviceCommands.getRayTracingShaderGroupStackSizeKHR
(VkDevice device, VkPipeline pipeline, int group, int groupShader) int
VkDeviceCommands.getSemaphoreCounterValue
(VkDevice device, VkSemaphore semaphore, LongPtr pValue) int
VkDeviceCommands.getSemaphoreCounterValueKHR
(VkDevice device, VkSemaphore semaphore, LongPtr pValue) int
VkDeviceCommands.getSemaphoreZirconHandleFUCHSIA
(VkDevice device, VkSemaphoreGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) int
VkDeviceCommands.getSwapchainCounterEXT
(VkDevice device, VkSwapchainKHR swapchain, int counter, LongPtr pCounterValue) int
VkDeviceCommands.getSwapchainImagesKHR
(VkDevice device, VkSwapchainKHR swapchain, IntPtr pSwapchainImageCount, VkImage.Ptr pSwapchainImages) int
VkDeviceCommands.getVideoSessionMemoryRequirementsKHR
(VkDevice device, VkVideoSessionKHR videoSession, IntPtr pMemoryRequirementsCount, @Nullable IVkVideoSessionMemoryRequirementsKHR pMemoryRequirements) int
VkInstanceCommands.getWinrtDisplayNV
(VkPhysicalDevice physicalDevice, int deviceRelativeId, VkDisplayKHR.Ptr pDisplay) int
VkDeviceCommands.invalidateMappedMemoryRanges
(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) int
VkDeviceCommands.mapMemory
(VkDevice device, VkDeviceMemory memory, long offset, long size, int flags, PointerPtr ppData) int
VkDeviceCommands.mapMemory
(VkDevice device, VkDeviceMemory memory, long offset, long size, int flags, 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) int
VkDeviceCommands.queueBindSparse
(VkQueue queue, int bindInfoCount, @Nullable IVkBindSparseInfo pBindInfo, @Nullable VkFence fence) 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.resetFences
(VkDevice device, int fenceCount, VkFence.Ptr pFences) void
VkDeviceCommands.resetQueryPool
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) void
VkDeviceCommands.resetQueryPool
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) void
VkDeviceCommands.resetQueryPoolEXT
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) void
VkDeviceCommands.resetQueryPoolEXT
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) void
VkDeviceCommands.setHdrMetadataEXT
(VkDevice device, int swapchainCount, VkSwapchainKHR.Ptr pSwapchains, IVkHdrMetadataEXT pMetadata) void
VkDeviceCommands.setLocalDimmingAMD
(VkDevice device, VkSwapchainKHR swapChain, int localDimmingEnable) int
VkDeviceCommands.setPrivateData
(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, long data) int
VkDeviceCommands.setPrivateData
(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, long data) int
VkDeviceCommands.setPrivateDataEXT
(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, long data) int
VkDeviceCommands.setPrivateDataEXT
(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, long data) int
VkDeviceCommands.transitionImageLayout
(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) int
VkDeviceCommands.transitionImageLayoutEXT
(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) 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.updateIndirectExecutionSetPipelineEXT
(VkDevice device, VkIndirectExecutionSetEXT indirectExecutionSet, int executionSetWriteCount, IVkWriteIndirectExecutionSetPipelineEXT pExecutionSetWrites) void
VkDeviceCommands.updateIndirectExecutionSetShaderEXT
(VkDevice device, VkIndirectExecutionSetEXT indirectExecutionSet, int executionSetWriteCount, IVkWriteIndirectExecutionSetShaderEXT pExecutionSetWrites) int
VkDeviceCommands.waitForFences
(VkDevice device, int fenceCount, VkFence.Ptr pFences, int waitAll, long timeout) int
VkDeviceCommands.waitForFences
(VkDevice device, int fenceCount, VkFence.Ptr pFences, int waitAll, long timeout) int
VkDeviceCommands.waitForFences
(VkDevice device, int fenceCount, VkFence.Ptr pFences, int waitAll, long timeout) int
VkDeviceCommands.waitForPresentKHR
(VkDevice device, VkSwapchainKHR swapchain, long presentId, long timeout) int
VkDeviceCommands.waitForPresentKHR
(VkDevice device, VkSwapchainKHR swapchain, long presentId, 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.writeMicromapsPropertiesEXT
(VkDevice device, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, long dataSize, MemorySegment pData, long stride) -
Uses of Unsigned in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionshort
StdVideoH265ShortTermRefPicSet.abs_delta_rps_minus1()
short
StdVideoEncodeH264RefListModEntry.abs_diff_pic_num_minus1()
long
VkDescriptorDataEXT.accelerationStructure()
long
VkPartitionedAccelerationStructureUpdateInstanceDataNV.accelerationStructure()
long
VkPartitionedAccelerationStructureWriteInstanceDataNV.accelerationStructure()
int
VkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructure()
int
VkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureCaptureReplay()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.accelerationStructureCaptureReplayDescriptorDataSize()
int
VkWriteDescriptorSetAccelerationStructureKHR.accelerationStructureCount()
int
VkWriteDescriptorSetAccelerationStructureNV.accelerationStructureCount()
int
VkWriteDescriptorSetPartitionedAccelerationStructureNV.accelerationStructureCount()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.accelerationStructureDescriptorSize()
int
VkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureHostCommands()
int
VkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureIndirectBuild()
long
VkAccelerationStructureInstanceKHR.accelerationStructureReference()
long
VkAccelerationStructureMatrixMotionInstanceNV.accelerationStructureReference()
long
VkAccelerationStructureSRTMotionInstanceNV.accelerationStructureReference()
long
VkAccelerationStructureBuildSizesInfoKHR.accelerationStructureSize()
int
VkWin32KeyedMutexAcquireReleaseInfoKHR.acquireCount()
int
VkWin32KeyedMutexAcquireReleaseInfoNV.acquireCount()
int
VkExternalMemoryAcquireUnmodifiedEXT.acquireUnmodifiedMemory()
int
VkPhysicalDeviceShaderCoreProperties2AMD.activeComputeUnitCount()
long
VkPastPresentationTimingGOOGLE.actualPresentTime()
byte
StdVideoAV1SequenceHeader.additional_frame_id_length_minus_1()
long
VkDescriptorAddressInfoEXT.address()
long
VkDescriptorBufferBindingInfoEXT.address()
int
VkDeviceFaultCountsEXT.addressInfoCount()
long
VkDeviceFaultAddressInfoEXT.addressPrecision()
int
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendAllOperations()
int
VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.advancedBlendCoherentOperations()
int
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendCorrelatedOverlap()
int
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendIndependentBlend()
int
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendMaxColorAttachments()
int
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendNonPremultipliedDstColor()
int
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendNonPremultipliedSrcColor()
long
VkMemoryRequirements.alignment()
long
VkTileMemoryRequirementsQCOM.alignment()
long
VkAndroidHardwareBufferPropertiesANDROID.allocationSize()
long
VkMemoryAllocateInfo.allocationSize()
long
VkScreenBufferPropertiesQNX.allocationSize()
int
VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.allowClusterAccelerationStructure()
int
VkPhysicalDevicePerformanceQueryPropertiesKHR.allowCommandBufferQueryCopies()
int
VkPhysicalDeviceDescriptorBufferPropertiesEXT.allowSamplerImageViewPostSubmitCreation()
int
VkPipelineMultisampleStateCreateInfo.alphaToCoverageEnable()
int
VkPhysicalDeviceFeatures.alphaToOne()
int
VkPipelineMultisampleStateCreateInfo.alphaToOneEnable()
int
VkPhysicalDeviceAmigoProfilingFeaturesSEC.amigoProfiling()
long
VkAndroidHardwareBufferUsageANDROID.androidHardwareBufferUsage()
int
VkSamplerCreateInfo.anisotropyEnable()
int
VkPhysicalDeviceAntiLagFeaturesAMD.antiLag()
int
VkRayTracingShaderGroupCreateInfoKHR.anyHitShader()
int
VkRayTracingShaderGroupCreateInfoNV.anyHitShader()
int
VkApplicationInfo.apiVersion()
int
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.apiVersion()
int
VkPhysicalDeviceProperties.apiVersion()
int
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.applicationNameOffset()
int
VkApplicationInfo.applicationVersion()
int
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.applicationVersion()
byte
StdVideoAV1FilmGrain.ar_coeff_lag()
byte
StdVideoAV1FilmGrain.ar_coeff_shift_minus_6()
int
VkBuildPartitionedAccelerationStructureIndirectCommandNV.argCount()
int
VkImageSubresource.arrayLayer()
int
VkImageCreateInfo.arrayLayers()
int
VkAccelerationStructureGeometryInstancesDataKHR.arrayOfPointers()
long
VkSubresourceLayout.arrayPitch()
int
VkRenderPassInputAttachmentAspectCreateInfo.aspectReferenceCount()
int
VkAttachmentReference.attachment()
int
VkAttachmentReference2.attachment()
int
VkFramebufferCreateInfo.attachmentCount()
int
VkPipelineColorBlendStateCreateInfo.attachmentCount()
int
VkPipelineColorWriteCreateInfoEXT.attachmentCount()
int
VkRenderPassAttachmentBeginInfo.attachmentCount()
int
VkRenderPassCreateInfo.attachmentCount()
int
VkRenderPassCreateInfo2.attachmentCount()
int
VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.attachmentFeedbackLoopDynamicState()
int
VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.attachmentFeedbackLoopLayout()
int
VkPhysicalDeviceFragmentShadingRateFeaturesKHR.attachmentFragmentShadingRate()
int
VkFramebufferAttachmentsCreateInfo.attachmentImageInfoCount()
int
VkAttachmentSampleLocationsEXT.attachmentIndex()
int
VkRenderPassSampleLocationsBeginInfoEXT.attachmentInitialSampleLocationsCount()
byte
StdVideoH265HrdParameters.au_cpb_removal_delay_length_minus1()
long
VkVideoEncodeRateControlLayerInfoKHR.averageBitrate()
int
VkPipelineExecutableStatisticValueKHR.b32()
byte
StdVideoAV1Quantization.base_q_idx()
long
VkDeviceAddressBindingCallbackDataEXT.baseAddress()
int
VkClearRect.baseArrayLayer()
int
VkImageSubresourceLayers.baseArrayLayer()
int
VkImageSubresourceRange.baseArrayLayer()
int
VkVideoPictureResourceInfoKHR.baseArrayLayer()
int
VkImageSubresourceRange.baseMipLevel()
int
VkAccelerationStructureTrianglesDisplacementMicromapNV.baseTriangle()
int
VkAccelerationStructureTrianglesOpacityMicromapEXT.baseTriangle()
int
VkVideoEncodeAV1CapabilitiesKHR.bidirectionalCompoundReferenceNameMask()
int
VkPhysicalDeviceOpticalFlowPropertiesNV.bidirectionalFlowSupported()
int
VkPipelineBinaryInfoKHR.binaryCount()
int
VkPipelineBinaryKeysAndDataKHR.binaryCount()
int
VkSparseBufferMemoryBindInfo.bindCount()
int
VkSparseImageMemoryBindInfo.bindCount()
int
VkSparseImageOpaqueMemoryBindInfo.bindCount()
int
VkDescriptorSetBindingReferenceVALVE.binding()
int
VkDescriptorSetLayoutBinding.binding()
int
VkVertexInputAttributeDescription.binding()
int
VkVertexInputAttributeDescription2EXT.binding()
int
VkVertexInputBindingDescription.binding()
int
VkVertexInputBindingDescription2EXT.binding()
int
VkVertexInputBindingDivisorDescription.binding()
int
VkDescriptorSetLayoutBindingFlagsCreateInfo.bindingCount()
int
VkDescriptorSetLayoutCreateInfo.bindingCount()
int
VkVideoEncodeAV1FrameSizeKHR.bipredictiveFrameSize()
int
VkVideoEncodeAV1QIndexKHR.bipredictiveQIndex()
byte
StdVideoH264SequenceParameterSet.bit_depth_chroma_minus8()
byte
StdVideoH265SequenceParameterSet.bit_depth_chroma_minus8()
byte
StdVideoH264SequenceParameterSet.bit_depth_luma_minus8()
byte
StdVideoH265SequenceParameterSet.bit_depth_luma_minus8()
StdVideoH265SubLayerHrdParameters.bit_rate_du_value_minus1()
byte
StdVideoH264HrdParameters.bit_rate_scale()
byte
StdVideoH265HrdParameters.bit_rate_scale()
StdVideoH264HrdParameters.bit_rate_value_minus1()
StdVideoH265SubLayerHrdParameters.bit_rate_value_minus1()
byte
StdVideoAV1ColorConfig.BitDepth()
int
VkPipelineColorBlendAttachmentState.blendEnable()
int
VkCudaLaunchInfoNV.blockDimX()
int
VkCuLaunchInfoNVX.blockDimX()
int
VkCudaLaunchInfoNV.blockDimY()
int
VkCuLaunchInfoNVX.blockDimY()
int
VkCudaLaunchInfoNV.blockDimZ()
int
VkCuLaunchInfoNVX.blockDimZ()
int
VkPhysicalDeviceMaintenance6Properties.blockTexelViewCompatibleMultipleLayers()
int
VkPhysicalDeviceVulkan14Properties.blockTexelViewCompatibleMultipleLayers()
int
VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.borderColorSwizzle()
int
VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.borderColorSwizzleFromImage()
int
VkPhysicalDeviceLineRasterizationFeatures.bresenhamLines()
int
VkPhysicalDeviceVulkan14Features.bresenhamLines()
byte
StdVideoEncodeAV1DecoderModelInfo.buffer_delay_length_minus_1()
byte
StdVideoEncodeAV1DecoderModelInfo.buffer_removal_time_length_minus_1()
long
VkBindIndexBufferIndirectCommandEXT.bufferAddress()
long
VkBindIndexBufferIndirectCommandNV.bufferAddress()
long
VkBindVertexBufferIndirectCommandEXT.bufferAddress()
long
VkBindVertexBufferIndirectCommandNV.bufferAddress()
long
VkDrawIndirectCountIndirectCommandEXT.bufferAddress()
int
VkBindSparseInfo.bufferBindCount()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.bufferCaptureReplayDescriptorDataSize()
int
VkBufferCollectionPropertiesFUCHSIA.bufferCount()
int
VkFrameBoundaryEXT.bufferCount()
int
VkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddress()
int
VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddress()
int
VkPhysicalDeviceVulkan12Features.bufferDeviceAddress()
int
VkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressCaptureReplay()
int
VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddressCaptureReplay()
int
VkPhysicalDeviceVulkan12Features.bufferDeviceAddressCaptureReplay()
int
VkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressMultiDevice()
int
VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddressMultiDevice()
int
VkPhysicalDeviceVulkan12Features.bufferDeviceAddressMultiDevice()
long
VkPhysicalDeviceLimits.bufferImageGranularity()
int
VkBufferImageCopy.bufferImageHeight()
int
VkBufferImageCopy2.bufferImageHeight()
int
VkCopyMemoryToImageIndirectCommandNV.bufferImageHeight()
int
VkPhysicalDeviceDescriptorBufferPropertiesEXT.bufferlessPushDescriptors()
int
VkDependencyInfo.bufferMemoryBarrierCount()
long
VkBufferImageCopy.bufferOffset()
long
VkBufferImageCopy2.bufferOffset()
int
VkBufferImageCopy.bufferRowLength()
int
VkBufferImageCopy2.bufferRowLength()
int
VkCopyMemoryToImageIndirectCommandNV.bufferRowLength()
long
VkAccelerationStructureBuildSizesInfoKHR.buildScratchSize()
long
VkMicromapBuildSizesInfoEXT.buildScratchSize()
long
VkTraceRaysIndirectCommand2KHR.callableShaderBindingTableAddress()
long
VkTraceRaysIndirectCommand2KHR.callableShaderBindingTableSize()
long
VkTraceRaysIndirectCommand2KHR.callableShaderBindingTableStride()
byte
StdVideoAV1FilmGrain.cb_luma_mult()
byte
StdVideoAV1FilmGrain.cb_mult()
short
StdVideoAV1FilmGrain.cb_offset()
StdVideoH264HrdParameters.cbr_flag()
int
StdVideoH265SubLayerHrdParameters.cbr_flag()
byte
StdVideoAV1CDEF.cdef_bits()
byte
StdVideoAV1CDEF.cdef_damping_minus_3()
StdVideoAV1CDEF.cdef_uv_pri_strength()
StdVideoAV1CDEF.cdef_uv_sec_strength()
StdVideoAV1CDEF.cdef_y_pri_strength()
StdVideoAV1CDEF.cdef_y_sec_strength()
byte
StdVideoH265PictureParameterSet.chroma_bit_depth_entry_minus8()
byte
StdVideoEncodeH264WeightTable.chroma_log2_weight_denom()
byte
StdVideoH265PictureParameterSet.chroma_qp_offset_list_len_minus1()
byte
StdVideoH264SequenceParameterSetVui.chroma_sample_loc_type_bottom_field()
byte
StdVideoH265SequenceParameterSetVui.chroma_sample_loc_type_bottom_field()
byte
StdVideoH264SequenceParameterSetVui.chroma_sample_loc_type_top_field()
byte
StdVideoH265SequenceParameterSetVui.chroma_sample_loc_type_top_field()
int
StdVideoEncodeH264WeightTableFlags.chroma_weight_l0_flag()
short
StdVideoEncodeH265WeightTableFlags.chroma_weight_l0_flag()
int
StdVideoEncodeH264WeightTableFlags.chroma_weight_l1_flag()
short
StdVideoEncodeH265WeightTableFlags.chroma_weight_l1_flag()
int
VkColorBlendAdvancedEXT.clampResults()
int
VkRenderPassBeginInfo.clearValueCount()
int
VkSwapchainCreateInfoKHR.clipped()
int
VkRayTracingShaderGroupCreateInfoKHR.closestHitShader()
int
VkRayTracingShaderGroupCreateInfoNV.closestHitShader()
int
VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.clusterAccelerationStructure()
int
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterBottomLevelByteAlignment()
int
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterByteAlignment()
int
VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.clustercullingShader()
int
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.clusterID()
int
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.clusterID()
int
VkClusterAccelerationStructureInstantiateClusterInfoNV.clusterIdOffset()
long
VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.clusterReferences()
int
VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.clusterReferencesCount()
int
VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.clusterReferencesStride()
int
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterScratchByteAlignment()
int
VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.clusterShadingRate()
long
VkClusterAccelerationStructureInstantiateClusterInfoNV.clusterTemplateAddress()
int
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterTemplateBoundsByteAlignment()
int
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterTemplateByteAlignment()
int
VkDebugUtilsMessengerCallbackDataEXT.cmdBufLabelCount()
byte
StdVideoDecodeAV1PictureInfo.coded_denom()
byte
StdVideoEncodeAV1PictureInfo.coded_denom()
long
VkShaderCreateInfoEXT.codeSize()
long
VkShaderModuleCreateInfo.codeSize()
int
VkBufferCollectionCreateInfoFUCHSIA.collectionToken()
byte
StdVideoEncodeH265SliceSegmentHeader.collocated_ref_idx()
int
VkClearAttachment.colorAttachment()
int
VkAttachmentSampleCountInfoAMD.colorAttachmentCount()
int
VkCommandBufferInheritanceRenderingInfo.colorAttachmentCount()
int
VkPipelineRenderingCreateInfo.colorAttachmentCount()
int
VkRenderingAreaInfo.colorAttachmentCount()
int
VkRenderingAttachmentLocationInfo.colorAttachmentCount()
int
VkRenderingInfo.colorAttachmentCount()
int
VkRenderingInputAttachmentIndexInfo.colorAttachmentCount()
int
VkSubpassDescription.colorAttachmentCount()
int
VkSubpassDescription2.colorAttachmentCount()
int
VkSysmemColorSpaceFUCHSIA.colorSpace()
int
VkImageFormatConstraintsInfoFUCHSIA.colorSpaceCount()
int
VkPhysicalDeviceColorWriteEnableFeaturesEXT.colorWriteEnable()
byte
StdVideoH264SequenceParameterSetVui.colour_primaries()
byte
StdVideoH265SequenceParameterSetVui.colour_primaries()
StdVideoH265PictureParameterSet.column_width_minus1()
long
VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.combinedImageSamplerDensityMapDescriptorSize()
int
VkSamplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount()
int
VkPhysicalDeviceDescriptorBufferPropertiesEXT.combinedImageSamplerDescriptorSingleArray()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.combinedImageSamplerDescriptorSize()
int
VkCommandBufferAllocateInfo.commandBufferCount()
int
VkDeviceGroupSubmitInfo.commandBufferCount()
int
VkSubmitInfo.commandBufferCount()
int
VkSubmitInfo2.commandBufferInfoCount()
int
VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.commandBufferInheritance()
int
VkDrawIndirectCountIndirectCommandEXT.commandCount()
long
VkAccelerationStructureCreateInfoNV.compactedSize()
int
VkSamplerCreateInfo.compareEnable()
int
VkStencilOpState.compareMask()
long
VkDecompressMemoryRegionNV.compressedSize()
int
VkImageCompressionControlEXT.compressionControlPlaneCount()
int
VkPhysicalDeviceCudaKernelLaunchPropertiesNV.computeCapabilityMajor()
int
VkPhysicalDeviceCudaKernelLaunchPropertiesNV.computeCapabilityMinor()
int
VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.computeDerivativeGroupLinear()
int
VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.computeDerivativeGroupQuads()
int
VkPhysicalDeviceSubgroupSizeControlFeatures.computeFullSubgroups()
int
VkPhysicalDeviceVulkan13Features.computeFullSubgroups()
int
VkPhysicalDeviceShaderCorePropertiesAMD.computeUnitsPerShaderArray()
VkShaderStatisticsInfoAMD.computeWorkGroupSize()
int
VkPhysicalDeviceConditionalRenderingFeaturesEXT.conditionalRendering()
int
VkCommandBufferInheritanceConditionalRenderingInfoEXT.conditionalRenderingEnable()
int
StdVideoH265SequenceParameterSet.conf_win_bottom_offset()
int
StdVideoH265SequenceParameterSet.conf_win_left_offset()
int
StdVideoH265SequenceParameterSet.conf_win_right_offset()
int
StdVideoH265SequenceParameterSet.conf_win_top_offset()
int
VkVideoEncodeH264RateControlInfoKHR.consecutiveBFrameCount()
int
VkVideoEncodeH265RateControlInfoKHR.consecutiveBFrameCount()
int
VkVideoEncodeAV1RateControlInfoKHR.consecutiveBipredictiveFrameCount()
int
VkPhysicalDeviceConservativeRasterizationPropertiesEXT.conservativePointAndLineRasterization()
int
VkPhysicalDeviceConservativeRasterizationPropertiesEXT.conservativeRasterizationPostDepthCoverage()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.constantAlphaColorBlendFactors()
int
VkSpecializationMapEntry.constantID()
int
VkVideoEncodeAV1PictureInfoKHR.constantQIndex()
short
StdVideoAV1TileInfo.context_update_tile_id()
int
VkPhysicalDeviceCooperativeMatrixFeaturesKHR.cooperativeMatrix()
int
VkPhysicalDeviceCooperativeMatrixFeaturesNV.cooperativeMatrix()
int
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixBlockLoads()
int
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixConversions()
int
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixFlexibleDimensions()
int
VkPhysicalDeviceCooperativeMatrix2PropertiesNV.cooperativeMatrixFlexibleDimensionsMaxDimension()
int
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixPerElementOperations()
int
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixReductions()
int
VkPhysicalDeviceCooperativeMatrixFeaturesKHR.cooperativeMatrixRobustBufferAccess()
int
VkPhysicalDeviceCooperativeMatrixFeaturesNV.cooperativeMatrixRobustBufferAccess()
int
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixTensorAddressing()
int
VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixWorkgroupScope()
int
VkPhysicalDeviceCooperativeMatrix2PropertiesNV.cooperativeMatrixWorkgroupScopeMaxWorkgroupSize()
int
VkPhysicalDeviceCooperativeMatrix2PropertiesNV.cooperativeMatrixWorkgroupScopeReservedSharedMemory()
int
VkPhysicalDeviceCooperativeVectorFeaturesNV.cooperativeVector()
int
VkPhysicalDeviceCooperativeVectorFeaturesNV.cooperativeVectorTraining()
int
VkPhysicalDeviceCooperativeVectorPropertiesNV.cooperativeVectorTrainingFloat16Accumulation()
int
VkPhysicalDeviceCooperativeVectorPropertiesNV.cooperativeVectorTrainingFloat32Accumulation()
int
VkPhysicalDeviceHostImageCopyProperties.copyDstLayoutCount()
int
VkPhysicalDeviceVulkan14Properties.copyDstLayoutCount()
int
VkPhysicalDeviceHostImageCopyProperties.copySrcLayoutCount()
int
VkPhysicalDeviceVulkan14Properties.copySrcLayoutCount()
int
VkPhysicalDeviceCornerSampledImageFeaturesNV.cornerSampledImage()
int
VkRenderPassCreateInfo2.correlatedViewMaskCount()
int
VkRenderPassMultiviewCreateInfo.correlationMaskCount()
int
VkPhysicalDeviceOpticalFlowPropertiesNV.costSupported()
int
VkDispatchGraphCountInfoAMDX.count()
int
VkMicromapUsageEXT.count()
int
VkQueryPoolPerformanceCreateInfoKHR.counterIndexCount()
int
VkPerformanceQuerySubmitInfoKHR.counterPassIndex()
int
VkPipelineCoverageModulationStateCreateInfoNV.coverageModulationTableCount()
int
VkPipelineCoverageModulationStateCreateInfoNV.coverageModulationTableEnable()
int
VkPhysicalDeviceCoverageReductionModeFeaturesNV.coverageReductionMode()
int
VkPipelineCoverageToColorStateCreateInfoNV.coverageToColorEnable()
int
VkPipelineCoverageToColorStateCreateInfoNV.coverageToColorLocation()
byte
StdVideoH264HrdParameters.cpb_cnt_minus1()
StdVideoH265HrdParameters.cpb_cnt_minus1()
int
StdVideoH264HrdParameters.cpb_removal_delay_length_minus1()
byte
StdVideoH265HrdParameters.cpb_size_du_scale()
StdVideoH265SubLayerHrdParameters.cpb_size_du_value_minus1()
byte
StdVideoH264HrdParameters.cpb_size_scale()
byte
StdVideoH265HrdParameters.cpb_size_scale()
StdVideoH264HrdParameters.cpb_size_value_minus1()
StdVideoH265SubLayerHrdParameters.cpb_size_value_minus1()
byte
StdVideoAV1FilmGrain.cr_luma_mult()
byte
StdVideoAV1FilmGrain.cr_mult()
short
StdVideoAV1FilmGrain.cr_offset()
int
VkBufferCollectionPropertiesFUCHSIA.createInfoIndex()
int
VkPhysicalDeviceCubicClampFeaturesQCOM.cubicRangeClamp()
int
VkPhysicalDeviceCudaKernelLaunchFeaturesNV.cudaKernelLaunchFeatures()
int
StdVideoDecodeAV1PictureInfo.current_frame_id()
int
StdVideoEncodeAV1PictureInfo.current_frame_id()
int
VkDisplayPlanePropertiesKHR.currentStackIndex()
int
VkPhysicalDeviceCustomBorderColorFeaturesEXT.customBorderColors()
int
VkPhysicalDeviceCustomBorderColorFeaturesEXT.customBorderColorWithoutFormat()
int
VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.customSampleOrderCount()
int
VkSetStateFlagsIndirectCommandNV.data()
int
VkMicromapTriangleEXT.dataOffset()
long
VkCudaModuleCreateInfoNV.dataSize()
long
VkCuModuleCreateInfoNVX.dataSize()
long
VkPipelineBinaryDataKHR.dataSize()
long
VkPipelineExecutableInternalRepresentationKHR.dataSize()
long
VkSpecializationInfo.dataSize()
int
VkWriteDescriptorSetInlineUniformBlock.dataSize()
int
VkPhysicalDeviceASTCDecodeFeaturesEXT.decodeModeSharedExponent()
int
StdVideoEncodeAV1OperatingPointInfo.decoder_buffer_delay()
long
VkDecompressMemoryRegionNV.decompressedSize()
int
VkDedicatedAllocationBufferCreateInfoNV.dedicatedAllocation()
int
VkDedicatedAllocationImageCreateInfoNV.dedicatedAllocation()
int
VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.dedicatedAllocationImageAliasing()
short
StdVideoH265SequenceParameterSetVui.def_disp_win_bottom_offset()
short
StdVideoH265SequenceParameterSetVui.def_disp_win_left_offset()
short
StdVideoH265SequenceParameterSetVui.def_disp_win_right_offset()
short
StdVideoH265SequenceParameterSetVui.def_disp_win_top_offset()
int
VkPhysicalDeviceConservativeRasterizationPropertiesEXT.degenerateLinesRasterized()
int
VkPhysicalDeviceConservativeRasterizationPropertiesEXT.degenerateTrianglesRasterized()
byte
StdVideoAV1SequenceHeader.delta_frame_id_length_minus_2()
StdVideoEncodeAV1PictureInfo.delta_frame_id_minus_1()
int
StdVideoH265ShortTermRefPicSet.delta_idx_minus1()
byte
StdVideoDecodeAV1PictureInfo.delta_lf_res()
byte
StdVideoEncodeAV1PictureInfo.delta_lf_res()
byte
StdVideoH265SequenceParameterSet.delta_palette_max_predictor_size()
StdVideoEncodeH265LongTermRefPics.delta_poc_msb_cycle_lt()
StdVideoEncodeH265LongTermRefPics.delta_poc_msb_present_flag()
StdVideoH265ShortTermRefPicSet.delta_poc_s0_minus1()
StdVideoH265ShortTermRefPicSet.delta_poc_s1_minus1()
byte
StdVideoDecodeAV1PictureInfo.delta_q_res()
byte
StdVideoEncodeAV1PictureInfo.delta_q_res()
int
VkRenderPassCreateInfo.dependencyCount()
int
VkRenderPassCreateInfo2.dependencyCount()
int
VkRenderPassMultiviewCreateInfo.dependencyCount()
int
VkExtent3D.depth()
int
VkTraceRaysIndirectCommand2KHR.depth()
int
VkTraceRaysIndirectCommandKHR.depth()
int
VkPhysicalDeviceFeatures.depthBiasClamp()
int
VkPhysicalDeviceDepthBiasControlFeaturesEXT.depthBiasControl()
int
VkPipelineRasterizationStateCreateInfo.depthBiasEnable()
int
VkDepthBiasRepresentationInfoEXT.depthBiasExact()
int
VkPhysicalDeviceDepthBiasControlFeaturesEXT.depthBiasExact()
int
VkPhysicalDeviceFeatures.depthBounds()
int
VkPipelineDepthStencilStateCreateInfo.depthBoundsTestEnable()
int
VkPhysicalDeviceFeatures.depthClamp()
int
VkPhysicalDeviceDepthClampControlFeaturesEXT.depthClampControl()
int
VkPipelineRasterizationStateCreateInfo.depthClampEnable()
int
VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.depthClampZeroOne()
int
VkPhysicalDeviceDepthClipControlFeaturesEXT.depthClipControl()
int
VkPhysicalDeviceDepthClipEnableFeaturesEXT.depthClipEnable()
int
VkPipelineRasterizationDepthClipStateCreateInfoEXT.depthClipEnable()
long
VkSubresourceLayout.depthPitch()
int
VkPhysicalDeviceMaintenance5Properties.depthStencilSwizzleOneSupport()
int
VkPhysicalDeviceVulkan14Properties.depthStencilSwizzleOneSupport()
int
VkPipelineDepthStencilStateCreateInfo.depthTestEnable()
int
VkPipelineDepthStencilStateCreateInfo.depthWriteEnable()
int
VkPhysicalDeviceAccelerationStructureFeaturesKHR.descriptorBindingAccelerationStructureUpdateAfterBind()
int
VkPhysicalDeviceInlineUniformBlockFeatures.descriptorBindingInlineUniformBlockUpdateAfterBind()
int
VkPhysicalDeviceVulkan13Features.descriptorBindingInlineUniformBlockUpdateAfterBind()
int
VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingPartiallyBound()
int
VkPhysicalDeviceVulkan12Features.descriptorBindingPartiallyBound()
int
VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingSampledImageUpdateAfterBind()
int
VkPhysicalDeviceVulkan12Features.descriptorBindingSampledImageUpdateAfterBind()
int
VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageBufferUpdateAfterBind()
int
VkPhysicalDeviceVulkan12Features.descriptorBindingStorageBufferUpdateAfterBind()
int
VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageImageUpdateAfterBind()
int
VkPhysicalDeviceVulkan12Features.descriptorBindingStorageImageUpdateAfterBind()
int
VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageTexelBufferUpdateAfterBind()
int
VkPhysicalDeviceVulkan12Features.descriptorBindingStorageTexelBufferUpdateAfterBind()
int
VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUniformBufferUpdateAfterBind()
int
VkPhysicalDeviceVulkan12Features.descriptorBindingUniformBufferUpdateAfterBind()
int
VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUniformTexelBufferUpdateAfterBind()
int
VkPhysicalDeviceVulkan12Features.descriptorBindingUniformTexelBufferUpdateAfterBind()
int
VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUpdateUnusedWhilePending()
int
VkPhysicalDeviceVulkan12Features.descriptorBindingUpdateUnusedWhilePending()
int
VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingVariableDescriptorCount()
int
VkPhysicalDeviceVulkan12Features.descriptorBindingVariableDescriptorCount()
int
VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBuffer()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.descriptorBufferAddressSpaceSize()
int
VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferCaptureReplay()
int
VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferImageLayoutIgnored()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.descriptorBufferOffsetAlignment()
int
VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferPushDescriptors()
int
VkCopyDescriptorSet.descriptorCount()
int
VkDescriptorPoolSize.descriptorCount()
int
VkDescriptorSetLayoutBinding.descriptorCount()
int
VkDescriptorUpdateTemplateEntry.descriptorCount()
int
VkWriteDescriptorSet.descriptorCount()
int
VkPhysicalDeviceVulkan12Features.descriptorIndexing()
long
VkDescriptorSetLayoutHostMappingInfoVALVE.descriptorOffset()
int
VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.descriptorPoolOverallocation()
int
VkBindDescriptorSetsInfo.descriptorSetCount()
int
VkDescriptorSetAllocateInfo.descriptorSetCount()
int
VkDescriptorSetVariableDescriptorCountAllocateInfo.descriptorSetCount()
int
VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.descriptorSetHostMapping()
int
VkDescriptorSetLayoutHostMappingInfoVALVE.descriptorSize()
int
VkMutableDescriptorTypeListEXT.descriptorTypeCount()
int
VkDescriptorUpdateTemplateCreateInfo.descriptorUpdateEntryCount()
int
VkPushDescriptorSetInfo.descriptorWriteCount()
long
VkPastPresentationTimingGOOGLE.desiredPresentTime()
long
VkPresentTimeGOOGLE.desiredPresentTime()
long
VkAccelerationStructureCreateInfoKHR.deviceAddress()
long
VkBufferDeviceAddressCreateInfoEXT.deviceAddress()
long
VkComputePipelineIndirectBufferInfoNV.deviceAddress()
long
VkDeviceOrHostAddressConstAMDX.deviceAddress()
long
VkDeviceOrHostAddressConstKHR.deviceAddress()
long
VkDeviceOrHostAddressKHR.deviceAddress()
long
VkImageViewAddressPropertiesNVX.deviceAddress()
long
VkMicromapCreateInfoEXT.deviceAddress()
long
VkStridedDeviceAddressRegionKHR.deviceAddress()
int
VkPhysicalDeviceCoherentMemoryFeaturesAMD.deviceCoherentMemory()
int
VkPhysicalDeviceFaultFeaturesEXT.deviceFault()
int
VkPhysicalDeviceFaultFeaturesEXT.deviceFaultVendorBinary()
int
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.deviceGeneratedCommands()
int
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.deviceGeneratedCommands()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.deviceGeneratedCommandsMultiDrawIndirectCount()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.deviceGeneratedCommandsTransformFeedback()
int
VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.deviceGeneratedCompute()
int
VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.deviceGeneratedComputeCaptureReplay()
int
VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.deviceGeneratedComputePipelines()
int
VkApplicationParametersEXT.deviceID()
int
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.deviceID()
int
VkPhysicalDeviceLayeredApiPropertiesKHR.deviceID()
int
VkPhysicalDeviceProperties.deviceID()
int
VkPipelineCacheHeaderVersionOne.deviceID()
int
VkExternalComputeQueueDataParamsNV.deviceIndex()
int
VkSemaphoreSubmitInfo.deviceIndex()
int
VkBindAccelerationStructureMemoryInfoNV.deviceIndexCount()
int
VkBindBufferMemoryDeviceGroupInfo.deviceIndexCount()
int
VkBindImageMemoryDeviceGroupInfo.deviceIndexCount()
VkPhysicalDeviceIDProperties.deviceLUID()
VkPhysicalDeviceVulkan11Properties.deviceLUID()
int
VkPhysicalDeviceIDProperties.deviceLUIDValid()
int
VkPhysicalDeviceVulkan11Properties.deviceLUIDValid()
int
VkAcquireNextImageInfoKHR.deviceMask()
int
VkCommandBufferSubmitInfo.deviceMask()
int
VkDeviceGroupCommandBufferBeginInfo.deviceMask()
int
VkDeviceGroupRenderPassBeginInfo.deviceMask()
int
VkMemoryAllocateFlagsInfo.deviceMask()
int
VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.deviceMemoryReport()
int
VkPhysicalDeviceIDProperties.deviceNodeMask()
int
VkPhysicalDeviceVulkan11Properties.deviceNodeMask()
int
VkDeviceGroupRenderPassBeginInfo.deviceRenderAreaCount()
VkPhysicalDeviceIDProperties.deviceUUID()
VkPhysicalDeviceVulkan11Properties.deviceUUID()
int
VkPhysicalDeviceDiagnosticsConfigFeaturesNV.diagnosticsConfig()
byte
StdVideoH265PictureParameterSet.diff_cu_chroma_qp_offset_depth()
byte
StdVideoH265PictureParameterSet.diff_cu_qp_delta_depth()
short
StdVideoEncodeH264RefPicMarkingEntry.difference_of_pic_nums_minus1()
int
VkValidationFlagsEXT.disabledValidationCheckCount()
int
VkValidationFeaturesEXT.disabledValidationFeatureCount()
int
VkDevicePipelineBinaryInternalCacheControlKHR.disableInternalCache()
int
VkRenderPassCreationControlEXT.disallowMerging()
int
VkMicromapBuildSizesInfoEXT.discardable()
int
VkPipelineDiscardRectangleStateCreateInfoEXT.discardRectangleCount()
int
VkPhysicalDeviceLimits.discreteQueuePriorities()
long
VkAccelerationStructureTrianglesDisplacementMicromapNV.displacedMicromapPrimitiveFlagsStride()
long
VkAccelerationStructureTrianglesDisplacementMicromapNV.displacementBiasAndScaleStride()
int
VkPhysicalDeviceDisplacementMicromapFeaturesNV.displacementMicromap()
long
VkAccelerationStructureTrianglesDisplacementMicromapNV.displacementVectorStride()
int
VkVertexInputBindingDescription2EXT.divisor()
int
VkVertexInputBindingDivisorDescription.divisor()
byte
StdVideoH265HrdParameters.dpb_output_delay_du_length_minus1()
int
StdVideoH264HrdParameters.dpb_output_delay_length_minus1()
byte
StdVideoH265HrdParameters.dpb_output_delay_length_minus1()
int
VkPhysicalDeviceVulkan12Features.drawIndirectCount()
int
VkPhysicalDeviceFeatures.drawIndirectFirstInstance()
int
VkDirectDriverLoadingListLUNARG.driverCount()
long
VkLatencyTimingsFrameReportNV.driverEndTimeUs()
long
VkLatencyTimingsFrameReportNV.driverStartTimeUs()
VkPhysicalDeviceIDProperties.driverUUID()
VkPhysicalDeviceVulkan11Properties.driverUUID()
int
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.driverVersion()
int
VkPhysicalDeviceProperties.driverVersion()
long
VkDrmFormatModifierProperties2EXT.drmFormatModifier()
long
VkDrmFormatModifierPropertiesEXT.drmFormatModifier()
long
VkImageDrmFormatModifierExplicitCreateInfoEXT.drmFormatModifier()
long
VkImageDrmFormatModifierPropertiesEXT.drmFormatModifier()
long
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.drmFormatModifier()
int
VkDrmFormatModifierPropertiesList2EXT.drmFormatModifierCount()
int
VkDrmFormatModifierPropertiesListEXT.drmFormatModifierCount()
int
VkImageDrmFormatModifierListCreateInfoEXT.drmFormatModifierCount()
int
VkDrmFormatModifierProperties2EXT.drmFormatModifierPlaneCount()
int
VkDrmFormatModifierPropertiesEXT.drmFormatModifierPlaneCount()
int
VkImageDrmFormatModifierExplicitCreateInfoEXT.drmFormatModifierPlaneCount()
long
VkBuildPartitionedAccelerationStructureInfoNV.dstAccelerationStructureData()
long
VkCopyMemoryIndirectCommandNV.dstAddress()
long
VkDecompressMemoryRegionNV.dstAddress()
int
VkCopyDescriptorSet.dstArrayElement()
int
VkDescriptorUpdateTemplateEntry.dstArrayElement()
int
VkWriteDescriptorSet.dstArrayElement()
int
VkCopyDescriptorSet.dstBinding()
int
VkDescriptorUpdateTemplateEntry.dstBinding()
int
VkWriteDescriptorSet.dstBinding()
long
VkVideoEncodeInfoKHR.dstBufferOffset()
long
VkVideoEncodeInfoKHR.dstBufferRange()
long
VkClusterAccelerationStructureCommandsInfoNV.dstImplicitData()
long
VkBufferCopy.dstOffset()
long
VkBufferCopy2.dstOffset()
int
VkColorBlendAdvancedEXT.dstPremultiplied()
int
VkPipelineColorBlendAdvancedStateCreateInfoEXT.dstPremultiplied()
int
VkBufferMemoryBarrier.dstQueueFamilyIndex()
int
VkBufferMemoryBarrier2.dstQueueFamilyIndex()
int
VkImageMemoryBarrier.dstQueueFamilyIndex()
int
VkImageMemoryBarrier2.dstQueueFamilyIndex()
long
VkConvertCooperativeVectorMatrixInfoNV.dstStride()
int
VkSubpassDependency.dstSubpass()
int
VkSubpassDependency2.dstSubpass()
byte
StdVideoH265HrdParameters.du_cpb_removal_delay_increment_length_minus1()
int
VkPhysicalDeviceFeatures.dualSrcBlend()
long
VkPipelineCreationFeedback.duration()
int
VkExportFenceWin32HandleInfoKHR.dwAccess()
int
VkExportMemoryWin32HandleInfoKHR.dwAccess()
int
VkExportMemoryWin32HandleInfoNV.dwAccess()
int
VkExportSemaphoreWin32HandleInfoKHR.dwAccess()
int
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.dynamicGeneratedPipelineLayout()
long
VkHdrVividDynamicMetadataHUAWEI.dynamicMetadataSize()
int
VkBindDescriptorSetsInfo.dynamicOffsetCount()
int
VkPhysicalDevicePerStageDescriptorSetFeaturesNV.dynamicPipelineLayout()
int
VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.dynamicPrimitiveTopologyUnrestricted()
int
VkPhysicalDeviceDynamicRenderingFeatures.dynamicRendering()
int
VkPhysicalDeviceVulkan13Features.dynamicRendering()
int
VkPhysicalDeviceDynamicRenderingLocalReadFeatures.dynamicRenderingLocalRead()
int
VkPhysicalDeviceVulkan14Features.dynamicRenderingLocalRead()
int
VkPhysicalDeviceVulkan14Properties.dynamicRenderingLocalReadDepthStencilAttachments()
int
VkPhysicalDeviceVulkan14Properties.dynamicRenderingLocalReadMultisampledAttachments()
int
VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.dynamicRenderingUnusedAttachments()
int
VkPipelineDynamicStateCreateInfo.dynamicStateCount()
long
VkPastPresentationTimingGOOGLE.earliestPresentTime()
int
VkPhysicalDeviceMaintenance5Properties.earlyFragmentMultisampleCoverageAfterSampleCounting()
int
VkPhysicalDeviceVulkan14Properties.earlyFragmentMultisampleCoverageAfterSampleCounting()
int
VkPhysicalDeviceMaintenance5Properties.earlyFragmentSampleMaskTestBeforeSampleCounting()
int
VkPhysicalDeviceVulkan14Properties.earlyFragmentSampleMaskTestBeforeSampleCounting()
StdVideoH265HrdParameters.elemental_duration_in_tc_minus1()
int
VkPerformanceOverrideInfoINTEL.enable()
int
VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.enableCbCrDegamma()
int
VkDeviceCreateInfo.enabledExtensionCount()
int
VkInstanceCreateInfo.enabledExtensionCount()
int
VkDeviceCreateInfo.enabledLayerCount()
int
VkInstanceCreateInfo.enabledLayerCount()
int
VkValidationFeaturesEXT.enabledValidationFeatureCount()
int
VkPartitionedAccelerationStructureFlagsNV.enablePartitionTranslation()
int
VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.enableYDegamma()
int
StdVideoEncodeAV1OperatingPointInfo.encoder_buffer_delay()
int
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.engineNameOffset()
int
VkApplicationInfo.engineVersion()
int
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.engineVersion()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.events()
int
VkPhysicalDeviceExclusiveScissorFeaturesNV.exclusiveScissor()
int
VkPipelineViewportExclusiveScissorStateCreateInfoNV.exclusiveScissorCount()
int
VkPipelineExecutableInfoKHR.executableIndex()
int
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.executionGraphDispatchAddressAlignment()
int
VkVideoEncodeH264CapabilitiesKHR.expectDyadicTemporalLayerPattern()
int
VkVideoEncodeH265CapabilitiesKHR.expectDyadicTemporalSubLayerPattern()
StdVideoDecodeAV1PictureInfo.expectedFrameId()
int
VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.extendedDynamicState()
int
VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.extendedDynamicState2()
int
VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.extendedDynamicState2LogicOp()
int
VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.extendedDynamicState2PatchControlPoints()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3AlphaToCoverageEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3AlphaToOneEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorBlendAdvanced()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorBlendEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorBlendEquation()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorWriteMask()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ConservativeRasterizationMode()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageModulationMode()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageModulationTable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageModulationTableEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageReductionMode()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageToColorEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageToColorLocation()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClampEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClipEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClipNegativeOneToOne()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ExtraPrimitiveOverestimationSize()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LineRasterizationMode()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LineStippleEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LogicOpEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3PolygonMode()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ProvokingVertexMode()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3RasterizationSamples()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3RasterizationStream()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3RepresentativeFragmentTestEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3SampleLocationsEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3SampleMask()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ShadingRateImageEnable()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3TessellationDomainOrigin()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ViewportSwizzle()
int
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ViewportWScalingEnable()
int
VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.extendedSparseAddressSpace()
long
VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.extendedSparseAddressSpaceSize()
int
VkPhysicalDeviceExternalComputeQueuePropertiesNV.externalDataSize()
long
VkAndroidHardwareBufferFormatProperties2ANDROID.externalFormat()
long
VkAndroidHardwareBufferFormatPropertiesANDROID.externalFormat()
long
VkExternalFormatANDROID.externalFormat()
long
VkExternalFormatQNX.externalFormat()
long
VkScreenBufferFormatPropertiesQNX.externalFormat()
int
VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.externalFormatResolve()
int
VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.externalMemoryRDMA()
long
VkCudaLaunchInfoNV.extraCount()
long
VkCuLaunchInfoNVX.extraCount()
StdVideoAV1Segmentation.FeatureEnabled()
int
VkPhysicalDeviceFeatures.fillModeNonSolid()
byte
StdVideoAV1FilmGrain.film_grain_params_ref_idx()
int
VkVideoDecodeAV1ProfileInfoKHR.filmGrainSupport()
int
VkFilterCubicImageViewImageFormatPropertiesEXT.filterCubic()
int
VkFilterCubicImageViewImageFormatPropertiesEXT.filterCubicMinmax()
int
VkPhysicalDeviceSamplerFilterMinmaxProperties.filterMinmaxImageComponentMapping()
int
VkPhysicalDeviceVulkan12Properties.filterMinmaxImageComponentMapping()
int
VkPhysicalDeviceSamplerFilterMinmaxProperties.filterMinmaxSingleComponentFormats()
int
VkPhysicalDeviceVulkan12Properties.filterMinmaxSingleComponentFormats()
int
StdVideoEncodeH264SliceHeader.first_mb_in_slice()
long
VkAmigoProfilingSubmitInfoSEC.firstDrawTimestamp()
int
VkDrawIndexedIndirectCommand.firstIndex()
int
VkMultiDrawIndexedInfoEXT.firstIndex()
int
VkDrawIndexedIndirectCommand.firstInstance()
int
VkDrawIndirectCommand.firstInstance()
int
VkVideoInlineQueryInfoKHR.firstQuery()
int
VkBindDescriptorSetsInfo.firstSet()
int
VkSetDescriptorBufferOffsetsInfoEXT.firstSet()
int
VkDrawMeshTasksIndirectCommandNV.firstTask()
int
VkAccelerationStructureBuildRangeInfoKHR.firstVertex()
int
VkDrawIndirectCommand.firstVertex()
int
VkMultiDrawInfoEXT.firstVertex()
int
StdVideoH265HrdFlags.fixed_pic_rate_general_flag()
int
StdVideoH265HrdFlags.fixed_pic_rate_within_cvs_flag()
int
VkAccelerationStructureInstanceKHR.flags()
int
VkAccelerationStructureMatrixMotionInstanceNV.flags()
int
VkAccelerationStructureSRTMotionInstanceNV.flags()
int
VkPhysicalDeviceDepthBiasControlFeaturesEXT.floatRepresentation()
int
VkPhysicalDeviceShaderCorePropertiesARM.fmaRate()
int
VkSamplerYcbcrConversionCreateInfo.forceExplicitReconstruction()
short
VkMicromapTriangleEXT.format()
int
VkMicromapUsageEXT.format()
int
VkPhysicalDevice4444FormatsFeaturesEXT.formatA4B4G4R4()
int
VkPhysicalDevice4444FormatsFeaturesEXT.formatA4R4G4B4()
int
VkImageConstraintsInfoFUCHSIA.formatConstraintsCount()
int
VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.formatRgba10x6WithoutYCbCrSampler()
int
VkPhysicalDeviceFragmentDensityMapPropertiesEXT.fragmentDensityInvocations()
int
VkPhysicalDeviceFragmentDensityMapFeaturesEXT.fragmentDensityMap()
int
VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.fragmentDensityMapDeferred()
int
VkPhysicalDeviceFragmentDensityMapFeaturesEXT.fragmentDensityMapDynamic()
int
VkPhysicalDeviceFragmentDensityMapFeaturesEXT.fragmentDensityMapNonSubsampledImages()
int
VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.fragmentDensityMapOffset()
int
VkRenderPassFragmentDensityMapOffsetEndInfoEXT.fragmentDensityOffsetCount()
int
VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.fragmentShaderBarycentric()
int
VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderPixelInterlock()
int
VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderSampleInterlock()
int
VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderShadingRateInterlock()
int
VkPhysicalDeviceMaintenance6Properties.fragmentShadingRateClampCombinerInputs()
int
VkPhysicalDeviceVulkan14Properties.fragmentShadingRateClampCombinerInputs()
int
VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.fragmentShadingRateEnums()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateNonTrivialCombinerOps()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateStrictMultiplyCombiner()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithConservativeRasterization()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithCustomSampleLocations()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithFragmentShaderInterlock()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithSampleMask()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithShaderDepthStencilWrites()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithShaderSampleMask()
int
VkPhysicalDeviceFeatures.fragmentStoresAndAtomics()
int
StdVideoH264SequenceParameterSet.frame_crop_bottom_offset()
int
StdVideoH264SequenceParameterSet.frame_crop_left_offset()
int
StdVideoH264SequenceParameterSet.frame_crop_right_offset()
int
StdVideoH264SequenceParameterSet.frame_crop_top_offset()
byte
StdVideoAV1SequenceHeader.frame_height_bits_minus_1()
short
StdVideoDecodeH264PictureInfo.frame_num()
int
StdVideoEncodeH264PictureInfo.frame_num()
int
StdVideoEncodeAV1PictureInfo.frame_presentation_time()
byte
StdVideoEncodeAV1DecoderModelInfo.frame_presentation_time_length_minus_1()
byte
StdVideoDecodeAV1ReferenceInfo.frame_type()
byte
StdVideoAV1SequenceHeader.frame_width_bits_minus_1()
int
VkPhysicalDeviceFrameBoundaryFeaturesEXT.frameBoundary()
int
VkVideoEncodeH264FrameSizeKHR.frameBSize()
int
VkVideoEncodeH265FrameSizeKHR.frameBSize()
int
VkVideoDecodeAV1PictureInfoKHR.frameHeaderOffset()
long
VkFrameBoundaryEXT.frameID()
long
VkAntiLagPresentationInfoAMD.frameIndex()
int
VkVideoEncodeH264FrameSizeKHR.frameISize()
int
VkVideoEncodeH265FrameSizeKHR.frameISize()
short
StdVideoDecodeH264ReferenceInfo.FrameNum()
int
StdVideoEncodeH264ReferenceInfo.FrameNum()
int
VkVideoEncodeH264FrameSizeKHR.framePSize()
int
VkVideoEncodeH265FrameSizeKHR.framePSize()
int
VkVideoEncodeRateControlLayerInfoKHR.frameRateDenominator()
int
VkVideoEncodeRateControlLayerInfoKHR.frameRateNumerator()
int
VkPresentFrameTokenGGP.frameToken()
int
VkPhysicalDeviceFeatures.fullDrawIndexUint32()
int
VkSurfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported()
int
VkPhysicalDeviceConservativeRasterizationPropertiesEXT.fullyCoveredFragmentShaderInputVariable()
int
VkRayTracingShaderGroupCreateInfoKHR.generalShader()
int
VkRayTracingShaderGroupCreateInfoNV.generalShader()
int
VkVideoEncodeAV1PictureInfoKHR.generateObuExtensionHeader()
int
VkVideoEncodeH264PictureInfoKHR.generatePrefixNalu()
int
VkAccelerationStructureBuildGeometryInfoKHR.geometryCount()
int
VkAccelerationStructureInfoNV.geometryCount()
int
VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.geometryFlags()
int
VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.geometryIndex()
long
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.geometryIndexAndFlagsBuffer()
long
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.geometryIndexAndFlagsBuffer()
short
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.geometryIndexAndFlagsBufferStride()
short
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.geometryIndexAndFlagsBufferStride()
int
VkClusterAccelerationStructureInstantiateClusterInfoNV.geometryIndexOffset()
int
VkPhysicalDeviceFeatures.geometryShader()
int
VkPhysicalDeviceTransformFeedbackFeaturesEXT.geometryStreams()
int
VkPhysicalDeviceOpticalFlowPropertiesNV.globalFlowSupported()
int
VkPhysicalDeviceGlobalPriorityQueryFeatures.globalPriorityQuery()
int
VkPhysicalDeviceVulkan14Features.globalPriorityQuery()
StdVideoAV1GlobalMotion.GmType()
int
VkVideoEncodeAV1RateControlInfoKHR.gopFrameCount()
int
VkVideoEncodeH264RateControlInfoKHR.gopFrameCount()
int
VkVideoEncodeH265RateControlInfoKHR.gopFrameCount()
int
VkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingB()
int
VkVideoEncodeH265GopRemainingFrameInfoKHR.gopRemainingB()
int
VkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingBipredictive()
int
VkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingI()
int
VkVideoEncodeH265GopRemainingFrameInfoKHR.gopRemainingI()
int
VkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingIntra()
int
VkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingP()
int
VkVideoEncodeH265GopRemainingFrameInfoKHR.gopRemainingP()
int
VkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingPredictive()
long
VkLatencyTimingsFrameReportNV.gpuRenderEndTimeUs()
long
VkLatencyTimingsFrameReportNV.gpuRenderStartTimeUs()
byte
StdVideoAV1FilmGrain.grain_scale_shift()
byte
StdVideoAV1FilmGrain.grain_scaling_minus_8()
short
StdVideoAV1FilmGrain.grain_seed()
int
VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.graphicsPipelineLibrary()
int
VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.graphicsPipelineLibraryFastLinking()
int
VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.graphicsPipelineLibraryIndependentInterpolationDecoration()
int
VkCudaLaunchInfoNV.gridDimX()
int
VkCuLaunchInfoNVX.gridDimX()
int
VkCudaLaunchInfoNV.gridDimY()
int
VkCuLaunchInfoNVX.gridDimY()
int
VkCudaLaunchInfoNV.gridDimZ()
int
VkCuLaunchInfoNVX.gridDimZ()
int
VkGraphicsPipelineShaderGroupsCreateInfoNV.groupCount()
int
VkRayTracingPipelineCreateInfoKHR.groupCount()
int
VkRayTracingPipelineCreateInfoNV.groupCount()
int
VkDrawMeshTasksIndirectCommandEXT.groupCountX()
int
VkDrawMeshTasksIndirectCommandEXT.groupCountY()
int
VkDrawMeshTasksIndirectCommandEXT.groupCountZ()
int
VkBindShaderGroupIndirectCommandNV.groupIndex()
int
VkImportMemoryZirconHandleInfoFUCHSIA.handle()
int
VkVideoEncodeSessionParametersFeedbackInfoKHR.hasOverrides()
int
VkPhysicalDeviceDrmPropertiesEXT.hasPrimary()
int
VkPhysicalDeviceDrmPropertiesEXT.hasRender()
int
VkVideoEncodeH264SessionParametersFeedbackInfoKHR.hasStdPPSOverrides()
int
VkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdPPSOverrides()
int
VkVideoEncodeH264SessionParametersFeedbackInfoKHR.hasStdSPSOverrides()
int
VkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdSPSOverrides()
int
VkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdVPSOverrides()
int
VkDisplayModeStereoPropertiesNV.hdmi3DSupported()
int
VkPhysicalDeviceHdrVividFeaturesHUAWEI.hdrVivid()
int
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.headerSize()
int
VkPipelineCacheHeaderVersionOne.headerSize()
VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapBudget()
int
VkDeviceMemoryReportCallbackDataEXT.heapIndex()
int
VkMemoryType.heapIndex()
VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapUsage()
int
VkExtent2D.height()
int
VkExtent3D.height()
int
VkFramebufferAttachmentImageInfo.height()
int
VkFramebufferCreateInfo.height()
int
VkOpticalFlowSessionCreateInfoNV.height()
int
VkTraceRaysIndirectCommand2KHR.height()
int
VkTraceRaysIndirectCommandKHR.height()
int
VkPhysicalDeviceOpticalFlowPropertiesNV.hintSupported()
long
VkTraceRaysIndirectCommand2KHR.hitShaderBindingTableAddress()
long
VkTraceRaysIndirectCommand2KHR.hitShaderBindingTableSize()
long
VkTraceRaysIndirectCommand2KHR.hitShaderBindingTableStride()
int
VkPhysicalDeviceHostImageCopyFeatures.hostImageCopy()
int
VkPhysicalDeviceVulkan14Features.hostImageCopy()
int
VkPhysicalDeviceHostQueryResetFeatures.hostQueryReset()
int
VkPhysicalDeviceVulkan12Features.hostQueryReset()
int
VkOpticalFlowSessionCreatePrivateDataInfoNV.id()
int
VkHostImageCopyDevicePerformanceQuery.identicalMemoryLayout()
int
VkPhysicalDeviceHostImageCopyProperties.identicalMemoryTypeRequirements()
int
VkPhysicalDeviceVulkan14Properties.identicalMemoryTypeRequirements()
VkShaderModuleIdentifierEXT.identifier()
int
VkPipelineShaderStageModuleIdentifierCreateInfoEXT.identifierSize()
int
VkShaderModuleIdentifierEXT.identifierSize()
short
StdVideoDecodeH264PictureInfo.idr_pic_id()
short
StdVideoEncodeH264PictureInfo.idr_pic_id()
int
VkVideoEncodeH264RateControlInfoKHR.idrPeriod()
int
VkVideoEncodeH265RateControlInfoKHR.idrPeriod()
int
VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.image2DViewOf3D()
int
VkPhysicalDeviceImageAlignmentControlFeaturesMESA.imageAlignmentControl()
int
VkSwapchainCreateInfoKHR.imageArrayLayers()
int
VkBindSparseInfo.imageBindCount()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.imageCaptureReplayDescriptorDataSize()
int
VkPhysicalDeviceImageCompressionControlFeaturesEXT.imageCompressionControl()
int
VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.imageCompressionControlSwapchain()
int
VkFrameBoundaryEXT.imageCount()
int
VkPhysicalDeviceFeatures.imageCubeArray()
int
VkPhysicalDeviceShaderImageFootprintFeaturesNV.imageFootprint()
int
VkBindImageMemorySwapchainInfoKHR.imageIndex()
int
VkReleaseSwapchainImagesInfoEXT.imageIndexCount()
int
VkPhysicalDeviceImagelessFramebufferFeatures.imagelessFramebuffer()
int
VkPhysicalDeviceVulkan12Features.imagelessFramebuffer()
int
VkDependencyInfo.imageMemoryBarrierCount()
int
VkSparseImageMemoryRequirements.imageMipTailFirstLod()
long
VkSparseImageMemoryRequirements.imageMipTailOffset()
long
VkSparseImageMemoryRequirements.imageMipTailSize()
long
VkSparseImageMemoryRequirements.imageMipTailStride()
int
VkBindSparseInfo.imageOpaqueBindCount()
int
VkImagePipeSurfaceCreateInfoFUCHSIA.imagePipeHandle()
int
VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.imageSlicedViewOf3D()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.imageView2DOn3DImage()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.imageViewCaptureReplayDescriptorDataSize()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.imageViewFormatReinterpretation()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.imageViewFormatSwizzle()
int
VkLayerProperties.implementationVersion()
int
VkPhysicalDeviceFeatures.independentBlend()
int
VkPhysicalDeviceDepthStencilResolveProperties.independentResolve()
int
VkPhysicalDeviceVulkan12Properties.independentResolve()
int
VkPhysicalDeviceDepthStencilResolveProperties.independentResolveNone()
int
VkPhysicalDeviceVulkan12Properties.independentResolveNone()
int
VkBufferCollectionBufferCreateInfoFUCHSIA.index()
int
VkBufferCollectionImageCreateInfoFUCHSIA.index()
int
VkImportMemoryBufferCollectionFUCHSIA.index()
int
VkPipelineShaderStageNodeCreateInfoAMDX.index()
int
VkWriteIndirectExecutionSetPipelineEXT.index()
int
VkWriteIndirectExecutionSetShaderEXT.index()
long
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.indexBuffer()
long
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.indexBuffer()
short
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.indexBufferStride()
short
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.indexBufferStride()
int
VkDrawIndexedIndirectCommand.indexCount()
int
VkGeometryTrianglesNV.indexCount()
int
VkMultiDrawIndexedInfoEXT.indexCount()
long
VkGeometryTrianglesNV.indexOffset()
long
VkAccelerationStructureGeometryLinearSweptSpheresDataNV.indexStride()
long
VkAccelerationStructureGeometrySpheresDataNV.indexStride()
long
VkAccelerationStructureTrianglesDisplacementMicromapNV.indexStride()
long
VkAccelerationStructureTrianglesOpacityMicromapEXT.indexStride()
int
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.indexType()
int
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.indexType()
int
VkIndirectCommandsLayoutTokenNV.indexTypeCount()
int
VkPhysicalDeviceIndexTypeUint8Features.indexTypeUint8()
int
VkPhysicalDeviceVulkan14Features.indexTypeUint8()
long
VkGeneratedCommandsInfoEXT.indirectAddress()
long
VkGeneratedCommandsInfoEXT.indirectAddressSize()
long
VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.indirectBufferOffsetAlignment()
int
VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.indirectCopy()
int
VkIndirectCommandsLayoutCreateInfoEXT.indirectStride()
int
VkPhysicalDeviceConditionalRenderingFeaturesEXT.inheritedConditionalRendering()
int
VkPhysicalDeviceFeatures.inheritedQueries()
int
VkPhysicalDeviceInheritedViewportScissorFeaturesNV.inheritedViewportScissor2D()
int
StdVideoH264HrdParameters.initial_cpb_removal_delay_length_minus1()
byte
StdVideoH265HrdParameters.initial_cpb_removal_delay_length_minus1()
byte
StdVideoEncodeAV1OperatingPointInfo.initial_display_delay_minus_1()
long
VkPipelineCacheCreateInfo.initialDataSize()
long
VkValidationCacheCreateInfoEXT.initialDataSize()
long
VkSemaphoreTypeCreateInfo.initialValue()
int
VkVideoEncodeRateControlInfoKHR.initialVirtualBufferSizeInMs()
int
VkPhysicalDeviceInlineUniformBlockFeatures.inlineUniformBlock()
int
VkPhysicalDeviceVulkan13Features.inlineUniformBlock()
int
VkSubpassDescription.inputAttachmentCount()
int
VkSubpassDescription2.inputAttachmentCount()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.inputAttachmentDescriptorSize()
int
VkInputAttachmentAspectReference.inputAttachmentIndex()
long
VkLatencyTimingsFrameReportNV.inputSampleTimeUs()
int
VkPartitionedAccelerationStructureUpdateInstanceDataNV.instanceContributionToHitGroupIndex()
int
VkPartitionedAccelerationStructureWriteInstanceDataNV.instanceContributionToHitGroupIndex()
int
VkAccelerationStructureInfoNV.instanceCount()
int
VkDrawIndexedIndirectCommand.instanceCount()
int
VkDrawIndirectCommand.instanceCount()
int
VkPartitionedAccelerationStructureInstancesInputNV.instanceCount()
int
VkAccelerationStructureInstanceKHR.instanceCustomIndex()
int
VkAccelerationStructureMatrixMotionInstanceNV.instanceCustomIndex()
int
VkAccelerationStructureSRTMotionInstanceNV.instanceCustomIndex()
int
VkPartitionedAccelerationStructureWriteInstanceDataNV.instanceID()
int
VkPartitionedAccelerationStructureUpdateInstanceDataNV.instanceIndex()
int
VkPartitionedAccelerationStructureWriteInstanceDataNV.instanceIndex()
int
VkPartitionedAccelerationStructureWriteInstanceDataNV.instanceMask()
int
VkAccelerationStructureInstanceKHR.instanceShaderBindingTableRecordOffset()
int
VkAccelerationStructureMatrixMotionInstanceNV.instanceShaderBindingTableRecordOffset()
int
VkAccelerationStructureSRTMotionInstanceNV.instanceShaderBindingTableRecordOffset()
long
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.instantiationBoundingBoxLimit()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct16BitMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct16BitSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct16BitUnsignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct32BitMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct32BitMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct32BitSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct32BitSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct32BitUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct32BitUnsignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct4x8BitPackedMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct4x8BitPackedMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct4x8BitPackedSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct4x8BitPackedSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct4x8BitPackedUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct4x8BitPackedUnsignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct64BitMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct64BitMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct64BitSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct64BitSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct64BitUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct64BitUnsignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct8BitMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct8BitSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProduct8BitUnsignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating16BitSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating16BitSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating32BitSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating32BitSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating64BitSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating64BitSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating8BitSignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating8BitSignedAccelerated()
int
VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated()
int
VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated()
int
VkRayTracingShaderGroupCreateInfoKHR.intersectionShader()
int
VkRayTracingShaderGroupCreateInfoNV.intersectionShader()
int
VkVideoEncodeAV1FrameSizeKHR.intraFrameSize()
int
VkVideoEncodeAV1QIndexKHR.intraQIndex()
int
VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.invocationMask()
int
VkPipelineExecutableInternalRepresentationKHR.isText()
int
VkApplicationParametersEXT.key()
VkPipelineBinaryKeyKHR.key()
int
VkVideoEncodeAV1RateControlInfoKHR.keyFramePeriod()
int
VkPipelineBinaryKeyKHR.keySize()
int
VkCooperativeMatrixFlexibleDimensionsPropertiesNV.KGranularity()
int
VkCooperativeMatrixPropertiesKHR.KSize()
int
VkCooperativeMatrixPropertiesNV.KSize()
int
VkPhysicalDeviceFeatures.largePoints()
int
VkSwapchainLatencyCreateInfoNV.latencyModeEnable()
int
VkRectLayerKHR.layer()
int
VkClearRect.layerCount()
int
VkFramebufferAttachmentImageInfo.layerCount()
int
VkImageSubresourceLayers.layerCount()
int
VkImageSubresourceRange.layerCount()
int
VkRenderingInfo.layerCount()
int
VkVideoEncodeRateControlInfoKHR.layerCount()
int
VkPhysicalDeviceLayeredApiPropertiesListKHR.layeredApiCount()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.layeredShadingRateAttachments()
int
VkFramebufferCreateInfo.layers()
int
VkShaderResourceUsageAMD.ldsSizePerLocalWorkGroup()
long
VkShaderResourceUsageAMD.ldsUsageSizeInBytes()
int
VkPhysicalDeviceDepthBiasControlFeaturesEXT.leastRepresentableValueForceUnormRepresentation()
int
VkPhysicalDeviceLegacyDitheringFeaturesEXT.legacyDithering()
int
VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.legacyVertexAttributes()
int
VkImageSubresourceRange.levelCount()
int
VkPipelineLibraryCreateInfoKHR.libraryCount()
int
VkPhysicalDeviceLinearColorAttachmentFeaturesNV.linearColorAttachment()
int
VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.linearSweptSpheres()
int
VkPipelineRasterizationLineStateCreateInfo.lineStippleFactor()
short
VkPipelineRasterizationLineStateCreateInfo.lineStipplePattern()
int
VkPhysicalDeviceLineRasterizationProperties.lineSubPixelPrecisionBits()
int
VkPhysicalDeviceVulkan14Properties.lineSubPixelPrecisionBits()
StdVideoEncodeH265ReferenceListsInfo.list_entry_l0()
StdVideoEncodeH265ReferenceListsInfo.list_entry_l1()
int
VkSwapchainDisplayNativeHdrCreateInfoAMD.localDimmingEnable()
int
VkDisplayNativeHdrSurfaceCapabilitiesAMD.localDimmingSupport()
int
VkVertexInputAttributeDescription.location()
int
VkVertexInputAttributeDescription2EXT.location()
byte
StdVideoH265SequenceParameterSet.log2_diff_max_min_luma_coding_block_size()
byte
StdVideoH265SequenceParameterSet.log2_diff_max_min_luma_transform_block_size()
byte
StdVideoH265SequenceParameterSet.log2_diff_max_min_pcm_luma_coding_block_size()
byte
StdVideoH264SequenceParameterSet.log2_max_frame_num_minus4()
byte
StdVideoH265SequenceParameterSetVui.log2_max_mv_length_horizontal()
byte
StdVideoH265SequenceParameterSetVui.log2_max_mv_length_vertical()
byte
StdVideoH264SequenceParameterSet.log2_max_pic_order_cnt_lsb_minus4()
byte
StdVideoH265SequenceParameterSet.log2_max_pic_order_cnt_lsb_minus4()
byte
StdVideoH265PictureParameterSet.log2_max_transform_skip_block_size_minus2()
byte
StdVideoH265SequenceParameterSet.log2_min_luma_coding_block_size_minus3()
byte
StdVideoH265SequenceParameterSet.log2_min_luma_transform_block_size_minus2()
byte
StdVideoH265SequenceParameterSet.log2_min_pcm_luma_coding_block_size_minus3()
byte
StdVideoH265PictureParameterSet.log2_parallel_merge_level_minus2()
byte
StdVideoH265PictureParameterSet.log2_sao_offset_scale_chroma()
byte
StdVideoH265PictureParameterSet.log2_sao_offset_scale_luma()
int
VkPhysicalDeviceFeatures.logicOp()
int
VkPipelineColorBlendStateCreateInfo.logicOpEnable()
short
StdVideoEncodeH264ReferenceInfo.long_term_frame_idx()
short
StdVideoEncodeH264RefPicMarkingEntry.long_term_frame_idx()
short
StdVideoEncodeH264ReferenceInfo.long_term_pic_num()
short
StdVideoEncodeH264RefListModEntry.long_term_pic_num()
short
StdVideoEncodeH264RefPicMarkingEntry.long_term_pic_num()
StdVideoAV1LoopFilter.loop_filter_level()
byte
StdVideoAV1LoopFilter.loop_filter_sharpness()
StdVideoAV1LoopRestoration.LoopRestorationSize()
int
StdVideoH265HrdFlags.low_delay_hrd_flag()
int
VkLatencySleepModeInfoNV.lowLatencyBoost()
int
VkLatencySleepModeInfoNV.lowLatencyMode()
StdVideoEncodeH265LongTermRefPics.lt_idx_sps()
StdVideoH265LongTermRefPicsSps.lt_ref_pic_poc_lsb_sps()
byte
StdVideoH265PictureParameterSet.luma_bit_depth_entry_minus8()
byte
StdVideoEncodeH264WeightTable.luma_log2_weight_denom()
byte
StdVideoEncodeH265WeightTable.luma_log2_weight_denom()
int
StdVideoEncodeH264WeightTableFlags.luma_weight_l0_flag()
short
StdVideoEncodeH265WeightTableFlags.luma_weight_l0_flag()
int
StdVideoEncodeH264WeightTableFlags.luma_weight_l1_flag()
short
StdVideoEncodeH265WeightTableFlags.luma_weight_l1_flag()
int
VkPhysicalDeviceMaintenance4Features.maintenance4()
int
VkPhysicalDeviceVulkan13Features.maintenance4()
int
VkPhysicalDeviceMaintenance5Features.maintenance5()
int
VkPhysicalDeviceVulkan14Features.maintenance5()
int
VkPhysicalDeviceMaintenance6Features.maintenance6()
int
VkPhysicalDeviceVulkan14Features.maintenance6()
int
VkPhysicalDeviceMaintenance7FeaturesKHR.maintenance7()
int
VkPhysicalDeviceMaintenance8FeaturesKHR.maintenance8()
byte
VkConformanceVersion.major()
int
VkSpecializationInfo.mapEntryCount()
long
VkPerformanceMarkerInfoINTEL.marker()
int
VkPerformanceStreamMarkerInfoINTEL.marker()
int
VkAccelerationStructureInstanceKHR.mask()
int
VkAccelerationStructureMatrixMotionInstanceNV.mask()
int
VkAccelerationStructureSRTMotionInstanceNV.mask()
byte
StdVideoH264SequenceParameterSetVui.matrix_coefficients()
byte
StdVideoH265SequenceParameterSetVui.matrix_coeffs()
byte
StdVideoH265SequenceParameterSetVui.max_bits_per_min_cu_denom()
byte
StdVideoH265SequenceParameterSetVui.max_bytes_per_pic_denom()
byte
StdVideoH264SequenceParameterSetVui.max_dec_frame_buffering()
StdVideoH265DecPicBufMgr.max_dec_pic_buffering_minus1()
short
StdVideoAV1SequenceHeader.max_frame_height_minus_1()
short
StdVideoAV1SequenceHeader.max_frame_width_minus_1()
StdVideoH265DecPicBufMgr.max_latency_increase_plus1()
short
StdVideoEncodeH264RefPicMarkingEntry.max_long_term_frame_idx_plus1()
byte
StdVideoH264SequenceParameterSet.max_num_ref_frames()
byte
StdVideoH264SequenceParameterSetVui.max_num_reorder_frames()
StdVideoH265DecPicBufMgr.max_num_reorder_pics()
byte
StdVideoH265SequenceParameterSet.max_transform_hierarchy_depth_inter()
byte
StdVideoH265SequenceParameterSet.max_transform_hierarchy_depth_intra()
int
VkClusterAccelerationStructureInputInfoNV.maxAccelerationStructureCount()
int
VkVideoCapabilitiesKHR.maxActiveReferencePictures()
int
VkVideoSessionCreateInfoKHR.maxActiveReferencePictures()
int
VkPhysicalDeviceTileShadingPropertiesQCOM.maxApronSize()
int
VkImageFormatProperties.maxArrayLayers()
int
VkVideoEncodeAV1CapabilitiesKHR.maxBidirectionalCompoundGroup1ReferenceCount()
int
VkVideoEncodeAV1CapabilitiesKHR.maxBidirectionalCompoundGroup2ReferenceCount()
int
VkVideoEncodeAV1CapabilitiesKHR.maxBidirectionalCompoundReferenceCount()
long
VkVideoEncodeCapabilitiesKHR.maxBitrate()
long
VkVideoEncodeRateControlLayerInfoKHR.maxBitrate()
int
VkPhysicalDeviceLimits.maxBoundDescriptorSets()
int
VkVideoEncodeH264CapabilitiesKHR.maxBPictureL0ReferenceCount()
int
VkVideoEncodeH265CapabilitiesKHR.maxBPictureL0ReferenceCount()
int
VkBufferCollectionConstraintsInfoFUCHSIA.maxBufferCount()
long
VkPhysicalDeviceMaintenance4Properties.maxBufferSize()
long
VkPhysicalDeviceVulkan13Properties.maxBufferSize()
int
VkPhysicalDeviceLimits.maxClipDistances()
int
VkClusterAccelerationStructureClustersBottomLevelInputNV.maxClusterCountPerAccelerationStructure()
int
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.maxClusterGeometryIndex()
int
VkClusterAccelerationStructureTriangleClusterInputNV.maxClusterTriangleCount()
int
VkClusterAccelerationStructureTriangleClusterInputNV.maxClusterUniqueGeometryCount()
int
VkClusterAccelerationStructureTriangleClusterInputNV.maxClusterVertexCount()
int
VkPhysicalDeviceLimits.maxColorAttachments()
int
VkPhysicalDeviceLimits.maxCombinedClipAndCullDistances()
int
VkPhysicalDeviceMaintenance6Properties.maxCombinedImageSamplerDescriptorCount()
int
VkPhysicalDeviceVulkan14Properties.maxCombinedImageSamplerDescriptorCount()
int
VkPhysicalDeviceNestedCommandBufferPropertiesEXT.maxCommandBufferNestingLevel()
int
VkPhysicalDeviceLimits.maxComputeSharedMemorySize()
VkPhysicalDeviceLimits.maxComputeWorkGroupCount()
int
VkPhysicalDeviceLimits.maxComputeWorkGroupInvocations()
VkPhysicalDeviceLimits.maxComputeWorkGroupSize()
int
VkPhysicalDeviceSubgroupSizeControlProperties.maxComputeWorkgroupSubgroups()
int
VkPhysicalDeviceVulkan13Properties.maxComputeWorkgroupSubgroups()
int
VkPhysicalDeviceCooperativeVectorPropertiesNV.maxCooperativeVectorComponents()
int
VkPhysicalDeviceLimits.maxCullDistances()
int
VkPhysicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers()
long
VkPhysicalDeviceMemoryDecompressionPropertiesNV.maxDecompressionIndirectCount()
int
VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxDescriptorBufferBindings()
int
VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxDescriptorSetAccelerationStructures()
int
VkPhysicalDeviceRayTracingPropertiesNV.maxDescriptorSetAccelerationStructures()
int
VkPhysicalDeviceInlineUniformBlockProperties.maxDescriptorSetInlineUniformBlocks()
int
VkPhysicalDeviceVulkan13Properties.maxDescriptorSetInlineUniformBlocks()
int
VkPhysicalDeviceLimits.maxDescriptorSetInputAttachments()
int
VkPhysicalDeviceLimits.maxDescriptorSetSampledImages()
int
VkPhysicalDeviceLimits.maxDescriptorSetSamplers()
int
VkPhysicalDeviceLimits.maxDescriptorSetStorageBuffers()
int
VkPhysicalDeviceLimits.maxDescriptorSetStorageBuffersDynamic()
int
VkPhysicalDeviceLimits.maxDescriptorSetStorageImages()
int
VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.maxDescriptorSetSubsampledSamplers()
int
VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalBuffersDynamic()
int
VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalStorageBuffersDynamic()
int
VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalUniformBuffersDynamic()
int
VkPhysicalDeviceLimits.maxDescriptorSetUniformBuffers()
int
VkPhysicalDeviceLimits.maxDescriptorSetUniformBuffersDynamic()
int
VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxDescriptorSetUpdateAfterBindAccelerationStructures()
int
VkPhysicalDeviceInlineUniformBlockProperties.maxDescriptorSetUpdateAfterBindInlineUniformBlocks()
int
VkPhysicalDeviceVulkan13Properties.maxDescriptorSetUpdateAfterBindInlineUniformBlocks()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindInputAttachments()
int
VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindInputAttachments()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindSampledImages()
int
VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindSampledImages()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindSamplers()
int
VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindSamplers()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageBuffers()
int
VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageBuffers()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic()
int
VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages()
int
VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages()
int
VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalBuffersDynamic()
int
VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic()
int
VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindUniformBuffers()
int
VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindUniformBuffers()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindUniformBuffersDynamic()
int
VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindUniformBuffersDynamic()
int
VkPhysicalDeviceDiscardRectanglePropertiesEXT.maxDiscardRectangles()
int
VkPhysicalDeviceDisplacementMicromapPropertiesNV.maxDisplacementMicromapSubdivisionLevel()
int
VkVideoCapabilitiesKHR.maxDpbSlots()
int
VkVideoSessionCreateInfoKHR.maxDpbSlots()
int
VkGeneratedCommandsInfoEXT.maxDrawCount()
int
VkGeneratedCommandsMemoryRequirementsInfoEXT.maxDrawCount()
int
VkPhysicalDeviceLimits.maxDrawIndexedIndexValue()
int
VkPhysicalDeviceLimits.maxDrawIndirectCount()
int
VkPhysicalDeviceMeshShaderPropertiesNV.maxDrawMeshTasksCount()
int
VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxEmbeddedImmutableSamplerBindings()
int
VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxEmbeddedImmutableSamplers()
int
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphDepth()
int
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderOutputNodes()
int
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderPayloadCount()
int
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderPayloadSize()
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphWorkgroupCount()
int
VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphWorkgroups()
int
VkPhysicalDeviceExternalComputeQueuePropertiesNV.maxExternalQueues()
int
VkAntiLagDataAMD.maxFPS()
int
VkPhysicalDeviceLimits.maxFragmentCombinedOutputResources()
int
VkPhysicalDeviceLimits.maxFragmentDualSrcAttachments()
int
VkPhysicalDeviceLimits.maxFragmentInputComponents()
int
VkPhysicalDeviceLimits.maxFragmentOutputAttachments()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentShadingRateAttachmentTexelSizeAspectRatio()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentShadingRateCoverageSamples()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentSizeAspectRatio()
int
VkPhysicalDeviceLimits.maxFramebufferHeight()
int
VkPhysicalDeviceLimits.maxFramebufferLayers()
int
VkPhysicalDeviceLimits.maxFramebufferWidth()
long
VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxGeometryCount()
long
VkPhysicalDeviceRayTracingPropertiesNV.maxGeometryCount()
int
VkClusterAccelerationStructureTriangleClusterInputNV.maxGeometryIndexValue()
int
VkPhysicalDeviceLimits.maxGeometryInputComponents()
int
VkPhysicalDeviceLimits.maxGeometryOutputComponents()
int
VkPhysicalDeviceLimits.maxGeometryOutputVertices()
int
VkPhysicalDeviceLimits.maxGeometryShaderInvocations()
int
VkPhysicalDeviceLimits.maxGeometryTotalOutputComponents()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxGraphicsShaderGroupCount()
int
VkPhysicalDeviceOpticalFlowPropertiesNV.maxHeight()
int
VkPhysicalDeviceLimits.maxImageArrayLayers()
int
VkSurfaceCapabilities2EXT.maxImageArrayLayers()
int
VkSurfaceCapabilitiesKHR.maxImageArrayLayers()
int
VkSurfaceCapabilities2EXT.maxImageCount()
int
VkSurfaceCapabilitiesKHR.maxImageCount()
int
VkPhysicalDeviceLimits.maxImageDimension1D()
int
VkPhysicalDeviceLimits.maxImageDimension2D()
int
VkPhysicalDeviceLimits.maxImageDimension3D()
int
VkPhysicalDeviceLimits.maxImageDimensionCube()
int
VkImageAlignmentControlCreateInfoMESA.maximumRequestedAlignment()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectCommandsIndirectStride()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamCount()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamStride()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectCommandsTokenCount()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsTokenCount()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectCommandsTokenOffset()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsTokenOffset()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectPipelineCount()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectSequenceCount()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectSequenceCount()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectShaderObjectCount()
int
VkDescriptorPoolInlineUniformBlockCreateInfo.maxInlineUniformBlockBindings()
int
VkPhysicalDeviceInlineUniformBlockProperties.maxInlineUniformBlockSize()
int
VkPhysicalDeviceVulkan13Properties.maxInlineUniformBlockSize()
int
VkPhysicalDeviceVulkan13Properties.maxInlineUniformTotalSize()
long
VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxInstanceCount()
long
VkPhysicalDeviceRayTracingPropertiesNV.maxInstanceCount()
int
VkPartitionedAccelerationStructureInstancesInputNV.maxInstanceInGlobalPartitionCount()
int
VkPartitionedAccelerationStructureInstancesInputNV.maxInstancePerPartitionCount()
int
VkAccelerationStructureMotionInfoNV.maxInstances()
int
VkVideoEncodeH264CapabilitiesKHR.maxL1ReferenceCount()
int
VkVideoEncodeH265CapabilitiesKHR.maxL1ReferenceCount()
int
VkPhysicalDeviceLimits.maxMemoryAllocationCount()
long
VkPhysicalDeviceMaintenance3Properties.maxMemoryAllocationSize()
long
VkPhysicalDeviceVulkan11Properties.maxMemoryAllocationSize()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshMultiviewViewCount()
int
VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshMultiviewViewCount()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputComponents()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputLayers()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputMemorySize()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputPrimitives()
int
VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshOutputPrimitives()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputVertices()
int
VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshOutputVertices()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshPayloadAndOutputMemorySize()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshPayloadAndSharedMemorySize()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshSharedMemorySize()
int
VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshTotalMemorySize()
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupCount()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupInvocations()
int
VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupInvocations()
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupSize()
VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupSize()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupTotalCount()
int
VkImageFormatProperties.maxMipLevels()
long
VkClusterAccelerationStructureMoveObjectsInputNV.maxMovedBytes()
int
VkPhysicalDeviceMultiDrawPropertiesEXT.maxMultiDrawCount()
int
VkPhysicalDeviceMultiviewProperties.maxMultiviewInstanceIndex()
int
VkPhysicalDeviceVulkan11Properties.maxMultiviewInstanceIndex()
int
VkPhysicalDeviceMultiviewProperties.maxMultiviewViewCount()
int
VkPhysicalDeviceVulkan11Properties.maxMultiviewViewCount()
byte
StdVideoEncodeH265SliceSegmentHeader.MaxNumMergeCand()
int
VkPhysicalDeviceOpticalFlowPropertiesNV.maxNumRegionsOfInterest()
int
VkPhysicalDeviceOpacityMicromapPropertiesEXT.maxOpacity2StateSubdivisionLevel()
int
VkPhysicalDeviceOpacityMicromapPropertiesEXT.maxOpacity4StateSubdivisionLevel()
int
VkVideoEncodeAV1CapabilitiesKHR.maxOperatingPoints()
int
VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.maxOutputClusterCount()
int
VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.maxPartitionCount()
int
VkPerformanceQueryReservationInfoKHR.maxPerformanceQueriesPerPool()
int
VkPhysicalDeviceMaintenance3Properties.maxPerSetDescriptors()
int
VkPhysicalDeviceVulkan11Properties.maxPerSetDescriptors()
int
VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxPerStageDescriptorAccelerationStructures()
int
VkPhysicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorInlineUniformBlocks()
int
VkPhysicalDeviceVulkan13Properties.maxPerStageDescriptorInlineUniformBlocks()
int
VkPhysicalDeviceLimits.maxPerStageDescriptorInputAttachments()
int
VkPhysicalDeviceLimits.maxPerStageDescriptorSampledImages()
int
VkPhysicalDeviceLimits.maxPerStageDescriptorSamplers()
int
VkPhysicalDeviceLimits.maxPerStageDescriptorStorageBuffers()
int
VkPhysicalDeviceLimits.maxPerStageDescriptorStorageImages()
int
VkPhysicalDeviceLimits.maxPerStageDescriptorUniformBuffers()
int
VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxPerStageDescriptorUpdateAfterBindAccelerationStructures()
int
VkPhysicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks()
int
VkPhysicalDeviceVulkan13Properties.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments()
int
VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindSampledImages()
int
VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindSampledImages()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindSamplers()
int
VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindSamplers()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers()
int
VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageImages()
int
VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageImages()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindUniformBuffers()
int
VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindUniformBuffers()
int
VkPhysicalDeviceLimits.maxPerStageResources()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageUpdateAfterBindResources()
int
VkPhysicalDeviceVulkan12Properties.maxPerStageUpdateAfterBindResources()
int
VkIndirectExecutionSetPipelineInfoEXT.maxPipelineCount()
int
VkRayTracingPipelineInterfaceCreateInfoKHR.maxPipelineRayHitAttributeSize()
int
VkRayTracingPipelineInterfaceCreateInfoKHR.maxPipelineRayPayloadSize()
int
VkRayTracingPipelineCreateInfoKHR.maxPipelineRayRecursionDepth()
int
VkVideoEncodeH264CapabilitiesKHR.maxPPictureL0ReferenceCount()
int
VkVideoEncodeH265CapabilitiesKHR.maxPPictureL0ReferenceCount()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxPreferredMeshWorkGroupInvocations()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxPreferredTaskWorkGroupInvocations()
long
VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxPrimitiveCount()
int
VkPhysicalDeviceLimits.maxPushConstantsSize()
int
VkPhysicalDevicePushDescriptorProperties.maxPushDescriptors()
int
VkPhysicalDeviceVulkan14Properties.maxPushDescriptors()
int
VkVideoEncodeAV1CapabilitiesKHR.maxQIndex()
int
VkVideoEncodeCapabilitiesKHR.maxQualityLevels()
int
VkVideoEncodeCapabilitiesKHR.maxRateControlLayers()
int
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount()
int
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxRayHitAttributeSize()
int
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxRayRecursionDepth()
int
VkPhysicalDeviceRayTracingPropertiesNV.maxRecursionDepth()
int
VkRayTracingPipelineCreateInfoNV.maxRecursionDepth()
int
VkPhysicalDeviceRenderPassStripedPropertiesARM.maxRenderPassStripes()
int
VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxResourceDescriptorBufferBindings()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxResourceDescriptorBufferRange()
long
VkImageFormatProperties.maxResourceSize()
int
VkPhysicalDeviceLimits.maxSampleMaskWords()
int
VkPhysicalDeviceLimits.maxSamplerAllocationCount()
int
VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxSamplerDescriptorBufferBindings()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxSamplerDescriptorBufferRange()
int
VkGeneratedCommandsInfoEXT.maxSequenceCount()
int
VkGeneratedCommandsMemoryRequirementsInfoEXT.maxSequenceCount()
int
VkGeneratedCommandsMemoryRequirementsInfoNV.maxSequencesCount()
int
VkDescriptorPoolCreateInfo.maxSets()
int
VkPhysicalDeviceShaderCorePropertiesAMD.maxSgprAllocation()
int
VkIndirectExecutionSetShaderInfoEXT.maxShaderCount()
int
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxShaderGroupStride()
int
VkPhysicalDeviceRayTracingPropertiesNV.maxShaderGroupStride()
int
VkVideoEncodeAV1CapabilitiesKHR.maxSingleReferenceCount()
long
VkExecutionGraphPipelineScratchSizeAMDX.maxSize()
int
VkVideoEncodeH264CapabilitiesKHR.maxSliceCount()
int
VkVideoEncodeH265CapabilitiesKHR.maxSliceSegmentCount()
int
VkVideoEncodeAV1CapabilitiesKHR.maxSpatialLayerCount()
int
VkVideoDecodeH264SessionParametersCreateInfoKHR.maxStdPPSCount()
int
VkVideoDecodeH265SessionParametersCreateInfoKHR.maxStdPPSCount()
int
VkVideoEncodeH264SessionParametersCreateInfoKHR.maxStdPPSCount()
int
VkVideoEncodeH265SessionParametersCreateInfoKHR.maxStdPPSCount()
int
VkVideoDecodeH264SessionParametersCreateInfoKHR.maxStdSPSCount()
int
VkVideoDecodeH265SessionParametersCreateInfoKHR.maxStdSPSCount()
int
VkVideoEncodeH264SessionParametersCreateInfoKHR.maxStdSPSCount()
int
VkVideoEncodeH265SessionParametersCreateInfoKHR.maxStdSPSCount()
int
VkVideoDecodeH265SessionParametersCreateInfoKHR.maxStdVPSCount()
int
VkVideoEncodeH265SessionParametersCreateInfoKHR.maxStdVPSCount()
int
VkPhysicalDeviceLimits.maxStorageBufferRange()
int
VkPhysicalDeviceSubgroupSizeControlProperties.maxSubgroupSize()
int
VkPhysicalDeviceVulkan13Properties.maxSubgroupSize()
int
VkVideoEncodeH265CapabilitiesKHR.maxSubLayerCount()
int
VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.maxSubpassShadingWorkgroupSizeAspectRatio()
int
VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.maxSubsampledArrayLayers()
int
VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskOutputCount()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskPayloadAndSharedMemorySize()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskPayloadSize()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskSharedMemorySize()
int
VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskTotalMemorySize()
VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupCount()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupInvocations()
int
VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupInvocations()
VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupSize()
VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupSize()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupTotalCount()
int
VkVideoEncodeAV1CapabilitiesKHR.maxTemporalLayerCount()
int
VkVideoEncodeH264CapabilitiesKHR.maxTemporalLayerCount()
int
VkPhysicalDeviceLimits.maxTessellationControlPerPatchOutputComponents()
int
VkPhysicalDeviceLimits.maxTessellationControlPerVertexInputComponents()
int
VkPhysicalDeviceLimits.maxTessellationControlPerVertexOutputComponents()
int
VkPhysicalDeviceLimits.maxTessellationControlTotalOutputComponents()
int
VkPhysicalDeviceLimits.maxTessellationEvaluationInputComponents()
int
VkPhysicalDeviceLimits.maxTessellationEvaluationOutputComponents()
int
VkPhysicalDeviceLimits.maxTessellationGenerationLevel()
int
VkPhysicalDeviceLimits.maxTessellationPatchSize()
int
VkPhysicalDeviceLimits.maxTexelBufferElements()
int
VkPhysicalDeviceLimits.maxTexelGatherOffset()
int
VkPhysicalDeviceLimits.maxTexelOffset()
long
VkPhysicalDeviceTimelineSemaphoreProperties.maxTimelineSemaphoreValueDifference()
long
VkPhysicalDeviceVulkan12Properties.maxTimelineSemaphoreValueDifference()
int
VkClusterAccelerationStructureClustersBottomLevelInputNV.maxTotalClusterCount()
int
VkClusterAccelerationStructureTriangleClusterInputNV.maxTotalTriangleCount()
int
VkClusterAccelerationStructureTriangleClusterInputNV.maxTotalVertexCount()
int
VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBufferDataSize()
int
VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBufferDataStride()
int
VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBuffers()
long
VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBufferSize()
int
VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackStreamDataSize()
int
VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackStreams()
long
VkPhysicalDeviceRayTracingPropertiesNV.maxTriangleCount()
int
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.maxTrianglesPerCluster()
int
VkVideoEncodeAV1CapabilitiesKHR.maxUnidirectionalCompoundGroup1ReferenceCount()
int
VkVideoEncodeAV1CapabilitiesKHR.maxUnidirectionalCompoundReferenceCount()
int
VkPhysicalDeviceLimits.maxUniformBufferRange()
int
VkPhysicalDeviceDescriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools()
int
VkPhysicalDeviceVulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools()
int
VkDescriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount()
int
VkAccelerationStructureGeometryTrianglesDataKHR.maxVertex()
int
VkPhysicalDeviceVertexAttributeDivisorProperties.maxVertexAttribDivisor()
int
VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.maxVertexAttribDivisor()
int
VkPhysicalDeviceVulkan14Properties.maxVertexAttribDivisor()
int
VkPhysicalDeviceLimits.maxVertexInputAttributeOffset()
int
VkPhysicalDeviceLimits.maxVertexInputAttributes()
int
VkPhysicalDeviceLimits.maxVertexInputBindings()
int
VkPhysicalDeviceLimits.maxVertexInputBindingStride()
int
VkPhysicalDeviceLimits.maxVertexOutputComponents()
int
VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.maxVerticesPerCluster()
int
VkPhysicalDeviceShaderCorePropertiesAMD.maxVgprAllocation()
VkPhysicalDeviceLimits.maxViewportDimensions()
int
VkPhysicalDeviceLimits.maxViewports()
int
VkPhysicalDeviceImageProcessingPropertiesQCOM.maxWeightFilterPhases()
int
VkPhysicalDeviceOpticalFlowPropertiesNV.maxWidth()
VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.maxWorkGroupCount()
VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.maxWorkGroupSize()
int
VkDependencyInfo.memoryBarrierCount()
int
VkBindVideoSessionMemoryInfoKHR.memoryBindIndex()
int
VkVideoSessionMemoryRequirementsKHR.memoryBindIndex()
int
VkPhysicalDeviceMemoryDecompressionFeaturesNV.memoryDecompression()
int
VkDeviceGroupBindSparseInfo.memoryDeviceIndex()
int
VkPhysicalDeviceMemoryProperties.memoryHeapCount()
int
VkImageToMemoryCopy.memoryImageHeight()
int
VkMemoryToImageCopy.memoryImageHeight()
int
VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.memoryMapPlaced()
int
VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.memoryMapRangePlaced()
long
VkDeviceMemoryReportCallbackDataEXT.memoryObjectId()
long
VkBindAccelerationStructureMemoryInfoNV.memoryOffset()
long
VkBindBufferMemoryInfo.memoryOffset()
long
VkBindImageMemoryInfo.memoryOffset()
long
VkBindVideoSessionMemoryInfoKHR.memoryOffset()
long
VkSparseImageMemoryBind.memoryOffset()
long
VkSparseMemoryBind.memoryOffset()
int
VkPhysicalDeviceMemoryPriorityFeaturesEXT.memoryPriority()
int
VkImageToMemoryCopy.memoryRowLength()
int
VkMemoryToImageCopy.memoryRowLength()
long
VkBindVideoSessionMemoryInfoKHR.memorySize()
int
VkAndroidHardwareBufferPropertiesANDROID.memoryTypeBits()
int
VkBufferCollectionPropertiesFUCHSIA.memoryTypeBits()
int
VkMemoryFdPropertiesKHR.memoryTypeBits()
int
VkMemoryHostPointerPropertiesEXT.memoryTypeBits()
int
VkMemoryMetalHandlePropertiesEXT.memoryTypeBits()
int
VkMemoryRequirements.memoryTypeBits()
int
VkMemorySciBufPropertiesNV.memoryTypeBits()
int
VkMemoryWin32HandlePropertiesKHR.memoryTypeBits()
int
VkMemoryZirconHandlePropertiesFUCHSIA.memoryTypeBits()
int
VkScreenBufferPropertiesQNX.memoryTypeBits()
int
VkPhysicalDeviceMemoryProperties.memoryTypeCount()
int
VkMemoryAllocateInfo.memoryTypeIndex()
int
VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.memoryUnmapReserve()
int
VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.meshAndTaskShaderDerivatives()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.meshOutputPerPrimitiveGranularity()
int
VkPhysicalDeviceMeshShaderPropertiesNV.meshOutputPerPrimitiveGranularity()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.meshOutputPerVertexGranularity()
int
VkPhysicalDeviceMeshShaderPropertiesNV.meshOutputPerVertexGranularity()
int
VkPhysicalDeviceMeshShaderFeaturesEXT.meshShader()
int
VkPhysicalDeviceMeshShaderFeaturesNV.meshShader()
int
VkPhysicalDeviceMeshShaderFeaturesEXT.meshShaderQueries()
int
VkCooperativeMatrixFlexibleDimensionsPropertiesNV.MGranularity()
int
VkPhysicalDeviceOpacityMicromapFeaturesEXT.micromap()
int
VkPhysicalDeviceOpacityMicromapFeaturesEXT.micromapCaptureReplay()
int
VkPhysicalDeviceOpacityMicromapFeaturesEXT.micromapHostCommands()
long
VkMicromapBuildSizesInfoEXT.micromapSize()
short
StdVideoH265SequenceParameterSetVui.min_spatial_segmentation_idc()
int
VkPhysicalDeviceAccelerationStructurePropertiesKHR.minAccelerationStructureScratchOffsetAlignment()
long
VkVideoCapabilitiesKHR.minBitstreamBufferOffsetAlignment()
long
VkVideoCapabilitiesKHR.minBitstreamBufferSizeAlignment()
int
VkBufferCollectionConstraintsInfoFUCHSIA.minBufferCount()
int
VkBufferCollectionConstraintsInfoFUCHSIA.minBufferCountForCamping()
int
VkBufferCollectionConstraintsInfoFUCHSIA.minBufferCountForDedicatedSlack()
int
VkBufferCollectionConstraintsInfoFUCHSIA.minBufferCountForSharedSlack()
int
VkPhysicalDeviceOpticalFlowPropertiesNV.minHeight()
int
VkSurfaceCapabilities2EXT.minImageCount()
int
VkSurfaceCapabilitiesKHR.minImageCount()
int
VkSwapchainCreateInfoKHR.minImageCount()
long
VkPhysicalDeviceExternalMemoryHostPropertiesEXT.minImportedHostPointerAlignment()
int
VkLatencySleepModeInfoNV.minimumIntervalUs()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minIndirectCommandsBufferOffsetAlignment()
int
VkPhysicalDeviceImageViewMinLodFeaturesEXT.minLod()
long
VkPhysicalDeviceLimits.minMemoryMapAlignment()
byte
VkConformanceVersion.minor()
long
VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.minPlacedMemoryMapAlignment()
int
VkClusterAccelerationStructureTriangleClusterInputNV.minPositionTruncateBitCount()
int
VkVideoEncodeAV1CapabilitiesKHR.minQIndex()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minSequencesCountBufferOffsetAlignment()
int
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minSequencesIndexBufferOffsetAlignment()
int
VkPhysicalDeviceShaderCorePropertiesAMD.minSgprAllocation()
long
VkExecutionGraphPipelineScratchSizeAMDX.minSize()
long
VkPhysicalDeviceLimits.minStorageBufferOffsetAlignment()
int
VkPhysicalDeviceSubgroupSizeControlProperties.minSubgroupSize()
int
VkPhysicalDeviceVulkan13Properties.minSubgroupSize()
long
VkPhysicalDeviceLimits.minTexelBufferOffsetAlignment()
long
VkPhysicalDeviceLimits.minUniformBufferOffsetAlignment()
int
VkPhysicalDevicePortabilitySubsetPropertiesKHR.minVertexInputBindingStrideAlignment()
int
VkPhysicalDeviceShaderCorePropertiesAMD.minVgprAllocation()
int
VkPhysicalDeviceOpticalFlowPropertiesNV.minWidth()
int
VkImageSubresource.mipLevel()
int
VkImageSubresourceLayers.mipLevel()
int
VkImageCreateInfo.mipLevels()
int
VkPhysicalDeviceLimits.mipmapPrecisionBits()
long
VkTraceRaysIndirectCommand2KHR.missShaderBindingTableAddress()
long
VkTraceRaysIndirectCommand2KHR.missShaderBindingTableSize()
long
VkTraceRaysIndirectCommand2KHR.missShaderBindingTableStride()
byte
StdVideoH265SequenceParameterSet.motion_vector_resolution_control_idc()
int
VkCooperativeMatrixPropertiesKHR.MSize()
int
VkCooperativeMatrixPropertiesNV.MSize()
int
VkPhysicalDeviceMultiDrawFeaturesEXT.multiDraw()
int
VkPhysicalDeviceFeatures.multiDrawIndirect()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.multisampleArrayImage()
int
VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.multisampledRenderToSingleSampled()
int
VkMultisampledRenderToSingleSampledInfoEXT.multisampledRenderToSingleSampledEnable()
int
VkPhysicalDeviceMultiviewFeatures.multiview()
int
VkPhysicalDeviceVulkan11Features.multiview()
int
VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.multiviewClusterCullingShader()
int
VkPhysicalDeviceMultiviewFeatures.multiviewGeometryShader()
int
VkPhysicalDeviceVulkan11Features.multiviewGeometryShader()
int
VkPhysicalDeviceMeshShaderFeaturesEXT.multiviewMeshShader()
int
VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.multiviewPerViewRenderAreas()
int
VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.multiviewPerViewViewports()
int
VkPhysicalDeviceFeatures.multiViewport()
int
VkPhysicalDeviceMultiviewFeatures.multiviewTessellationShader()
int
VkPhysicalDeviceVulkan11Features.multiviewTessellationShader()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.mutableComparisonSamplers()
int
VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType()
int
VkMutableDescriptorTypeCreateInfoEXT.mutableDescriptorTypeListCount()
int
VkVideoEncodeH264PictureInfoKHR.naluSliceEntryCount()
int
VkVideoEncodeH265PictureInfoKHR.naluSliceSegmentEntryCount()
@Nullable ShortPtr
VkExportFenceWin32HandleInfoKHR.name()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.@Nullable ShortPtr
VkExportMemoryWin32HandleInfoKHR.name()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.@Nullable ShortPtr
VkExportSemaphoreWin32HandleInfoKHR.name()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.@Nullable ShortPtr
VkImportFenceWin32HandleInfoKHR.name()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.@Nullable ShortPtr
VkImportMemoryWin32HandleInfoKHR.name()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.@Nullable ShortPtr
VkImportSemaphoreWin32HandleInfoKHR.name()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.int
VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.nativeUnalignedPerformance()
int
VkPipelineViewportDepthClipControlCreateInfoEXT.negativeOneToOne()
int
VkPhysicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer()
int
VkPhysicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferRendering()
int
VkPhysicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferSimultaneousUse()
int
VkCooperativeMatrixFlexibleDimensionsPropertiesNV.NGranularity()
int
VkDispatchGraphInfoAMDX.nodeIndex()
int
VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.noInvocationFragmentShadingRates()
int
VkClusterAccelerationStructureMoveObjectsInputNV.noMoveOverlap()
long
VkPhysicalDeviceLimits.nonCoherentAtomSize()
int
VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.nonSeamlessCubeMap()
int
VkPhysicalDeviceMaintenance5Properties.nonStrictSinglePixelWideLinesUseParallelogram()
int
VkPhysicalDeviceVulkan14Properties.nonStrictSinglePixelWideLinesUseParallelogram()
int
VkPhysicalDeviceMaintenance5Properties.nonStrictWideLinesUseParallelogram()
int
VkPhysicalDeviceVulkan14Properties.nonStrictWideLinesUseParallelogram()
int
VkCooperativeMatrixPropertiesKHR.NSize()
int
VkCooperativeMatrixPropertiesNV.NSize()
int
VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.nullColorAttachmentWithExternalFormatResolve()
int
VkPhysicalDeviceRobustness2FeaturesEXT.nullDescriptor()
byte
StdVideoAV1FilmGrain.num_cb_points()
byte
StdVideoAV1FilmGrain.num_cr_points()
byte
StdVideoH265PictureParameterSet.num_extra_slice_header_bits()
byte
StdVideoEncodeH265LongTermRefPics.num_long_term_pics()
byte
StdVideoH265SequenceParameterSet.num_long_term_ref_pics_sps()
byte
StdVideoEncodeH265LongTermRefPics.num_long_term_sps()
byte
StdVideoH265ShortTermRefPicSet.num_negative_pics()
byte
StdVideoH265ShortTermRefPicSet.num_positive_pics()
byte
StdVideoH264SequenceParameterSet.num_ref_frames_in_pic_order_cnt_cycle()
byte
StdVideoEncodeH264ReferenceListsInfo.num_ref_idx_l0_active_minus1()
byte
StdVideoEncodeH265ReferenceListsInfo.num_ref_idx_l0_active_minus1()
byte
StdVideoH264PictureParameterSet.num_ref_idx_l0_default_active_minus1()
byte
StdVideoH265PictureParameterSet.num_ref_idx_l0_default_active_minus1()
byte
StdVideoEncodeH264ReferenceListsInfo.num_ref_idx_l1_active_minus1()
byte
StdVideoEncodeH265ReferenceListsInfo.num_ref_idx_l1_active_minus1()
byte
StdVideoH264PictureParameterSet.num_ref_idx_l1_default_active_minus1()
byte
StdVideoH265PictureParameterSet.num_ref_idx_l1_default_active_minus1()
byte
StdVideoH265SequenceParameterSet.num_short_term_ref_pic_sets()
int
StdVideoAV1TimingInfo.num_ticks_per_picture_minus_1()
byte
StdVideoH265PictureParameterSet.num_tile_columns_minus1()
byte
StdVideoH265PictureParameterSet.num_tile_rows_minus1()
int
StdVideoEncodeAV1DecoderModelInfo.num_units_in_decoding_tick()
int
StdVideoAV1TimingInfo.num_units_in_display_tick()
int
StdVideoH264SequenceParameterSetVui.num_units_in_tick()
byte
StdVideoAV1FilmGrain.num_y_points()
int
VkGeometryAABBNV.numAABBs()
int
VkShaderStatisticsInfoAMD.numAvailableSgprs()
int
VkShaderStatisticsInfoAMD.numAvailableVgprs()
short
StdVideoDecodeH265PictureInfo.NumBitsForSTRefPicSetInSlice()
int
VkConvertCooperativeVectorMatrixInfoNV.numColumns()
byte
StdVideoDecodeH265PictureInfo.NumDeltaPocsOfRefRpsIdx()
int
VkSetPresentConfigNV.numFramesPerBatch()
int
VkImageViewSampleWeightCreateInfoQCOM.numPhases()
int
VkShaderStatisticsInfoAMD.numPhysicalSgprs()
int
VkShaderStatisticsInfoAMD.numPhysicalVgprs()
int
VkConvertCooperativeVectorMatrixInfoNV.numRows()
int
VkShaderResourceUsageAMD.numUsedSgprs()
int
VkShaderResourceUsageAMD.numUsedVgprs()
long
VkDebugMarkerObjectNameInfoEXT.object()
long
VkDebugMarkerObjectTagInfoEXT.object()
int
VkDebugUtilsMessengerCallbackDataEXT.objectCount()
int
VkRefreshObjectListKHR.objectCount()
long
VkDebugUtilsObjectNameInfoEXT.objectHandle()
long
VkDebugUtilsObjectTagInfoEXT.objectHandle()
long
VkDeviceMemoryReportCallbackDataEXT.objectHandle()
long
VkRefreshObjectKHR.objectHandle()
int
VkCommandBufferInheritanceInfo.occlusionQueryEnable()
int
VkPhysicalDeviceFeatures.occlusionQueryPrecise()
long
VkAccelerationStructureCreateInfoKHR.offset()
long
VkBufferMemoryBarrier.offset()
long
VkBufferMemoryBarrier2.offset()
long
VkBufferViewCreateInfo.offset()
long
VkConditionalRenderingBeginInfoEXT.offset()
long
VkDescriptorBufferInfo.offset()
long
VkDescriptorUpdateTemplateEntry.offset()
long
VkGeometryAABBNV.offset()
int
VkIndirectCommandsLayoutTokenEXT.offset()
int
VkIndirectCommandsLayoutTokenNV.offset()
long
VkIndirectCommandsStreamNV.offset()
long
VkMappedMemoryRange.offset()
long
VkMemoryMapInfo.offset()
long
VkMicromapCreateInfoEXT.offset()
int
VkPushConstantRange.offset()
int
VkPushConstantsInfo.offset()
int
VkSpecializationMapEntry.offset()
long
VkSubresourceLayout.offset()
int
VkVertexInputAttributeDescription.offset()
int
VkVertexInputAttributeDescription2EXT.offset()
long
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapArray()
long
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapArray()
long
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapIndexBuffer()
long
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapIndexBuffer()
short
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapIndexBufferStride()
short
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapIndexBufferStride()
int
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapIndexType()
int
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapIndexType()
long
VkBufferOpaqueCaptureAddressCreateInfo.opaqueCaptureAddress()
long
VkMemoryOpaqueCaptureAddressAllocateInfo.opaqueCaptureAddress()
short
StdVideoEncodeAV1OperatingPointInfo.operating_point_idc()
int
VkPhysicalDeviceOpticalFlowFeaturesNV.opticalFlow()
int
VkSubpassResolvePerformanceQueryEXT.optimal()
long
VkPhysicalDeviceLimits.optimalBufferCopyOffsetAlignment()
long
VkPhysicalDeviceLimits.optimalBufferCopyRowPitchAlignment()
int
VkHostImageCopyDevicePerformanceQuery.optimalDeviceAccess()
VkPhysicalDeviceHostImageCopyProperties.optimalTilingLayoutUUID()
VkPhysicalDeviceVulkan14Properties.optimalTilingLayoutUUID()
byte
StdVideoEncodeAV1PictureInfo.order_hint()
byte
StdVideoAV1SequenceHeader.order_hint_bits_minus_1()
byte
StdVideoDecodeAV1PictureInfo.OrderHint()
byte
StdVideoDecodeAV1ReferenceInfo.OrderHint()
byte
StdVideoEncodeAV1ReferenceInfo.OrderHint()
StdVideoDecodeAV1PictureInfo.OrderHints()
long
VkLatencyTimingsFrameReportNV.osRenderQueueEndTimeUs()
long
VkLatencyTimingsFrameReportNV.osRenderQueueStartTimeUs()
@Nullable LongPtr
VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructures()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable LongPtr
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireKeys()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable LongPtr
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireKeys()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable IntPtr
VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireTimeoutMilliseconds()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireTimeouts()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.int
VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.pageableDeviceLocalMemory()
byte
StdVideoH265SequenceParameterSet.palette_max_size()
long
VkCudaLaunchInfoNV.paramCount()
long
VkCuLaunchInfoNVX.paramCount()
long
VkPerformanceOverrideInfoINTEL.parameter()
int
VkPartitionedAccelerationStructureInstancesInputNV.partitionCount()
int
VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.partitionedAccelerationStructure()
int
VkPartitionedAccelerationStructureWriteInstanceDataNV.partitionIndex()
int
VkPartitionedAccelerationStructureWritePartitionTranslationDataNV.partitionIndex()
byte
VkConformanceVersion.patch()
int
VkPipelineTessellationStateCreateInfo.patchControlPoints()
NvSciSyncFenceVKREF.payload()
int
VkDispatchGraphInfoAMDX.payloadCount()
long
VkDispatchGraphInfoAMDX.payloadStride()
@Nullable IntPtr
VkSetDescriptorBufferOffsetsInfoEXT.pBufferIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
StdVideoEncodeAV1PictureInfo.pBufferRemovalTimes()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.int
VkPhysicalDevicePCIBusInfoPropertiesEXT.pciBus()
int
VkPhysicalDevicePCIBusInfoPropertiesEXT.pciDevice()
int
VkPhysicalDevicePCIBusInfoPropertiesEXT.pciDomain()
int
VkPhysicalDevicePCIBusInfoPropertiesEXT.pciFunction()
byte
StdVideoH265SequenceParameterSet.pcm_sample_bit_depth_chroma_minus1()
byte
StdVideoH265SequenceParameterSet.pcm_sample_bit_depth_luma_minus1()
@Nullable IntPtr
VkShaderModuleCreateInfo.pCode()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkRenderingAttachmentLocationInfo.pColorAttachmentLocations()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkPipelineColorWriteCreateInfoEXT.pColorWriteEnables()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkDeviceGroupSubmitInfo.pCommandBufferDeviceMasks()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkRenderPassCreateInfo2.pCorrelatedViewMasks()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkRenderPassMultiviewCreateInfo.pCorrelationMasks()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkQueryPoolPerformanceCreateInfoKHR.pCounterIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndex()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkDescriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCounts()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkBindAccelerationStructureMemoryInfoNV.pDeviceIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkBindBufferMemoryDeviceGroupInfo.pDeviceIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkBindImageMemoryDeviceGroupInfo.pDeviceIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkDeviceGroupPresentInfoKHR.pDeviceMasks()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable LongPtr
VkImageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiers()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable IntPtr
VkBindDescriptorSetsInfo.pDynamicOffsets()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.int
VkPhysicalDevicePerformanceQueryFeaturesKHR.performanceCounterMultipleQueryPools()
int
VkPhysicalDevicePerformanceQueryFeaturesKHR.performanceCounterQueryPools()
int
VkDisplayPresentInfoKHR.persistent()
int
VkDisplayPropertiesKHR.persistentContent()
int
VkPhysicalDevicePerStageDescriptorSetFeaturesNV.perStageDescriptorSet()
int
VkMultiviewPerViewAttributesInfoNVX.perViewAttributes()
int
VkMultiviewPerViewAttributesInfoNVX.perViewAttributesPositionXOnly()
int
VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.perViewPositionAllComponents()
int
VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.perViewRenderAreaCount()
@Nullable ShortPtr
StdVideoAV1TileInfo.pHeightInSbsMinus1()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.int
VkDeviceGroupDeviceCreateInfo.physicalDeviceCount()
int
VkPhysicalDeviceGroupProperties.physicalDeviceCount()
int
StdVideoH265SequenceParameterSet.pic_height_in_luma_samples()
int
StdVideoH264SequenceParameterSet.pic_height_in_map_units_minus1()
byte
StdVideoDecodeH264PictureInfo.pic_parameter_set_id()
byte
StdVideoEncodeH264PictureInfo.pic_parameter_set_id()
byte
StdVideoH264PictureParameterSet.pic_parameter_set_id()
int
StdVideoH265SequenceParameterSet.pic_width_in_luma_samples()
int
StdVideoH264SequenceParameterSet.pic_width_in_mbs_minus1()
@Nullable BytePtr
VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pIdentifier()
Note: the returnedBytePtr
does not have correctBytePtr.size()
property.@Nullable IntPtr
VkPresentInfoKHR.pImageIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkReleaseSwapchainImagesInfoEXT.pImageIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkIndirectCommandsLayoutTokenNV.pIndexTypeValues()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.long
VkBindPipelineIndirectCommandNV.pipelineAddress()
int
VkPhysicalDevicePipelineBinaryFeaturesKHR.pipelineBinaries()
int
VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryCompressedData()
int
VkPipelineBinaryHandlesInfoKHR.pipelineBinaryCount()
int
VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryInternalCache()
int
VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryInternalCacheControl()
int
VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryPrecompiledInternalCache()
int
VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryPrefersInternalCache()
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.pipelineCacheUUID()
VkPhysicalDeviceProperties.pipelineCacheUUID()
VkPipelineCacheHeaderVersionOne.pipelineCacheUUID()
int
VkGraphicsPipelineShaderGroupsCreateInfoNV.pipelineCount()
int
VkPhysicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl()
int
VkPhysicalDeviceVulkan13Features.pipelineCreationCacheControl()
long
VkComputePipelineIndirectBufferInfoNV.pipelineDeviceAddressCaptureReplay()
int
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.pipelineExecutableInfo()
int
VkPhysicalDeviceFragmentShadingRateFeaturesKHR.pipelineFragmentShadingRate()
VkPipelinePropertiesIdentifierEXT.pipelineIdentifier()
int
VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.pipelineLibraryGroupHandles()
int
VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.pipelineOpacityMicromap()
int
VkPhysicalDevicePipelinePropertiesFeaturesEXT.pipelinePropertiesIdentifier()
int
VkPhysicalDevicePipelineProtectedAccessFeatures.pipelineProtectedAccess()
int
VkPhysicalDeviceVulkan14Features.pipelineProtectedAccess()
int
VkPhysicalDevicePipelineRobustnessFeatures.pipelineRobustness()
int
VkPhysicalDeviceVulkan14Features.pipelineRobustness()
int
VkPipelineCreationFeedbackCreateInfo.pipelineStageCreationFeedbackCount()
int
VkPhysicalDeviceFeatures.pipelineStatisticsQuery()
int
VkPhysicalDeviceShaderCorePropertiesARM.pixelRate()
int
VkCoarseSampleLocationNV.pixelX()
int
VkCoarseSampleLocationNV.pixelY()
int
VkDisplayPlaneInfo2KHR.planeIndex()
int
VkDisplaySurfaceCreateInfoKHR.planeIndex()
int
VkDisplayPropertiesKHR.planeReorderPossible()
int
VkDisplaySurfaceCreateInfoKHR.planeStackIndex()
@Nullable ShortPtr
StdVideoAV1TileInfo.pMiColStarts()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.@Nullable ShortPtr
StdVideoAV1TileInfo.pMiRowStarts()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.StdVideoEncodeH265LongTermRefPics.poc_lsb_lt()
@Nullable LongPtr
VkSetDescriptorBufferOffsetsInfoEXT.pOffsets()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.StdVideoAV1FilmGrain.point_cb_scaling()
StdVideoAV1FilmGrain.point_cb_value()
StdVideoAV1FilmGrain.point_cr_scaling()
StdVideoAV1FilmGrain.point_cr_value()
StdVideoAV1FilmGrain.point_y_scaling()
StdVideoAV1FilmGrain.point_y_value()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.pointPolygons()
int
VkPhysicalDeviceMaintenance5Properties.polygonModePointSize()
int
VkPhysicalDeviceVulkan14Properties.polygonModePointSize()
int
VkDescriptorPoolCreateInfo.poolSizeCount()
int
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.positionTruncateBitCount()
int
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.positionTruncateBitCount()
int
VkRenderPassSubpassFeedbackInfoEXT.postMergeIndex()
int
VkRenderPassCreationFeedbackInfoEXT.postMergeSubpassCount()
int
VkRenderPassSampleLocationsBeginInfoEXT.postSubpassSampleLocationsCount()
@Nullable LongPtr
VkPresentIdKHR.pPresentIds()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable IntPtr
VkSubpassDescription.pPreserveAttachments()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkSubpassDescription2.pPreserveAttachments()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.byte
StdVideoH265PictureParameterSet.pps_num_palette_predictor_initializers()
byte
StdVideoDecodeH265PictureInfo.pps_pic_parameter_set_id()
byte
StdVideoEncodeH265PictureInfo.pps_pic_parameter_set_id()
byte
StdVideoH265PictureParameterSet.pps_pic_parameter_set_id()
byte
StdVideoDecodeH265PictureInfo.pps_seq_parameter_set_id()
byte
StdVideoEncodeH265PictureInfo.pps_seq_parameter_set_id()
byte
StdVideoH265PictureParameterSet.pps_seq_parameter_set_id()
@Nullable IntPtr
VkBufferCreateInfo.pQueueFamilyIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkImageCreateInfo.pQueueFamilyIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkSwapchainCreateInfoKHR.pQueueFamilyIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.int
VkVideoEncodeInfoKHR.precedingExternallyEncodedBytes()
int
VkVideoEncodeAV1FrameSizeKHR.predictiveFrameSize()
int
VkVideoEncodeAV1QIndexKHR.predictiveQIndex()
StdVideoH265PredictorPaletteEntries.PredictorPaletteEntries()
int
VkPhysicalDeviceTileShadingPropertiesQCOM.preferNonCoherent()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredBidirectionalCompoundReferenceNameMask()
int
VkVideoEncodeH264QualityLevelPropertiesKHR.preferredConsecutiveBFrameCount()
int
VkVideoEncodeH265QualityLevelPropertiesKHR.preferredConsecutiveBFrameCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredConsecutiveBipredictiveFrameCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredGopFrameCount()
int
VkVideoEncodeH264QualityLevelPropertiesKHR.preferredGopFrameCount()
int
VkVideoEncodeH265QualityLevelPropertiesKHR.preferredGopFrameCount()
int
VkVideoEncodeH264QualityLevelPropertiesKHR.preferredIdrPeriod()
int
VkVideoEncodeH265QualityLevelPropertiesKHR.preferredIdrPeriod()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredKeyFramePeriod()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxBidirectionalCompoundGroup1ReferenceCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxBidirectionalCompoundGroup2ReferenceCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxBidirectionalCompoundReferenceCount()
int
VkVideoEncodeH264QualityLevelPropertiesKHR.preferredMaxL0ReferenceCount()
int
VkVideoEncodeH265QualityLevelPropertiesKHR.preferredMaxL0ReferenceCount()
int
VkVideoEncodeH264QualityLevelPropertiesKHR.preferredMaxL1ReferenceCount()
int
VkVideoEncodeH265QualityLevelPropertiesKHR.preferredMaxL1ReferenceCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxSingleReferenceCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxUnidirectionalCompoundGroup1ReferenceCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxUnidirectionalCompoundReferenceCount()
int
VkVideoEncodeQualityLevelPropertiesKHR.preferredRateControlLayerCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredSingleReferenceNameMask()
int
VkVideoEncodeH264QualityLevelPropertiesKHR.preferredStdEntropyCodingModeFlag()
int
VkVideoEncodeH265QualityLevelPropertiesKHR.preferredSubLayerCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredTemporalLayerCount()
int
VkVideoEncodeH264QualityLevelPropertiesKHR.preferredTemporalLayerCount()
int
VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredUnidirectionalCompoundReferenceNameMask()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.prefersCompactPrimitiveOutput()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.prefersCompactVertexOutput()
int
VkMemoryDedicatedRequirements.prefersDedicatedAllocation()
int
VkVideoEncodeAV1CapabilitiesKHR.prefersGopRemainingFrames()
int
VkVideoEncodeH264CapabilitiesKHR.prefersGopRemainingFrames()
int
VkVideoEncodeH265CapabilitiesKHR.prefersGopRemainingFrames()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationPrimitiveOutput()
int
VkPhysicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationVertexOutput()
@Nullable LongPtr
VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseKeys()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable LongPtr
VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseKeys()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.long
VkGeneratedCommandsInfoEXT.preprocessAddress()
long
VkGeneratedCommandsInfoNV.preprocessOffset()
long
VkGeneratedCommandsInfoEXT.preprocessSize()
long
VkGeneratedCommandsInfoNV.preprocessSize()
int
VkPhysicalDevicePresentBarrierFeaturesNV.presentBarrier()
int
VkSwapchainPresentBarrierCreateInfoNV.presentBarrierEnable()
int
VkSurfaceCapabilitiesPresentBarrierNV.presentBarrierSupported()
int
VkSetPresentConfigNV.presentConfigFeedback()
long
VkLatencyTimingsFrameReportNV.presentEndTimeUs()
int
VkPhysicalDevicePresentIdFeaturesKHR.presentId()
long
VkLatencySubmissionPresentIdNV.presentID()
long
VkLatencyTimingsFrameReportNV.presentID()
int
VkPastPresentationTimingGOOGLE.presentID()
int
VkPresentTimeGOOGLE.presentID()
long
VkSetLatencyMarkerInfoNV.presentID()
long
VkPastPresentationTimingGOOGLE.presentMargin()
VkDeviceGroupPresentCapabilitiesKHR.presentMask()
int
VkPhysicalDevicePresentMeteringFeaturesNV.presentMetering()
int
VkLatencySurfaceCapabilitiesNV.presentModeCount()
int
VkSurfacePresentModeCompatibilityEXT.presentModeCount()
int
VkSwapchainPresentModesCreateInfoEXT.presentModeCount()
int
VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.presentModeFifoLatestReady()
long
VkLatencyTimingsFrameReportNV.presentStartTimeUs()
int
VkPhysicalDevicePresentWaitFeaturesKHR.presentWait()
int
VkSubpassDescription.preserveAttachmentCount()
int
VkSubpassDescription2.preserveAttachmentCount()
byte
StdVideoDecodeAV1PictureInfo.primary_ref_frame()
byte
StdVideoEncodeAV1PictureInfo.primary_ref_frame()
int
VkVideoEncodeAV1PictureInfoKHR.primaryReferenceCdfOnly()
int
VkAccelerationStructureBuildRangeInfoKHR.primitiveCount()
int
VkPhysicalDeviceFragmentShadingRateFeaturesKHR.primitiveFragmentShadingRate()
int
VkPhysicalDeviceMeshShaderFeaturesEXT.primitiveFragmentShadingRateMeshShader()
int
VkPhysicalDeviceFragmentShadingRatePropertiesKHR.primitiveFragmentShadingRateWithMultipleViewports()
int
VkAccelerationStructureBuildRangeInfoKHR.primitiveOffset()
int
VkPipelineInputAssemblyStateCreateInfo.primitiveRestartEnable()
int
VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQuery()
int
VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQueryWithNonZeroStreams()
int
VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQueryWithRasterizerDiscard()
int
VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.primitiveTopologyListRestart()
int
VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.primitiveTopologyPatchListRestart()
int
VkPhysicalDeviceConservativeRasterizationPropertiesEXT.primitiveUnderestimation()
int
VkQueueFamilyGlobalPriorityProperties.priorityCount()
int
VkPhysicalDevicePrivateDataFeatures.privateData()
int
VkPhysicalDeviceVulkan13Features.privateData()
int
VkDevicePrivateDataCreateInfo.privateDataSlotRequestCount()
int
VkVideoProfileListInfoKHR.profileCount()
int
VkPhysicalDeviceProtectedMemoryFeatures.protectedMemory()
int
VkPhysicalDeviceVulkan11Features.protectedMemory()
int
VkPhysicalDeviceProtectedMemoryProperties.protectedNoFault()
int
VkPhysicalDeviceVulkan11Properties.protectedNoFault()
int
VkProtectedSubmitInfo.protectedSubmit()
int
VkPhysicalDeviceProvokingVertexFeaturesEXT.provokingVertexLast()
int
VkPhysicalDeviceProvokingVertexPropertiesEXT.provokingVertexModePerPipeline()
@Nullable IntPtr
VkPipelineMultisampleStateCreateInfo.pSampleMask()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable LongPtr
VkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValues()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable LongPtr
VkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValues()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable IntPtr
VkVideoDecodeH264PictureInfoKHR.pSliceOffsets()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsets()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndex()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkIndirectCommandsLayoutCreateInfoNV.pStreamStrides()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkVideoDecodeAV1PictureInfoKHR.pTileOffsets()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkVideoDecodeAV1PictureInfoKHR.pTileSizes()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.int
VkIndirectCommandsLayoutTokenNV.pushconstantOffset()
int
VkIndirectExecutionSetShaderInfoEXT.pushConstantRangeCount()
int
VkPipelineLayoutCreateInfo.pushConstantRangeCount()
int
VkShaderCreateInfoEXT.pushConstantRangeCount()
int
VkIndirectCommandsLayoutTokenNV.pushconstantSize()
int
VkPhysicalDeviceVulkan14Features.pushDescriptor()
@Nullable LongPtr
VkSemaphoreWaitInfo.pValues()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable BytePtr
VkAccelerationStructureVersionInfoKHR.pVersionData()
Note: the returnedBytePtr
does not have correctBytePtr.size()
property.@Nullable BytePtr
VkMicromapVersionInfoEXT.pVersionData()
Note: the returnedBytePtr
does not have correctBytePtr.size()
property.@Nullable IntPtr
VkRenderPassMultiviewCreateInfo.pViewMasks()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable IntPtr
VkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices()
Note: the returnedIntPtr
does not have correctIntPtr.size()
property.@Nullable LongPtr
VkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValues()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable LongPtr
VkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValues()
Note: the returnedLongPtr
does not have correctLongPtr.size()
property.@Nullable ShortPtr
StdVideoAV1TileInfo.pWidthInSbsMinus1()
Note: the returnedShortPtr
does not have correctShortPtr.size()
property.byte
StdVideoAV1Quantization.qm_u()
byte
StdVideoAV1Quantization.qm_v()
byte
StdVideoAV1Quantization.qm_y()
int
VkPhysicalDeviceDescriptorIndexingProperties.quadDivergentImplicitLod()
int
VkPhysicalDeviceVulkan12Properties.quadDivergentImplicitLod()
int
VkPhysicalDeviceSubgroupProperties.quadOperationsInAllStages()
int
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.qualityLevel()
int
VkVideoEncodeQualityLevelInfoKHR.qualityLevel()
int
VkQueryPoolCreateInfo.queryCount()
int
VkVideoInlineQueryInfoKHR.queryCount()
int
VkQueueFamilyQueryResultStatusPropertiesKHR.queryResultStatusSupport()
int
VkDeviceQueueCreateInfo.queueCount()
int
VkQueueFamilyProperties.queueCount()
int
VkDeviceCreateInfo.queueCreateInfoCount()
int
VkCommandPoolCreateInfo.queueFamilyIndex()
int
VkDeviceQueueCreateInfo.queueFamilyIndex()
int
VkDeviceQueueInfo2.queueFamilyIndex()
int
VkQueryPoolPerformanceCreateInfoKHR.queueFamilyIndex()
int
VkVideoSessionCreateInfoKHR.queueFamilyIndex()
int
VkBufferCreateInfo.queueFamilyIndexCount()
int
VkImageCreateInfo.queueFamilyIndexCount()
int
VkPhysicalDeviceImageDrmFormatModifierInfoEXT.queueFamilyIndexCount()
int
VkSwapchainCreateInfoKHR.queueFamilyIndexCount()
int
VkDeviceQueueInfo2.queueIndex()
int
VkDebugUtilsMessengerCallbackDataEXT.queueLabelCount()
int
VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.queueSubmitBoundary()
long
VkAccelerationStructureGeometryLinearSweptSpheresDataNV.radiusStride()
long
VkAccelerationStructureGeometrySpheresDataNV.radiusStride()
long
VkBufferViewCreateInfo.range()
long
VkDescriptorAddressInfoEXT.range()
long
VkDescriptorBufferInfo.range()
int
VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.rasterizationOrderColorAttachmentAccess()
int
VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.rasterizationOrderDepthAttachmentAccess()
int
VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.rasterizationOrderStencilAttachmentAccess()
int
VkPipelineRasterizationStateStreamCreateInfoEXT.rasterizationStream()
int
VkPipelineRasterizationStateCreateInfo.rasterizerDiscardEnable()
long
VkTraceRaysIndirectCommand2KHR.raygenShaderRecordAddress()
long
VkTraceRaysIndirectCommand2KHR.raygenShaderRecordSize()
int
VkPhysicalDeviceRayQueryFeaturesKHR.rayQuery()
int
VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.rayTracingInvocationReorder()
int
VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.rayTracingMaintenance1()
int
VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.rayTracingMotionBlur()
int
VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.rayTracingMotionBlurPipelineTraceRaysIndirect()
int
VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipeline()
int
VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipelineShaderGroupHandleCaptureReplay()
int
VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipelineShaderGroupHandleCaptureReplayMixed()
int
VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipelineTraceRaysIndirect()
int
VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.rayTracingPipelineTraceRaysIndirect2()
int
VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.rayTracingPositionFetch()
int
VkPhysicalDeviceRayTracingValidationFeaturesNV.rayTracingValidation()
int
VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTraversalPrimitiveCulling()
int
VkPresentRegionKHR.rectangleCount()
int
VkPhysicalDeviceLineRasterizationFeatures.rectangularLines()
int
VkPhysicalDeviceVulkan14Features.rectangularLines()
StdVideoEncodeAV1PictureInfo.ref_order_hint()
int
VkStencilOpState.reference()
int
VkVideoBeginCodingInfoKHR.referenceSlotCount()
int
VkVideoDecodeInfoKHR.referenceSlotCount()
int
VkVideoEncodeInfoKHR.referenceSlotCount()
int
StdVideoEncodeAV1ReferenceInfo.RefFrameId()
byte
StdVideoDecodeAV1ReferenceInfo.RefFrameSignBias()
byte
StdVideoEncodeH264ReferenceListsInfo.refList0ModOpCount()
byte
StdVideoEncodeH264ReferenceListsInfo.refList1ModOpCount()
StdVideoEncodeH264ReferenceListsInfo.RefPicList0()
StdVideoEncodeH265ReferenceListsInfo.RefPicList0()
StdVideoEncodeH264ReferenceListsInfo.RefPicList1()
StdVideoEncodeH265ReferenceListsInfo.RefPicList1()
byte
StdVideoEncodeH264ReferenceListsInfo.refPicMarkingOpCount()
StdVideoDecodeH265PictureInfo.RefPicSetLtCurr()
StdVideoDecodeH265PictureInfo.RefPicSetStCurrAfter()
StdVideoDecodeH265PictureInfo.RefPicSetStCurrBefore()
byte
StdVideoDecodeAV1PictureInfo.refresh_frame_flags()
byte
StdVideoEncodeAV1PictureInfo.refresh_frame_flags()
long
VkRefreshCycleDurationGOOGLE.refreshDuration()
int
VkDisplayModeParametersKHR.refreshRate()
int
VkBlitImageInfo2.regionCount()
int
VkCopyBufferInfo2.regionCount()
int
VkCopyBufferToImageInfo2.regionCount()
int
VkCopyImageInfo2.regionCount()
int
VkCopyImageToBufferInfo2.regionCount()
int
VkCopyImageToImageInfo.regionCount()
int
VkCopyImageToMemoryInfo.regionCount()
int
VkCopyMemoryToImageInfo.regionCount()
int
VkOpticalFlowExecuteInfoNV.regionCount()
int
VkResolveImageInfo2.regionCount()
int
VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.relaxedLineRasterization()
int
VkWin32KeyedMutexAcquireReleaseInfoKHR.releaseCount()
int
VkWin32KeyedMutexAcquireReleaseInfoNV.releaseCount()
short
StdVideoEncodeAV1PictureInfo.render_height_minus_1()
short
StdVideoEncodeAV1PictureInfo.render_width_minus_1()
int
VkPhysicalDeviceRenderPassStripedFeaturesARM.renderPassStriped()
long
VkLatencyTimingsFrameReportNV.renderSubmitEndTimeUs()
long
VkLatencyTimingsFrameReportNV.renderSubmitStartTimeUs()
int
VkPhysicalDeviceAddressBindingReportFeaturesEXT.reportAddressBinding()
long
VkDeviceFaultAddressInfoEXT.reportedAddress()
int
VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.representativeFragmentTest()
int
VkPipelineRepresentativeFragmentTestStateCreateInfoNV.representativeFragmentTestEnable()
int
VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.requiredSubgroupSize()
int
VkMemoryDedicatedRequirements.requiresDedicatedAllocation()
int
VkVideoEncodeAV1CapabilitiesKHR.requiresGopRemainingFrames()
int
VkVideoEncodeH264CapabilitiesKHR.requiresGopRemainingFrames()
int
VkVideoEncodeH265CapabilitiesKHR.requiresGopRemainingFrames()
int
VkExternalComputeQueueDeviceCreateInfoNV.reservedExternalQueues()
int
VkPhysicalDeviceSparseProperties.residencyAlignedMipSize()
int
VkPhysicalDeviceSparseProperties.residencyNonResidentStrict()
int
VkPhysicalDeviceSparseProperties.residencyStandard2DBlockShape()
int
VkPhysicalDeviceSparseProperties.residencyStandard2DMultisampleBlockShape()
int
VkPhysicalDeviceSparseProperties.residencyStandard3DBlockShape()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.resourceDescriptorBufferAddressSpaceSize()
int
VkDeviceGroupBindSparseInfo.resourceDeviceIndex()
long
VkSparseMemoryBind.resourceOffset()
int
VkPhysicalDeviceFeatures.robustBufferAccess()
int
VkPhysicalDeviceRobustness2FeaturesEXT.robustBufferAccess2()
int
VkPhysicalDeviceDescriptorIndexingProperties.robustBufferAccessUpdateAfterBind()
int
VkPhysicalDeviceVulkan12Properties.robustBufferAccessUpdateAfterBind()
int
VkPhysicalDeviceMaintenance7PropertiesKHR.robustFragmentShadingRateAttachmentAccess()
int
VkPhysicalDeviceImageRobustnessFeatures.robustImageAccess()
int
VkPhysicalDeviceVulkan13Features.robustImageAccess()
int
VkPhysicalDeviceRobustness2FeaturesEXT.robustImageAccess2()
long
VkPhysicalDeviceRobustness2PropertiesEXT.robustStorageBufferAccessSizeAlignment()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.robustStorageBufferDescriptorSize()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.robustStorageTexelBufferDescriptorSize()
long
VkPhysicalDeviceRobustness2PropertiesEXT.robustUniformBufferAccessSizeAlignment()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.robustUniformBufferDescriptorSize()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.robustUniformTexelBufferDescriptorSize()
StdVideoH265PictureParameterSet.row_height_minus1()
long
VkSubresourceLayout.rowPitch()
int
VkPhysicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray()
int
VkPhysicalDeviceVulkan12Features.runtimeDescriptorArray()
int
VkCoarseSampleLocationNV.sample()
int
VkCoarseSampleOrderCustomNV.sampleCount()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.sampledImageDescriptorSize()
int
VkCoarseSampleOrderCustomNV.sampleLocationCount()
int
VkSampleLocationsInfoEXT.sampleLocationsCount()
int
VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsEnable()
int
VkPhysicalDeviceSampleLocationsPropertiesEXT.sampleLocationSubPixelBits()
int
VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.sampler2DViewOf3D()
int
VkPhysicalDeviceFeatures.samplerAnisotropy()
int
VkPhysicalDeviceFeatures.sampleRateShading()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.samplerCaptureReplayDescriptorDataSize()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.samplerDescriptorBufferAddressSpaceSize()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.samplerDescriptorSize()
int
VkPhysicalDeviceVulkan12Features.samplerFilterMinmax()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.samplerMipLodBias()
int
VkPhysicalDeviceVulkan12Features.samplerMirrorClampToEdge()
int
VkPhysicalDeviceSamplerYcbcrConversionFeatures.samplerYcbcrConversion()
int
VkPhysicalDeviceVulkan11Features.samplerYcbcrConversion()
int
VkPipelineMultisampleStateCreateInfo.sampleShadingEnable()
short
StdVideoH264SequenceParameterSetVui.sar_height()
short
StdVideoH265SequenceParameterSetVui.sar_height()
short
StdVideoH264SequenceParameterSetVui.sar_width()
short
StdVideoH265SequenceParameterSetVui.sar_width()
int
VkCooperativeMatrixFlexibleDimensionsPropertiesNV.saturatingAccumulation()
int
VkCooperativeMatrixPropertiesKHR.saturatingAccumulation()
StdVideoDecodeAV1ReferenceInfo.SavedOrderHints()
int
VkPhysicalDeviceScalarBlockLayoutFeatures.scalarBlockLayout()
int
VkPhysicalDeviceVulkan12Features.scalarBlockLayout()
short
StdVideoH264ScalingLists.scaling_list_present_mask()
StdVideoH265ScalingLists.ScalingList16x16()
StdVideoH265ScalingLists.ScalingList32x32()
StdVideoH264ScalingLists.ScalingList4x4()
StdVideoH265ScalingLists.ScalingList4x4()
StdVideoH264ScalingLists.ScalingList8x8()
StdVideoH265ScalingLists.ScalingList8x8()
StdVideoH265ScalingLists.ScalingListDCCoef16x16()
StdVideoH265ScalingLists.ScalingListDCCoef32x32()
int
VkPhysicalDeviceSchedulingControlsFeaturesARM.schedulingControls()
int
VkPhysicalDeviceExternalMemorySciBufFeaturesNV.sciBufExport()
int
VkPhysicalDeviceExternalMemorySciBufFeaturesNV.sciBufImport()
int
VkPipelineViewportStateCreateInfo.scissorCount()
int
VkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncExport()
int
VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncExport()
int
VkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncFence()
int
VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncFence()
int
VkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncImport()
int
VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncImport()
int
VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncSemaphore()
int
VkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncSemaphore2()
long
VkBuildPartitionedAccelerationStructureInfoNV.scratchData()
long
VkClusterAccelerationStructureCommandsInfoNV.scratchData()
long
VkShaderResourceUsageAMD.scratchMemUsageInBytes()
int
VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.screenBufferImport()
long
VkScreenBufferFormatPropertiesQNX.screenUsage()
int
VkPhysicalDeviceCubicWeightsFeaturesQCOM.selectableCubicWeights()
int
VkSemaphoreWaitInfo.semaphoreCount()
int
VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.semaphoreSciSyncPoolRequestCount()
int
VkPhysicalDeviceMaintenance7PropertiesKHR.separateDepthStencilAttachmentAccess()
int
VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.separateDepthStencilLayouts()
int
VkPhysicalDeviceVulkan12Features.separateDepthStencilLayouts()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.separateStencilMaskRef()
byte
StdVideoAV1SequenceHeader.seq_force_integer_mv()
byte
StdVideoAV1SequenceHeader.seq_force_screen_content_tools()
byte
StdVideoEncodeAV1OperatingPointInfo.seq_level_idx()
byte
StdVideoDecodeH264PictureInfo.seq_parameter_set_id()
byte
StdVideoEncodeH264PictureInfo.seq_parameter_set_id()
byte
StdVideoH264PictureParameterSet.seq_parameter_set_id()
byte
StdVideoH264SequenceParameterSet.seq_parameter_set_id()
byte
StdVideoEncodeAV1OperatingPointInfo.seq_tier()
long
VkGeneratedCommandsInfoEXT.sequenceCountAddress()
int
VkGeneratedCommandsInfoNV.sequencesCount()
long
VkGeneratedCommandsInfoNV.sequencesCountOffset()
long
VkGeneratedCommandsInfoNV.sequencesIndexOffset()
int
VkBindDescriptorBufferEmbeddedSamplersInfoEXT.set()
int
VkDescriptorUpdateTemplateCreateInfo.set()
int
VkPushDescriptorSetInfo.set()
int
VkPushDescriptorSetWithTemplateInfo.set()
int
VkSetDescriptorBufferOffsetsInfoEXT.setCount()
int
VkIndirectExecutionSetShaderLayoutInfoEXT.setLayoutCount()
int
VkPipelineLayoutCreateInfo.setLayoutCount()
int
VkShaderCreateInfoEXT.setLayoutCount()
int
VkLayerSettingsCreateInfoEXT.settingCount()
int
VkPhysicalDeviceShaderCorePropertiesAMD.sgprAllocationGranularity()
int
VkPhysicalDeviceShaderCorePropertiesAMD.sgprsPerSimd()
int
VkPhysicalDeviceShaderCorePropertiesAMD.shaderArraysPerEngineCount()
int
VkPhysicalDeviceShaderBfloat16FeaturesKHR.shaderBFloat16CooperativeMatrix()
int
VkPhysicalDeviceShaderBfloat16FeaturesKHR.shaderBFloat16DotProduct()
int
VkPhysicalDeviceShaderBfloat16FeaturesKHR.shaderBFloat16Type()
VkPhysicalDeviceShaderObjectPropertiesEXT.shaderBinaryUUID()
int
VkPhysicalDeviceShaderObjectPropertiesEXT.shaderBinaryVersion()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16AtomicAdd()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16AtomicMinMax()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16Atomics()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat32AtomicAdd()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat32AtomicMinMax()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat32Atomics()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat64AtomicAdd()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat64AtomicMinMax()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat64Atomics()
int
VkPhysicalDeviceShaderAtomicInt64Features.shaderBufferInt64Atomics()
int
VkPhysicalDeviceVulkan12Features.shaderBufferInt64Atomics()
int
VkPhysicalDeviceFeatures.shaderClipDistance()
int
VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.shaderCoreBuiltins()
int
VkDeviceQueueShaderCoreControlCreateInfoARM.shaderCoreCount()
int
VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.shaderCoreCount()
long
VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.shaderCoreMask()
int
VkGeneratedCommandsShaderInfoEXT.shaderCount()
int
VkIndirectExecutionSetShaderInfoEXT.shaderCount()
int
VkPhysicalDeviceFeatures.shaderCullDistance()
int
VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation()
int
VkPhysicalDeviceVulkan13Features.shaderDemoteToHelperInvocation()
int
VkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat16()
int
VkPhysicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat16()
int
VkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat32()
int
VkPhysicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat32()
int
VkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat64()
int
VkPhysicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat64()
int
VkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat16()
int
VkPhysicalDeviceVulkan12Properties.shaderDenormPreserveFloat16()
int
VkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat32()
int
VkPhysicalDeviceVulkan12Properties.shaderDenormPreserveFloat32()
int
VkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat64()
int
VkPhysicalDeviceVulkan12Properties.shaderDenormPreserveFloat64()
int
VkPhysicalDeviceShaderClockFeaturesKHR.shaderDeviceClock()
int
VkPhysicalDeviceShaderDrawParametersFeatures.shaderDrawParameters()
int
VkPhysicalDeviceVulkan11Features.shaderDrawParameters()
int
VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.shaderEarlyAndLateFragmentTests()
int
VkPhysicalDeviceShaderCorePropertiesAMD.shaderEngineCount()
int
VkPhysicalDeviceShaderEnqueueFeaturesAMDX.shaderEnqueue()
int
VkPhysicalDeviceShaderExpectAssumeFeatures.shaderExpectAssume()
int
VkPhysicalDeviceVulkan14Features.shaderExpectAssume()
int
VkPhysicalDeviceShaderFloat16Int8Features.shaderFloat16()
int
VkPhysicalDeviceVulkan12Features.shaderFloat16()
int
VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.shaderFloat16VectorAtomics()
int
VkPhysicalDeviceFeatures.shaderFloat64()
int
VkPhysicalDeviceShaderFloatControls2Features.shaderFloatControls2()
int
VkPhysicalDeviceVulkan14Features.shaderFloatControls2()
int
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupBaseAlignment()
int
VkPhysicalDeviceRayTracingPropertiesNV.shaderGroupBaseAlignment()
int
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleAlignment()
int
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleCaptureReplaySize()
int
VkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleSize()
int
VkPhysicalDeviceRayTracingPropertiesNV.shaderGroupHandleSize()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderImageFloat32AtomicAdd()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderImageFloat32AtomicMinMax()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderImageFloat32Atomics()
int
VkPhysicalDeviceFeatures.shaderImageGatherExtended()
int
VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.shaderImageInt64Atomics()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderInputAttachmentArrayDynamicIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderInputAttachmentArrayDynamicIndexing()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderInputAttachmentArrayNonUniformIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderInputAttachmentArrayNonUniformIndexing()
int
VkPhysicalDeviceDescriptorIndexingProperties.shaderInputAttachmentArrayNonUniformIndexingNative()
int
VkPhysicalDeviceVulkan12Properties.shaderInputAttachmentArrayNonUniformIndexingNative()
int
VkPhysicalDeviceFeatures.shaderInt16()
int
VkPhysicalDeviceFeatures.shaderInt64()
int
VkPhysicalDeviceShaderFloat16Int8Features.shaderInt8()
int
VkPhysicalDeviceVulkan12Features.shaderInt8()
int
VkPhysicalDeviceShaderIntegerDotProductFeatures.shaderIntegerDotProduct()
int
VkPhysicalDeviceVulkan13Features.shaderIntegerDotProduct()
int
VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.shaderIntegerFunctions2()
int
VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.shaderMaximalReconvergence()
int
VkPhysicalDeviceShaderEnqueueFeaturesAMDX.shaderMeshEnqueue()
int
VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.shaderModuleIdentifier()
VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.shaderModuleIdentifierAlgorithmUUID()
int
VkPhysicalDeviceShaderObjectFeaturesEXT.shaderObject()
int
VkPhysicalDeviceVulkan12Features.shaderOutputLayer()
int
VkPhysicalDeviceVulkan12Features.shaderOutputViewportIndex()
int
VkPhysicalDeviceShaderQuadControlFeaturesKHR.shaderQuadControl()
int
VkPhysicalDeviceRawAccessChainsFeaturesNV.shaderRawAccessChains()
int
VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.shaderRelaxedExtendedInstruction()
int
VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.shaderReplicatedComposites()
int
VkPhysicalDeviceFeatures.shaderResourceMinLod()
int
VkPhysicalDeviceFeatures.shaderResourceResidency()
int
VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat16()
int
VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTEFloat16()
int
VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat32()
int
VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTEFloat32()
int
VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat64()
int
VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTEFloat64()
int
VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat16()
int
VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTZFloat16()
int
VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat32()
int
VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTZFloat32()
int
VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat64()
int
VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTZFloat64()
int
VkPhysicalDeviceFeatures.shaderSampledImageArrayDynamicIndexing()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderSampledImageArrayNonUniformIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderSampledImageArrayNonUniformIndexing()
int
VkPhysicalDeviceDescriptorIndexingProperties.shaderSampledImageArrayNonUniformIndexingNative()
int
VkPhysicalDeviceVulkan12Properties.shaderSampledImageArrayNonUniformIndexingNative()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.shaderSampleRateInterpolationFunctions()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16AtomicAdd()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16AtomicMinMax()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16Atomics()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat32AtomicAdd()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat32AtomicMinMax()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat32Atomics()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat64AtomicAdd()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat64AtomicMinMax()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat64Atomics()
int
VkPhysicalDeviceShaderAtomicInt64Features.shaderSharedInt64Atomics()
int
VkPhysicalDeviceVulkan12Features.shaderSharedInt64Atomics()
int
VkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat16()
int
VkPhysicalDeviceVulkan12Properties.shaderSignedZeroInfNanPreserveFloat16()
int
VkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat32()
int
VkPhysicalDeviceVulkan12Properties.shaderSignedZeroInfNanPreserveFloat32()
int
VkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat64()
int
VkPhysicalDeviceVulkan12Properties.shaderSignedZeroInfNanPreserveFloat64()
int
VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.shaderSMBuiltins()
int
VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.shaderSMCount()
int
VkPhysicalDeviceFeatures.shaderStorageBufferArrayDynamicIndexing()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageBufferArrayNonUniformIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderStorageBufferArrayNonUniformIndexing()
int
VkPhysicalDeviceDescriptorIndexingProperties.shaderStorageBufferArrayNonUniformIndexingNative()
int
VkPhysicalDeviceVulkan12Properties.shaderStorageBufferArrayNonUniformIndexingNative()
int
VkPhysicalDeviceFeatures.shaderStorageImageArrayDynamicIndexing()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageImageArrayNonUniformIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderStorageImageArrayNonUniformIndexing()
int
VkPhysicalDeviceDescriptorIndexingProperties.shaderStorageImageArrayNonUniformIndexingNative()
int
VkPhysicalDeviceVulkan12Properties.shaderStorageImageArrayNonUniformIndexingNative()
int
VkPhysicalDeviceFeatures.shaderStorageImageExtendedFormats()
int
VkPhysicalDeviceFeatures.shaderStorageImageMultisample()
int
VkPhysicalDeviceFeatures.shaderStorageImageReadWithoutFormat()
int
VkPhysicalDeviceFeatures.shaderStorageImageWriteWithoutFormat()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageTexelBufferArrayDynamicIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderStorageTexelBufferArrayDynamicIndexing()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageTexelBufferArrayNonUniformIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderStorageTexelBufferArrayNonUniformIndexing()
int
VkPhysicalDeviceShaderClockFeaturesKHR.shaderSubgroupClock()
int
VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.shaderSubgroupExtendedTypes()
int
VkPhysicalDeviceVulkan12Features.shaderSubgroupExtendedTypes()
int
VkPhysicalDeviceShaderSubgroupRotateFeatures.shaderSubgroupRotate()
int
VkPhysicalDeviceVulkan14Features.shaderSubgroupRotate()
int
VkPhysicalDeviceShaderSubgroupRotateFeatures.shaderSubgroupRotateClustered()
int
VkPhysicalDeviceVulkan14Features.shaderSubgroupRotateClustered()
int
VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.shaderSubgroupUniformControlFlow()
int
VkPhysicalDeviceShaderTerminateInvocationFeatures.shaderTerminateInvocation()
int
VkPhysicalDeviceVulkan13Features.shaderTerminateInvocation()
int
VkPhysicalDeviceFeatures.shaderTessellationAndGeometryPointSize()
int
VkPhysicalDeviceShaderTileImagePropertiesEXT.shaderTileImageCoherentReadAccelerated()
int
VkPhysicalDeviceShaderTileImageFeaturesEXT.shaderTileImageColorReadAccess()
int
VkPhysicalDeviceShaderTileImageFeaturesEXT.shaderTileImageDepthReadAccess()
int
VkPhysicalDeviceShaderTileImagePropertiesEXT.shaderTileImageReadFromHelperInvocation()
int
VkPhysicalDeviceShaderTileImagePropertiesEXT.shaderTileImageReadSampleFromPixelRateInvocation()
int
VkPhysicalDeviceShaderTileImageFeaturesEXT.shaderTileImageStencilReadAccess()
int
VkPhysicalDeviceFeatures.shaderUniformBufferArrayDynamicIndexing()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformBufferArrayNonUniformIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderUniformBufferArrayNonUniformIndexing()
int
VkPhysicalDeviceDescriptorIndexingProperties.shaderUniformBufferArrayNonUniformIndexingNative()
int
VkPhysicalDeviceVulkan12Properties.shaderUniformBufferArrayNonUniformIndexingNative()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformTexelBufferArrayDynamicIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderUniformTexelBufferArrayDynamicIndexing()
int
VkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformTexelBufferArrayNonUniformIndexing()
int
VkPhysicalDeviceVulkan12Features.shaderUniformTexelBufferArrayNonUniformIndexing()
int
VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.shaderWarpsPerCore()
int
VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.shaderWarpsPerSM()
int
VkPhysicalDeviceVulkan13Features.shaderZeroInitializeWorkgroupMemory()
int
VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.shaderZeroInitializeWorkgroupMemory()
int
VkPhysicalDeviceShadingRateImageFeaturesNV.shadingRateCoarseSampleOrder()
int
VkPhysicalDeviceShadingRateImageFeaturesNV.shadingRateImage()
int
VkPipelineViewportShadingRateImageStateCreateInfoNV.shadingRateImageEnable()
int
VkPhysicalDeviceShadingRateImagePropertiesNV.shadingRateMaxCoarseSamples()
int
VkShadingRatePaletteNV.shadingRatePaletteEntryCount()
int
VkPhysicalDeviceShadingRateImagePropertiesNV.shadingRatePaletteSize()
int
VkCudaLaunchInfoNV.sharedMemBytes()
int
VkCuLaunchInfoNVX.sharedMemBytes()
byte
StdVideoEncodeH265PictureInfo.short_term_ref_pic_set_idx()
int
VkBindSparseInfo.signalSemaphoreCount()
int
VkDeviceGroupSubmitInfo.signalSemaphoreCount()
int
VkSubmitInfo.signalSemaphoreCount()
int
VkSubmitInfo2.signalSemaphoreInfoCount()
int
VkTimelineSemaphoreSubmitInfo.signalSemaphoreValueCount()
int
VkD3D12FenceSubmitInfoKHR.signalSemaphoreValuesCount()
int
VkPhysicalDeviceShaderCorePropertiesAMD.simdPerComputeUnit()
long
VkLatencyTimingsFrameReportNV.simEndTimeUs()
long
VkLatencyTimingsFrameReportNV.simStartTimeUs()
int
VkVideoEncodeAV1CapabilitiesKHR.singleReferenceNameMask()
long
VkAccelerationStructureCreateInfoKHR.size()
int
VkBindIndexBufferIndirectCommandEXT.size()
int
VkBindIndexBufferIndirectCommandNV.size()
int
VkBindVertexBufferIndirectCommandEXT.size()
int
VkBindVertexBufferIndirectCommandNV.size()
long
VkBufferCopy.size()
long
VkBufferCopy2.size()
long
VkBufferCreateInfo.size()
long
VkBufferMemoryBarrier.size()
long
VkBufferMemoryBarrier2.size()
long
VkComputePipelineIndirectBufferInfoNV.size()
long
VkCopyMemoryIndirectCommandNV.size()
long
VkDeviceAddressBindingCallbackDataEXT.size()
long
VkDeviceMemoryReportCallbackDataEXT.size()
long
VkImageViewAddressPropertiesNVX.size()
long
VkMappedMemoryRange.size()
long
VkMemoryHeap.size()
long
VkMemoryMapInfo.size()
long
VkMemoryRequirements.size()
long
VkMicromapCreateInfoEXT.size()
int
VkOpticalFlowSessionCreatePrivateDataInfoNV.size()
int
VkPushConstantRange.size()
int
VkPushConstantsInfo.size()
long
VkSparseMemoryBind.size()
long
VkSpecializationMapEntry.size()
long
VkStridedDeviceAddressRegionKHR.size()
long
VkSubresourceHostMemcpySize.size()
long
VkSubresourceLayout.size()
long
VkTileMemoryRequirementsQCOM.size()
long
VkTileMemorySizeInfoQCOM.size()
long
VkExecutionGraphPipelineScratchSizeAMDX.sizeGranularity()
StdVideoDecodeAV1PictureInfo.SkipModeFrame()
int
StdVideoEncodeH265SliceSegmentHeader.slice_segment_address()
int
VkImageViewSlicedCreateInfoEXT.sliceCount()
int
VkVideoDecodeH264PictureInfoKHR.sliceCount()
int
VkImageViewSlicedCreateInfoEXT.sliceOffset()
int
VkVideoDecodeH265PictureInfoKHR.sliceSegmentCount()
int
VkPhysicalDeviceLineRasterizationFeatures.smoothLines()
int
VkPhysicalDeviceVulkan14Features.smoothLines()
long
VkPhysicalDeviceLimits.sparseAddressSpaceSize()
int
VkPhysicalDeviceFeatures.sparseBinding()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.sparseImageFloat32AtomicAdd()
int
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.sparseImageFloat32AtomicMinMax()
int
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.sparseImageFloat32Atomics()
int
VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.sparseImageInt64Atomics()
int
VkPhysicalDeviceFeatures.sparseResidency16Samples()
int
VkPhysicalDeviceFeatures.sparseResidency2Samples()
int
VkPhysicalDeviceFeatures.sparseResidency4Samples()
int
VkPhysicalDeviceFeatures.sparseResidency8Samples()
int
VkPhysicalDeviceFeatures.sparseResidencyAliased()
int
VkPhysicalDeviceFeatures.sparseResidencyBuffer()
int
VkPhysicalDeviceFeatures.sparseResidencyImage2D()
int
VkPhysicalDeviceFeatures.sparseResidencyImage3D()
byte
StdVideoEncodeAV1ExtensionHeader.spatial_id()
int
VkExtensionProperties.specVersion()
int
VkLayerProperties.specVersion()
int
VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.spheres()
int
VkBindImageMemoryDeviceGroupInfo.splitInstanceBindRegionCount()
byte
StdVideoH265SequenceParameterSet.sps_max_sub_layers_minus1()
byte
StdVideoH265SequenceParameterSet.sps_num_palette_predictor_initializers_minus1()
byte
StdVideoH265SequenceParameterSet.sps_seq_parameter_set_id()
byte
StdVideoDecodeH265PictureInfo.sps_video_parameter_set_id()
byte
StdVideoEncodeH265PictureInfo.sps_video_parameter_set_id()
byte
StdVideoH265PictureParameterSet.sps_video_parameter_set_id()
byte
StdVideoH265SequenceParameterSet.sps_video_parameter_set_id()
long
VkClusterAccelerationStructureMoveObjectsInfoNV.srcAccelerationStructure()
long
VkBuildPartitionedAccelerationStructureInfoNV.srcAccelerationStructureData()
long
VkCopyMemoryIndirectCommandNV.srcAddress()
long
VkCopyMemoryToImageIndirectCommandNV.srcAddress()
long
VkDecompressMemoryRegionNV.srcAddress()
int
VkCopyDescriptorSet.srcArrayElement()
int
VkCopyDescriptorSet.srcBinding()
long
VkVideoDecodeInfoKHR.srcBufferOffset()
long
VkVideoDecodeInfoKHR.srcBufferRange()
long
VkBuildPartitionedAccelerationStructureInfoNV.srcInfos()
long
VkBuildPartitionedAccelerationStructureInfoNV.srcInfosCount()
long
VkClusterAccelerationStructureCommandsInfoNV.srcInfosCount()
long
VkBufferCopy.srcOffset()
long
VkBufferCopy2.srcOffset()
int
VkColorBlendAdvancedEXT.srcPremultiplied()
int
VkPipelineColorBlendAdvancedStateCreateInfoEXT.srcPremultiplied()
int
VkBufferMemoryBarrier.srcQueueFamilyIndex()
int
VkBufferMemoryBarrier2.srcQueueFamilyIndex()
int
VkImageMemoryBarrier.srcQueueFamilyIndex()
int
VkImageMemoryBarrier2.srcQueueFamilyIndex()
long
VkConvertCooperativeVectorMatrixInfoNV.srcSize()
long
VkConvertCooperativeVectorMatrixInfoNV.srcStride()
int
VkSubpassDependency.srcSubpass()
int
VkSubpassDependency2.srcSubpass()
int
VkSamplerBorderColorComponentMappingCreateInfoEXT.srgb()
int
VkExecutionGraphPipelineCreateInfoAMDX.stageCount()
int
VkGraphicsPipelineCreateInfo.stageCount()
int
VkGraphicsShaderGroupCreateInfoNV.stageCount()
int
VkRayTracingPipelineCreateInfoKHR.stageCount()
int
VkRayTracingPipelineCreateInfoNV.stageCount()
int
VkPhysicalDeviceLimits.standardSampleLocations()
long
VkStridedDeviceAddressNV.startAddress()
int
VkVideoEncodeAV1SessionParametersCreateInfoKHR.stdOperatingPointCount()
int
VkVideoDecodeH264SessionParametersAddInfoKHR.stdPPSCount()
int
VkVideoDecodeH265SessionParametersAddInfoKHR.stdPPSCount()
int
VkVideoEncodeH264SessionParametersAddInfoKHR.stdPPSCount()
int
VkVideoEncodeH265SessionParametersAddInfoKHR.stdPPSCount()
int
VkVideoEncodeH264SessionParametersGetInfoKHR.stdPPSId()
int
VkVideoEncodeH265SessionParametersGetInfoKHR.stdPPSId()
int
VkVideoDecodeH264SessionParametersAddInfoKHR.stdSPSCount()
int
VkVideoDecodeH265SessionParametersAddInfoKHR.stdSPSCount()
int
VkVideoEncodeH264SessionParametersAddInfoKHR.stdSPSCount()
int
VkVideoEncodeH265SessionParametersAddInfoKHR.stdSPSCount()
int
VkVideoEncodeH264SessionParametersGetInfoKHR.stdSPSId()
int
VkVideoEncodeH265SessionParametersGetInfoKHR.stdSPSId()
int
VkVideoDecodeH265SessionParametersAddInfoKHR.stdVPSCount()
int
VkVideoEncodeH265SessionParametersAddInfoKHR.stdVPSCount()
int
VkVideoEncodeH265SessionParametersGetInfoKHR.stdVPSId()
int
VkClearDepthStencilValue.stencil()
int
VkPipelineDepthStencilStateCreateInfo.stencilTestEnable()
int
VkPhysicalDeviceLineRasterizationFeatures.stippledBresenhamLines()
int
VkPhysicalDeviceVulkan14Features.stippledBresenhamLines()
int
VkPipelineRasterizationLineStateCreateInfo.stippledLineEnable()
int
VkPhysicalDeviceLineRasterizationFeatures.stippledRectangularLines()
int
VkPhysicalDeviceVulkan14Features.stippledRectangularLines()
int
VkPhysicalDeviceLineRasterizationFeatures.stippledSmoothLines()
int
VkPhysicalDeviceVulkan14Features.stippledSmoothLines()
int
VkPhysicalDevice16BitStorageFeatures.storageBuffer16BitAccess()
int
VkPhysicalDeviceVulkan11Features.storageBuffer16BitAccess()
int
VkPhysicalDevice8BitStorageFeatures.storageBuffer8BitAccess()
int
VkPhysicalDeviceVulkan12Features.storageBuffer8BitAccess()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.storageBufferDescriptorSize()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.storageImageDescriptorSize()
int
VkPhysicalDevice16BitStorageFeatures.storageInputOutput16()
int
VkPhysicalDeviceVulkan11Features.storageInputOutput16()
int
VkPhysicalDevice16BitStorageFeatures.storagePushConstant16()
int
VkPhysicalDeviceVulkan11Features.storagePushConstant16()
int
VkPhysicalDevice8BitStorageFeatures.storagePushConstant8()
int
VkPhysicalDeviceVulkan12Features.storagePushConstant8()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.storageTexelBufferDescriptorSize()
long
VkPhysicalDeviceTexelBufferAlignmentProperties.storageTexelBufferOffsetAlignmentBytes()
long
VkPhysicalDeviceVulkan13Properties.storageTexelBufferOffsetAlignmentBytes()
int
VkPhysicalDeviceTexelBufferAlignmentProperties.storageTexelBufferOffsetSingleTexelAlignment()
int
VkPhysicalDeviceVulkan13Properties.storageTexelBufferOffsetSingleTexelAlignment()
int
VkIndirectCommandsLayoutTokenNV.stream()
int
VkGeneratedCommandsInfoNV.streamCount()
int
VkIndirectCommandsLayoutCreateInfoNV.streamCount()
int
VkStreamDescriptorSurfaceCreateInfoGGP.streamDescriptor()
int
VkPhysicalDeviceLimits.strictLines()
long
VkAccelerationStructureGeometryAabbsDataKHR.stride()
int
VkBindVertexBufferIndirectCommandEXT.stride()
int
VkBindVertexBufferIndirectCommandNV.stride()
long
VkDescriptorUpdateTemplateEntry.stride()
long
VkDispatchGraphCountInfoAMDX.stride()
int
VkDrawIndirectCountIndirectCommandEXT.stride()
int
VkGeometryAABBNV.stride()
long
VkStridedDeviceAddressRegionKHR.stride()
int
VkVertexInputBindingDescription.stride()
int
VkVertexInputBindingDescription2EXT.stride()
long
VkStridedDeviceAddressNV.strideInBytes()
int
VkRenderPassStripeBeginInfoARM.stripeInfoCount()
int
VkRenderPassStripeSubmitInfoARM.stripeSemaphoreInfoCount()
short
VkMicromapTriangleEXT.subdivisionLevel()
int
VkMicromapUsageEXT.subdivisionLevel()
int
VkPhysicalDeviceVulkan12Features.subgroupBroadcastDynamicId()
int
VkPhysicalDeviceVulkan11Properties.subgroupQuadOperationsInAllStages()
int
VkPhysicalDeviceSubgroupProperties.subgroupSize()
int
VkPhysicalDeviceVulkan11Properties.subgroupSize()
int
VkPipelineExecutablePropertiesKHR.subgroupSize()
int
VkPhysicalDeviceSubgroupSizeControlFeatures.subgroupSizeControl()
int
VkPhysicalDeviceVulkan13Features.subgroupSizeControl()
int
VkVideoEncodeH265RateControlInfoKHR.subLayerCount()
byte
VkConformanceVersion.subminor()
int
VkCommandBufferInheritanceInfo.subpass()
int
VkGraphicsPipelineCreateInfo.subpass()
int
VkInputAttachmentAspectReference.subpass()
int
VkSubpassShadingPipelineCreateInfoHUAWEI.subpass()
int
VkRenderPassCreateInfo.subpassCount()
int
VkRenderPassCreateInfo2.subpassCount()
int
VkRenderPassMultiviewCreateInfo.subpassCount()
int
VkSubpassSampleLocationsEXT.subpassIndex()
int
VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.subpassMergeFeedback()
int
VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.subpassShading()
int
VkPhysicalDeviceLimits.subPixelInterpolationOffsetBits()
int
VkPhysicalDeviceLimits.subPixelPrecisionBits()
int
VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.subsampledCoarseReconstructionEarlyAccess()
int
VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.subsampledLoads()
byte
StdVideoAV1ColorConfig.subsampling_x()
byte
StdVideoAV1ColorConfig.subsampling_y()
int
VkPhysicalDeviceGroupProperties.subsetAllocation()
int
VkPhysicalDeviceLimits.subTexelPrecisionBits()
int
VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.supersampleFragmentShadingRates()
int
VkDescriptorSetLayoutSupport.supported()
int
VkPhysicalDeviceImageAlignmentControlPropertiesMESA.supportedImageAlignmentMask()
int
VkPhysicalDeviceVertexAttributeDivisorProperties.supportsNonZeroFirstInstance()
int
VkPhysicalDeviceVulkan14Properties.supportsNonZeroFirstInstance()
int
VkSurfaceProtectedCapabilitiesKHR.supportsProtected()
int
VkTextureLODGatherFormatPropertiesAMD.supportsTextureGatherLODBiasAMD()
long
VkAmigoProfilingSubmitInfoSEC.swapBufferTimestamp()
int
VkDeviceGroupPresentInfoKHR.swapchainCount()
int
VkPresentIdKHR.swapchainCount()
int
VkPresentInfoKHR.swapchainCount()
int
VkPresentRegionsKHR.swapchainCount()
int
VkPresentTimesInfoGOOGLE.swapchainCount()
int
VkSwapchainPresentFenceInfoEXT.swapchainCount()
int
VkSwapchainPresentModeInfoEXT.swapchainCount()
int
VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.swapchainMaintenance1()
int
VkPhysicalDeviceSynchronization2Features.synchronization2()
int
VkPhysicalDeviceVulkan13Features.synchronization2()
long
VkBufferCollectionPropertiesFUCHSIA.sysmemPixelFormat()
long
VkImageFormatConstraintsInfoFUCHSIA.sysmemPixelFormat()
long
VkDebugMarkerObjectTagInfoEXT.tagName()
long
VkDebugUtilsObjectTagInfoEXT.tagName()
long
VkFrameBoundaryEXT.tagName()
long
VkDebugMarkerObjectTagInfoEXT.tagSize()
long
VkDebugUtilsObjectTagInfoEXT.tagSize()
long
VkFrameBoundaryEXT.tagSize()
int
VkDrawMeshTasksIndirectCommandNV.taskCount()
int
VkPhysicalDeviceMeshShaderFeaturesEXT.taskShader()
int
VkPhysicalDeviceMeshShaderFeaturesNV.taskShader()
byte
StdVideoEncodeAV1ExtensionHeader.temporal_id()
byte
StdVideoEncodeH264PictureInfo.temporal_id()
byte
StdVideoEncodeH264ReferenceInfo.temporal_id()
byte
StdVideoEncodeH265PictureInfo.TemporalId()
byte
StdVideoEncodeH265ReferenceInfo.TemporalId()
int
VkVideoEncodeAV1RateControlInfoKHR.temporalLayerCount()
int
VkVideoEncodeH264RateControlInfoKHR.temporalLayerCount()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.tessellationIsolines()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.tessellationPointMode()
int
VkPhysicalDeviceFeatures.tessellationShader()
int
VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.texelBufferAlignment()
int
VkPhysicalDeviceShaderCorePropertiesARM.texelRate()
int
VkPhysicalDeviceImageProcessingFeaturesQCOM.textureBlockMatch()
int
VkPhysicalDeviceImageProcessing2FeaturesQCOM.textureBlockMatch2()
int
VkPhysicalDeviceImageProcessingFeaturesQCOM.textureBoxFilter()
int
VkPhysicalDeviceTextureCompressionASTCHDRFeatures.textureCompressionASTC_HDR()
int
VkPhysicalDeviceVulkan13Features.textureCompressionASTC_HDR()
int
VkPhysicalDeviceFeatures.textureCompressionASTC_LDR()
int
VkPhysicalDeviceFeatures.textureCompressionBC()
int
VkPhysicalDeviceFeatures.textureCompressionETC2()
int
VkPhysicalDeviceImageProcessingFeaturesQCOM.textureSampleWeighted()
byte
StdVideoH265HrdParameters.tick_divisor_minus2()
byte
StdVideoAV1TileInfo.tile_size_bytes_minus_1()
int
VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.tileBufferTransfers()
byte
StdVideoAV1TileInfo.TileCols()
int
VkVideoDecodeAV1PictureInfoKHR.tileCount()
int
VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.tileMemoryHeap()
int
VkPhysicalDeviceTilePropertiesFeaturesQCOM.tileProperties()
byte
StdVideoAV1TileInfo.TileRows()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShading()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingAnisotropicApron()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingApron()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingAtomicOps()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingColorAttachments()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingDepthAttachments()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingDispatchTile()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingFragmentStage()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingImageProcessing()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingInputAttachments()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingPerTileDispatch()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingPerTileDraw()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingSampledAttachments()
int
VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingStencilAttachments()
int
StdVideoH264HrdParameters.time_offset_length()
int
StdVideoAV1TimingInfo.time_scale()
int
StdVideoH264SequenceParameterSetVui.time_scale()
int
VkPhysicalDeviceTimelineSemaphoreFeatures.timelineSemaphore()
int
VkPhysicalDeviceVulkan12Features.timelineSemaphore()
long
VkAcquireNextImageInfoKHR.timeout()
long
VkAcquireProfilingLockInfoKHR.timeout()
int
VkPhysicalDeviceLimits.timestampComputeAndGraphics()
int
VkQueueFamilyProperties.timestampValidBits()
int
VkGetLatencyMarkerInfoNV.timingCount()
int
VkIndirectCommandsLayoutCreateInfoEXT.tokenCount()
int
VkIndirectCommandsLayoutCreateInfoNV.tokenCount()
byte
StdVideoH264SequenceParameterSetVui.transfer_characteristics()
byte
StdVideoH265SequenceParameterSetVui.transfer_characteristics()
int
VkPhysicalDeviceTransformFeedbackFeaturesEXT.transformFeedback()
int
VkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackDraw()
int
VkPhysicalDeviceProvokingVertexFeaturesEXT.transformFeedbackPreservesProvokingVertex()
int
VkPhysicalDeviceProvokingVertexPropertiesEXT.transformFeedbackPreservesTriangleFanProvokingVertex()
int
VkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackQueries()
int
VkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackRasterizationStreamSelect()
int
VkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackStreamsLinesTriangles()
int
VkAccelerationStructureBuildRangeInfoKHR.transformOffset()
long
VkGeometryTrianglesNV.transformOffset()
int
VkCooperativeVectorPropertiesNV.transpose()
long
VkMicromapBuildInfoEXT.triangleArrayStride()
int
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.triangleCount()
int
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.triangleCount()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.triangleFans()
int
VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.triStripVertexOrderIndependentOfProvokingVertex()
long
VkPipelineExecutableStatisticValueKHR.u64()
VkClearColorValue.uint32()
int
VkPerformanceCounterResultKHR.uint32()
long
VkPerformanceCounterResultKHR.uint64()
int
VkVideoEncodeAV1CapabilitiesKHR.unidirectionalCompoundReferenceNameMask()
int
VkPhysicalDevice16BitStorageFeatures.uniformAndStorageBuffer16BitAccess()
int
VkPhysicalDeviceVulkan11Features.uniformAndStorageBuffer16BitAccess()
int
VkPhysicalDevice8BitStorageFeatures.uniformAndStorageBuffer8BitAccess()
int
VkPhysicalDeviceVulkan12Features.uniformAndStorageBuffer8BitAccess()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.uniformBufferDescriptorSize()
int
VkPhysicalDeviceUniformBufferStandardLayoutFeatures.uniformBufferStandardLayout()
int
VkPhysicalDeviceVulkan12Features.uniformBufferStandardLayout()
long
VkPhysicalDeviceDescriptorBufferPropertiesEXT.uniformTexelBufferDescriptorSize()
long
VkPhysicalDeviceTexelBufferAlignmentProperties.uniformTexelBufferOffsetAlignmentBytes()
long
VkPhysicalDeviceVulkan13Properties.uniformTexelBufferOffsetAlignmentBytes()
int
VkPhysicalDeviceTexelBufferAlignmentProperties.uniformTexelBufferOffsetSingleTexelAlignment()
int
VkPhysicalDeviceVulkan13Properties.uniformTexelBufferOffsetSingleTexelAlignment()
int
VkSamplerCreateInfo.unnormalizedCoordinates()
byte
StdVideoAV1LoopFilter.update_mode_delta()
byte
StdVideoAV1LoopFilter.update_ref_delta()
long
VkAccelerationStructureBuildSizesInfoKHR.updateScratchSize()
int
VkVideoSessionParametersUpdateInfoKHR.updateSequenceCount()
int
VkAccelerationStructureTrianglesDisplacementMicromapNV.usageCountsCount()
int
VkAccelerationStructureTrianglesOpacityMicromapEXT.usageCountsCount()
int
VkMicromapBuildInfoEXT.usageCountsCount()
short
StdVideoH264ScalingLists.use_default_scaling_matrix_mask()
short
StdVideoH265ShortTermRefPicSet.use_delta_flag()
int
VkCuModuleTexturingModeCreateInfoNVX.use64bitTexturing()
short
StdVideoH265ShortTermRefPicSet.used_by_curr_pic_flag()
short
StdVideoEncodeH265LongTermRefPics.used_by_curr_pic_lt_flag()
int
StdVideoH265LongTermRefPicsSps.used_by_curr_pic_lt_sps_flag()
short
StdVideoH265ShortTermRefPicSet.used_by_curr_pic_s0_flag()
short
StdVideoH265ShortTermRefPicSet.used_by_curr_pic_s1_flag()
int
VkVideoEncodeAV1GopRemainingFrameInfoKHR.useGopRemainingFrames()
int
VkVideoEncodeH264GopRemainingFrameInfoKHR.useGopRemainingFrames()
int
VkVideoEncodeH265GopRemainingFrameInfoKHR.useGopRemainingFrames()
int
VkVideoEncodeAV1RateControlLayerInfoKHR.useMaxFrameSize()
int
VkVideoEncodeH264RateControlLayerInfoKHR.useMaxFrameSize()
int
VkVideoEncodeH265RateControlLayerInfoKHR.useMaxFrameSize()
int
VkVideoEncodeAV1SessionCreateInfoKHR.useMaxLevel()
int
VkVideoEncodeH264SessionCreateInfoKHR.useMaxLevelIdc()
int
VkVideoEncodeH265SessionCreateInfoKHR.useMaxLevelIdc()
int
VkVideoEncodeAV1RateControlLayerInfoKHR.useMaxQIndex()
int
VkVideoEncodeH264RateControlLayerInfoKHR.useMaxQp()
int
VkVideoEncodeH265RateControlLayerInfoKHR.useMaxQp()
int
VkVideoEncodeAV1RateControlLayerInfoKHR.useMinQIndex()
int
VkVideoEncodeH264RateControlLayerInfoKHR.useMinQp()
int
VkVideoEncodeH265RateControlLayerInfoKHR.useMinQp()
VkPerformanceCounterKHR.uuid()
long
VkApplicationParametersEXT.value()
long
VkLatencySleepInfoNV.value()
long
VkSemaphoreSignalInfo.value()
long
VkSemaphoreSubmitInfo.value()
int
VkPerformanceValueDataINTEL.value32()
long
VkPerformanceValueDataINTEL.value64()
int
VkPerformanceValueDataINTEL.valueBool()
int
VkLayerSettingEXT.valueCount()
int
VkPhysicalDeviceFeatures.variableMultisampleRate()
int
VkPhysicalDeviceVariablePointersFeatures.variablePointers()
int
VkPhysicalDeviceVulkan11Features.variablePointers()
int
VkPhysicalDeviceVariablePointersFeatures.variablePointersStorageBuffer()
int
VkPhysicalDeviceVulkan11Features.variablePointersStorageBuffer()
int
VkPhysicalDeviceSampleLocationsPropertiesEXT.variableSampleLocations()
long
VkDeviceFaultCountsEXT.vendorBinarySize()
long
VkDeviceFaultVendorInfoEXT.vendorFaultCode()
long
VkDeviceFaultVendorInfoEXT.vendorFaultData()
int
VkApplicationParametersEXT.vendorID()
int
VkDeviceFaultVendorBinaryHeaderVersionOneEXT.vendorID()
int
VkPhysicalDeviceLayeredApiPropertiesKHR.vendorID()
int
VkPhysicalDeviceProperties.vendorID()
int
VkPipelineCacheHeaderVersionOne.vendorID()
int
VkDeviceFaultCountsEXT.vendorInfoCount()
int
VkPhysicalDevicePortabilitySubsetFeaturesKHR.vertexAttributeAccessBeyondStride()
int
VkPipelineVertexInputStateCreateInfo.vertexAttributeDescriptionCount()
int
VkPhysicalDeviceVertexAttributeDivisorFeatures.vertexAttributeInstanceRateDivisor()
int
VkPhysicalDeviceVulkan14Features.vertexAttributeInstanceRateDivisor()
int
VkPhysicalDeviceVertexAttributeDivisorFeatures.vertexAttributeInstanceRateZeroDivisor()
int
VkPhysicalDeviceVulkan14Features.vertexAttributeInstanceRateZeroDivisor()
int
VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.vertexAttributeRobustness()
int
VkPipelineVertexInputStateCreateInfo.vertexBindingDescriptionCount()
int
VkPipelineVertexInputDivisorStateCreateInfo.vertexBindingDivisorCount()
int
VkIndirectCommandsLayoutTokenNV.vertexBindingUnit()
int
VkIndirectCommandsVertexBufferTokenEXT.vertexBindingUnit()
long
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.vertexBuffer()
long
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.vertexBuffer()
short
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.vertexBufferStride()
short
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.vertexBufferStride()
int
VkClusterAccelerationStructureBuildTriangleClusterInfoNV.vertexCount()
int
VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.vertexCount()
int
VkDrawIndirectCommand.vertexCount()
int
VkGeometryTrianglesNV.vertexCount()
int
VkMultiDrawInfoEXT.vertexCount()
int
VkIndirectCommandsLayoutTokenNV.vertexDynamicStride()
int
VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.vertexInputDynamicState()
long
VkGeometryTrianglesNV.vertexOffset()
int
VkPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics()
long
VkAccelerationStructureGeometryLinearSweptSpheresDataNV.vertexStride()
long
VkAccelerationStructureGeometrySpheresDataNV.vertexStride()
long
VkAccelerationStructureGeometryTrianglesDataKHR.vertexStride()
long
VkGeometryTrianglesNV.vertexStride()
int
VkPhysicalDeviceShaderCorePropertiesAMD.vgprAllocationGranularity()
int
VkPhysicalDeviceShaderCorePropertiesAMD.vgprsPerSimd()
byte
StdVideoH264SequenceParameterSetVui.video_format()
byte
StdVideoH265SequenceParameterSetVui.video_format()
int
VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.videoEncodeAV1()
int
VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.videoEncodeQuantizationMap()
int
VkPhysicalDeviceVideoMaintenance1FeaturesKHR.videoMaintenance1()
int
VkPhysicalDeviceVideoMaintenance2FeaturesKHR.videoMaintenance2()
int
VkFramebufferAttachmentImageInfo.viewFormatCount()
int
VkImageFormatListCreateInfo.viewFormatCount()
int
VkCommandBufferInheritanceRenderingInfo.viewMask()
int
VkPipelineRenderingCreateInfo.viewMask()
int
VkRenderingAreaInfo.viewMask()
int
VkRenderingInfo.viewMask()
int
VkSubpassDescription2.viewMask()
int
VkPipelineViewportShadingRateImageStateCreateInfoNV.viewportCount()
int
VkPipelineViewportStateCreateInfo.viewportCount()
int
VkPipelineViewportSwizzleStateCreateInfoNV.viewportCount()
int
VkPipelineViewportWScalingStateCreateInfoNV.viewportCount()
int
VkCommandBufferInheritanceViewportScissorInfoNV.viewportDepthCount()
int
VkCommandBufferInheritanceViewportScissorInfoNV.viewportScissor2D()
int
VkPhysicalDeviceLimits.viewportSubPixelBits()
int
VkPipelineViewportWScalingStateCreateInfoNV.viewportWScalingEnable()
int
VkVideoEncodeRateControlInfoKHR.virtualBufferSizeInMs()
byte
StdVideoH265VideoParameterSet.vps_max_sub_layers_minus1()
int
StdVideoH265VideoParameterSet.vps_num_ticks_poc_diff_one_minus1()
int
StdVideoH265VideoParameterSet.vps_num_units_in_tick()
int
StdVideoH265VideoParameterSet.vps_time_scale()
byte
StdVideoH265VideoParameterSet.vps_video_parameter_set_id()
int
StdVideoH265SequenceParameterSetVui.vui_num_ticks_poc_diff_one_minus1()
int
StdVideoH265SequenceParameterSetVui.vui_num_units_in_tick()
int
StdVideoH265SequenceParameterSetVui.vui_time_scale()
int
VkPhysicalDeviceVulkan12Features.vulkanMemoryModel()
int
VkPhysicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModel()
int
VkPhysicalDeviceVulkan12Features.vulkanMemoryModelAvailabilityVisibilityChains()
int
VkPhysicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModelAvailabilityVisibilityChains()
int
VkPhysicalDeviceVulkan12Features.vulkanMemoryModelDeviceScope()
int
VkPhysicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModelDeviceScope()
int
VkBindSparseInfo.waitSemaphoreCount()
int
VkDeviceGroupSubmitInfo.waitSemaphoreCount()
int
VkPresentInfoKHR.waitSemaphoreCount()
int
VkSubmitInfo.waitSemaphoreCount()
int
VkSubmitInfo2.waitSemaphoreInfoCount()
int
VkTimelineSemaphoreSubmitInfo.waitSemaphoreValueCount()
int
VkD3D12FenceSubmitInfoKHR.waitSemaphoreValuesCount()
int
VkPhysicalDeviceShaderCorePropertiesAMD.wavefrontSize()
int
VkPhysicalDeviceShaderCorePropertiesAMD.wavefrontsPerSimd()
int
VkPhysicalDeviceFeatures.wideLines()
int
VkExtent2D.width()
int
VkExtent3D.width()
int
VkFramebufferAttachmentImageInfo.width()
int
VkFramebufferCreateInfo.width()
int
VkOpticalFlowSessionCreateInfoNV.width()
int
VkTraceRaysIndirectCommand2KHR.width()
int
VkTraceRaysIndirectCommandKHR.width()
int
VkXcbSurfaceCreateInfoKHR.window()
int
VkCooperativeMatrixFlexibleDimensionsPropertiesNV.workgroupInvocations()
int
VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayout()
int
VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayout16BitAccess()
int
VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayout8BitAccess()
int
VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayoutScalarBlockLayout()
int
VkStencilOpState.writeMask()
int
VkVideoEncodeH264SessionParametersGetInfoKHR.writeStdPPS()
int
VkVideoEncodeH265SessionParametersGetInfoKHR.writeStdPPS()
int
VkVideoEncodeH264SessionParametersGetInfoKHR.writeStdSPS()
int
VkVideoEncodeH265SessionParametersGetInfoKHR.writeStdSPS()
int
VkVideoEncodeH265SessionParametersGetInfoKHR.writeStdVPS()
int
VkDispatchIndirectCommand.x()
int
VkDispatchIndirectCommand.y()
int
VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.ycbcr2plane444Formats()
int
VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.ycbcrDegamma()
int
VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.ycbcrImageArrays()
int
VkDispatchIndirectCommand.z()
int
VkImportSemaphoreZirconHandleInfoFUCHSIA.zirconHandle()
Method parameters in club.doki7.vulkan.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionStdVideoH265ShortTermRefPicSet.abs_delta_rps_minus1
(short value) StdVideoEncodeH264RefListModEntry.abs_diff_pic_num_minus1
(short value) VkDescriptorDataEXT.accelerationStructure
(long value) VkPartitionedAccelerationStructureUpdateInstanceDataNV.accelerationStructure
(long value) VkPartitionedAccelerationStructureWriteInstanceDataNV.accelerationStructure
(long value) VkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructure
(int value) VkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureCaptureReplay
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.accelerationStructureCaptureReplayDescriptorDataSize
(long value) VkWriteDescriptorSetAccelerationStructureKHR.accelerationStructureCount
(int value) VkWriteDescriptorSetAccelerationStructureNV.accelerationStructureCount
(int value) VkWriteDescriptorSetPartitionedAccelerationStructureNV.accelerationStructureCount
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.accelerationStructureDescriptorSize
(long value) VkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureHostCommands
(int value) VkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureIndirectBuild
(int value) VkAccelerationStructureInstanceKHR.accelerationStructureReference
(long value) VkAccelerationStructureMatrixMotionInstanceNV.accelerationStructureReference
(long value) VkAccelerationStructureSRTMotionInstanceNV.accelerationStructureReference
(long value) VkAccelerationStructureBuildSizesInfoKHR.accelerationStructureSize
(long value) VkWin32KeyedMutexAcquireReleaseInfoKHR.acquireCount
(int value) VkWin32KeyedMutexAcquireReleaseInfoNV.acquireCount
(int value) VkExternalMemoryAcquireUnmodifiedEXT.acquireUnmodifiedMemory
(int value) VkPhysicalDeviceShaderCoreProperties2AMD.activeComputeUnitCount
(int value) VkPastPresentationTimingGOOGLE.actualPresentTime
(long value) StdVideoAV1SequenceHeader.additional_frame_id_length_minus_1
(byte value) VkDescriptorAddressInfoEXT.address
(long value) VkDescriptorBufferBindingInfoEXT.address
(long value) VkDeviceFaultCountsEXT.addressInfoCount
(int value) VkDeviceFaultAddressInfoEXT.addressPrecision
(long value) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendAllOperations
(int value) VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.advancedBlendCoherentOperations
(int value) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendCorrelatedOverlap
(int value) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendIndependentBlend
(int value) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendMaxColorAttachments
(int value) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendNonPremultipliedDstColor
(int value) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendNonPremultipliedSrcColor
(int value) VkMemoryRequirements.alignment
(long value) VkTileMemoryRequirementsQCOM.alignment
(long value) VkAndroidHardwareBufferPropertiesANDROID.allocationSize
(long value) VkMemoryAllocateInfo.allocationSize
(long value) VkScreenBufferPropertiesQNX.allocationSize
(long value) VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.allowClusterAccelerationStructure
(int value) VkPhysicalDevicePerformanceQueryPropertiesKHR.allowCommandBufferQueryCopies
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.allowSamplerImageViewPostSubmitCreation
(int value) VkPipelineMultisampleStateCreateInfo.alphaToCoverageEnable
(int value) VkPhysicalDeviceFeatures.alphaToOne
(int value) VkPipelineMultisampleStateCreateInfo.alphaToOneEnable
(int value) VkPhysicalDeviceAmigoProfilingFeaturesSEC.amigoProfiling
(int value) VkAndroidHardwareBufferUsageANDROID.androidHardwareBufferUsage
(long value) VkSamplerCreateInfo.anisotropyEnable
(int value) VkPhysicalDeviceAntiLagFeaturesAMD.antiLag
(int value) VkRayTracingShaderGroupCreateInfoKHR.anyHitShader
(int value) VkRayTracingShaderGroupCreateInfoNV.anyHitShader
(int value) VkApplicationInfo.apiVersion
(int value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.apiVersion
(int value) VkPhysicalDeviceProperties.apiVersion
(int value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.applicationNameOffset
(int value) VkApplicationInfo.applicationVersion
(int value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.applicationVersion
(int value) StdVideoAV1FilmGrain.ar_coeff_lag
(byte value) StdVideoAV1FilmGrain.ar_coeff_shift_minus_6
(byte value) VkBuildPartitionedAccelerationStructureIndirectCommandNV.argCount
(int value) VkImageSubresource.arrayLayer
(int value) VkImageCreateInfo.arrayLayers
(int value) VkAccelerationStructureGeometryInstancesDataKHR.arrayOfPointers
(int value) VkSubresourceLayout.arrayPitch
(long value) VkRenderPassInputAttachmentAspectCreateInfo.aspectReferenceCount
(int value) VkAttachmentReference.attachment
(int value) VkAttachmentReference2.attachment
(int value) VkFramebufferCreateInfo.attachmentCount
(int value) VkPipelineColorBlendStateCreateInfo.attachmentCount
(int value) VkPipelineColorWriteCreateInfoEXT.attachmentCount
(int value) VkRenderPassAttachmentBeginInfo.attachmentCount
(int value) VkRenderPassCreateInfo.attachmentCount
(int value) VkRenderPassCreateInfo2.attachmentCount
(int value) VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.attachmentFeedbackLoopDynamicState
(int value) VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.attachmentFeedbackLoopLayout
(int value) VkPhysicalDeviceFragmentShadingRateFeaturesKHR.attachmentFragmentShadingRate
(int value) VkFramebufferAttachmentsCreateInfo.attachmentImageInfoCount
(int value) VkAttachmentSampleLocationsEXT.attachmentIndex
(int value) VkRenderPassSampleLocationsBeginInfoEXT.attachmentInitialSampleLocationsCount
(int value) StdVideoH265HrdParameters.au_cpb_removal_delay_length_minus1
(byte value) VkVideoEncodeRateControlLayerInfoKHR.averageBitrate
(long value) VkPipelineExecutableStatisticValueKHR.b32
(int value) StdVideoAV1Quantization.base_q_idx
(byte value) VkDeviceAddressBindingCallbackDataEXT.baseAddress
(long value) VkClearRect.baseArrayLayer
(int value) VkImageSubresourceLayers.baseArrayLayer
(int value) VkImageSubresourceRange.baseArrayLayer
(int value) VkVideoPictureResourceInfoKHR.baseArrayLayer
(int value) VkImageSubresourceRange.baseMipLevel
(int value) VkAccelerationStructureTrianglesDisplacementMicromapNV.baseTriangle
(int value) VkAccelerationStructureTrianglesOpacityMicromapEXT.baseTriangle
(int value) VkVideoEncodeAV1CapabilitiesKHR.bidirectionalCompoundReferenceNameMask
(int value) VkPhysicalDeviceOpticalFlowPropertiesNV.bidirectionalFlowSupported
(int value) VkPipelineBinaryInfoKHR.binaryCount
(int value) VkPipelineBinaryKeysAndDataKHR.binaryCount
(int value) VkSparseBufferMemoryBindInfo.bindCount
(int value) VkSparseImageMemoryBindInfo.bindCount
(int value) VkSparseImageOpaqueMemoryBindInfo.bindCount
(int value) VkDescriptorSetBindingReferenceVALVE.binding
(int value) VkDescriptorSetLayoutBinding.binding
(int value) VkVertexInputAttributeDescription.binding
(int value) VkVertexInputAttributeDescription2EXT.binding
(int value) VkVertexInputBindingDescription.binding
(int value) VkVertexInputBindingDescription2EXT.binding
(int value) VkVertexInputBindingDivisorDescription.binding
(int value) VkDescriptorSetLayoutBindingFlagsCreateInfo.bindingCount
(int value) VkDescriptorSetLayoutCreateInfo.bindingCount
(int value) VkVideoEncodeAV1FrameSizeKHR.bipredictiveFrameSize
(int value) VkVideoEncodeAV1QIndexKHR.bipredictiveQIndex
(int value) StdVideoH264SequenceParameterSet.bit_depth_chroma_minus8
(byte value) StdVideoH265SequenceParameterSet.bit_depth_chroma_minus8
(byte value) StdVideoH264SequenceParameterSet.bit_depth_luma_minus8
(byte value) StdVideoH265SequenceParameterSet.bit_depth_luma_minus8
(byte value) StdVideoH265SubLayerHrdParameters.bit_rate_du_value_minus1
(IntPtr value) StdVideoH264HrdParameters.bit_rate_scale
(byte value) StdVideoH265HrdParameters.bit_rate_scale
(byte value) StdVideoH264HrdParameters.bit_rate_value_minus1
(IntPtr value) StdVideoH265SubLayerHrdParameters.bit_rate_value_minus1
(IntPtr value) StdVideoAV1ColorConfig.BitDepth
(byte value) VkPipelineColorBlendAttachmentState.blendEnable
(int value) VkCudaLaunchInfoNV.blockDimX
(int value) VkCuLaunchInfoNVX.blockDimX
(int value) VkCudaLaunchInfoNV.blockDimY
(int value) VkCuLaunchInfoNVX.blockDimY
(int value) VkCudaLaunchInfoNV.blockDimZ
(int value) VkCuLaunchInfoNVX.blockDimZ
(int value) VkPhysicalDeviceMaintenance6Properties.blockTexelViewCompatibleMultipleLayers
(int value) VkPhysicalDeviceVulkan14Properties.blockTexelViewCompatibleMultipleLayers
(int value) VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.borderColorSwizzle
(int value) VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.borderColorSwizzleFromImage
(int value) VkPhysicalDeviceLineRasterizationFeatures.bresenhamLines
(int value) VkPhysicalDeviceVulkan14Features.bresenhamLines
(int value) StdVideoEncodeAV1DecoderModelInfo.buffer_delay_length_minus_1
(byte value) StdVideoEncodeAV1DecoderModelInfo.buffer_removal_time_length_minus_1
(byte value) VkBindIndexBufferIndirectCommandEXT.bufferAddress
(long value) VkBindIndexBufferIndirectCommandNV.bufferAddress
(long value) VkBindVertexBufferIndirectCommandEXT.bufferAddress
(long value) VkBindVertexBufferIndirectCommandNV.bufferAddress
(long value) VkDrawIndirectCountIndirectCommandEXT.bufferAddress
(long value) VkBindSparseInfo.bufferBindCount
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.bufferCaptureReplayDescriptorDataSize
(long value) VkBufferCollectionPropertiesFUCHSIA.bufferCount
(int value) VkFrameBoundaryEXT.bufferCount
(int value) VkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddress
(int value) VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddress
(int value) VkPhysicalDeviceVulkan12Features.bufferDeviceAddress
(int value) VkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressCaptureReplay
(int value) VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddressCaptureReplay
(int value) VkPhysicalDeviceVulkan12Features.bufferDeviceAddressCaptureReplay
(int value) VkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressMultiDevice
(int value) VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddressMultiDevice
(int value) VkPhysicalDeviceVulkan12Features.bufferDeviceAddressMultiDevice
(int value) VkPhysicalDeviceLimits.bufferImageGranularity
(long value) VkBufferImageCopy.bufferImageHeight
(int value) VkBufferImageCopy2.bufferImageHeight
(int value) VkCopyMemoryToImageIndirectCommandNV.bufferImageHeight
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.bufferlessPushDescriptors
(int value) VkDependencyInfo.bufferMemoryBarrierCount
(int value) VkBufferImageCopy.bufferOffset
(long value) VkBufferImageCopy2.bufferOffset
(long value) VkBufferImageCopy.bufferRowLength
(int value) VkBufferImageCopy2.bufferRowLength
(int value) VkCopyMemoryToImageIndirectCommandNV.bufferRowLength
(int value) VkAccelerationStructureBuildSizesInfoKHR.buildScratchSize
(long value) VkMicromapBuildSizesInfoEXT.buildScratchSize
(long value) VkTraceRaysIndirectCommand2KHR.callableShaderBindingTableAddress
(long value) VkTraceRaysIndirectCommand2KHR.callableShaderBindingTableSize
(long value) VkTraceRaysIndirectCommand2KHR.callableShaderBindingTableStride
(long value) StdVideoAV1FilmGrain.cb_luma_mult
(byte value) StdVideoAV1FilmGrain.cb_mult
(byte value) StdVideoAV1FilmGrain.cb_offset
(short value) StdVideoH265SubLayerHrdParameters.cbr_flag
(int value) StdVideoAV1CDEF.cdef_bits
(byte value) StdVideoAV1CDEF.cdef_damping_minus_3
(byte value) StdVideoAV1CDEF.cdef_uv_pri_strength
(BytePtr value) StdVideoAV1CDEF.cdef_uv_sec_strength
(BytePtr value) StdVideoAV1CDEF.cdef_y_pri_strength
(BytePtr value) StdVideoAV1CDEF.cdef_y_sec_strength
(BytePtr value) StdVideoH265PictureParameterSet.chroma_bit_depth_entry_minus8
(byte value) StdVideoEncodeH264WeightTable.chroma_log2_weight_denom
(byte value) StdVideoH265PictureParameterSet.chroma_qp_offset_list_len_minus1
(byte value) StdVideoH264SequenceParameterSetVui.chroma_sample_loc_type_bottom_field
(byte value) StdVideoH265SequenceParameterSetVui.chroma_sample_loc_type_bottom_field
(byte value) StdVideoH264SequenceParameterSetVui.chroma_sample_loc_type_top_field
(byte value) StdVideoH265SequenceParameterSetVui.chroma_sample_loc_type_top_field
(byte value) StdVideoEncodeH264WeightTableFlags.chroma_weight_l0_flag
(int value) StdVideoEncodeH265WeightTableFlags.chroma_weight_l0_flag
(short value) StdVideoEncodeH264WeightTableFlags.chroma_weight_l1_flag
(int value) StdVideoEncodeH265WeightTableFlags.chroma_weight_l1_flag
(short value) VkColorBlendAdvancedEXT.clampResults
(int value) VkRenderPassBeginInfo.clearValueCount
(int value) VkSwapchainCreateInfoKHR.clipped
(int value) VkRayTracingShaderGroupCreateInfoKHR.closestHitShader
(int value) VkRayTracingShaderGroupCreateInfoNV.closestHitShader
(int value) VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.clusterAccelerationStructure
(int value) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterBottomLevelByteAlignment
(int value) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterByteAlignment
(int value) VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.clustercullingShader
(int value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.clusterID
(int value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.clusterID
(int value) VkClusterAccelerationStructureInstantiateClusterInfoNV.clusterIdOffset
(int value) VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.clusterReferences
(long value) VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.clusterReferencesCount
(int value) VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.clusterReferencesStride
(int value) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterScratchByteAlignment
(int value) VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.clusterShadingRate
(int value) VkClusterAccelerationStructureInstantiateClusterInfoNV.clusterTemplateAddress
(long value) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterTemplateBoundsByteAlignment
(int value) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterTemplateByteAlignment
(int value) VkDebugUtilsMessengerCallbackDataEXT.cmdBufLabelCount
(int value) StdVideoDecodeAV1PictureInfo.coded_denom
(byte value) StdVideoEncodeAV1PictureInfo.coded_denom
(byte value) VkShaderCreateInfoEXT.codeSize
(long value) VkShaderModuleCreateInfo.codeSize
(long value) VkBufferCollectionCreateInfoFUCHSIA.collectionToken
(int value) StdVideoEncodeH265SliceSegmentHeader.collocated_ref_idx
(byte value) VkClearAttachment.colorAttachment
(int value) VkAttachmentSampleCountInfoAMD.colorAttachmentCount
(int value) VkCommandBufferInheritanceRenderingInfo.colorAttachmentCount
(int value) VkPipelineRenderingCreateInfo.colorAttachmentCount
(int value) VkRenderingAreaInfo.colorAttachmentCount
(int value) VkRenderingAttachmentLocationInfo.colorAttachmentCount
(int value) VkRenderingInfo.colorAttachmentCount
(int value) VkRenderingInputAttachmentIndexInfo.colorAttachmentCount
(int value) VkSubpassDescription.colorAttachmentCount
(int value) VkSubpassDescription2.colorAttachmentCount
(int value) VkSysmemColorSpaceFUCHSIA.colorSpace
(int value) VkImageFormatConstraintsInfoFUCHSIA.colorSpaceCount
(int value) VkPhysicalDeviceColorWriteEnableFeaturesEXT.colorWriteEnable
(int value) StdVideoH264SequenceParameterSetVui.colour_primaries
(byte value) StdVideoH265SequenceParameterSetVui.colour_primaries
(byte value) StdVideoH265PictureParameterSet.column_width_minus1
(ShortPtr value) VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.combinedImageSamplerDensityMapDescriptorSize
(long value) VkSamplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.combinedImageSamplerDescriptorSingleArray
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.combinedImageSamplerDescriptorSize
(long value) VkCommandBufferAllocateInfo.commandBufferCount
(int value) VkDeviceGroupSubmitInfo.commandBufferCount
(int value) VkSubmitInfo.commandBufferCount
(int value) VkSubmitInfo2.commandBufferInfoCount
(int value) VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.commandBufferInheritance
(int value) VkDrawIndirectCountIndirectCommandEXT.commandCount
(int value) VkAccelerationStructureCreateInfoNV.compactedSize
(long value) VkSamplerCreateInfo.compareEnable
(int value) VkStencilOpState.compareMask
(int value) VkDecompressMemoryRegionNV.compressedSize
(long value) VkImageCompressionControlEXT.compressionControlPlaneCount
(int value) VkPhysicalDeviceCudaKernelLaunchPropertiesNV.computeCapabilityMajor
(int value) VkPhysicalDeviceCudaKernelLaunchPropertiesNV.computeCapabilityMinor
(int value) VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.computeDerivativeGroupLinear
(int value) VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.computeDerivativeGroupQuads
(int value) VkPhysicalDeviceSubgroupSizeControlFeatures.computeFullSubgroups
(int value) VkPhysicalDeviceVulkan13Features.computeFullSubgroups
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.computeUnitsPerShaderArray
(int value) VkShaderStatisticsInfoAMD.computeWorkGroupSize
(IntPtr value) VkPhysicalDeviceConditionalRenderingFeaturesEXT.conditionalRendering
(int value) VkCommandBufferInheritanceConditionalRenderingInfoEXT.conditionalRenderingEnable
(int value) StdVideoH265SequenceParameterSet.conf_win_bottom_offset
(int value) StdVideoH265SequenceParameterSet.conf_win_left_offset
(int value) StdVideoH265SequenceParameterSet.conf_win_right_offset
(int value) StdVideoH265SequenceParameterSet.conf_win_top_offset
(int value) VkVideoEncodeH264RateControlInfoKHR.consecutiveBFrameCount
(int value) VkVideoEncodeH265RateControlInfoKHR.consecutiveBFrameCount
(int value) VkVideoEncodeAV1RateControlInfoKHR.consecutiveBipredictiveFrameCount
(int value) VkPhysicalDeviceConservativeRasterizationPropertiesEXT.conservativePointAndLineRasterization
(int value) VkPhysicalDeviceConservativeRasterizationPropertiesEXT.conservativeRasterizationPostDepthCoverage
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.constantAlphaColorBlendFactors
(int value) VkSpecializationMapEntry.constantID
(int value) VkVideoEncodeAV1PictureInfoKHR.constantQIndex
(int value) StdVideoAV1TileInfo.context_update_tile_id
(short value) VkPhysicalDeviceCooperativeMatrixFeaturesKHR.cooperativeMatrix
(int value) VkPhysicalDeviceCooperativeMatrixFeaturesNV.cooperativeMatrix
(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixBlockLoads
(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixConversions
(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixFlexibleDimensions
(int value) VkPhysicalDeviceCooperativeMatrix2PropertiesNV.cooperativeMatrixFlexibleDimensionsMaxDimension
(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixPerElementOperations
(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixReductions
(int value) VkPhysicalDeviceCooperativeMatrixFeaturesKHR.cooperativeMatrixRobustBufferAccess
(int value) VkPhysicalDeviceCooperativeMatrixFeaturesNV.cooperativeMatrixRobustBufferAccess
(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixTensorAddressing
(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixWorkgroupScope
(int value) VkPhysicalDeviceCooperativeMatrix2PropertiesNV.cooperativeMatrixWorkgroupScopeMaxWorkgroupSize
(int value) VkPhysicalDeviceCooperativeMatrix2PropertiesNV.cooperativeMatrixWorkgroupScopeReservedSharedMemory
(int value) VkPhysicalDeviceCooperativeVectorFeaturesNV.cooperativeVector
(int value) VkPhysicalDeviceCooperativeVectorFeaturesNV.cooperativeVectorTraining
(int value) VkPhysicalDeviceCooperativeVectorPropertiesNV.cooperativeVectorTrainingFloat16Accumulation
(int value) VkPhysicalDeviceCooperativeVectorPropertiesNV.cooperativeVectorTrainingFloat32Accumulation
(int value) VkPhysicalDeviceHostImageCopyProperties.copyDstLayoutCount
(int value) VkPhysicalDeviceVulkan14Properties.copyDstLayoutCount
(int value) VkPhysicalDeviceHostImageCopyProperties.copySrcLayoutCount
(int value) VkPhysicalDeviceVulkan14Properties.copySrcLayoutCount
(int value) VkPhysicalDeviceCornerSampledImageFeaturesNV.cornerSampledImage
(int value) VkRenderPassCreateInfo2.correlatedViewMaskCount
(int value) VkRenderPassMultiviewCreateInfo.correlationMaskCount
(int value) VkPhysicalDeviceOpticalFlowPropertiesNV.costSupported
(int value) VkDispatchGraphCountInfoAMDX.count
(int value) VkMicromapUsageEXT.count
(int value) VkQueryPoolPerformanceCreateInfoKHR.counterIndexCount
(int value) VkPerformanceQuerySubmitInfoKHR.counterPassIndex
(int value) VkPipelineCoverageModulationStateCreateInfoNV.coverageModulationTableCount
(int value) VkPipelineCoverageModulationStateCreateInfoNV.coverageModulationTableEnable
(int value) VkPhysicalDeviceCoverageReductionModeFeaturesNV.coverageReductionMode
(int value) VkPipelineCoverageToColorStateCreateInfoNV.coverageToColorEnable
(int value) VkPipelineCoverageToColorStateCreateInfoNV.coverageToColorLocation
(int value) StdVideoH264HrdParameters.cpb_cnt_minus1
(byte value) StdVideoH265HrdParameters.cpb_cnt_minus1
(BytePtr value) StdVideoH264HrdParameters.cpb_removal_delay_length_minus1
(int value) StdVideoH265HrdParameters.cpb_size_du_scale
(byte value) StdVideoH265SubLayerHrdParameters.cpb_size_du_value_minus1
(IntPtr value) StdVideoH264HrdParameters.cpb_size_scale
(byte value) StdVideoH265HrdParameters.cpb_size_scale
(byte value) StdVideoH264HrdParameters.cpb_size_value_minus1
(IntPtr value) StdVideoH265SubLayerHrdParameters.cpb_size_value_minus1
(IntPtr value) StdVideoAV1FilmGrain.cr_luma_mult
(byte value) StdVideoAV1FilmGrain.cr_mult
(byte value) StdVideoAV1FilmGrain.cr_offset
(short value) VkBufferCollectionPropertiesFUCHSIA.createInfoIndex
(int value) VkPhysicalDeviceCubicClampFeaturesQCOM.cubicRangeClamp
(int value) VkPhysicalDeviceCudaKernelLaunchFeaturesNV.cudaKernelLaunchFeatures
(int value) StdVideoDecodeAV1PictureInfo.current_frame_id
(int value) StdVideoEncodeAV1PictureInfo.current_frame_id
(int value) VkDisplayPlanePropertiesKHR.currentStackIndex
(int value) VkPhysicalDeviceCustomBorderColorFeaturesEXT.customBorderColors
(int value) VkPhysicalDeviceCustomBorderColorFeaturesEXT.customBorderColorWithoutFormat
(int value) VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.customSampleOrderCount
(int value) VkSetStateFlagsIndirectCommandNV.data
(int value) VkMicromapTriangleEXT.dataOffset
(int value) VkCudaModuleCreateInfoNV.dataSize
(long value) VkCuModuleCreateInfoNVX.dataSize
(long value) VkPipelineBinaryDataKHR.dataSize
(long value) VkPipelineExecutableInternalRepresentationKHR.dataSize
(long value) VkSpecializationInfo.dataSize
(long value) VkWriteDescriptorSetInlineUniformBlock.dataSize
(int value) VkPhysicalDeviceASTCDecodeFeaturesEXT.decodeModeSharedExponent
(int value) StdVideoEncodeAV1OperatingPointInfo.decoder_buffer_delay
(int value) VkDecompressMemoryRegionNV.decompressedSize
(long value) VkDedicatedAllocationBufferCreateInfoNV.dedicatedAllocation
(int value) VkDedicatedAllocationImageCreateInfoNV.dedicatedAllocation
(int value) VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.dedicatedAllocationImageAliasing
(int value) StdVideoH265SequenceParameterSetVui.def_disp_win_bottom_offset
(short value) StdVideoH265SequenceParameterSetVui.def_disp_win_left_offset
(short value) StdVideoH265SequenceParameterSetVui.def_disp_win_right_offset
(short value) StdVideoH265SequenceParameterSetVui.def_disp_win_top_offset
(short value) VkPhysicalDeviceConservativeRasterizationPropertiesEXT.degenerateLinesRasterized
(int value) VkPhysicalDeviceConservativeRasterizationPropertiesEXT.degenerateTrianglesRasterized
(int value) StdVideoAV1SequenceHeader.delta_frame_id_length_minus_2
(byte value) StdVideoEncodeAV1PictureInfo.delta_frame_id_minus_1
(IntPtr value) StdVideoH265ShortTermRefPicSet.delta_idx_minus1
(int value) StdVideoDecodeAV1PictureInfo.delta_lf_res
(byte value) StdVideoEncodeAV1PictureInfo.delta_lf_res
(byte value) StdVideoH265SequenceParameterSet.delta_palette_max_predictor_size
(byte value) StdVideoEncodeH265LongTermRefPics.delta_poc_msb_cycle_lt
(BytePtr value) StdVideoEncodeH265LongTermRefPics.delta_poc_msb_present_flag
(BytePtr value) StdVideoH265ShortTermRefPicSet.delta_poc_s0_minus1
(ShortPtr value) StdVideoH265ShortTermRefPicSet.delta_poc_s1_minus1
(ShortPtr value) StdVideoDecodeAV1PictureInfo.delta_q_res
(byte value) StdVideoEncodeAV1PictureInfo.delta_q_res
(byte value) VkRenderPassCreateInfo.dependencyCount
(int value) VkRenderPassCreateInfo2.dependencyCount
(int value) VkRenderPassMultiviewCreateInfo.dependencyCount
(int value) VkExtent3D.depth
(int value) VkTraceRaysIndirectCommand2KHR.depth
(int value) VkTraceRaysIndirectCommandKHR.depth
(int value) VkPhysicalDeviceFeatures.depthBiasClamp
(int value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.depthBiasControl
(int value) VkPipelineRasterizationStateCreateInfo.depthBiasEnable
(int value) VkDepthBiasRepresentationInfoEXT.depthBiasExact
(int value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.depthBiasExact
(int value) VkPhysicalDeviceFeatures.depthBounds
(int value) VkPipelineDepthStencilStateCreateInfo.depthBoundsTestEnable
(int value) VkPhysicalDeviceFeatures.depthClamp
(int value) VkPhysicalDeviceDepthClampControlFeaturesEXT.depthClampControl
(int value) VkPipelineRasterizationStateCreateInfo.depthClampEnable
(int value) VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.depthClampZeroOne
(int value) VkPhysicalDeviceDepthClipControlFeaturesEXT.depthClipControl
(int value) VkPhysicalDeviceDepthClipEnableFeaturesEXT.depthClipEnable
(int value) VkPipelineRasterizationDepthClipStateCreateInfoEXT.depthClipEnable
(int value) VkSubresourceLayout.depthPitch
(long value) VkPhysicalDeviceMaintenance5Properties.depthStencilSwizzleOneSupport
(int value) VkPhysicalDeviceVulkan14Properties.depthStencilSwizzleOneSupport
(int value) VkPipelineDepthStencilStateCreateInfo.depthTestEnable
(int value) VkPipelineDepthStencilStateCreateInfo.depthWriteEnable
(int value) VkPhysicalDeviceAccelerationStructureFeaturesKHR.descriptorBindingAccelerationStructureUpdateAfterBind
(int value) VkPhysicalDeviceInlineUniformBlockFeatures.descriptorBindingInlineUniformBlockUpdateAfterBind
(int value) VkPhysicalDeviceVulkan13Features.descriptorBindingInlineUniformBlockUpdateAfterBind
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingPartiallyBound
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingPartiallyBound
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingSampledImageUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingSampledImageUpdateAfterBind
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageBufferUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingStorageBufferUpdateAfterBind
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageImageUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingStorageImageUpdateAfterBind
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageTexelBufferUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingStorageTexelBufferUpdateAfterBind
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUniformBufferUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingUniformBufferUpdateAfterBind
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUniformTexelBufferUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingUniformTexelBufferUpdateAfterBind
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUpdateUnusedWhilePending
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingUpdateUnusedWhilePending
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingVariableDescriptorCount
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingVariableDescriptorCount
(int value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBuffer
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.descriptorBufferAddressSpaceSize
(long value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferCaptureReplay
(int value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferImageLayoutIgnored
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.descriptorBufferOffsetAlignment
(long value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferPushDescriptors
(int value) VkCopyDescriptorSet.descriptorCount
(int value) VkDescriptorPoolSize.descriptorCount
(int value) VkDescriptorSetLayoutBinding.descriptorCount
(int value) VkDescriptorUpdateTemplateEntry.descriptorCount
(int value) VkWriteDescriptorSet.descriptorCount
(int value) VkPhysicalDeviceVulkan12Features.descriptorIndexing
(int value) VkDescriptorSetLayoutHostMappingInfoVALVE.descriptorOffset
(long value) VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.descriptorPoolOverallocation
(int value) VkBindDescriptorSetsInfo.descriptorSetCount
(int value) VkDescriptorSetAllocateInfo.descriptorSetCount
(int value) VkDescriptorSetVariableDescriptorCountAllocateInfo.descriptorSetCount
(int value) VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.descriptorSetHostMapping
(int value) VkDescriptorSetLayoutHostMappingInfoVALVE.descriptorSize
(int value) VkMutableDescriptorTypeListEXT.descriptorTypeCount
(int value) VkDescriptorUpdateTemplateCreateInfo.descriptorUpdateEntryCount
(int value) VkPushDescriptorSetInfo.descriptorWriteCount
(int value) VkPastPresentationTimingGOOGLE.desiredPresentTime
(long value) VkPresentTimeGOOGLE.desiredPresentTime
(long value) VkAccelerationStructureCreateInfoKHR.deviceAddress
(long value) VkBufferDeviceAddressCreateInfoEXT.deviceAddress
(long value) VkComputePipelineIndirectBufferInfoNV.deviceAddress
(long value) VkDeviceOrHostAddressConstAMDX.deviceAddress
(long value) VkDeviceOrHostAddressConstKHR.deviceAddress
(long value) VkDeviceOrHostAddressKHR.deviceAddress
(long value) VkImageViewAddressPropertiesNVX.deviceAddress
(long value) VkMicromapCreateInfoEXT.deviceAddress
(long value) VkStridedDeviceAddressRegionKHR.deviceAddress
(long value) VkPhysicalDeviceCoherentMemoryFeaturesAMD.deviceCoherentMemory
(int value) VkPhysicalDeviceFaultFeaturesEXT.deviceFault
(int value) VkPhysicalDeviceFaultFeaturesEXT.deviceFaultVendorBinary
(int value) VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.deviceGeneratedCommands
(int value) VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.deviceGeneratedCommands
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.deviceGeneratedCommandsMultiDrawIndirectCount
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.deviceGeneratedCommandsTransformFeedback
(int value) VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.deviceGeneratedCompute
(int value) VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.deviceGeneratedComputeCaptureReplay
(int value) VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.deviceGeneratedComputePipelines
(int value) VkApplicationParametersEXT.deviceID
(int value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.deviceID
(int value) VkPhysicalDeviceLayeredApiPropertiesKHR.deviceID
(int value) VkPhysicalDeviceProperties.deviceID
(int value) VkPipelineCacheHeaderVersionOne.deviceID
(int value) VkExternalComputeQueueDataParamsNV.deviceIndex
(int value) VkSemaphoreSubmitInfo.deviceIndex
(int value) VkBindAccelerationStructureMemoryInfoNV.deviceIndexCount
(int value) VkBindBufferMemoryDeviceGroupInfo.deviceIndexCount
(int value) VkBindImageMemoryDeviceGroupInfo.deviceIndexCount
(int value) VkPhysicalDeviceIDProperties.deviceLUID
(BytePtr value) VkPhysicalDeviceVulkan11Properties.deviceLUID
(BytePtr value) VkPhysicalDeviceIDProperties.deviceLUIDValid
(int value) VkPhysicalDeviceVulkan11Properties.deviceLUIDValid
(int value) VkAcquireNextImageInfoKHR.deviceMask
(int value) VkCommandBufferSubmitInfo.deviceMask
(int value) VkDeviceGroupCommandBufferBeginInfo.deviceMask
(int value) VkDeviceGroupRenderPassBeginInfo.deviceMask
(int value) VkMemoryAllocateFlagsInfo.deviceMask
(int value) VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.deviceMemoryReport
(int value) VkPhysicalDeviceIDProperties.deviceNodeMask
(int value) VkPhysicalDeviceVulkan11Properties.deviceNodeMask
(int value) VkDeviceGroupRenderPassBeginInfo.deviceRenderAreaCount
(int value) VkPhysicalDeviceIDProperties.deviceUUID
(BytePtr value) VkPhysicalDeviceVulkan11Properties.deviceUUID
(BytePtr value) VkPhysicalDeviceDiagnosticsConfigFeaturesNV.diagnosticsConfig
(int value) StdVideoH265PictureParameterSet.diff_cu_chroma_qp_offset_depth
(byte value) StdVideoH265PictureParameterSet.diff_cu_qp_delta_depth
(byte value) StdVideoEncodeH264RefPicMarkingEntry.difference_of_pic_nums_minus1
(short value) VkValidationFlagsEXT.disabledValidationCheckCount
(int value) VkValidationFeaturesEXT.disabledValidationFeatureCount
(int value) VkDevicePipelineBinaryInternalCacheControlKHR.disableInternalCache
(int value) VkRenderPassCreationControlEXT.disallowMerging
(int value) VkMicromapBuildSizesInfoEXT.discardable
(int value) VkPipelineDiscardRectangleStateCreateInfoEXT.discardRectangleCount
(int value) VkPhysicalDeviceLimits.discreteQueuePriorities
(int value) VkAccelerationStructureTrianglesDisplacementMicromapNV.displacedMicromapPrimitiveFlagsStride
(long value) VkAccelerationStructureTrianglesDisplacementMicromapNV.displacementBiasAndScaleStride
(long value) VkPhysicalDeviceDisplacementMicromapFeaturesNV.displacementMicromap
(int value) VkAccelerationStructureTrianglesDisplacementMicromapNV.displacementVectorStride
(long value) VkVertexInputBindingDescription2EXT.divisor
(int value) VkVertexInputBindingDivisorDescription.divisor
(int value) StdVideoH265HrdParameters.dpb_output_delay_du_length_minus1
(byte value) StdVideoH264HrdParameters.dpb_output_delay_length_minus1
(int value) StdVideoH265HrdParameters.dpb_output_delay_length_minus1
(byte value) VkPhysicalDeviceVulkan12Features.drawIndirectCount
(int value) VkPhysicalDeviceFeatures.drawIndirectFirstInstance
(int value) VkDirectDriverLoadingListLUNARG.driverCount
(int value) VkLatencyTimingsFrameReportNV.driverEndTimeUs
(long value) VkLatencyTimingsFrameReportNV.driverStartTimeUs
(long value) VkPhysicalDeviceIDProperties.driverUUID
(BytePtr value) VkPhysicalDeviceVulkan11Properties.driverUUID
(BytePtr value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.driverVersion
(int value) VkPhysicalDeviceProperties.driverVersion
(int value) VkDrmFormatModifierProperties2EXT.drmFormatModifier
(long value) VkDrmFormatModifierPropertiesEXT.drmFormatModifier
(long value) VkImageDrmFormatModifierExplicitCreateInfoEXT.drmFormatModifier
(long value) VkImageDrmFormatModifierPropertiesEXT.drmFormatModifier
(long value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.drmFormatModifier
(long value) VkDrmFormatModifierPropertiesList2EXT.drmFormatModifierCount
(int value) VkDrmFormatModifierPropertiesListEXT.drmFormatModifierCount
(int value) VkImageDrmFormatModifierListCreateInfoEXT.drmFormatModifierCount
(int value) VkDrmFormatModifierProperties2EXT.drmFormatModifierPlaneCount
(int value) VkDrmFormatModifierPropertiesEXT.drmFormatModifierPlaneCount
(int value) VkImageDrmFormatModifierExplicitCreateInfoEXT.drmFormatModifierPlaneCount
(int value) VkBuildPartitionedAccelerationStructureInfoNV.dstAccelerationStructureData
(long value) VkCopyMemoryIndirectCommandNV.dstAddress
(long value) VkDecompressMemoryRegionNV.dstAddress
(long value) VkCopyDescriptorSet.dstArrayElement
(int value) VkDescriptorUpdateTemplateEntry.dstArrayElement
(int value) VkWriteDescriptorSet.dstArrayElement
(int value) VkCopyDescriptorSet.dstBinding
(int value) VkDescriptorUpdateTemplateEntry.dstBinding
(int value) VkWriteDescriptorSet.dstBinding
(int value) VkVideoEncodeInfoKHR.dstBufferOffset
(long value) VkVideoEncodeInfoKHR.dstBufferRange
(long value) VkClusterAccelerationStructureCommandsInfoNV.dstImplicitData
(long value) VkBufferCopy.dstOffset
(long value) VkBufferCopy2.dstOffset
(long value) VkColorBlendAdvancedEXT.dstPremultiplied
(int value) VkPipelineColorBlendAdvancedStateCreateInfoEXT.dstPremultiplied
(int value) VkBufferMemoryBarrier.dstQueueFamilyIndex
(int value) VkBufferMemoryBarrier2.dstQueueFamilyIndex
(int value) VkImageMemoryBarrier.dstQueueFamilyIndex
(int value) VkImageMemoryBarrier2.dstQueueFamilyIndex
(int value) VkConvertCooperativeVectorMatrixInfoNV.dstStride
(long value) VkSubpassDependency.dstSubpass
(int value) VkSubpassDependency2.dstSubpass
(int value) StdVideoH265HrdParameters.du_cpb_removal_delay_increment_length_minus1
(byte value) VkPhysicalDeviceFeatures.dualSrcBlend
(int value) VkPipelineCreationFeedback.duration
(long value) VkExportFenceWin32HandleInfoKHR.dwAccess
(int value) VkExportMemoryWin32HandleInfoKHR.dwAccess
(int value) VkExportMemoryWin32HandleInfoNV.dwAccess
(int value) VkExportSemaphoreWin32HandleInfoKHR.dwAccess
(int value) VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.dynamicGeneratedPipelineLayout
(int value) VkHdrVividDynamicMetadataHUAWEI.dynamicMetadataSize
(long value) VkBindDescriptorSetsInfo.dynamicOffsetCount
(int value) VkPhysicalDevicePerStageDescriptorSetFeaturesNV.dynamicPipelineLayout
(int value) VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.dynamicPrimitiveTopologyUnrestricted
(int value) VkPhysicalDeviceDynamicRenderingFeatures.dynamicRendering
(int value) VkPhysicalDeviceVulkan13Features.dynamicRendering
(int value) VkPhysicalDeviceDynamicRenderingLocalReadFeatures.dynamicRenderingLocalRead
(int value) VkPhysicalDeviceVulkan14Features.dynamicRenderingLocalRead
(int value) VkPhysicalDeviceVulkan14Properties.dynamicRenderingLocalReadDepthStencilAttachments
(int value) VkPhysicalDeviceVulkan14Properties.dynamicRenderingLocalReadMultisampledAttachments
(int value) VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.dynamicRenderingUnusedAttachments
(int value) VkPipelineDynamicStateCreateInfo.dynamicStateCount
(int value) VkPastPresentationTimingGOOGLE.earliestPresentTime
(long value) VkPhysicalDeviceMaintenance5Properties.earlyFragmentMultisampleCoverageAfterSampleCounting
(int value) VkPhysicalDeviceVulkan14Properties.earlyFragmentMultisampleCoverageAfterSampleCounting
(int value) VkPhysicalDeviceMaintenance5Properties.earlyFragmentSampleMaskTestBeforeSampleCounting
(int value) VkPhysicalDeviceVulkan14Properties.earlyFragmentSampleMaskTestBeforeSampleCounting
(int value) StdVideoH265HrdParameters.elemental_duration_in_tc_minus1
(ShortPtr value) VkPerformanceOverrideInfoINTEL.enable
(int value) VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.enableCbCrDegamma
(int value) VkDeviceCreateInfo.enabledExtensionCount
(int value) VkInstanceCreateInfo.enabledExtensionCount
(int value) VkDeviceCreateInfo.enabledLayerCount
(int value) VkInstanceCreateInfo.enabledLayerCount
(int value) VkValidationFeaturesEXT.enabledValidationFeatureCount
(int value) VkPartitionedAccelerationStructureFlagsNV.enablePartitionTranslation
(int value) VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.enableYDegamma
(int value) StdVideoEncodeAV1OperatingPointInfo.encoder_buffer_delay
(int value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.engineNameOffset
(int value) VkApplicationInfo.engineVersion
(int value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.engineVersion
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.events
(int value) VkPhysicalDeviceExclusiveScissorFeaturesNV.exclusiveScissor
(int value) VkPipelineViewportExclusiveScissorStateCreateInfoNV.exclusiveScissorCount
(int value) VkPipelineExecutableInfoKHR.executableIndex
(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.executionGraphDispatchAddressAlignment
(int value) VkVideoEncodeH264CapabilitiesKHR.expectDyadicTemporalLayerPattern
(int value) VkVideoEncodeH265CapabilitiesKHR.expectDyadicTemporalSubLayerPattern
(int value) StdVideoDecodeAV1PictureInfo.expectedFrameId
(IntPtr value) VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.extendedDynamicState
(int value) VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.extendedDynamicState2
(int value) VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.extendedDynamicState2LogicOp
(int value) VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.extendedDynamicState2PatchControlPoints
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3AlphaToCoverageEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3AlphaToOneEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorBlendAdvanced
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorBlendEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorBlendEquation
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorWriteMask
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ConservativeRasterizationMode
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageModulationMode
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageModulationTable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageModulationTableEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageReductionMode
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageToColorEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageToColorLocation
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClampEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClipEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClipNegativeOneToOne
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ExtraPrimitiveOverestimationSize
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LineRasterizationMode
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LineStippleEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LogicOpEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3PolygonMode
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ProvokingVertexMode
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3RasterizationSamples
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3RasterizationStream
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3RepresentativeFragmentTestEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3SampleLocationsEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3SampleMask
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ShadingRateImageEnable
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3TessellationDomainOrigin
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ViewportSwizzle
(int value) VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ViewportWScalingEnable
(int value) VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.extendedSparseAddressSpace
(int value) VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.extendedSparseAddressSpaceSize
(long value) VkPhysicalDeviceExternalComputeQueuePropertiesNV.externalDataSize
(int value) VkAndroidHardwareBufferFormatProperties2ANDROID.externalFormat
(long value) VkAndroidHardwareBufferFormatPropertiesANDROID.externalFormat
(long value) VkExternalFormatANDROID.externalFormat
(long value) VkExternalFormatQNX.externalFormat
(long value) VkScreenBufferFormatPropertiesQNX.externalFormat
(long value) VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.externalFormatResolve
(int value) VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.externalMemoryRDMA
(int value) VkCudaLaunchInfoNV.extraCount
(long value) VkCuLaunchInfoNVX.extraCount
(long value) StdVideoAV1Segmentation.FeatureEnabled
(BytePtr value) VkPhysicalDeviceFeatures.fillModeNonSolid
(int value) StdVideoAV1FilmGrain.film_grain_params_ref_idx
(byte value) VkVideoDecodeAV1ProfileInfoKHR.filmGrainSupport
(int value) VkFilterCubicImageViewImageFormatPropertiesEXT.filterCubic
(int value) VkFilterCubicImageViewImageFormatPropertiesEXT.filterCubicMinmax
(int value) VkPhysicalDeviceSamplerFilterMinmaxProperties.filterMinmaxImageComponentMapping
(int value) VkPhysicalDeviceVulkan12Properties.filterMinmaxImageComponentMapping
(int value) VkPhysicalDeviceSamplerFilterMinmaxProperties.filterMinmaxSingleComponentFormats
(int value) VkPhysicalDeviceVulkan12Properties.filterMinmaxSingleComponentFormats
(int value) StdVideoEncodeH264SliceHeader.first_mb_in_slice
(int value) VkAmigoProfilingSubmitInfoSEC.firstDrawTimestamp
(long value) VkDrawIndexedIndirectCommand.firstIndex
(int value) VkMultiDrawIndexedInfoEXT.firstIndex
(int value) VkDrawIndexedIndirectCommand.firstInstance
(int value) VkDrawIndirectCommand.firstInstance
(int value) VkVideoInlineQueryInfoKHR.firstQuery
(int value) VkBindDescriptorSetsInfo.firstSet
(int value) VkSetDescriptorBufferOffsetsInfoEXT.firstSet
(int value) VkDrawMeshTasksIndirectCommandNV.firstTask
(int value) VkAccelerationStructureBuildRangeInfoKHR.firstVertex
(int value) VkDrawIndirectCommand.firstVertex
(int value) VkMultiDrawInfoEXT.firstVertex
(int value) StdVideoH265HrdFlags.fixed_pic_rate_general_flag
(int value) StdVideoH265HrdFlags.fixed_pic_rate_within_cvs_flag
(int value) VkAccelerationStructureInstanceKHR.flags
(int value) VkAccelerationStructureMatrixMotionInstanceNV.flags
(int value) VkAccelerationStructureSRTMotionInstanceNV.flags
(int value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.floatRepresentation
(int value) VkPhysicalDeviceShaderCorePropertiesARM.fmaRate
(int value) VkSamplerYcbcrConversionCreateInfo.forceExplicitReconstruction
(int value) VkMicromapTriangleEXT.format
(short value) VkMicromapUsageEXT.format
(int value) VkPhysicalDevice4444FormatsFeaturesEXT.formatA4B4G4R4
(int value) VkPhysicalDevice4444FormatsFeaturesEXT.formatA4R4G4B4
(int value) VkImageConstraintsInfoFUCHSIA.formatConstraintsCount
(int value) VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.formatRgba10x6WithoutYCbCrSampler
(int value) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.fragmentDensityInvocations
(int value) VkPhysicalDeviceFragmentDensityMapFeaturesEXT.fragmentDensityMap
(int value) VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.fragmentDensityMapDeferred
(int value) VkPhysicalDeviceFragmentDensityMapFeaturesEXT.fragmentDensityMapDynamic
(int value) VkPhysicalDeviceFragmentDensityMapFeaturesEXT.fragmentDensityMapNonSubsampledImages
(int value) VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.fragmentDensityMapOffset
(int value) VkRenderPassFragmentDensityMapOffsetEndInfoEXT.fragmentDensityOffsetCount
(int value) VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.fragmentShaderBarycentric
(int value) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderPixelInterlock
(int value) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderSampleInterlock
(int value) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderShadingRateInterlock
(int value) VkPhysicalDeviceMaintenance6Properties.fragmentShadingRateClampCombinerInputs
(int value) VkPhysicalDeviceVulkan14Properties.fragmentShadingRateClampCombinerInputs
(int value) VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.fragmentShadingRateEnums
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateNonTrivialCombinerOps
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateStrictMultiplyCombiner
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithConservativeRasterization
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithCustomSampleLocations
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithFragmentShaderInterlock
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithSampleMask
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithShaderDepthStencilWrites
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithShaderSampleMask
(int value) VkPhysicalDeviceFeatures.fragmentStoresAndAtomics
(int value) StdVideoH264SequenceParameterSet.frame_crop_bottom_offset
(int value) StdVideoH264SequenceParameterSet.frame_crop_left_offset
(int value) StdVideoH264SequenceParameterSet.frame_crop_right_offset
(int value) StdVideoH264SequenceParameterSet.frame_crop_top_offset
(int value) StdVideoAV1SequenceHeader.frame_height_bits_minus_1
(byte value) StdVideoDecodeH264PictureInfo.frame_num
(short value) StdVideoEncodeH264PictureInfo.frame_num
(int value) StdVideoEncodeAV1PictureInfo.frame_presentation_time
(int value) StdVideoEncodeAV1DecoderModelInfo.frame_presentation_time_length_minus_1
(byte value) StdVideoDecodeAV1ReferenceInfo.frame_type
(byte value) StdVideoAV1SequenceHeader.frame_width_bits_minus_1
(byte value) VkPhysicalDeviceFrameBoundaryFeaturesEXT.frameBoundary
(int value) VkVideoEncodeH264FrameSizeKHR.frameBSize
(int value) VkVideoEncodeH265FrameSizeKHR.frameBSize
(int value) VkVideoDecodeAV1PictureInfoKHR.frameHeaderOffset
(int value) VkFrameBoundaryEXT.frameID
(long value) VkAntiLagPresentationInfoAMD.frameIndex
(long value) VkVideoEncodeH264FrameSizeKHR.frameISize
(int value) VkVideoEncodeH265FrameSizeKHR.frameISize
(int value) StdVideoDecodeH264ReferenceInfo.FrameNum
(short value) StdVideoEncodeH264ReferenceInfo.FrameNum
(int value) VkVideoEncodeH264FrameSizeKHR.framePSize
(int value) VkVideoEncodeH265FrameSizeKHR.framePSize
(int value) VkVideoEncodeRateControlLayerInfoKHR.frameRateDenominator
(int value) VkVideoEncodeRateControlLayerInfoKHR.frameRateNumerator
(int value) VkPresentFrameTokenGGP.frameToken
(int value) VkPhysicalDeviceFeatures.fullDrawIndexUint32
(int value) VkSurfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported
(int value) VkPhysicalDeviceConservativeRasterizationPropertiesEXT.fullyCoveredFragmentShaderInputVariable
(int value) VkRayTracingShaderGroupCreateInfoKHR.generalShader
(int value) VkRayTracingShaderGroupCreateInfoNV.generalShader
(int value) VkVideoEncodeAV1PictureInfoKHR.generateObuExtensionHeader
(int value) VkVideoEncodeH264PictureInfoKHR.generatePrefixNalu
(int value) VkAccelerationStructureBuildGeometryInfoKHR.geometryCount
(int value) VkAccelerationStructureInfoNV.geometryCount
(int value) VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.geometryFlags
(int value) VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.geometryIndex
(int value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.geometryIndexAndFlagsBuffer
(long value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.geometryIndexAndFlagsBuffer
(long value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.geometryIndexAndFlagsBufferStride
(short value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.geometryIndexAndFlagsBufferStride
(short value) VkClusterAccelerationStructureInstantiateClusterInfoNV.geometryIndexOffset
(int value) VkPhysicalDeviceFeatures.geometryShader
(int value) VkPhysicalDeviceTransformFeedbackFeaturesEXT.geometryStreams
(int value) VkPhysicalDeviceOpticalFlowPropertiesNV.globalFlowSupported
(int value) VkPhysicalDeviceGlobalPriorityQueryFeatures.globalPriorityQuery
(int value) VkPhysicalDeviceVulkan14Features.globalPriorityQuery
(int value) VkVideoEncodeAV1RateControlInfoKHR.gopFrameCount
(int value) VkVideoEncodeH264RateControlInfoKHR.gopFrameCount
(int value) VkVideoEncodeH265RateControlInfoKHR.gopFrameCount
(int value) VkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingB
(int value) VkVideoEncodeH265GopRemainingFrameInfoKHR.gopRemainingB
(int value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingBipredictive
(int value) VkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingI
(int value) VkVideoEncodeH265GopRemainingFrameInfoKHR.gopRemainingI
(int value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingIntra
(int value) VkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingP
(int value) VkVideoEncodeH265GopRemainingFrameInfoKHR.gopRemainingP
(int value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingPredictive
(int value) VkLatencyTimingsFrameReportNV.gpuRenderEndTimeUs
(long value) VkLatencyTimingsFrameReportNV.gpuRenderStartTimeUs
(long value) StdVideoAV1FilmGrain.grain_scale_shift
(byte value) StdVideoAV1FilmGrain.grain_scaling_minus_8
(byte value) StdVideoAV1FilmGrain.grain_seed
(short value) VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.graphicsPipelineLibrary
(int value) VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.graphicsPipelineLibraryFastLinking
(int value) VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.graphicsPipelineLibraryIndependentInterpolationDecoration
(int value) VkCudaLaunchInfoNV.gridDimX
(int value) VkCuLaunchInfoNVX.gridDimX
(int value) VkCudaLaunchInfoNV.gridDimY
(int value) VkCuLaunchInfoNVX.gridDimY
(int value) VkCudaLaunchInfoNV.gridDimZ
(int value) VkCuLaunchInfoNVX.gridDimZ
(int value) VkGraphicsPipelineShaderGroupsCreateInfoNV.groupCount
(int value) VkRayTracingPipelineCreateInfoKHR.groupCount
(int value) VkRayTracingPipelineCreateInfoNV.groupCount
(int value) VkDrawMeshTasksIndirectCommandEXT.groupCountX
(int value) VkDrawMeshTasksIndirectCommandEXT.groupCountY
(int value) VkDrawMeshTasksIndirectCommandEXT.groupCountZ
(int value) VkBindShaderGroupIndirectCommandNV.groupIndex
(int value) VkImportMemoryZirconHandleInfoFUCHSIA.handle
(int value) VkVideoEncodeSessionParametersFeedbackInfoKHR.hasOverrides
(int value) VkPhysicalDeviceDrmPropertiesEXT.hasPrimary
(int value) VkPhysicalDeviceDrmPropertiesEXT.hasRender
(int value) VkVideoEncodeH264SessionParametersFeedbackInfoKHR.hasStdPPSOverrides
(int value) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdPPSOverrides
(int value) VkVideoEncodeH264SessionParametersFeedbackInfoKHR.hasStdSPSOverrides
(int value) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdSPSOverrides
(int value) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdVPSOverrides
(int value) VkDisplayModeStereoPropertiesNV.hdmi3DSupported
(int value) VkPhysicalDeviceHdrVividFeaturesHUAWEI.hdrVivid
(int value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.headerSize
(int value) VkPipelineCacheHeaderVersionOne.headerSize
(int value) VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapBudget
(LongPtr value) VkDeviceMemoryReportCallbackDataEXT.heapIndex
(int value) VkMemoryType.heapIndex
(int value) VkExtent2D.height
(int value) VkExtent3D.height
(int value) VkFramebufferAttachmentImageInfo.height
(int value) VkFramebufferCreateInfo.height
(int value) VkOpticalFlowSessionCreateInfoNV.height
(int value) VkTraceRaysIndirectCommand2KHR.height
(int value) VkTraceRaysIndirectCommandKHR.height
(int value) VkPhysicalDeviceOpticalFlowPropertiesNV.hintSupported
(int value) VkTraceRaysIndirectCommand2KHR.hitShaderBindingTableAddress
(long value) VkTraceRaysIndirectCommand2KHR.hitShaderBindingTableSize
(long value) VkTraceRaysIndirectCommand2KHR.hitShaderBindingTableStride
(long value) VkPhysicalDeviceHostImageCopyFeatures.hostImageCopy
(int value) VkPhysicalDeviceVulkan14Features.hostImageCopy
(int value) VkPhysicalDeviceHostQueryResetFeatures.hostQueryReset
(int value) VkPhysicalDeviceVulkan12Features.hostQueryReset
(int value) VkOpticalFlowSessionCreatePrivateDataInfoNV.id
(int value) VkHostImageCopyDevicePerformanceQuery.identicalMemoryLayout
(int value) VkPhysicalDeviceHostImageCopyProperties.identicalMemoryTypeRequirements
(int value) VkPhysicalDeviceVulkan14Properties.identicalMemoryTypeRequirements
(int value) VkShaderModuleIdentifierEXT.identifier
(BytePtr value) VkPipelineShaderStageModuleIdentifierCreateInfoEXT.identifierSize
(int value) VkShaderModuleIdentifierEXT.identifierSize
(int value) StdVideoDecodeH264PictureInfo.idr_pic_id
(short value) StdVideoEncodeH264PictureInfo.idr_pic_id
(short value) VkVideoEncodeH264RateControlInfoKHR.idrPeriod
(int value) VkVideoEncodeH265RateControlInfoKHR.idrPeriod
(int value) VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.image2DViewOf3D
(int value) VkPhysicalDeviceImageAlignmentControlFeaturesMESA.imageAlignmentControl
(int value) VkSwapchainCreateInfoKHR.imageArrayLayers
(int value) VkBindSparseInfo.imageBindCount
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.imageCaptureReplayDescriptorDataSize
(long value) VkPhysicalDeviceImageCompressionControlFeaturesEXT.imageCompressionControl
(int value) VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.imageCompressionControlSwapchain
(int value) VkFrameBoundaryEXT.imageCount
(int value) VkPhysicalDeviceFeatures.imageCubeArray
(int value) VkPhysicalDeviceShaderImageFootprintFeaturesNV.imageFootprint
(int value) VkBindImageMemorySwapchainInfoKHR.imageIndex
(int value) VkReleaseSwapchainImagesInfoEXT.imageIndexCount
(int value) VkPhysicalDeviceImagelessFramebufferFeatures.imagelessFramebuffer
(int value) VkPhysicalDeviceVulkan12Features.imagelessFramebuffer
(int value) VkDependencyInfo.imageMemoryBarrierCount
(int value) VkSparseImageMemoryRequirements.imageMipTailFirstLod
(int value) VkSparseImageMemoryRequirements.imageMipTailOffset
(long value) VkSparseImageMemoryRequirements.imageMipTailSize
(long value) VkSparseImageMemoryRequirements.imageMipTailStride
(long value) VkBindSparseInfo.imageOpaqueBindCount
(int value) VkImagePipeSurfaceCreateInfoFUCHSIA.imagePipeHandle
(int value) VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.imageSlicedViewOf3D
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.imageView2DOn3DImage
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.imageViewCaptureReplayDescriptorDataSize
(long value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.imageViewFormatReinterpretation
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.imageViewFormatSwizzle
(int value) VkLayerProperties.implementationVersion
(int value) VkPhysicalDeviceFeatures.independentBlend
(int value) VkPhysicalDeviceDepthStencilResolveProperties.independentResolve
(int value) VkPhysicalDeviceVulkan12Properties.independentResolve
(int value) VkPhysicalDeviceDepthStencilResolveProperties.independentResolveNone
(int value) VkPhysicalDeviceVulkan12Properties.independentResolveNone
(int value) VkBufferCollectionBufferCreateInfoFUCHSIA.index
(int value) VkBufferCollectionImageCreateInfoFUCHSIA.index
(int value) VkImportMemoryBufferCollectionFUCHSIA.index
(int value) VkPipelineShaderStageNodeCreateInfoAMDX.index
(int value) VkWriteIndirectExecutionSetPipelineEXT.index
(int value) VkWriteIndirectExecutionSetShaderEXT.index
(int value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.indexBuffer
(long value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.indexBuffer
(long value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.indexBufferStride
(short value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.indexBufferStride
(short value) VkDrawIndexedIndirectCommand.indexCount
(int value) VkGeometryTrianglesNV.indexCount
(int value) VkMultiDrawIndexedInfoEXT.indexCount
(int value) VkGeometryTrianglesNV.indexOffset
(long value) VkAccelerationStructureGeometryLinearSweptSpheresDataNV.indexStride
(long value) VkAccelerationStructureGeometrySpheresDataNV.indexStride
(long value) VkAccelerationStructureTrianglesDisplacementMicromapNV.indexStride
(long value) VkAccelerationStructureTrianglesOpacityMicromapEXT.indexStride
(long value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.indexType
(int value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.indexType
(int value) VkIndirectCommandsLayoutTokenNV.indexTypeCount
(int value) VkPhysicalDeviceIndexTypeUint8Features.indexTypeUint8
(int value) VkPhysicalDeviceVulkan14Features.indexTypeUint8
(int value) VkGeneratedCommandsInfoEXT.indirectAddress
(long value) VkGeneratedCommandsInfoEXT.indirectAddressSize
(long value) VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.indirectBufferOffsetAlignment
(long value) VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.indirectCopy
(int value) VkIndirectCommandsLayoutCreateInfoEXT.indirectStride
(int value) VkPhysicalDeviceConditionalRenderingFeaturesEXT.inheritedConditionalRendering
(int value) VkPhysicalDeviceFeatures.inheritedQueries
(int value) VkPhysicalDeviceInheritedViewportScissorFeaturesNV.inheritedViewportScissor2D
(int value) StdVideoH264HrdParameters.initial_cpb_removal_delay_length_minus1
(int value) StdVideoH265HrdParameters.initial_cpb_removal_delay_length_minus1
(byte value) StdVideoEncodeAV1OperatingPointInfo.initial_display_delay_minus_1
(byte value) VkPipelineCacheCreateInfo.initialDataSize
(long value) VkValidationCacheCreateInfoEXT.initialDataSize
(long value) VkSemaphoreTypeCreateInfo.initialValue
(long value) VkVideoEncodeRateControlInfoKHR.initialVirtualBufferSizeInMs
(int value) VkPhysicalDeviceInlineUniformBlockFeatures.inlineUniformBlock
(int value) VkPhysicalDeviceVulkan13Features.inlineUniformBlock
(int value) VkSubpassDescription.inputAttachmentCount
(int value) VkSubpassDescription2.inputAttachmentCount
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.inputAttachmentDescriptorSize
(long value) VkInputAttachmentAspectReference.inputAttachmentIndex
(int value) VkLatencyTimingsFrameReportNV.inputSampleTimeUs
(long value) VkPartitionedAccelerationStructureUpdateInstanceDataNV.instanceContributionToHitGroupIndex
(int value) VkPartitionedAccelerationStructureWriteInstanceDataNV.instanceContributionToHitGroupIndex
(int value) VkAccelerationStructureInfoNV.instanceCount
(int value) VkDrawIndexedIndirectCommand.instanceCount
(int value) VkDrawIndirectCommand.instanceCount
(int value) VkPartitionedAccelerationStructureInstancesInputNV.instanceCount
(int value) VkAccelerationStructureInstanceKHR.instanceCustomIndex
(int value) VkAccelerationStructureMatrixMotionInstanceNV.instanceCustomIndex
(int value) VkAccelerationStructureSRTMotionInstanceNV.instanceCustomIndex
(int value) VkPartitionedAccelerationStructureWriteInstanceDataNV.instanceID
(int value) VkPartitionedAccelerationStructureUpdateInstanceDataNV.instanceIndex
(int value) VkPartitionedAccelerationStructureWriteInstanceDataNV.instanceIndex
(int value) VkPartitionedAccelerationStructureWriteInstanceDataNV.instanceMask
(int value) VkAccelerationStructureInstanceKHR.instanceShaderBindingTableRecordOffset
(int value) VkAccelerationStructureMatrixMotionInstanceNV.instanceShaderBindingTableRecordOffset
(int value) VkAccelerationStructureSRTMotionInstanceNV.instanceShaderBindingTableRecordOffset
(int value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.instantiationBoundingBoxLimit
(long value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct16BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct16BitSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct16BitUnsignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct32BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct32BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct32BitSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct32BitSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct32BitUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct32BitUnsignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct4x8BitPackedMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct4x8BitPackedMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct4x8BitPackedSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct4x8BitPackedSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct4x8BitPackedUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct4x8BitPackedUnsignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct64BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct64BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct64BitSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct64BitSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct64BitUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct64BitUnsignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct8BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct8BitSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProduct8BitUnsignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating16BitSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating16BitSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating32BitSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating32BitSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating64BitSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating64BitSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating8BitSignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating8BitSignedAccelerated
(int value) VkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated
(int value) VkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated
(int value) VkRayTracingShaderGroupCreateInfoKHR.intersectionShader
(int value) VkRayTracingShaderGroupCreateInfoNV.intersectionShader
(int value) VkVideoEncodeAV1FrameSizeKHR.intraFrameSize
(int value) VkVideoEncodeAV1QIndexKHR.intraQIndex
(int value) VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.invocationMask
(int value) VkPipelineExecutableInternalRepresentationKHR.isText
(int value) VkApplicationParametersEXT.key
(int value) VkVideoEncodeAV1RateControlInfoKHR.keyFramePeriod
(int value) VkPipelineBinaryKeyKHR.keySize
(int value) VkCooperativeMatrixFlexibleDimensionsPropertiesNV.KGranularity
(int value) VkCooperativeMatrixPropertiesKHR.KSize
(int value) VkCooperativeMatrixPropertiesNV.KSize
(int value) VkPhysicalDeviceFeatures.largePoints
(int value) VkSwapchainLatencyCreateInfoNV.latencyModeEnable
(int value) VkRectLayerKHR.layer
(int value) VkClearRect.layerCount
(int value) VkFramebufferAttachmentImageInfo.layerCount
(int value) VkImageSubresourceLayers.layerCount
(int value) VkImageSubresourceRange.layerCount
(int value) VkRenderingInfo.layerCount
(int value) VkVideoEncodeRateControlInfoKHR.layerCount
(int value) VkPhysicalDeviceLayeredApiPropertiesListKHR.layeredApiCount
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.layeredShadingRateAttachments
(int value) VkFramebufferCreateInfo.layers
(int value) VkShaderResourceUsageAMD.ldsSizePerLocalWorkGroup
(int value) VkShaderResourceUsageAMD.ldsUsageSizeInBytes
(long value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.leastRepresentableValueForceUnormRepresentation
(int value) VkPhysicalDeviceLegacyDitheringFeaturesEXT.legacyDithering
(int value) VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.legacyVertexAttributes
(int value) VkImageSubresourceRange.levelCount
(int value) VkPipelineLibraryCreateInfoKHR.libraryCount
(int value) VkPhysicalDeviceLinearColorAttachmentFeaturesNV.linearColorAttachment
(int value) VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.linearSweptSpheres
(int value) VkPipelineRasterizationLineStateCreateInfo.lineStippleFactor
(int value) VkPipelineRasterizationLineStateCreateInfo.lineStipplePattern
(short value) VkPhysicalDeviceLineRasterizationProperties.lineSubPixelPrecisionBits
(int value) VkPhysicalDeviceVulkan14Properties.lineSubPixelPrecisionBits
(int value) StdVideoEncodeH265ReferenceListsInfo.list_entry_l0
(BytePtr value) StdVideoEncodeH265ReferenceListsInfo.list_entry_l1
(BytePtr value) VkSwapchainDisplayNativeHdrCreateInfoAMD.localDimmingEnable
(int value) VkDisplayNativeHdrSurfaceCapabilitiesAMD.localDimmingSupport
(int value) VkVertexInputAttributeDescription.location
(int value) VkVertexInputAttributeDescription2EXT.location
(int value) StdVideoH265SequenceParameterSet.log2_diff_max_min_luma_coding_block_size
(byte value) StdVideoH265SequenceParameterSet.log2_diff_max_min_luma_transform_block_size
(byte value) StdVideoH265SequenceParameterSet.log2_diff_max_min_pcm_luma_coding_block_size
(byte value) StdVideoH264SequenceParameterSet.log2_max_frame_num_minus4
(byte value) StdVideoH265SequenceParameterSetVui.log2_max_mv_length_horizontal
(byte value) StdVideoH265SequenceParameterSetVui.log2_max_mv_length_vertical
(byte value) StdVideoH264SequenceParameterSet.log2_max_pic_order_cnt_lsb_minus4
(byte value) StdVideoH265SequenceParameterSet.log2_max_pic_order_cnt_lsb_minus4
(byte value) StdVideoH265PictureParameterSet.log2_max_transform_skip_block_size_minus2
(byte value) StdVideoH265SequenceParameterSet.log2_min_luma_coding_block_size_minus3
(byte value) StdVideoH265SequenceParameterSet.log2_min_luma_transform_block_size_minus2
(byte value) StdVideoH265SequenceParameterSet.log2_min_pcm_luma_coding_block_size_minus3
(byte value) StdVideoH265PictureParameterSet.log2_parallel_merge_level_minus2
(byte value) StdVideoH265PictureParameterSet.log2_sao_offset_scale_chroma
(byte value) StdVideoH265PictureParameterSet.log2_sao_offset_scale_luma
(byte value) VkPhysicalDeviceFeatures.logicOp
(int value) VkPipelineColorBlendStateCreateInfo.logicOpEnable
(int value) StdVideoEncodeH264ReferenceInfo.long_term_frame_idx
(short value) StdVideoEncodeH264RefPicMarkingEntry.long_term_frame_idx
(short value) StdVideoEncodeH264ReferenceInfo.long_term_pic_num
(short value) StdVideoEncodeH264RefListModEntry.long_term_pic_num
(short value) StdVideoEncodeH264RefPicMarkingEntry.long_term_pic_num
(short value) StdVideoAV1LoopFilter.loop_filter_level
(BytePtr value) StdVideoAV1LoopFilter.loop_filter_sharpness
(byte value) StdVideoAV1LoopRestoration.LoopRestorationSize
(ShortPtr value) StdVideoH265HrdFlags.low_delay_hrd_flag
(int value) VkLatencySleepModeInfoNV.lowLatencyBoost
(int value) VkLatencySleepModeInfoNV.lowLatencyMode
(int value) StdVideoEncodeH265LongTermRefPics.lt_idx_sps
(BytePtr value) StdVideoH265LongTermRefPicsSps.lt_ref_pic_poc_lsb_sps
(IntPtr value) StdVideoH265PictureParameterSet.luma_bit_depth_entry_minus8
(byte value) StdVideoEncodeH264WeightTable.luma_log2_weight_denom
(byte value) StdVideoEncodeH265WeightTable.luma_log2_weight_denom
(byte value) StdVideoEncodeH264WeightTableFlags.luma_weight_l0_flag
(int value) StdVideoEncodeH265WeightTableFlags.luma_weight_l0_flag
(short value) StdVideoEncodeH264WeightTableFlags.luma_weight_l1_flag
(int value) StdVideoEncodeH265WeightTableFlags.luma_weight_l1_flag
(short value) VkPhysicalDeviceMaintenance4Features.maintenance4
(int value) VkPhysicalDeviceVulkan13Features.maintenance4
(int value) VkPhysicalDeviceMaintenance5Features.maintenance5
(int value) VkPhysicalDeviceVulkan14Features.maintenance5
(int value) VkPhysicalDeviceMaintenance6Features.maintenance6
(int value) VkPhysicalDeviceVulkan14Features.maintenance6
(int value) VkPhysicalDeviceMaintenance7FeaturesKHR.maintenance7
(int value) VkPhysicalDeviceMaintenance8FeaturesKHR.maintenance8
(int value) VkConformanceVersion.major
(byte value) VkSpecializationInfo.mapEntryCount
(int value) VkPerformanceMarkerInfoINTEL.marker
(long value) VkPerformanceStreamMarkerInfoINTEL.marker
(int value) VkAccelerationStructureInstanceKHR.mask
(int value) VkAccelerationStructureMatrixMotionInstanceNV.mask
(int value) VkAccelerationStructureSRTMotionInstanceNV.mask
(int value) StdVideoH264SequenceParameterSetVui.matrix_coefficients
(byte value) StdVideoH265SequenceParameterSetVui.matrix_coeffs
(byte value) StdVideoH265SequenceParameterSetVui.max_bits_per_min_cu_denom
(byte value) StdVideoH265SequenceParameterSetVui.max_bytes_per_pic_denom
(byte value) StdVideoH264SequenceParameterSetVui.max_dec_frame_buffering
(byte value) StdVideoH265DecPicBufMgr.max_dec_pic_buffering_minus1
(BytePtr value) StdVideoAV1SequenceHeader.max_frame_height_minus_1
(short value) StdVideoAV1SequenceHeader.max_frame_width_minus_1
(short value) StdVideoH265DecPicBufMgr.max_latency_increase_plus1
(IntPtr value) StdVideoEncodeH264RefPicMarkingEntry.max_long_term_frame_idx_plus1
(short value) StdVideoH264SequenceParameterSet.max_num_ref_frames
(byte value) StdVideoH264SequenceParameterSetVui.max_num_reorder_frames
(byte value) StdVideoH265DecPicBufMgr.max_num_reorder_pics
(BytePtr value) StdVideoH265SequenceParameterSet.max_transform_hierarchy_depth_inter
(byte value) StdVideoH265SequenceParameterSet.max_transform_hierarchy_depth_intra
(byte value) VkClusterAccelerationStructureInputInfoNV.maxAccelerationStructureCount
(int value) VkVideoCapabilitiesKHR.maxActiveReferencePictures
(int value) VkVideoSessionCreateInfoKHR.maxActiveReferencePictures
(int value) VkPhysicalDeviceTileShadingPropertiesQCOM.maxApronSize
(int value) VkImageFormatProperties.maxArrayLayers
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxBidirectionalCompoundGroup1ReferenceCount
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxBidirectionalCompoundGroup2ReferenceCount
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxBidirectionalCompoundReferenceCount
(int value) VkVideoEncodeCapabilitiesKHR.maxBitrate
(long value) VkVideoEncodeRateControlLayerInfoKHR.maxBitrate
(long value) VkPhysicalDeviceLimits.maxBoundDescriptorSets
(int value) VkVideoEncodeH264CapabilitiesKHR.maxBPictureL0ReferenceCount
(int value) VkVideoEncodeH265CapabilitiesKHR.maxBPictureL0ReferenceCount
(int value) VkBufferCollectionConstraintsInfoFUCHSIA.maxBufferCount
(int value) VkPhysicalDeviceMaintenance4Properties.maxBufferSize
(long value) VkPhysicalDeviceVulkan13Properties.maxBufferSize
(long value) VkPhysicalDeviceLimits.maxClipDistances
(int value) VkClusterAccelerationStructureClustersBottomLevelInputNV.maxClusterCountPerAccelerationStructure
(int value) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.maxClusterGeometryIndex
(int value) VkClusterAccelerationStructureTriangleClusterInputNV.maxClusterTriangleCount
(int value) VkClusterAccelerationStructureTriangleClusterInputNV.maxClusterUniqueGeometryCount
(int value) VkClusterAccelerationStructureTriangleClusterInputNV.maxClusterVertexCount
(int value) VkPhysicalDeviceLimits.maxColorAttachments
(int value) VkPhysicalDeviceLimits.maxCombinedClipAndCullDistances
(int value) VkPhysicalDeviceMaintenance6Properties.maxCombinedImageSamplerDescriptorCount
(int value) VkPhysicalDeviceVulkan14Properties.maxCombinedImageSamplerDescriptorCount
(int value) VkPhysicalDeviceNestedCommandBufferPropertiesEXT.maxCommandBufferNestingLevel
(int value) VkPhysicalDeviceLimits.maxComputeSharedMemorySize
(int value) VkPhysicalDeviceLimits.maxComputeWorkGroupCount
(IntPtr value) VkPhysicalDeviceLimits.maxComputeWorkGroupInvocations
(int value) VkPhysicalDeviceLimits.maxComputeWorkGroupSize
(IntPtr value) VkPhysicalDeviceSubgroupSizeControlProperties.maxComputeWorkgroupSubgroups
(int value) VkPhysicalDeviceVulkan13Properties.maxComputeWorkgroupSubgroups
(int value) VkPhysicalDeviceCooperativeVectorPropertiesNV.maxCooperativeVectorComponents
(int value) VkPhysicalDeviceLimits.maxCullDistances
(int value) VkPhysicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers
(int value) VkPhysicalDeviceMemoryDecompressionPropertiesNV.maxDecompressionIndirectCount
(long value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxDescriptorBufferBindings
(int value) VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxDescriptorSetAccelerationStructures
(int value) VkPhysicalDeviceRayTracingPropertiesNV.maxDescriptorSetAccelerationStructures
(int value) VkPhysicalDeviceInlineUniformBlockProperties.maxDescriptorSetInlineUniformBlocks
(int value) VkPhysicalDeviceVulkan13Properties.maxDescriptorSetInlineUniformBlocks
(int value) VkPhysicalDeviceLimits.maxDescriptorSetInputAttachments
(int value) VkPhysicalDeviceLimits.maxDescriptorSetSampledImages
(int value) VkPhysicalDeviceLimits.maxDescriptorSetSamplers
(int value) VkPhysicalDeviceLimits.maxDescriptorSetStorageBuffers
(int value) VkPhysicalDeviceLimits.maxDescriptorSetStorageBuffersDynamic
(int value) VkPhysicalDeviceLimits.maxDescriptorSetStorageImages
(int value) VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.maxDescriptorSetSubsampledSamplers
(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalBuffersDynamic
(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalStorageBuffersDynamic
(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalUniformBuffersDynamic
(int value) VkPhysicalDeviceLimits.maxDescriptorSetUniformBuffers
(int value) VkPhysicalDeviceLimits.maxDescriptorSetUniformBuffersDynamic
(int value) VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxDescriptorSetUpdateAfterBindAccelerationStructures
(int value) VkPhysicalDeviceInlineUniformBlockProperties.maxDescriptorSetUpdateAfterBindInlineUniformBlocks
(int value) VkPhysicalDeviceVulkan13Properties.maxDescriptorSetUpdateAfterBindInlineUniformBlocks
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindInputAttachments
(int value) VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindInputAttachments
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindSampledImages
(int value) VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindSampledImages
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindSamplers
(int value) VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindSamplers
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageBuffers
(int value) VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageBuffers
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
(int value) VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages
(int value) VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages
(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalBuffersDynamic
(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic
(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindUniformBuffers
(int value) VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindUniformBuffers
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
(int value) VkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
(int value) VkPhysicalDeviceDiscardRectanglePropertiesEXT.maxDiscardRectangles
(int value) VkPhysicalDeviceDisplacementMicromapPropertiesNV.maxDisplacementMicromapSubdivisionLevel
(int value) VkVideoCapabilitiesKHR.maxDpbSlots
(int value) VkVideoSessionCreateInfoKHR.maxDpbSlots
(int value) VkGeneratedCommandsInfoEXT.maxDrawCount
(int value) VkGeneratedCommandsMemoryRequirementsInfoEXT.maxDrawCount
(int value) VkPhysicalDeviceLimits.maxDrawIndexedIndexValue
(int value) VkPhysicalDeviceLimits.maxDrawIndirectCount
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxDrawMeshTasksCount
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxEmbeddedImmutableSamplerBindings
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxEmbeddedImmutableSamplers
(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphDepth
(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderOutputNodes
(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderPayloadCount
(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderPayloadSize
(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphWorkgroupCount
(IntPtr value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphWorkgroups
(int value) VkPhysicalDeviceExternalComputeQueuePropertiesNV.maxExternalQueues
(int value) VkAntiLagDataAMD.maxFPS
(int value) VkPhysicalDeviceLimits.maxFragmentCombinedOutputResources
(int value) VkPhysicalDeviceLimits.maxFragmentDualSrcAttachments
(int value) VkPhysicalDeviceLimits.maxFragmentInputComponents
(int value) VkPhysicalDeviceLimits.maxFragmentOutputAttachments
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentShadingRateAttachmentTexelSizeAspectRatio
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentShadingRateCoverageSamples
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentSizeAspectRatio
(int value) VkPhysicalDeviceLimits.maxFramebufferHeight
(int value) VkPhysicalDeviceLimits.maxFramebufferLayers
(int value) VkPhysicalDeviceLimits.maxFramebufferWidth
(int value) VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxGeometryCount
(long value) VkPhysicalDeviceRayTracingPropertiesNV.maxGeometryCount
(long value) VkClusterAccelerationStructureTriangleClusterInputNV.maxGeometryIndexValue
(int value) VkPhysicalDeviceLimits.maxGeometryInputComponents
(int value) VkPhysicalDeviceLimits.maxGeometryOutputComponents
(int value) VkPhysicalDeviceLimits.maxGeometryOutputVertices
(int value) VkPhysicalDeviceLimits.maxGeometryShaderInvocations
(int value) VkPhysicalDeviceLimits.maxGeometryTotalOutputComponents
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxGraphicsShaderGroupCount
(int value) VkPhysicalDeviceOpticalFlowPropertiesNV.maxHeight
(int value) VkPhysicalDeviceLimits.maxImageArrayLayers
(int value) VkSurfaceCapabilities2EXT.maxImageArrayLayers
(int value) VkSurfaceCapabilitiesKHR.maxImageArrayLayers
(int value) VkSurfaceCapabilities2EXT.maxImageCount
(int value) VkSurfaceCapabilitiesKHR.maxImageCount
(int value) VkPhysicalDeviceLimits.maxImageDimension1D
(int value) VkPhysicalDeviceLimits.maxImageDimension2D
(int value) VkPhysicalDeviceLimits.maxImageDimension3D
(int value) VkPhysicalDeviceLimits.maxImageDimensionCube
(int value) VkImageAlignmentControlCreateInfoMESA.maximumRequestedAlignment
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectCommandsIndirectStride
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamCount
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamStride
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectCommandsTokenCount
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsTokenCount
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectCommandsTokenOffset
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsTokenOffset
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectPipelineCount
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectSequenceCount
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectSequenceCount
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectShaderObjectCount
(int value) VkDescriptorPoolInlineUniformBlockCreateInfo.maxInlineUniformBlockBindings
(int value) VkPhysicalDeviceInlineUniformBlockProperties.maxInlineUniformBlockSize
(int value) VkPhysicalDeviceVulkan13Properties.maxInlineUniformBlockSize
(int value) VkPhysicalDeviceVulkan13Properties.maxInlineUniformTotalSize
(int value) VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxInstanceCount
(long value) VkPhysicalDeviceRayTracingPropertiesNV.maxInstanceCount
(long value) VkPartitionedAccelerationStructureInstancesInputNV.maxInstanceInGlobalPartitionCount
(int value) VkPartitionedAccelerationStructureInstancesInputNV.maxInstancePerPartitionCount
(int value) VkAccelerationStructureMotionInfoNV.maxInstances
(int value) VkVideoEncodeH264CapabilitiesKHR.maxL1ReferenceCount
(int value) VkVideoEncodeH265CapabilitiesKHR.maxL1ReferenceCount
(int value) VkPhysicalDeviceLimits.maxMemoryAllocationCount
(int value) VkPhysicalDeviceMaintenance3Properties.maxMemoryAllocationSize
(long value) VkPhysicalDeviceVulkan11Properties.maxMemoryAllocationSize
(long value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshMultiviewViewCount
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshMultiviewViewCount
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputComponents
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputLayers
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputMemorySize
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputPrimitives
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshOutputPrimitives
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputVertices
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshOutputVertices
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshPayloadAndOutputMemorySize
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshPayloadAndSharedMemorySize
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshSharedMemorySize
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshTotalMemorySize
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupCount
(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupInvocations
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupInvocations
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupSize
(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupSize
(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupTotalCount
(int value) VkImageFormatProperties.maxMipLevels
(int value) VkClusterAccelerationStructureMoveObjectsInputNV.maxMovedBytes
(long value) VkPhysicalDeviceMultiDrawPropertiesEXT.maxMultiDrawCount
(int value) VkPhysicalDeviceMultiviewProperties.maxMultiviewInstanceIndex
(int value) VkPhysicalDeviceVulkan11Properties.maxMultiviewInstanceIndex
(int value) VkPhysicalDeviceMultiviewProperties.maxMultiviewViewCount
(int value) VkPhysicalDeviceVulkan11Properties.maxMultiviewViewCount
(int value) StdVideoEncodeH265SliceSegmentHeader.MaxNumMergeCand
(byte value) VkPhysicalDeviceOpticalFlowPropertiesNV.maxNumRegionsOfInterest
(int value) VkPhysicalDeviceOpacityMicromapPropertiesEXT.maxOpacity2StateSubdivisionLevel
(int value) VkPhysicalDeviceOpacityMicromapPropertiesEXT.maxOpacity4StateSubdivisionLevel
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxOperatingPoints
(int value) VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.maxOutputClusterCount
(int value) VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.maxPartitionCount
(int value) VkPerformanceQueryReservationInfoKHR.maxPerformanceQueriesPerPool
(int value) VkPhysicalDeviceMaintenance3Properties.maxPerSetDescriptors
(int value) VkPhysicalDeviceVulkan11Properties.maxPerSetDescriptors
(int value) VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxPerStageDescriptorAccelerationStructures
(int value) VkPhysicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorInlineUniformBlocks
(int value) VkPhysicalDeviceVulkan13Properties.maxPerStageDescriptorInlineUniformBlocks
(int value) VkPhysicalDeviceLimits.maxPerStageDescriptorInputAttachments
(int value) VkPhysicalDeviceLimits.maxPerStageDescriptorSampledImages
(int value) VkPhysicalDeviceLimits.maxPerStageDescriptorSamplers
(int value) VkPhysicalDeviceLimits.maxPerStageDescriptorStorageBuffers
(int value) VkPhysicalDeviceLimits.maxPerStageDescriptorStorageImages
(int value) VkPhysicalDeviceLimits.maxPerStageDescriptorUniformBuffers
(int value) VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxPerStageDescriptorUpdateAfterBindAccelerationStructures
(int value) VkPhysicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks
(int value) VkPhysicalDeviceVulkan13Properties.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments
(int value) VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindSampledImages
(int value) VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindSampledImages
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindSamplers
(int value) VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindSamplers
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers
(int value) VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageImages
(int value) VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageImages
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindUniformBuffers
(int value) VkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindUniformBuffers
(int value) VkPhysicalDeviceLimits.maxPerStageResources
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageUpdateAfterBindResources
(int value) VkPhysicalDeviceVulkan12Properties.maxPerStageUpdateAfterBindResources
(int value) VkIndirectExecutionSetPipelineInfoEXT.maxPipelineCount
(int value) VkRayTracingPipelineInterfaceCreateInfoKHR.maxPipelineRayHitAttributeSize
(int value) VkRayTracingPipelineInterfaceCreateInfoKHR.maxPipelineRayPayloadSize
(int value) VkRayTracingPipelineCreateInfoKHR.maxPipelineRayRecursionDepth
(int value) VkVideoEncodeH264CapabilitiesKHR.maxPPictureL0ReferenceCount
(int value) VkVideoEncodeH265CapabilitiesKHR.maxPPictureL0ReferenceCount
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxPreferredMeshWorkGroupInvocations
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxPreferredTaskWorkGroupInvocations
(int value) VkPhysicalDeviceAccelerationStructurePropertiesKHR.maxPrimitiveCount
(long value) VkPhysicalDeviceLimits.maxPushConstantsSize
(int value) VkPhysicalDevicePushDescriptorProperties.maxPushDescriptors
(int value) VkPhysicalDeviceVulkan14Properties.maxPushDescriptors
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxQIndex
(int value) VkVideoEncodeCapabilitiesKHR.maxQualityLevels
(int value) VkVideoEncodeCapabilitiesKHR.maxRateControlLayers
(int value) VkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount
(int value) VkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxRayHitAttributeSize
(int value) VkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxRayRecursionDepth
(int value) VkPhysicalDeviceRayTracingPropertiesNV.maxRecursionDepth
(int value) VkRayTracingPipelineCreateInfoNV.maxRecursionDepth
(int value) VkPhysicalDeviceRenderPassStripedPropertiesARM.maxRenderPassStripes
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxResourceDescriptorBufferBindings
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxResourceDescriptorBufferRange
(long value) VkImageFormatProperties.maxResourceSize
(long value) VkPhysicalDeviceLimits.maxSampleMaskWords
(int value) VkPhysicalDeviceLimits.maxSamplerAllocationCount
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxSamplerDescriptorBufferBindings
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxSamplerDescriptorBufferRange
(long value) VkGeneratedCommandsInfoEXT.maxSequenceCount
(int value) VkGeneratedCommandsMemoryRequirementsInfoEXT.maxSequenceCount
(int value) VkGeneratedCommandsMemoryRequirementsInfoNV.maxSequencesCount
(int value) VkDescriptorPoolCreateInfo.maxSets
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.maxSgprAllocation
(int value) VkIndirectExecutionSetShaderInfoEXT.maxShaderCount
(int value) VkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxShaderGroupStride
(int value) VkPhysicalDeviceRayTracingPropertiesNV.maxShaderGroupStride
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxSingleReferenceCount
(int value) VkExecutionGraphPipelineScratchSizeAMDX.maxSize
(long value) VkVideoEncodeH264CapabilitiesKHR.maxSliceCount
(int value) VkVideoEncodeH265CapabilitiesKHR.maxSliceSegmentCount
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxSpatialLayerCount
(int value) VkVideoDecodeH264SessionParametersCreateInfoKHR.maxStdPPSCount
(int value) VkVideoDecodeH265SessionParametersCreateInfoKHR.maxStdPPSCount
(int value) VkVideoEncodeH264SessionParametersCreateInfoKHR.maxStdPPSCount
(int value) VkVideoEncodeH265SessionParametersCreateInfoKHR.maxStdPPSCount
(int value) VkVideoDecodeH264SessionParametersCreateInfoKHR.maxStdSPSCount
(int value) VkVideoDecodeH265SessionParametersCreateInfoKHR.maxStdSPSCount
(int value) VkVideoEncodeH264SessionParametersCreateInfoKHR.maxStdSPSCount
(int value) VkVideoEncodeH265SessionParametersCreateInfoKHR.maxStdSPSCount
(int value) VkVideoDecodeH265SessionParametersCreateInfoKHR.maxStdVPSCount
(int value) VkVideoEncodeH265SessionParametersCreateInfoKHR.maxStdVPSCount
(int value) VkPhysicalDeviceLimits.maxStorageBufferRange
(int value) VkPhysicalDeviceSubgroupSizeControlProperties.maxSubgroupSize
(int value) VkPhysicalDeviceVulkan13Properties.maxSubgroupSize
(int value) VkVideoEncodeH265CapabilitiesKHR.maxSubLayerCount
(int value) VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.maxSubpassShadingWorkgroupSizeAspectRatio
(int value) VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.maxSubsampledArrayLayers
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskOutputCount
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskPayloadAndSharedMemorySize
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskPayloadSize
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskSharedMemorySize
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskTotalMemorySize
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupCount
(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupInvocations
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupInvocations
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupSize
(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupSize
(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupTotalCount
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxTemporalLayerCount
(int value) VkVideoEncodeH264CapabilitiesKHR.maxTemporalLayerCount
(int value) VkPhysicalDeviceLimits.maxTessellationControlPerPatchOutputComponents
(int value) VkPhysicalDeviceLimits.maxTessellationControlPerVertexInputComponents
(int value) VkPhysicalDeviceLimits.maxTessellationControlPerVertexOutputComponents
(int value) VkPhysicalDeviceLimits.maxTessellationControlTotalOutputComponents
(int value) VkPhysicalDeviceLimits.maxTessellationEvaluationInputComponents
(int value) VkPhysicalDeviceLimits.maxTessellationEvaluationOutputComponents
(int value) VkPhysicalDeviceLimits.maxTessellationGenerationLevel
(int value) VkPhysicalDeviceLimits.maxTessellationPatchSize
(int value) VkPhysicalDeviceLimits.maxTexelBufferElements
(int value) VkPhysicalDeviceLimits.maxTexelGatherOffset
(int value) VkPhysicalDeviceLimits.maxTexelOffset
(int value) VkPhysicalDeviceTimelineSemaphoreProperties.maxTimelineSemaphoreValueDifference
(long value) VkPhysicalDeviceVulkan12Properties.maxTimelineSemaphoreValueDifference
(long value) VkClusterAccelerationStructureClustersBottomLevelInputNV.maxTotalClusterCount
(int value) VkClusterAccelerationStructureTriangleClusterInputNV.maxTotalTriangleCount
(int value) VkClusterAccelerationStructureTriangleClusterInputNV.maxTotalVertexCount
(int value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBufferDataSize
(int value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBufferDataStride
(int value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBuffers
(int value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBufferSize
(long value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackStreamDataSize
(int value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackStreams
(int value) VkPhysicalDeviceRayTracingPropertiesNV.maxTriangleCount
(long value) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.maxTrianglesPerCluster
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxUnidirectionalCompoundGroup1ReferenceCount
(int value) VkVideoEncodeAV1CapabilitiesKHR.maxUnidirectionalCompoundReferenceCount
(int value) VkPhysicalDeviceLimits.maxUniformBufferRange
(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools
(int value) VkPhysicalDeviceVulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools
(int value) VkDescriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount
(int value) VkAccelerationStructureGeometryTrianglesDataKHR.maxVertex
(int value) VkPhysicalDeviceVertexAttributeDivisorProperties.maxVertexAttribDivisor
(int value) VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.maxVertexAttribDivisor
(int value) VkPhysicalDeviceVulkan14Properties.maxVertexAttribDivisor
(int value) VkPhysicalDeviceLimits.maxVertexInputAttributeOffset
(int value) VkPhysicalDeviceLimits.maxVertexInputAttributes
(int value) VkPhysicalDeviceLimits.maxVertexInputBindings
(int value) VkPhysicalDeviceLimits.maxVertexInputBindingStride
(int value) VkPhysicalDeviceLimits.maxVertexOutputComponents
(int value) VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.maxVerticesPerCluster
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.maxVgprAllocation
(int value) VkPhysicalDeviceLimits.maxViewportDimensions
(IntPtr value) VkPhysicalDeviceLimits.maxViewports
(int value) VkPhysicalDeviceImageProcessingPropertiesQCOM.maxWeightFilterPhases
(int value) VkPhysicalDeviceOpticalFlowPropertiesNV.maxWidth
(int value) VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.maxWorkGroupCount
(IntPtr value) VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.maxWorkGroupSize
(IntPtr value) VkDependencyInfo.memoryBarrierCount
(int value) VkBindVideoSessionMemoryInfoKHR.memoryBindIndex
(int value) VkVideoSessionMemoryRequirementsKHR.memoryBindIndex
(int value) VkPhysicalDeviceMemoryDecompressionFeaturesNV.memoryDecompression
(int value) VkDeviceGroupBindSparseInfo.memoryDeviceIndex
(int value) VkPhysicalDeviceMemoryProperties.memoryHeapCount
(int value) VkImageToMemoryCopy.memoryImageHeight
(int value) VkMemoryToImageCopy.memoryImageHeight
(int value) VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.memoryMapPlaced
(int value) VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.memoryMapRangePlaced
(int value) VkDeviceMemoryReportCallbackDataEXT.memoryObjectId
(long value) VkBindAccelerationStructureMemoryInfoNV.memoryOffset
(long value) VkBindBufferMemoryInfo.memoryOffset
(long value) VkBindImageMemoryInfo.memoryOffset
(long value) VkBindVideoSessionMemoryInfoKHR.memoryOffset
(long value) VkSparseImageMemoryBind.memoryOffset
(long value) VkSparseMemoryBind.memoryOffset
(long value) VkPhysicalDeviceMemoryPriorityFeaturesEXT.memoryPriority
(int value) VkImageToMemoryCopy.memoryRowLength
(int value) VkMemoryToImageCopy.memoryRowLength
(int value) VkBindVideoSessionMemoryInfoKHR.memorySize
(long value) VkAndroidHardwareBufferPropertiesANDROID.memoryTypeBits
(int value) VkBufferCollectionPropertiesFUCHSIA.memoryTypeBits
(int value) VkMemoryFdPropertiesKHR.memoryTypeBits
(int value) VkMemoryHostPointerPropertiesEXT.memoryTypeBits
(int value) VkMemoryMetalHandlePropertiesEXT.memoryTypeBits
(int value) VkMemoryRequirements.memoryTypeBits
(int value) VkMemorySciBufPropertiesNV.memoryTypeBits
(int value) VkMemoryWin32HandlePropertiesKHR.memoryTypeBits
(int value) VkMemoryZirconHandlePropertiesFUCHSIA.memoryTypeBits
(int value) VkScreenBufferPropertiesQNX.memoryTypeBits
(int value) VkPhysicalDeviceMemoryProperties.memoryTypeCount
(int value) VkMemoryAllocateInfo.memoryTypeIndex
(int value) VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.memoryUnmapReserve
(int value) VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.meshAndTaskShaderDerivatives
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.meshOutputPerPrimitiveGranularity
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.meshOutputPerPrimitiveGranularity
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.meshOutputPerVertexGranularity
(int value) VkPhysicalDeviceMeshShaderPropertiesNV.meshOutputPerVertexGranularity
(int value) VkPhysicalDeviceMeshShaderFeaturesEXT.meshShader
(int value) VkPhysicalDeviceMeshShaderFeaturesNV.meshShader
(int value) VkPhysicalDeviceMeshShaderFeaturesEXT.meshShaderQueries
(int value) VkCooperativeMatrixFlexibleDimensionsPropertiesNV.MGranularity
(int value) VkPhysicalDeviceOpacityMicromapFeaturesEXT.micromap
(int value) VkPhysicalDeviceOpacityMicromapFeaturesEXT.micromapCaptureReplay
(int value) VkPhysicalDeviceOpacityMicromapFeaturesEXT.micromapHostCommands
(int value) VkMicromapBuildSizesInfoEXT.micromapSize
(long value) StdVideoH265SequenceParameterSetVui.min_spatial_segmentation_idc
(short value) VkPhysicalDeviceAccelerationStructurePropertiesKHR.minAccelerationStructureScratchOffsetAlignment
(int value) VkVideoCapabilitiesKHR.minBitstreamBufferOffsetAlignment
(long value) VkVideoCapabilitiesKHR.minBitstreamBufferSizeAlignment
(long value) VkBufferCollectionConstraintsInfoFUCHSIA.minBufferCount
(int value) VkBufferCollectionConstraintsInfoFUCHSIA.minBufferCountForCamping
(int value) VkBufferCollectionConstraintsInfoFUCHSIA.minBufferCountForDedicatedSlack
(int value) VkBufferCollectionConstraintsInfoFUCHSIA.minBufferCountForSharedSlack
(int value) VkPhysicalDeviceOpticalFlowPropertiesNV.minHeight
(int value) VkSurfaceCapabilities2EXT.minImageCount
(int value) VkSurfaceCapabilitiesKHR.minImageCount
(int value) VkSwapchainCreateInfoKHR.minImageCount
(int value) VkPhysicalDeviceExternalMemoryHostPropertiesEXT.minImportedHostPointerAlignment
(long value) VkLatencySleepModeInfoNV.minimumIntervalUs
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minIndirectCommandsBufferOffsetAlignment
(int value) VkPhysicalDeviceImageViewMinLodFeaturesEXT.minLod
(int value) VkPhysicalDeviceLimits.minMemoryMapAlignment
(long value) VkConformanceVersion.minor
(byte value) VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.minPlacedMemoryMapAlignment
(long value) VkClusterAccelerationStructureTriangleClusterInputNV.minPositionTruncateBitCount
(int value) VkVideoEncodeAV1CapabilitiesKHR.minQIndex
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minSequencesCountBufferOffsetAlignment
(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minSequencesIndexBufferOffsetAlignment
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.minSgprAllocation
(int value) VkExecutionGraphPipelineScratchSizeAMDX.minSize
(long value) VkPhysicalDeviceLimits.minStorageBufferOffsetAlignment
(long value) VkPhysicalDeviceSubgroupSizeControlProperties.minSubgroupSize
(int value) VkPhysicalDeviceVulkan13Properties.minSubgroupSize
(int value) VkPhysicalDeviceLimits.minTexelBufferOffsetAlignment
(long value) VkPhysicalDeviceLimits.minUniformBufferOffsetAlignment
(long value) VkPhysicalDevicePortabilitySubsetPropertiesKHR.minVertexInputBindingStrideAlignment
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.minVgprAllocation
(int value) VkPhysicalDeviceOpticalFlowPropertiesNV.minWidth
(int value) VkImageSubresource.mipLevel
(int value) VkImageSubresourceLayers.mipLevel
(int value) VkImageCreateInfo.mipLevels
(int value) VkPhysicalDeviceLimits.mipmapPrecisionBits
(int value) VkTraceRaysIndirectCommand2KHR.missShaderBindingTableAddress
(long value) VkTraceRaysIndirectCommand2KHR.missShaderBindingTableSize
(long value) VkTraceRaysIndirectCommand2KHR.missShaderBindingTableStride
(long value) StdVideoH265SequenceParameterSet.motion_vector_resolution_control_idc
(byte value) VkCooperativeMatrixPropertiesKHR.MSize
(int value) VkCooperativeMatrixPropertiesNV.MSize
(int value) VkPhysicalDeviceMultiDrawFeaturesEXT.multiDraw
(int value) VkPhysicalDeviceFeatures.multiDrawIndirect
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.multisampleArrayImage
(int value) VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.multisampledRenderToSingleSampled
(int value) VkMultisampledRenderToSingleSampledInfoEXT.multisampledRenderToSingleSampledEnable
(int value) VkPhysicalDeviceMultiviewFeatures.multiview
(int value) VkPhysicalDeviceVulkan11Features.multiview
(int value) VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.multiviewClusterCullingShader
(int value) VkPhysicalDeviceMultiviewFeatures.multiviewGeometryShader
(int value) VkPhysicalDeviceVulkan11Features.multiviewGeometryShader
(int value) VkPhysicalDeviceMeshShaderFeaturesEXT.multiviewMeshShader
(int value) VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.multiviewPerViewRenderAreas
(int value) VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.multiviewPerViewViewports
(int value) VkPhysicalDeviceFeatures.multiViewport
(int value) VkPhysicalDeviceMultiviewFeatures.multiviewTessellationShader
(int value) VkPhysicalDeviceVulkan11Features.multiviewTessellationShader
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.mutableComparisonSamplers
(int value) VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType
(int value) VkMutableDescriptorTypeCreateInfoEXT.mutableDescriptorTypeListCount
(int value) VkVideoEncodeH264PictureInfoKHR.naluSliceEntryCount
(int value) VkVideoEncodeH265PictureInfoKHR.naluSliceSegmentEntryCount
(int value) VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.nativeUnalignedPerformance
(int value) VkPipelineViewportDepthClipControlCreateInfoEXT.negativeOneToOne
(int value) VkPhysicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer
(int value) VkPhysicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferRendering
(int value) VkPhysicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferSimultaneousUse
(int value) VkCooperativeMatrixFlexibleDimensionsPropertiesNV.NGranularity
(int value) VkDispatchGraphInfoAMDX.nodeIndex
(int value) VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.noInvocationFragmentShadingRates
(int value) VkClusterAccelerationStructureMoveObjectsInputNV.noMoveOverlap
(int value) VkPhysicalDeviceLimits.nonCoherentAtomSize
(long value) VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.nonSeamlessCubeMap
(int value) VkPhysicalDeviceMaintenance5Properties.nonStrictSinglePixelWideLinesUseParallelogram
(int value) VkPhysicalDeviceVulkan14Properties.nonStrictSinglePixelWideLinesUseParallelogram
(int value) VkPhysicalDeviceMaintenance5Properties.nonStrictWideLinesUseParallelogram
(int value) VkPhysicalDeviceVulkan14Properties.nonStrictWideLinesUseParallelogram
(int value) VkCooperativeMatrixPropertiesKHR.NSize
(int value) VkCooperativeMatrixPropertiesNV.NSize
(int value) VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.nullColorAttachmentWithExternalFormatResolve
(int value) VkPhysicalDeviceRobustness2FeaturesEXT.nullDescriptor
(int value) StdVideoAV1FilmGrain.num_cb_points
(byte value) StdVideoAV1FilmGrain.num_cr_points
(byte value) StdVideoH265PictureParameterSet.num_extra_slice_header_bits
(byte value) StdVideoEncodeH265LongTermRefPics.num_long_term_pics
(byte value) StdVideoH265SequenceParameterSet.num_long_term_ref_pics_sps
(byte value) StdVideoEncodeH265LongTermRefPics.num_long_term_sps
(byte value) StdVideoH265ShortTermRefPicSet.num_negative_pics
(byte value) StdVideoH265ShortTermRefPicSet.num_positive_pics
(byte value) StdVideoH264SequenceParameterSet.num_ref_frames_in_pic_order_cnt_cycle
(byte value) StdVideoEncodeH264ReferenceListsInfo.num_ref_idx_l0_active_minus1
(byte value) StdVideoEncodeH265ReferenceListsInfo.num_ref_idx_l0_active_minus1
(byte value) StdVideoH264PictureParameterSet.num_ref_idx_l0_default_active_minus1
(byte value) StdVideoH265PictureParameterSet.num_ref_idx_l0_default_active_minus1
(byte value) StdVideoEncodeH264ReferenceListsInfo.num_ref_idx_l1_active_minus1
(byte value) StdVideoEncodeH265ReferenceListsInfo.num_ref_idx_l1_active_minus1
(byte value) StdVideoH264PictureParameterSet.num_ref_idx_l1_default_active_minus1
(byte value) StdVideoH265PictureParameterSet.num_ref_idx_l1_default_active_minus1
(byte value) StdVideoH265SequenceParameterSet.num_short_term_ref_pic_sets
(byte value) StdVideoAV1TimingInfo.num_ticks_per_picture_minus_1
(int value) StdVideoH265PictureParameterSet.num_tile_columns_minus1
(byte value) StdVideoH265PictureParameterSet.num_tile_rows_minus1
(byte value) StdVideoEncodeAV1DecoderModelInfo.num_units_in_decoding_tick
(int value) StdVideoAV1TimingInfo.num_units_in_display_tick
(int value) StdVideoH264SequenceParameterSetVui.num_units_in_tick
(int value) StdVideoAV1FilmGrain.num_y_points
(byte value) VkGeometryAABBNV.numAABBs
(int value) VkShaderStatisticsInfoAMD.numAvailableSgprs
(int value) VkShaderStatisticsInfoAMD.numAvailableVgprs
(int value) StdVideoDecodeH265PictureInfo.NumBitsForSTRefPicSetInSlice
(short value) VkConvertCooperativeVectorMatrixInfoNV.numColumns
(int value) StdVideoDecodeH265PictureInfo.NumDeltaPocsOfRefRpsIdx
(byte value) VkSetPresentConfigNV.numFramesPerBatch
(int value) VkImageViewSampleWeightCreateInfoQCOM.numPhases
(int value) VkShaderStatisticsInfoAMD.numPhysicalSgprs
(int value) VkShaderStatisticsInfoAMD.numPhysicalVgprs
(int value) VkConvertCooperativeVectorMatrixInfoNV.numRows
(int value) VkShaderResourceUsageAMD.numUsedSgprs
(int value) VkShaderResourceUsageAMD.numUsedVgprs
(int value) VkDebugMarkerObjectNameInfoEXT.object
(long value) VkDebugMarkerObjectTagInfoEXT.object
(long value) VkDebugUtilsMessengerCallbackDataEXT.objectCount
(int value) VkRefreshObjectListKHR.objectCount
(int value) VkDebugUtilsObjectNameInfoEXT.objectHandle
(long value) VkDebugUtilsObjectTagInfoEXT.objectHandle
(long value) VkDeviceMemoryReportCallbackDataEXT.objectHandle
(long value) VkRefreshObjectKHR.objectHandle
(long value) VkCommandBufferInheritanceInfo.occlusionQueryEnable
(int value) VkPhysicalDeviceFeatures.occlusionQueryPrecise
(int value) VkAccelerationStructureCreateInfoKHR.offset
(long value) VkBufferMemoryBarrier.offset
(long value) VkBufferMemoryBarrier2.offset
(long value) VkBufferViewCreateInfo.offset
(long value) VkConditionalRenderingBeginInfoEXT.offset
(long value) VkDescriptorBufferInfo.offset
(long value) VkDescriptorUpdateTemplateEntry.offset
(long value) VkGeometryAABBNV.offset
(long value) VkIndirectCommandsLayoutTokenEXT.offset
(int value) VkIndirectCommandsLayoutTokenNV.offset
(int value) VkIndirectCommandsStreamNV.offset
(long value) VkMappedMemoryRange.offset
(long value) VkMemoryMapInfo.offset
(long value) VkMicromapCreateInfoEXT.offset
(long value) VkPushConstantRange.offset
(int value) VkPushConstantsInfo.offset
(int value) VkSpecializationMapEntry.offset
(int value) VkSubresourceLayout.offset
(long value) VkVertexInputAttributeDescription.offset
(int value) VkVertexInputAttributeDescription2EXT.offset
(int value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapArray
(long value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapArray
(long value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapIndexBuffer
(long value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapIndexBuffer
(long value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapIndexBufferStride
(short value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapIndexBufferStride
(short value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapIndexType
(int value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapIndexType
(int value) VkBufferOpaqueCaptureAddressCreateInfo.opaqueCaptureAddress
(long value) VkMemoryOpaqueCaptureAddressAllocateInfo.opaqueCaptureAddress
(long value) StdVideoEncodeAV1OperatingPointInfo.operating_point_idc
(short value) VkPhysicalDeviceOpticalFlowFeaturesNV.opticalFlow
(int value) VkSubpassResolvePerformanceQueryEXT.optimal
(int value) VkPhysicalDeviceLimits.optimalBufferCopyOffsetAlignment
(long value) VkPhysicalDeviceLimits.optimalBufferCopyRowPitchAlignment
(long value) VkHostImageCopyDevicePerformanceQuery.optimalDeviceAccess
(int value) VkPhysicalDeviceHostImageCopyProperties.optimalTilingLayoutUUID
(BytePtr value) VkPhysicalDeviceVulkan14Properties.optimalTilingLayoutUUID
(BytePtr value) StdVideoEncodeAV1PictureInfo.order_hint
(byte value) StdVideoAV1SequenceHeader.order_hint_bits_minus_1
(byte value) StdVideoDecodeAV1PictureInfo.OrderHint
(byte value) StdVideoDecodeAV1ReferenceInfo.OrderHint
(byte value) StdVideoEncodeAV1ReferenceInfo.OrderHint
(byte value) StdVideoDecodeAV1PictureInfo.OrderHints
(BytePtr value) VkLatencyTimingsFrameReportNV.osRenderQueueEndTimeUs
(long value) VkLatencyTimingsFrameReportNV.osRenderQueueStartTimeUs
(long value) VkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructures
(@Nullable LongPtr value) VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireKeys
(@Nullable LongPtr value) VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireKeys
(@Nullable LongPtr value) VkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireTimeoutMilliseconds
(@Nullable IntPtr value) VkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireTimeouts
(@Nullable IntPtr value) VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.pageableDeviceLocalMemory
(int value) StdVideoH265SequenceParameterSet.palette_max_size
(byte value) VkCudaLaunchInfoNV.paramCount
(long value) VkCuLaunchInfoNVX.paramCount
(long value) VkPerformanceOverrideInfoINTEL.parameter
(long value) VkPartitionedAccelerationStructureInstancesInputNV.partitionCount
(int value) VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.partitionedAccelerationStructure
(int value) VkPartitionedAccelerationStructureWriteInstanceDataNV.partitionIndex
(int value) VkPartitionedAccelerationStructureWritePartitionTranslationDataNV.partitionIndex
(int value) VkConformanceVersion.patch
(byte value) VkPipelineTessellationStateCreateInfo.patchControlPoints
(int value) VkDispatchGraphInfoAMDX.payloadCount
(int value) VkDispatchGraphInfoAMDX.payloadStride
(long value) VkSetDescriptorBufferOffsetsInfoEXT.pBufferIndices
(@Nullable IntPtr value) StdVideoEncodeAV1PictureInfo.pBufferRemovalTimes
(@Nullable IntPtr value) VkPhysicalDevicePCIBusInfoPropertiesEXT.pciBus
(int value) VkPhysicalDevicePCIBusInfoPropertiesEXT.pciDevice
(int value) VkPhysicalDevicePCIBusInfoPropertiesEXT.pciDomain
(int value) VkPhysicalDevicePCIBusInfoPropertiesEXT.pciFunction
(int value) StdVideoH265SequenceParameterSet.pcm_sample_bit_depth_chroma_minus1
(byte value) StdVideoH265SequenceParameterSet.pcm_sample_bit_depth_luma_minus1
(byte value) VkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndices
(@Nullable IntPtr value) VkRenderingAttachmentLocationInfo.pColorAttachmentLocations
(@Nullable IntPtr value) VkPipelineColorWriteCreateInfoEXT.pColorWriteEnables
(@Nullable IntPtr value) VkDeviceGroupSubmitInfo.pCommandBufferDeviceMasks
(@Nullable IntPtr value) VkRenderPassCreateInfo2.pCorrelatedViewMasks
(@Nullable IntPtr value) VkRenderPassMultiviewCreateInfo.pCorrelationMasks
(@Nullable IntPtr value) VkQueryPoolPerformanceCreateInfoKHR.pCounterIndices
(@Nullable IntPtr value) VkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndex
(@Nullable IntPtr value) VkDescriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCounts
(@Nullable IntPtr value) VkBindAccelerationStructureMemoryInfoNV.pDeviceIndices
(@Nullable IntPtr value) VkBindBufferMemoryDeviceGroupInfo.pDeviceIndices
(@Nullable IntPtr value) VkBindImageMemoryDeviceGroupInfo.pDeviceIndices
(@Nullable IntPtr value) VkDeviceGroupPresentInfoKHR.pDeviceMasks
(@Nullable IntPtr value) VkImageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiers
(@Nullable LongPtr value) VkBindDescriptorSetsInfo.pDynamicOffsets
(@Nullable IntPtr value) VkPhysicalDevicePerformanceQueryFeaturesKHR.performanceCounterMultipleQueryPools
(int value) VkPhysicalDevicePerformanceQueryFeaturesKHR.performanceCounterQueryPools
(int value) VkDisplayPresentInfoKHR.persistent
(int value) VkDisplayPropertiesKHR.persistentContent
(int value) VkPhysicalDevicePerStageDescriptorSetFeaturesNV.perStageDescriptorSet
(int value) VkMultiviewPerViewAttributesInfoNVX.perViewAttributes
(int value) VkMultiviewPerViewAttributesInfoNVX.perViewAttributesPositionXOnly
(int value) VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.perViewPositionAllComponents
(int value) VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.perViewRenderAreaCount
(int value) StdVideoAV1TileInfo.pHeightInSbsMinus1
(@Nullable ShortPtr value) VkDeviceGroupDeviceCreateInfo.physicalDeviceCount
(int value) VkPhysicalDeviceGroupProperties.physicalDeviceCount
(int value) StdVideoH265SequenceParameterSet.pic_height_in_luma_samples
(int value) StdVideoH264SequenceParameterSet.pic_height_in_map_units_minus1
(int value) StdVideoDecodeH264PictureInfo.pic_parameter_set_id
(byte value) StdVideoEncodeH264PictureInfo.pic_parameter_set_id
(byte value) StdVideoH264PictureParameterSet.pic_parameter_set_id
(byte value) StdVideoH265SequenceParameterSet.pic_width_in_luma_samples
(int value) StdVideoH264SequenceParameterSet.pic_width_in_mbs_minus1
(int value) VkPipelineShaderStageModuleIdentifierCreateInfoEXT.pIdentifier
(@Nullable BytePtr value) VkPresentInfoKHR.pImageIndices
(@Nullable IntPtr value) VkReleaseSwapchainImagesInfoEXT.pImageIndices
(@Nullable IntPtr value) VkIndirectCommandsLayoutTokenNV.pIndexTypeValues
(@Nullable IntPtr value) VkBindPipelineIndirectCommandNV.pipelineAddress
(long value) VkPhysicalDevicePipelineBinaryFeaturesKHR.pipelineBinaries
(int value) VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryCompressedData
(int value) VkPipelineBinaryHandlesInfoKHR.pipelineBinaryCount
(int value) VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryInternalCache
(int value) VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryInternalCacheControl
(int value) VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryPrecompiledInternalCache
(int value) VkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryPrefersInternalCache
(int value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.pipelineCacheUUID
(BytePtr value) VkPhysicalDeviceProperties.pipelineCacheUUID
(BytePtr value) VkPipelineCacheHeaderVersionOne.pipelineCacheUUID
(BytePtr value) VkGraphicsPipelineShaderGroupsCreateInfoNV.pipelineCount
(int value) VkPhysicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl
(int value) VkPhysicalDeviceVulkan13Features.pipelineCreationCacheControl
(int value) VkComputePipelineIndirectBufferInfoNV.pipelineDeviceAddressCaptureReplay
(long value) VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.pipelineExecutableInfo
(int value) VkPhysicalDeviceFragmentShadingRateFeaturesKHR.pipelineFragmentShadingRate
(int value) VkPipelinePropertiesIdentifierEXT.pipelineIdentifier
(BytePtr value) VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.pipelineLibraryGroupHandles
(int value) VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.pipelineOpacityMicromap
(int value) VkPhysicalDevicePipelinePropertiesFeaturesEXT.pipelinePropertiesIdentifier
(int value) VkPhysicalDevicePipelineProtectedAccessFeatures.pipelineProtectedAccess
(int value) VkPhysicalDeviceVulkan14Features.pipelineProtectedAccess
(int value) VkPhysicalDevicePipelineRobustnessFeatures.pipelineRobustness
(int value) VkPhysicalDeviceVulkan14Features.pipelineRobustness
(int value) VkPipelineCreationFeedbackCreateInfo.pipelineStageCreationFeedbackCount
(int value) VkPhysicalDeviceFeatures.pipelineStatisticsQuery
(int value) VkPhysicalDeviceShaderCorePropertiesARM.pixelRate
(int value) VkCoarseSampleLocationNV.pixelX
(int value) VkCoarseSampleLocationNV.pixelY
(int value) VkDisplayPlaneInfo2KHR.planeIndex
(int value) VkDisplaySurfaceCreateInfoKHR.planeIndex
(int value) VkDisplayPropertiesKHR.planeReorderPossible
(int value) VkDisplaySurfaceCreateInfoKHR.planeStackIndex
(int value) StdVideoAV1TileInfo.pMiColStarts
(@Nullable ShortPtr value) StdVideoAV1TileInfo.pMiRowStarts
(@Nullable ShortPtr value) StdVideoEncodeH265LongTermRefPics.poc_lsb_lt
(BytePtr value) StdVideoAV1FilmGrain.point_cb_scaling
(BytePtr value) StdVideoAV1FilmGrain.point_cb_value
(BytePtr value) StdVideoAV1FilmGrain.point_cr_scaling
(BytePtr value) StdVideoAV1FilmGrain.point_cr_value
(BytePtr value) StdVideoAV1FilmGrain.point_y_scaling
(BytePtr value) StdVideoAV1FilmGrain.point_y_value
(BytePtr value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.pointPolygons
(int value) VkPhysicalDeviceMaintenance5Properties.polygonModePointSize
(int value) VkPhysicalDeviceVulkan14Properties.polygonModePointSize
(int value) VkDescriptorPoolCreateInfo.poolSizeCount
(int value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.positionTruncateBitCount
(int value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.positionTruncateBitCount
(int value) VkRenderPassSubpassFeedbackInfoEXT.postMergeIndex
(int value) VkRenderPassCreationFeedbackInfoEXT.postMergeSubpassCount
(int value) VkRenderPassSampleLocationsBeginInfoEXT.postSubpassSampleLocationsCount
(int value) VkPresentIdKHR.pPresentIds
(@Nullable LongPtr value) VkSubpassDescription.pPreserveAttachments
(@Nullable IntPtr value) VkSubpassDescription2.pPreserveAttachments
(@Nullable IntPtr value) StdVideoH265PictureParameterSet.pps_num_palette_predictor_initializers
(byte value) StdVideoDecodeH265PictureInfo.pps_pic_parameter_set_id
(byte value) StdVideoEncodeH265PictureInfo.pps_pic_parameter_set_id
(byte value) StdVideoH265PictureParameterSet.pps_pic_parameter_set_id
(byte value) StdVideoDecodeH265PictureInfo.pps_seq_parameter_set_id
(byte value) StdVideoEncodeH265PictureInfo.pps_seq_parameter_set_id
(byte value) StdVideoH265PictureParameterSet.pps_seq_parameter_set_id
(byte value) VkBufferCreateInfo.pQueueFamilyIndices
(@Nullable IntPtr value) VkImageCreateInfo.pQueueFamilyIndices
(@Nullable IntPtr value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndices
(@Nullable IntPtr value) VkSwapchainCreateInfoKHR.pQueueFamilyIndices
(@Nullable IntPtr value) VkVideoEncodeInfoKHR.precedingExternallyEncodedBytes
(int value) VkVideoEncodeAV1FrameSizeKHR.predictiveFrameSize
(int value) VkVideoEncodeAV1QIndexKHR.predictiveQIndex
(int value) StdVideoH265PredictorPaletteEntries.PredictorPaletteEntries
(ShortPtr value) VkPhysicalDeviceTileShadingPropertiesQCOM.preferNonCoherent
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredBidirectionalCompoundReferenceNameMask
(int value) VkVideoEncodeH264QualityLevelPropertiesKHR.preferredConsecutiveBFrameCount
(int value) VkVideoEncodeH265QualityLevelPropertiesKHR.preferredConsecutiveBFrameCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredConsecutiveBipredictiveFrameCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredGopFrameCount
(int value) VkVideoEncodeH264QualityLevelPropertiesKHR.preferredGopFrameCount
(int value) VkVideoEncodeH265QualityLevelPropertiesKHR.preferredGopFrameCount
(int value) VkVideoEncodeH264QualityLevelPropertiesKHR.preferredIdrPeriod
(int value) VkVideoEncodeH265QualityLevelPropertiesKHR.preferredIdrPeriod
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredKeyFramePeriod
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxBidirectionalCompoundGroup1ReferenceCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxBidirectionalCompoundGroup2ReferenceCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxBidirectionalCompoundReferenceCount
(int value) VkVideoEncodeH264QualityLevelPropertiesKHR.preferredMaxL0ReferenceCount
(int value) VkVideoEncodeH265QualityLevelPropertiesKHR.preferredMaxL0ReferenceCount
(int value) VkVideoEncodeH264QualityLevelPropertiesKHR.preferredMaxL1ReferenceCount
(int value) VkVideoEncodeH265QualityLevelPropertiesKHR.preferredMaxL1ReferenceCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxSingleReferenceCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxUnidirectionalCompoundGroup1ReferenceCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxUnidirectionalCompoundReferenceCount
(int value) VkVideoEncodeQualityLevelPropertiesKHR.preferredRateControlLayerCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredSingleReferenceNameMask
(int value) VkVideoEncodeH264QualityLevelPropertiesKHR.preferredStdEntropyCodingModeFlag
(int value) VkVideoEncodeH265QualityLevelPropertiesKHR.preferredSubLayerCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredTemporalLayerCount
(int value) VkVideoEncodeH264QualityLevelPropertiesKHR.preferredTemporalLayerCount
(int value) VkVideoEncodeAV1QualityLevelPropertiesKHR.preferredUnidirectionalCompoundReferenceNameMask
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.prefersCompactPrimitiveOutput
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.prefersCompactVertexOutput
(int value) VkMemoryDedicatedRequirements.prefersDedicatedAllocation
(int value) VkVideoEncodeAV1CapabilitiesKHR.prefersGopRemainingFrames
(int value) VkVideoEncodeH264CapabilitiesKHR.prefersGopRemainingFrames
(int value) VkVideoEncodeH265CapabilitiesKHR.prefersGopRemainingFrames
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationPrimitiveOutput
(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationVertexOutput
(int value) VkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseKeys
(@Nullable LongPtr value) VkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseKeys
(@Nullable LongPtr value) VkGeneratedCommandsInfoEXT.preprocessAddress
(long value) VkGeneratedCommandsInfoNV.preprocessOffset
(long value) VkGeneratedCommandsInfoEXT.preprocessSize
(long value) VkGeneratedCommandsInfoNV.preprocessSize
(long value) VkPhysicalDevicePresentBarrierFeaturesNV.presentBarrier
(int value) VkSwapchainPresentBarrierCreateInfoNV.presentBarrierEnable
(int value) VkSurfaceCapabilitiesPresentBarrierNV.presentBarrierSupported
(int value) VkSetPresentConfigNV.presentConfigFeedback
(int value) VkLatencyTimingsFrameReportNV.presentEndTimeUs
(long value) VkPhysicalDevicePresentIdFeaturesKHR.presentId
(int value) VkLatencySubmissionPresentIdNV.presentID
(long value) VkLatencyTimingsFrameReportNV.presentID
(long value) VkPastPresentationTimingGOOGLE.presentID
(int value) VkPresentTimeGOOGLE.presentID
(int value) VkSetLatencyMarkerInfoNV.presentID
(long value) VkPastPresentationTimingGOOGLE.presentMargin
(long value) VkDeviceGroupPresentCapabilitiesKHR.presentMask
(IntPtr value) VkPhysicalDevicePresentMeteringFeaturesNV.presentMetering
(int value) VkLatencySurfaceCapabilitiesNV.presentModeCount
(int value) VkSurfacePresentModeCompatibilityEXT.presentModeCount
(int value) VkSwapchainPresentModesCreateInfoEXT.presentModeCount
(int value) VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.presentModeFifoLatestReady
(int value) VkLatencyTimingsFrameReportNV.presentStartTimeUs
(long value) VkPhysicalDevicePresentWaitFeaturesKHR.presentWait
(int value) VkSubpassDescription.preserveAttachmentCount
(int value) VkSubpassDescription2.preserveAttachmentCount
(int value) StdVideoDecodeAV1PictureInfo.primary_ref_frame
(byte value) StdVideoEncodeAV1PictureInfo.primary_ref_frame
(byte value) VkVideoEncodeAV1PictureInfoKHR.primaryReferenceCdfOnly
(int value) VkAccelerationStructureBuildRangeInfoKHR.primitiveCount
(int value) VkPhysicalDeviceFragmentShadingRateFeaturesKHR.primitiveFragmentShadingRate
(int value) VkPhysicalDeviceMeshShaderFeaturesEXT.primitiveFragmentShadingRateMeshShader
(int value) VkPhysicalDeviceFragmentShadingRatePropertiesKHR.primitiveFragmentShadingRateWithMultipleViewports
(int value) VkAccelerationStructureBuildRangeInfoKHR.primitiveOffset
(int value) VkPipelineInputAssemblyStateCreateInfo.primitiveRestartEnable
(int value) VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQuery
(int value) VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQueryWithNonZeroStreams
(int value) VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQueryWithRasterizerDiscard
(int value) VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.primitiveTopologyListRestart
(int value) VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.primitiveTopologyPatchListRestart
(int value) VkPhysicalDeviceConservativeRasterizationPropertiesEXT.primitiveUnderestimation
(int value) VkQueueFamilyGlobalPriorityProperties.priorityCount
(int value) VkPhysicalDevicePrivateDataFeatures.privateData
(int value) VkPhysicalDeviceVulkan13Features.privateData
(int value) VkDevicePrivateDataCreateInfo.privateDataSlotRequestCount
(int value) VkVideoProfileListInfoKHR.profileCount
(int value) VkPhysicalDeviceProtectedMemoryFeatures.protectedMemory
(int value) VkPhysicalDeviceVulkan11Features.protectedMemory
(int value) VkPhysicalDeviceProtectedMemoryProperties.protectedNoFault
(int value) VkPhysicalDeviceVulkan11Properties.protectedNoFault
(int value) VkProtectedSubmitInfo.protectedSubmit
(int value) VkPhysicalDeviceProvokingVertexFeaturesEXT.provokingVertexLast
(int value) VkPhysicalDeviceProvokingVertexPropertiesEXT.provokingVertexModePerPipeline
(int value) VkPipelineMultisampleStateCreateInfo.pSampleMask
(@Nullable IntPtr value) VkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices
(@Nullable IntPtr value) VkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValues
(@Nullable LongPtr value) VkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValues
(@Nullable LongPtr value) VkVideoDecodeH264PictureInfoKHR.pSliceOffsets
(@Nullable IntPtr value) VkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsets
(@Nullable IntPtr value) VkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndex
(@Nullable IntPtr value) VkIndirectCommandsLayoutCreateInfoNV.pStreamStrides
(@Nullable IntPtr value) VkVideoDecodeAV1PictureInfoKHR.pTileOffsets
(@Nullable IntPtr value) VkVideoDecodeAV1PictureInfoKHR.pTileSizes
(@Nullable IntPtr value) VkIndirectCommandsLayoutTokenNV.pushconstantOffset
(int value) VkIndirectExecutionSetShaderInfoEXT.pushConstantRangeCount
(int value) VkPipelineLayoutCreateInfo.pushConstantRangeCount
(int value) VkShaderCreateInfoEXT.pushConstantRangeCount
(int value) VkIndirectCommandsLayoutTokenNV.pushconstantSize
(int value) VkPhysicalDeviceVulkan14Features.pushDescriptor
(int value) VkAccelerationStructureVersionInfoKHR.pVersionData
(@Nullable BytePtr value) VkMicromapVersionInfoEXT.pVersionData
(@Nullable BytePtr value) VkRenderPassMultiviewCreateInfo.pViewMasks
(@Nullable IntPtr value) VkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices
(@Nullable IntPtr value) VkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValues
(@Nullable LongPtr value) VkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValues
(@Nullable LongPtr value) StdVideoAV1TileInfo.pWidthInSbsMinus1
(@Nullable ShortPtr value) StdVideoAV1Quantization.qm_u
(byte value) StdVideoAV1Quantization.qm_v
(byte value) StdVideoAV1Quantization.qm_y
(byte value) VkPhysicalDeviceDescriptorIndexingProperties.quadDivergentImplicitLod
(int value) VkPhysicalDeviceVulkan12Properties.quadDivergentImplicitLod
(int value) VkPhysicalDeviceSubgroupProperties.quadOperationsInAllStages
(int value) VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.qualityLevel
(int value) VkVideoEncodeQualityLevelInfoKHR.qualityLevel
(int value) VkQueryPoolCreateInfo.queryCount
(int value) VkVideoInlineQueryInfoKHR.queryCount
(int value) VkQueueFamilyQueryResultStatusPropertiesKHR.queryResultStatusSupport
(int value) VkDeviceQueueCreateInfo.queueCount
(int value) VkQueueFamilyProperties.queueCount
(int value) VkDeviceCreateInfo.queueCreateInfoCount
(int value) VkCommandPoolCreateInfo.queueFamilyIndex
(int value) VkDeviceQueueCreateInfo.queueFamilyIndex
(int value) VkDeviceQueueInfo2.queueFamilyIndex
(int value) VkQueryPoolPerformanceCreateInfoKHR.queueFamilyIndex
(int value) VkVideoSessionCreateInfoKHR.queueFamilyIndex
(int value) VkBufferCreateInfo.queueFamilyIndexCount
(int value) VkImageCreateInfo.queueFamilyIndexCount
(int value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.queueFamilyIndexCount
(int value) VkSwapchainCreateInfoKHR.queueFamilyIndexCount
(int value) VkDeviceQueueInfo2.queueIndex
(int value) VkDebugUtilsMessengerCallbackDataEXT.queueLabelCount
(int value) VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.queueSubmitBoundary
(int value) VkAccelerationStructureGeometryLinearSweptSpheresDataNV.radiusStride
(long value) VkAccelerationStructureGeometrySpheresDataNV.radiusStride
(long value) VkBufferViewCreateInfo.range
(long value) VkDescriptorAddressInfoEXT.range
(long value) VkDescriptorBufferInfo.range
(long value) VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.rasterizationOrderColorAttachmentAccess
(int value) VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.rasterizationOrderDepthAttachmentAccess
(int value) VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.rasterizationOrderStencilAttachmentAccess
(int value) VkPipelineRasterizationStateStreamCreateInfoEXT.rasterizationStream
(int value) VkPipelineRasterizationStateCreateInfo.rasterizerDiscardEnable
(int value) VkTraceRaysIndirectCommand2KHR.raygenShaderRecordAddress
(long value) VkTraceRaysIndirectCommand2KHR.raygenShaderRecordSize
(long value) VkPhysicalDeviceRayQueryFeaturesKHR.rayQuery
(int value) VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.rayTracingInvocationReorder
(int value) VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.rayTracingMaintenance1
(int value) VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.rayTracingMotionBlur
(int value) VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.rayTracingMotionBlurPipelineTraceRaysIndirect
(int value) VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipeline
(int value) VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipelineShaderGroupHandleCaptureReplay
(int value) VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipelineShaderGroupHandleCaptureReplayMixed
(int value) VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipelineTraceRaysIndirect
(int value) VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.rayTracingPipelineTraceRaysIndirect2
(int value) VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.rayTracingPositionFetch
(int value) VkPhysicalDeviceRayTracingValidationFeaturesNV.rayTracingValidation
(int value) VkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTraversalPrimitiveCulling
(int value) VkPresentRegionKHR.rectangleCount
(int value) VkPhysicalDeviceLineRasterizationFeatures.rectangularLines
(int value) VkPhysicalDeviceVulkan14Features.rectangularLines
(int value) StdVideoEncodeAV1PictureInfo.ref_order_hint
(BytePtr value) VkStencilOpState.reference
(int value) VkVideoBeginCodingInfoKHR.referenceSlotCount
(int value) VkVideoDecodeInfoKHR.referenceSlotCount
(int value) VkVideoEncodeInfoKHR.referenceSlotCount
(int value) StdVideoEncodeAV1ReferenceInfo.RefFrameId
(int value) StdVideoDecodeAV1ReferenceInfo.RefFrameSignBias
(byte value) StdVideoEncodeH264ReferenceListsInfo.refList0ModOpCount
(byte value) StdVideoEncodeH264ReferenceListsInfo.refList1ModOpCount
(byte value) StdVideoEncodeH264ReferenceListsInfo.RefPicList0
(BytePtr value) StdVideoEncodeH265ReferenceListsInfo.RefPicList0
(BytePtr value) StdVideoEncodeH264ReferenceListsInfo.RefPicList1
(BytePtr value) StdVideoEncodeH265ReferenceListsInfo.RefPicList1
(BytePtr value) StdVideoEncodeH264ReferenceListsInfo.refPicMarkingOpCount
(byte value) StdVideoDecodeH265PictureInfo.RefPicSetLtCurr
(BytePtr value) StdVideoDecodeH265PictureInfo.RefPicSetStCurrAfter
(BytePtr value) StdVideoDecodeH265PictureInfo.RefPicSetStCurrBefore
(BytePtr value) StdVideoDecodeAV1PictureInfo.refresh_frame_flags
(byte value) StdVideoEncodeAV1PictureInfo.refresh_frame_flags
(byte value) VkRefreshCycleDurationGOOGLE.refreshDuration
(long value) VkDisplayModeParametersKHR.refreshRate
(int value) VkBlitImageInfo2.regionCount
(int value) VkCopyBufferInfo2.regionCount
(int value) VkCopyBufferToImageInfo2.regionCount
(int value) VkCopyImageInfo2.regionCount
(int value) VkCopyImageToBufferInfo2.regionCount
(int value) VkCopyImageToImageInfo.regionCount
(int value) VkCopyImageToMemoryInfo.regionCount
(int value) VkCopyMemoryToImageInfo.regionCount
(int value) VkOpticalFlowExecuteInfoNV.regionCount
(int value) VkResolveImageInfo2.regionCount
(int value) VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.relaxedLineRasterization
(int value) VkWin32KeyedMutexAcquireReleaseInfoKHR.releaseCount
(int value) VkWin32KeyedMutexAcquireReleaseInfoNV.releaseCount
(int value) StdVideoEncodeAV1PictureInfo.render_height_minus_1
(short value) StdVideoEncodeAV1PictureInfo.render_width_minus_1
(short value) VkPhysicalDeviceRenderPassStripedFeaturesARM.renderPassStriped
(int value) VkLatencyTimingsFrameReportNV.renderSubmitEndTimeUs
(long value) VkLatencyTimingsFrameReportNV.renderSubmitStartTimeUs
(long value) VkPhysicalDeviceAddressBindingReportFeaturesEXT.reportAddressBinding
(int value) VkDeviceFaultAddressInfoEXT.reportedAddress
(long value) VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.representativeFragmentTest
(int value) VkPipelineRepresentativeFragmentTestStateCreateInfoNV.representativeFragmentTestEnable
(int value) VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.requiredSubgroupSize
(int value) VkMemoryDedicatedRequirements.requiresDedicatedAllocation
(int value) VkVideoEncodeAV1CapabilitiesKHR.requiresGopRemainingFrames
(int value) VkVideoEncodeH264CapabilitiesKHR.requiresGopRemainingFrames
(int value) VkVideoEncodeH265CapabilitiesKHR.requiresGopRemainingFrames
(int value) VkExternalComputeQueueDeviceCreateInfoNV.reservedExternalQueues
(int value) VkPhysicalDeviceSparseProperties.residencyAlignedMipSize
(int value) VkPhysicalDeviceSparseProperties.residencyNonResidentStrict
(int value) VkPhysicalDeviceSparseProperties.residencyStandard2DBlockShape
(int value) VkPhysicalDeviceSparseProperties.residencyStandard2DMultisampleBlockShape
(int value) VkPhysicalDeviceSparseProperties.residencyStandard3DBlockShape
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.resourceDescriptorBufferAddressSpaceSize
(long value) VkDeviceGroupBindSparseInfo.resourceDeviceIndex
(int value) VkSparseMemoryBind.resourceOffset
(long value) VkPhysicalDeviceFeatures.robustBufferAccess
(int value) VkPhysicalDeviceRobustness2FeaturesEXT.robustBufferAccess2
(int value) VkPhysicalDeviceDescriptorIndexingProperties.robustBufferAccessUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Properties.robustBufferAccessUpdateAfterBind
(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.robustFragmentShadingRateAttachmentAccess
(int value) VkPhysicalDeviceImageRobustnessFeatures.robustImageAccess
(int value) VkPhysicalDeviceVulkan13Features.robustImageAccess
(int value) VkPhysicalDeviceRobustness2FeaturesEXT.robustImageAccess2
(int value) VkPhysicalDeviceRobustness2PropertiesEXT.robustStorageBufferAccessSizeAlignment
(long value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.robustStorageBufferDescriptorSize
(long value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.robustStorageTexelBufferDescriptorSize
(long value) VkPhysicalDeviceRobustness2PropertiesEXT.robustUniformBufferAccessSizeAlignment
(long value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.robustUniformBufferDescriptorSize
(long value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.robustUniformTexelBufferDescriptorSize
(long value) StdVideoH265PictureParameterSet.row_height_minus1
(ShortPtr value) VkSubresourceLayout.rowPitch
(long value) VkPhysicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray
(int value) VkPhysicalDeviceVulkan12Features.runtimeDescriptorArray
(int value) VkCoarseSampleLocationNV.sample
(int value) VkCoarseSampleOrderCustomNV.sampleCount
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.sampledImageDescriptorSize
(long value) VkCoarseSampleOrderCustomNV.sampleLocationCount
(int value) VkSampleLocationsInfoEXT.sampleLocationsCount
(int value) VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsEnable
(int value) VkPhysicalDeviceSampleLocationsPropertiesEXT.sampleLocationSubPixelBits
(int value) VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.sampler2DViewOf3D
(int value) VkPhysicalDeviceFeatures.samplerAnisotropy
(int value) VkPhysicalDeviceFeatures.sampleRateShading
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.samplerCaptureReplayDescriptorDataSize
(long value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.samplerDescriptorBufferAddressSpaceSize
(long value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.samplerDescriptorSize
(long value) VkPhysicalDeviceVulkan12Features.samplerFilterMinmax
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.samplerMipLodBias
(int value) VkPhysicalDeviceVulkan12Features.samplerMirrorClampToEdge
(int value) VkPhysicalDeviceSamplerYcbcrConversionFeatures.samplerYcbcrConversion
(int value) VkPhysicalDeviceVulkan11Features.samplerYcbcrConversion
(int value) VkPipelineMultisampleStateCreateInfo.sampleShadingEnable
(int value) StdVideoH264SequenceParameterSetVui.sar_height
(short value) StdVideoH265SequenceParameterSetVui.sar_height
(short value) StdVideoH264SequenceParameterSetVui.sar_width
(short value) StdVideoH265SequenceParameterSetVui.sar_width
(short value) VkCooperativeMatrixFlexibleDimensionsPropertiesNV.saturatingAccumulation
(int value) VkCooperativeMatrixPropertiesKHR.saturatingAccumulation
(int value) StdVideoDecodeAV1ReferenceInfo.SavedOrderHints
(BytePtr value) VkPhysicalDeviceScalarBlockLayoutFeatures.scalarBlockLayout
(int value) VkPhysicalDeviceVulkan12Features.scalarBlockLayout
(int value) StdVideoH264ScalingLists.scaling_list_present_mask
(short value) StdVideoH265ScalingLists.ScalingList16x16
(BytePtr value) StdVideoH265ScalingLists.ScalingList32x32
(BytePtr value) StdVideoH264ScalingLists.ScalingList4x4
(BytePtr value) StdVideoH265ScalingLists.ScalingList4x4
(BytePtr value) StdVideoH264ScalingLists.ScalingList8x8
(BytePtr value) StdVideoH265ScalingLists.ScalingList8x8
(BytePtr value) StdVideoH265ScalingLists.ScalingListDCCoef16x16
(BytePtr value) StdVideoH265ScalingLists.ScalingListDCCoef32x32
(BytePtr value) VkPhysicalDeviceSchedulingControlsFeaturesARM.schedulingControls
(int value) VkPhysicalDeviceExternalMemorySciBufFeaturesNV.sciBufExport
(int value) VkPhysicalDeviceExternalMemorySciBufFeaturesNV.sciBufImport
(int value) VkPipelineViewportStateCreateInfo.scissorCount
(int value) VkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncExport
(int value) VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncExport
(int value) VkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncFence
(int value) VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncFence
(int value) VkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncImport
(int value) VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncImport
(int value) VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncSemaphore
(int value) VkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncSemaphore2
(int value) VkBuildPartitionedAccelerationStructureInfoNV.scratchData
(long value) VkClusterAccelerationStructureCommandsInfoNV.scratchData
(long value) VkShaderResourceUsageAMD.scratchMemUsageInBytes
(long value) VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.screenBufferImport
(int value) VkScreenBufferFormatPropertiesQNX.screenUsage
(long value) VkPhysicalDeviceCubicWeightsFeaturesQCOM.selectableCubicWeights
(int value) VkSemaphoreWaitInfo.semaphoreCount
(int value) VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.semaphoreSciSyncPoolRequestCount
(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.separateDepthStencilAttachmentAccess
(int value) VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.separateDepthStencilLayouts
(int value) VkPhysicalDeviceVulkan12Features.separateDepthStencilLayouts
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.separateStencilMaskRef
(int value) StdVideoAV1SequenceHeader.seq_force_integer_mv
(byte value) StdVideoAV1SequenceHeader.seq_force_screen_content_tools
(byte value) StdVideoEncodeAV1OperatingPointInfo.seq_level_idx
(byte value) StdVideoDecodeH264PictureInfo.seq_parameter_set_id
(byte value) StdVideoEncodeH264PictureInfo.seq_parameter_set_id
(byte value) StdVideoH264PictureParameterSet.seq_parameter_set_id
(byte value) StdVideoH264SequenceParameterSet.seq_parameter_set_id
(byte value) StdVideoEncodeAV1OperatingPointInfo.seq_tier
(byte value) VkGeneratedCommandsInfoEXT.sequenceCountAddress
(long value) VkGeneratedCommandsInfoNV.sequencesCount
(int value) VkGeneratedCommandsInfoNV.sequencesCountOffset
(long value) VkGeneratedCommandsInfoNV.sequencesIndexOffset
(long value) VkBindDescriptorBufferEmbeddedSamplersInfoEXT.set
(int value) VkDescriptorUpdateTemplateCreateInfo.set
(int value) VkPushDescriptorSetInfo.set
(int value) VkPushDescriptorSetWithTemplateInfo.set
(int value) VkSetDescriptorBufferOffsetsInfoEXT.setCount
(int value) VkIndirectExecutionSetShaderLayoutInfoEXT.setLayoutCount
(int value) VkPipelineLayoutCreateInfo.setLayoutCount
(int value) VkShaderCreateInfoEXT.setLayoutCount
(int value) VkLayerSettingsCreateInfoEXT.settingCount
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.sgprAllocationGranularity
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.sgprsPerSimd
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.shaderArraysPerEngineCount
(int value) VkPhysicalDeviceShaderBfloat16FeaturesKHR.shaderBFloat16CooperativeMatrix
(int value) VkPhysicalDeviceShaderBfloat16FeaturesKHR.shaderBFloat16DotProduct
(int value) VkPhysicalDeviceShaderBfloat16FeaturesKHR.shaderBFloat16Type
(int value) VkPhysicalDeviceShaderObjectPropertiesEXT.shaderBinaryUUID
(BytePtr value) VkPhysicalDeviceShaderObjectPropertiesEXT.shaderBinaryVersion
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16Atomics
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat32AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat32AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat32Atomics
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat64AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat64AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat64Atomics
(int value) VkPhysicalDeviceShaderAtomicInt64Features.shaderBufferInt64Atomics
(int value) VkPhysicalDeviceVulkan12Features.shaderBufferInt64Atomics
(int value) VkPhysicalDeviceFeatures.shaderClipDistance
(int value) VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.shaderCoreBuiltins
(int value) VkDeviceQueueShaderCoreControlCreateInfoARM.shaderCoreCount
(int value) VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.shaderCoreCount
(int value) VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.shaderCoreMask
(long value) VkGeneratedCommandsShaderInfoEXT.shaderCount
(int value) VkIndirectExecutionSetShaderInfoEXT.shaderCount
(int value) VkPhysicalDeviceFeatures.shaderCullDistance
(int value) VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation
(int value) VkPhysicalDeviceVulkan13Features.shaderDemoteToHelperInvocation
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat16
(int value) VkPhysicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat32
(int value) VkPhysicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat64
(int value) VkPhysicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat64
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat16
(int value) VkPhysicalDeviceVulkan12Properties.shaderDenormPreserveFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat32
(int value) VkPhysicalDeviceVulkan12Properties.shaderDenormPreserveFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat64
(int value) VkPhysicalDeviceVulkan12Properties.shaderDenormPreserveFloat64
(int value) VkPhysicalDeviceShaderClockFeaturesKHR.shaderDeviceClock
(int value) VkPhysicalDeviceShaderDrawParametersFeatures.shaderDrawParameters
(int value) VkPhysicalDeviceVulkan11Features.shaderDrawParameters
(int value) VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.shaderEarlyAndLateFragmentTests
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.shaderEngineCount
(int value) VkPhysicalDeviceShaderEnqueueFeaturesAMDX.shaderEnqueue
(int value) VkPhysicalDeviceShaderExpectAssumeFeatures.shaderExpectAssume
(int value) VkPhysicalDeviceVulkan14Features.shaderExpectAssume
(int value) VkPhysicalDeviceShaderFloat16Int8Features.shaderFloat16
(int value) VkPhysicalDeviceVulkan12Features.shaderFloat16
(int value) VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.shaderFloat16VectorAtomics
(int value) VkPhysicalDeviceFeatures.shaderFloat64
(int value) VkPhysicalDeviceShaderFloatControls2Features.shaderFloatControls2
(int value) VkPhysicalDeviceVulkan14Features.shaderFloatControls2
(int value) VkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupBaseAlignment
(int value) VkPhysicalDeviceRayTracingPropertiesNV.shaderGroupBaseAlignment
(int value) VkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleAlignment
(int value) VkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleCaptureReplaySize
(int value) VkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleSize
(int value) VkPhysicalDeviceRayTracingPropertiesNV.shaderGroupHandleSize
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderImageFloat32AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderImageFloat32AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderImageFloat32Atomics
(int value) VkPhysicalDeviceFeatures.shaderImageGatherExtended
(int value) VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.shaderImageInt64Atomics
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderInputAttachmentArrayDynamicIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderInputAttachmentArrayDynamicIndexing
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderInputAttachmentArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderInputAttachmentArrayNonUniformIndexing
(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderInputAttachmentArrayNonUniformIndexingNative
(int value) VkPhysicalDeviceVulkan12Properties.shaderInputAttachmentArrayNonUniformIndexingNative
(int value) VkPhysicalDeviceFeatures.shaderInt16
(int value) VkPhysicalDeviceFeatures.shaderInt64
(int value) VkPhysicalDeviceShaderFloat16Int8Features.shaderInt8
(int value) VkPhysicalDeviceVulkan12Features.shaderInt8
(int value) VkPhysicalDeviceShaderIntegerDotProductFeatures.shaderIntegerDotProduct
(int value) VkPhysicalDeviceVulkan13Features.shaderIntegerDotProduct
(int value) VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.shaderIntegerFunctions2
(int value) VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.shaderMaximalReconvergence
(int value) VkPhysicalDeviceShaderEnqueueFeaturesAMDX.shaderMeshEnqueue
(int value) VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.shaderModuleIdentifier
(int value) VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.shaderModuleIdentifierAlgorithmUUID
(BytePtr value) VkPhysicalDeviceShaderObjectFeaturesEXT.shaderObject
(int value) VkPhysicalDeviceVulkan12Features.shaderOutputLayer
(int value) VkPhysicalDeviceVulkan12Features.shaderOutputViewportIndex
(int value) VkPhysicalDeviceShaderQuadControlFeaturesKHR.shaderQuadControl
(int value) VkPhysicalDeviceRawAccessChainsFeaturesNV.shaderRawAccessChains
(int value) VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.shaderRelaxedExtendedInstruction
(int value) VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.shaderReplicatedComposites
(int value) VkPhysicalDeviceFeatures.shaderResourceMinLod
(int value) VkPhysicalDeviceFeatures.shaderResourceResidency
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat16
(int value) VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTEFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat32
(int value) VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTEFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat64
(int value) VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTEFloat64
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat16
(int value) VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTZFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat32
(int value) VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTZFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat64
(int value) VkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTZFloat64
(int value) VkPhysicalDeviceFeatures.shaderSampledImageArrayDynamicIndexing
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderSampledImageArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderSampledImageArrayNonUniformIndexing
(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderSampledImageArrayNonUniformIndexingNative
(int value) VkPhysicalDeviceVulkan12Properties.shaderSampledImageArrayNonUniformIndexingNative
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.shaderSampleRateInterpolationFunctions
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16Atomics
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat32AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat32AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat32Atomics
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat64AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat64AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat64Atomics
(int value) VkPhysicalDeviceShaderAtomicInt64Features.shaderSharedInt64Atomics
(int value) VkPhysicalDeviceVulkan12Features.shaderSharedInt64Atomics
(int value) VkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat16
(int value) VkPhysicalDeviceVulkan12Properties.shaderSignedZeroInfNanPreserveFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat32
(int value) VkPhysicalDeviceVulkan12Properties.shaderSignedZeroInfNanPreserveFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat64
(int value) VkPhysicalDeviceVulkan12Properties.shaderSignedZeroInfNanPreserveFloat64
(int value) VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.shaderSMBuiltins
(int value) VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.shaderSMCount
(int value) VkPhysicalDeviceFeatures.shaderStorageBufferArrayDynamicIndexing
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderStorageBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderStorageBufferArrayNonUniformIndexingNative
(int value) VkPhysicalDeviceVulkan12Properties.shaderStorageBufferArrayNonUniformIndexingNative
(int value) VkPhysicalDeviceFeatures.shaderStorageImageArrayDynamicIndexing
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageImageArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderStorageImageArrayNonUniformIndexing
(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderStorageImageArrayNonUniformIndexingNative
(int value) VkPhysicalDeviceVulkan12Properties.shaderStorageImageArrayNonUniformIndexingNative
(int value) VkPhysicalDeviceFeatures.shaderStorageImageExtendedFormats
(int value) VkPhysicalDeviceFeatures.shaderStorageImageMultisample
(int value) VkPhysicalDeviceFeatures.shaderStorageImageReadWithoutFormat
(int value) VkPhysicalDeviceFeatures.shaderStorageImageWriteWithoutFormat
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageTexelBufferArrayDynamicIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderStorageTexelBufferArrayDynamicIndexing
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageTexelBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderStorageTexelBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceShaderClockFeaturesKHR.shaderSubgroupClock
(int value) VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.shaderSubgroupExtendedTypes
(int value) VkPhysicalDeviceVulkan12Features.shaderSubgroupExtendedTypes
(int value) VkPhysicalDeviceShaderSubgroupRotateFeatures.shaderSubgroupRotate
(int value) VkPhysicalDeviceVulkan14Features.shaderSubgroupRotate
(int value) VkPhysicalDeviceShaderSubgroupRotateFeatures.shaderSubgroupRotateClustered
(int value) VkPhysicalDeviceVulkan14Features.shaderSubgroupRotateClustered
(int value) VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.shaderSubgroupUniformControlFlow
(int value) VkPhysicalDeviceShaderTerminateInvocationFeatures.shaderTerminateInvocation
(int value) VkPhysicalDeviceVulkan13Features.shaderTerminateInvocation
(int value) VkPhysicalDeviceFeatures.shaderTessellationAndGeometryPointSize
(int value) VkPhysicalDeviceShaderTileImagePropertiesEXT.shaderTileImageCoherentReadAccelerated
(int value) VkPhysicalDeviceShaderTileImageFeaturesEXT.shaderTileImageColorReadAccess
(int value) VkPhysicalDeviceShaderTileImageFeaturesEXT.shaderTileImageDepthReadAccess
(int value) VkPhysicalDeviceShaderTileImagePropertiesEXT.shaderTileImageReadFromHelperInvocation
(int value) VkPhysicalDeviceShaderTileImagePropertiesEXT.shaderTileImageReadSampleFromPixelRateInvocation
(int value) VkPhysicalDeviceShaderTileImageFeaturesEXT.shaderTileImageStencilReadAccess
(int value) VkPhysicalDeviceFeatures.shaderUniformBufferArrayDynamicIndexing
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderUniformBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderUniformBufferArrayNonUniformIndexingNative
(int value) VkPhysicalDeviceVulkan12Properties.shaderUniformBufferArrayNonUniformIndexingNative
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformTexelBufferArrayDynamicIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderUniformTexelBufferArrayDynamicIndexing
(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformTexelBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderUniformTexelBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.shaderWarpsPerCore
(int value) VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.shaderWarpsPerSM
(int value) VkPhysicalDeviceVulkan13Features.shaderZeroInitializeWorkgroupMemory
(int value) VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.shaderZeroInitializeWorkgroupMemory
(int value) VkPhysicalDeviceShadingRateImageFeaturesNV.shadingRateCoarseSampleOrder
(int value) VkPhysicalDeviceShadingRateImageFeaturesNV.shadingRateImage
(int value) VkPipelineViewportShadingRateImageStateCreateInfoNV.shadingRateImageEnable
(int value) VkPhysicalDeviceShadingRateImagePropertiesNV.shadingRateMaxCoarseSamples
(int value) VkShadingRatePaletteNV.shadingRatePaletteEntryCount
(int value) VkPhysicalDeviceShadingRateImagePropertiesNV.shadingRatePaletteSize
(int value) VkCudaLaunchInfoNV.sharedMemBytes
(int value) VkCuLaunchInfoNVX.sharedMemBytes
(int value) StdVideoEncodeH265PictureInfo.short_term_ref_pic_set_idx
(byte value) VkBindSparseInfo.signalSemaphoreCount
(int value) VkDeviceGroupSubmitInfo.signalSemaphoreCount
(int value) VkSubmitInfo.signalSemaphoreCount
(int value) VkSubmitInfo2.signalSemaphoreInfoCount
(int value) VkTimelineSemaphoreSubmitInfo.signalSemaphoreValueCount
(int value) VkD3D12FenceSubmitInfoKHR.signalSemaphoreValuesCount
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.simdPerComputeUnit
(int value) VkLatencyTimingsFrameReportNV.simEndTimeUs
(long value) VkLatencyTimingsFrameReportNV.simStartTimeUs
(long value) VkVideoEncodeAV1CapabilitiesKHR.singleReferenceNameMask
(int value) VkAccelerationStructureCreateInfoKHR.size
(long value) VkBindIndexBufferIndirectCommandEXT.size
(int value) VkBindIndexBufferIndirectCommandNV.size
(int value) VkBindVertexBufferIndirectCommandEXT.size
(int value) VkBindVertexBufferIndirectCommandNV.size
(int value) VkBufferCopy.size
(long value) VkBufferCopy2.size
(long value) VkBufferCreateInfo.size
(long value) VkBufferMemoryBarrier.size
(long value) VkBufferMemoryBarrier2.size
(long value) VkComputePipelineIndirectBufferInfoNV.size
(long value) VkCopyMemoryIndirectCommandNV.size
(long value) VkDeviceAddressBindingCallbackDataEXT.size
(long value) VkDeviceMemoryReportCallbackDataEXT.size
(long value) VkImageViewAddressPropertiesNVX.size
(long value) VkMappedMemoryRange.size
(long value) VkMemoryHeap.size
(long value) VkMemoryMapInfo.size
(long value) VkMemoryRequirements.size
(long value) VkMicromapCreateInfoEXT.size
(long value) VkOpticalFlowSessionCreatePrivateDataInfoNV.size
(int value) VkPushConstantRange.size
(int value) VkPushConstantsInfo.size
(int value) VkSparseMemoryBind.size
(long value) VkSpecializationMapEntry.size
(long value) VkStridedDeviceAddressRegionKHR.size
(long value) VkSubresourceHostMemcpySize.size
(long value) VkSubresourceLayout.size
(long value) VkTileMemoryRequirementsQCOM.size
(long value) VkTileMemorySizeInfoQCOM.size
(long value) VkExecutionGraphPipelineScratchSizeAMDX.sizeGranularity
(long value) StdVideoDecodeAV1PictureInfo.SkipModeFrame
(BytePtr value) StdVideoEncodeH265SliceSegmentHeader.slice_segment_address
(int value) VkImageViewSlicedCreateInfoEXT.sliceCount
(int value) VkVideoDecodeH264PictureInfoKHR.sliceCount
(int value) VkImageViewSlicedCreateInfoEXT.sliceOffset
(int value) VkVideoDecodeH265PictureInfoKHR.sliceSegmentCount
(int value) VkPhysicalDeviceLineRasterizationFeatures.smoothLines
(int value) VkPhysicalDeviceVulkan14Features.smoothLines
(int value) VkPhysicalDeviceLimits.sparseAddressSpaceSize
(long value) VkPhysicalDeviceFeatures.sparseBinding
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.sparseImageFloat32AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.sparseImageFloat32AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.sparseImageFloat32Atomics
(int value) VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.sparseImageInt64Atomics
(int value) VkPhysicalDeviceFeatures.sparseResidency16Samples
(int value) VkPhysicalDeviceFeatures.sparseResidency2Samples
(int value) VkPhysicalDeviceFeatures.sparseResidency4Samples
(int value) VkPhysicalDeviceFeatures.sparseResidency8Samples
(int value) VkPhysicalDeviceFeatures.sparseResidencyAliased
(int value) VkPhysicalDeviceFeatures.sparseResidencyBuffer
(int value) VkPhysicalDeviceFeatures.sparseResidencyImage2D
(int value) VkPhysicalDeviceFeatures.sparseResidencyImage3D
(int value) StdVideoEncodeAV1ExtensionHeader.spatial_id
(byte value) VkExtensionProperties.specVersion
(int value) VkLayerProperties.specVersion
(int value) VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.spheres
(int value) VkBindImageMemoryDeviceGroupInfo.splitInstanceBindRegionCount
(int value) StdVideoH265SequenceParameterSet.sps_max_sub_layers_minus1
(byte value) StdVideoH265SequenceParameterSet.sps_num_palette_predictor_initializers_minus1
(byte value) StdVideoH265SequenceParameterSet.sps_seq_parameter_set_id
(byte value) StdVideoDecodeH265PictureInfo.sps_video_parameter_set_id
(byte value) StdVideoEncodeH265PictureInfo.sps_video_parameter_set_id
(byte value) StdVideoH265PictureParameterSet.sps_video_parameter_set_id
(byte value) StdVideoH265SequenceParameterSet.sps_video_parameter_set_id
(byte value) VkClusterAccelerationStructureMoveObjectsInfoNV.srcAccelerationStructure
(long value) VkBuildPartitionedAccelerationStructureInfoNV.srcAccelerationStructureData
(long value) VkCopyMemoryIndirectCommandNV.srcAddress
(long value) VkCopyMemoryToImageIndirectCommandNV.srcAddress
(long value) VkDecompressMemoryRegionNV.srcAddress
(long value) VkCopyDescriptorSet.srcArrayElement
(int value) VkCopyDescriptorSet.srcBinding
(int value) VkVideoDecodeInfoKHR.srcBufferOffset
(long value) VkVideoDecodeInfoKHR.srcBufferRange
(long value) VkBuildPartitionedAccelerationStructureInfoNV.srcInfos
(long value) VkBuildPartitionedAccelerationStructureInfoNV.srcInfosCount
(long value) VkClusterAccelerationStructureCommandsInfoNV.srcInfosCount
(long value) VkBufferCopy.srcOffset
(long value) VkBufferCopy2.srcOffset
(long value) VkColorBlendAdvancedEXT.srcPremultiplied
(int value) VkPipelineColorBlendAdvancedStateCreateInfoEXT.srcPremultiplied
(int value) VkBufferMemoryBarrier.srcQueueFamilyIndex
(int value) VkBufferMemoryBarrier2.srcQueueFamilyIndex
(int value) VkImageMemoryBarrier.srcQueueFamilyIndex
(int value) VkImageMemoryBarrier2.srcQueueFamilyIndex
(int value) VkConvertCooperativeVectorMatrixInfoNV.srcSize
(long value) VkConvertCooperativeVectorMatrixInfoNV.srcStride
(long value) VkSubpassDependency.srcSubpass
(int value) VkSubpassDependency2.srcSubpass
(int value) VkSamplerBorderColorComponentMappingCreateInfoEXT.srgb
(int value) VkExecutionGraphPipelineCreateInfoAMDX.stageCount
(int value) VkGraphicsPipelineCreateInfo.stageCount
(int value) VkGraphicsShaderGroupCreateInfoNV.stageCount
(int value) VkRayTracingPipelineCreateInfoKHR.stageCount
(int value) VkRayTracingPipelineCreateInfoNV.stageCount
(int value) VkPhysicalDeviceLimits.standardSampleLocations
(int value) VkStridedDeviceAddressNV.startAddress
(long value) VkVideoEncodeAV1SessionParametersCreateInfoKHR.stdOperatingPointCount
(int value) VkVideoDecodeH264SessionParametersAddInfoKHR.stdPPSCount
(int value) VkVideoDecodeH265SessionParametersAddInfoKHR.stdPPSCount
(int value) VkVideoEncodeH264SessionParametersAddInfoKHR.stdPPSCount
(int value) VkVideoEncodeH265SessionParametersAddInfoKHR.stdPPSCount
(int value) VkVideoEncodeH264SessionParametersGetInfoKHR.stdPPSId
(int value) VkVideoEncodeH265SessionParametersGetInfoKHR.stdPPSId
(int value) VkVideoDecodeH264SessionParametersAddInfoKHR.stdSPSCount
(int value) VkVideoDecodeH265SessionParametersAddInfoKHR.stdSPSCount
(int value) VkVideoEncodeH264SessionParametersAddInfoKHR.stdSPSCount
(int value) VkVideoEncodeH265SessionParametersAddInfoKHR.stdSPSCount
(int value) VkVideoEncodeH264SessionParametersGetInfoKHR.stdSPSId
(int value) VkVideoEncodeH265SessionParametersGetInfoKHR.stdSPSId
(int value) VkVideoDecodeH265SessionParametersAddInfoKHR.stdVPSCount
(int value) VkVideoEncodeH265SessionParametersAddInfoKHR.stdVPSCount
(int value) VkVideoEncodeH265SessionParametersGetInfoKHR.stdVPSId
(int value) VkClearDepthStencilValue.stencil
(int value) VkPipelineDepthStencilStateCreateInfo.stencilTestEnable
(int value) VkPhysicalDeviceLineRasterizationFeatures.stippledBresenhamLines
(int value) VkPhysicalDeviceVulkan14Features.stippledBresenhamLines
(int value) VkPipelineRasterizationLineStateCreateInfo.stippledLineEnable
(int value) VkPhysicalDeviceLineRasterizationFeatures.stippledRectangularLines
(int value) VkPhysicalDeviceVulkan14Features.stippledRectangularLines
(int value) VkPhysicalDeviceLineRasterizationFeatures.stippledSmoothLines
(int value) VkPhysicalDeviceVulkan14Features.stippledSmoothLines
(int value) VkPhysicalDevice16BitStorageFeatures.storageBuffer16BitAccess
(int value) VkPhysicalDeviceVulkan11Features.storageBuffer16BitAccess
(int value) VkPhysicalDevice8BitStorageFeatures.storageBuffer8BitAccess
(int value) VkPhysicalDeviceVulkan12Features.storageBuffer8BitAccess
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.storageBufferDescriptorSize
(long value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.storageImageDescriptorSize
(long value) VkPhysicalDevice16BitStorageFeatures.storageInputOutput16
(int value) VkPhysicalDeviceVulkan11Features.storageInputOutput16
(int value) VkPhysicalDevice16BitStorageFeatures.storagePushConstant16
(int value) VkPhysicalDeviceVulkan11Features.storagePushConstant16
(int value) VkPhysicalDevice8BitStorageFeatures.storagePushConstant8
(int value) VkPhysicalDeviceVulkan12Features.storagePushConstant8
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.storageTexelBufferDescriptorSize
(long value) VkPhysicalDeviceTexelBufferAlignmentProperties.storageTexelBufferOffsetAlignmentBytes
(long value) VkPhysicalDeviceVulkan13Properties.storageTexelBufferOffsetAlignmentBytes
(long value) VkPhysicalDeviceTexelBufferAlignmentProperties.storageTexelBufferOffsetSingleTexelAlignment
(int value) VkPhysicalDeviceVulkan13Properties.storageTexelBufferOffsetSingleTexelAlignment
(int value) VkIndirectCommandsLayoutTokenNV.stream
(int value) VkGeneratedCommandsInfoNV.streamCount
(int value) VkIndirectCommandsLayoutCreateInfoNV.streamCount
(int value) VkStreamDescriptorSurfaceCreateInfoGGP.streamDescriptor
(int value) VkPhysicalDeviceLimits.strictLines
(int value) VkAccelerationStructureGeometryAabbsDataKHR.stride
(long value) VkBindVertexBufferIndirectCommandEXT.stride
(int value) VkBindVertexBufferIndirectCommandNV.stride
(int value) VkDescriptorUpdateTemplateEntry.stride
(long value) VkDispatchGraphCountInfoAMDX.stride
(long value) VkDrawIndirectCountIndirectCommandEXT.stride
(int value) VkGeometryAABBNV.stride
(int value) VkStridedDeviceAddressRegionKHR.stride
(long value) VkVertexInputBindingDescription.stride
(int value) VkVertexInputBindingDescription2EXT.stride
(int value) VkStridedDeviceAddressNV.strideInBytes
(long value) VkRenderPassStripeBeginInfoARM.stripeInfoCount
(int value) VkRenderPassStripeSubmitInfoARM.stripeSemaphoreInfoCount
(int value) VkMicromapTriangleEXT.subdivisionLevel
(short value) VkMicromapUsageEXT.subdivisionLevel
(int value) VkPhysicalDeviceVulkan12Features.subgroupBroadcastDynamicId
(int value) VkPhysicalDeviceVulkan11Properties.subgroupQuadOperationsInAllStages
(int value) VkPhysicalDeviceSubgroupProperties.subgroupSize
(int value) VkPhysicalDeviceVulkan11Properties.subgroupSize
(int value) VkPipelineExecutablePropertiesKHR.subgroupSize
(int value) VkPhysicalDeviceSubgroupSizeControlFeatures.subgroupSizeControl
(int value) VkPhysicalDeviceVulkan13Features.subgroupSizeControl
(int value) VkVideoEncodeH265RateControlInfoKHR.subLayerCount
(int value) VkConformanceVersion.subminor
(byte value) VkCommandBufferInheritanceInfo.subpass
(int value) VkGraphicsPipelineCreateInfo.subpass
(int value) VkInputAttachmentAspectReference.subpass
(int value) VkSubpassShadingPipelineCreateInfoHUAWEI.subpass
(int value) VkRenderPassCreateInfo.subpassCount
(int value) VkRenderPassCreateInfo2.subpassCount
(int value) VkRenderPassMultiviewCreateInfo.subpassCount
(int value) VkSubpassSampleLocationsEXT.subpassIndex
(int value) VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.subpassMergeFeedback
(int value) VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.subpassShading
(int value) VkPhysicalDeviceLimits.subPixelInterpolationOffsetBits
(int value) VkPhysicalDeviceLimits.subPixelPrecisionBits
(int value) VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.subsampledCoarseReconstructionEarlyAccess
(int value) VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.subsampledLoads
(int value) StdVideoAV1ColorConfig.subsampling_x
(byte value) StdVideoAV1ColorConfig.subsampling_y
(byte value) VkPhysicalDeviceGroupProperties.subsetAllocation
(int value) VkPhysicalDeviceLimits.subTexelPrecisionBits
(int value) VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.supersampleFragmentShadingRates
(int value) VkDescriptorSetLayoutSupport.supported
(int value) VkPhysicalDeviceImageAlignmentControlPropertiesMESA.supportedImageAlignmentMask
(int value) VkPhysicalDeviceVertexAttributeDivisorProperties.supportsNonZeroFirstInstance
(int value) VkPhysicalDeviceVulkan14Properties.supportsNonZeroFirstInstance
(int value) VkSurfaceProtectedCapabilitiesKHR.supportsProtected
(int value) VkTextureLODGatherFormatPropertiesAMD.supportsTextureGatherLODBiasAMD
(int value) VkAmigoProfilingSubmitInfoSEC.swapBufferTimestamp
(long value) VkDeviceGroupPresentInfoKHR.swapchainCount
(int value) VkPresentIdKHR.swapchainCount
(int value) VkPresentInfoKHR.swapchainCount
(int value) VkPresentRegionsKHR.swapchainCount
(int value) VkPresentTimesInfoGOOGLE.swapchainCount
(int value) VkSwapchainPresentFenceInfoEXT.swapchainCount
(int value) VkSwapchainPresentModeInfoEXT.swapchainCount
(int value) VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.swapchainMaintenance1
(int value) VkPhysicalDeviceSynchronization2Features.synchronization2
(int value) VkPhysicalDeviceVulkan13Features.synchronization2
(int value) VkBufferCollectionPropertiesFUCHSIA.sysmemPixelFormat
(long value) VkImageFormatConstraintsInfoFUCHSIA.sysmemPixelFormat
(long value) VkDebugMarkerObjectTagInfoEXT.tagName
(long value) VkDebugUtilsObjectTagInfoEXT.tagName
(long value) VkFrameBoundaryEXT.tagName
(long value) VkDebugMarkerObjectTagInfoEXT.tagSize
(long value) VkDebugUtilsObjectTagInfoEXT.tagSize
(long value) VkFrameBoundaryEXT.tagSize
(long value) VkDrawMeshTasksIndirectCommandNV.taskCount
(int value) VkPhysicalDeviceMeshShaderFeaturesEXT.taskShader
(int value) VkPhysicalDeviceMeshShaderFeaturesNV.taskShader
(int value) StdVideoEncodeAV1ExtensionHeader.temporal_id
(byte value) StdVideoEncodeH264PictureInfo.temporal_id
(byte value) StdVideoEncodeH264ReferenceInfo.temporal_id
(byte value) StdVideoEncodeH265PictureInfo.TemporalId
(byte value) StdVideoEncodeH265ReferenceInfo.TemporalId
(byte value) VkVideoEncodeAV1RateControlInfoKHR.temporalLayerCount
(int value) VkVideoEncodeH264RateControlInfoKHR.temporalLayerCount
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.tessellationIsolines
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.tessellationPointMode
(int value) VkPhysicalDeviceFeatures.tessellationShader
(int value) VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.texelBufferAlignment
(int value) VkPhysicalDeviceShaderCorePropertiesARM.texelRate
(int value) VkPhysicalDeviceImageProcessingFeaturesQCOM.textureBlockMatch
(int value) VkPhysicalDeviceImageProcessing2FeaturesQCOM.textureBlockMatch2
(int value) VkPhysicalDeviceImageProcessingFeaturesQCOM.textureBoxFilter
(int value) VkPhysicalDeviceTextureCompressionASTCHDRFeatures.textureCompressionASTC_HDR
(int value) VkPhysicalDeviceVulkan13Features.textureCompressionASTC_HDR
(int value) VkPhysicalDeviceFeatures.textureCompressionASTC_LDR
(int value) VkPhysicalDeviceFeatures.textureCompressionBC
(int value) VkPhysicalDeviceFeatures.textureCompressionETC2
(int value) VkPhysicalDeviceImageProcessingFeaturesQCOM.textureSampleWeighted
(int value) StdVideoH265HrdParameters.tick_divisor_minus2
(byte value) StdVideoAV1TileInfo.tile_size_bytes_minus_1
(byte value) VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.tileBufferTransfers
(int value) StdVideoAV1TileInfo.TileCols
(byte value) VkVideoDecodeAV1PictureInfoKHR.tileCount
(int value) VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.tileMemoryHeap
(int value) VkPhysicalDeviceTilePropertiesFeaturesQCOM.tileProperties
(int value) StdVideoAV1TileInfo.TileRows
(byte value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShading
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingAnisotropicApron
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingApron
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingAtomicOps
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingColorAttachments
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingDepthAttachments
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingDispatchTile
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingFragmentStage
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingImageProcessing
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingInputAttachments
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingPerTileDispatch
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingPerTileDraw
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingSampledAttachments
(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingStencilAttachments
(int value) StdVideoH264HrdParameters.time_offset_length
(int value) StdVideoAV1TimingInfo.time_scale
(int value) StdVideoH264SequenceParameterSetVui.time_scale
(int value) VkPhysicalDeviceTimelineSemaphoreFeatures.timelineSemaphore
(int value) VkPhysicalDeviceVulkan12Features.timelineSemaphore
(int value) VkAcquireNextImageInfoKHR.timeout
(long value) VkAcquireProfilingLockInfoKHR.timeout
(long value) VkPhysicalDeviceLimits.timestampComputeAndGraphics
(int value) VkQueueFamilyProperties.timestampValidBits
(int value) VkGetLatencyMarkerInfoNV.timingCount
(int value) VkIndirectCommandsLayoutCreateInfoEXT.tokenCount
(int value) VkIndirectCommandsLayoutCreateInfoNV.tokenCount
(int value) StdVideoH264SequenceParameterSetVui.transfer_characteristics
(byte value) StdVideoH265SequenceParameterSetVui.transfer_characteristics
(byte value) VkPhysicalDeviceTransformFeedbackFeaturesEXT.transformFeedback
(int value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackDraw
(int value) VkPhysicalDeviceProvokingVertexFeaturesEXT.transformFeedbackPreservesProvokingVertex
(int value) VkPhysicalDeviceProvokingVertexPropertiesEXT.transformFeedbackPreservesTriangleFanProvokingVertex
(int value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackQueries
(int value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackRasterizationStreamSelect
(int value) VkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackStreamsLinesTriangles
(int value) VkAccelerationStructureBuildRangeInfoKHR.transformOffset
(int value) VkGeometryTrianglesNV.transformOffset
(long value) VkCooperativeVectorPropertiesNV.transpose
(int value) VkMicromapBuildInfoEXT.triangleArrayStride
(long value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.triangleCount
(int value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.triangleCount
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.triangleFans
(int value) VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.triStripVertexOrderIndependentOfProvokingVertex
(int value) VkPipelineExecutableStatisticValueKHR.u64
(long value) VkPerformanceCounterResultKHR.uint32
(int value) VkPerformanceCounterResultKHR.uint64
(long value) VkVideoEncodeAV1CapabilitiesKHR.unidirectionalCompoundReferenceNameMask
(int value) VkPhysicalDevice16BitStorageFeatures.uniformAndStorageBuffer16BitAccess
(int value) VkPhysicalDeviceVulkan11Features.uniformAndStorageBuffer16BitAccess
(int value) VkPhysicalDevice8BitStorageFeatures.uniformAndStorageBuffer8BitAccess
(int value) VkPhysicalDeviceVulkan12Features.uniformAndStorageBuffer8BitAccess
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.uniformBufferDescriptorSize
(long value) VkPhysicalDeviceUniformBufferStandardLayoutFeatures.uniformBufferStandardLayout
(int value) VkPhysicalDeviceVulkan12Features.uniformBufferStandardLayout
(int value) VkPhysicalDeviceDescriptorBufferPropertiesEXT.uniformTexelBufferDescriptorSize
(long value) VkPhysicalDeviceTexelBufferAlignmentProperties.uniformTexelBufferOffsetAlignmentBytes
(long value) VkPhysicalDeviceVulkan13Properties.uniformTexelBufferOffsetAlignmentBytes
(long value) VkPhysicalDeviceTexelBufferAlignmentProperties.uniformTexelBufferOffsetSingleTexelAlignment
(int value) VkPhysicalDeviceVulkan13Properties.uniformTexelBufferOffsetSingleTexelAlignment
(int value) VkSamplerCreateInfo.unnormalizedCoordinates
(int value) StdVideoAV1LoopFilter.update_mode_delta
(byte value) StdVideoAV1LoopFilter.update_ref_delta
(byte value) VkAccelerationStructureBuildSizesInfoKHR.updateScratchSize
(long value) VkVideoSessionParametersUpdateInfoKHR.updateSequenceCount
(int value) VkAccelerationStructureTrianglesDisplacementMicromapNV.usageCountsCount
(int value) VkAccelerationStructureTrianglesOpacityMicromapEXT.usageCountsCount
(int value) VkMicromapBuildInfoEXT.usageCountsCount
(int value) StdVideoH264ScalingLists.use_default_scaling_matrix_mask
(short value) StdVideoH265ShortTermRefPicSet.use_delta_flag
(short value) VkCuModuleTexturingModeCreateInfoNVX.use64bitTexturing
(int value) StdVideoH265ShortTermRefPicSet.used_by_curr_pic_flag
(short value) StdVideoEncodeH265LongTermRefPics.used_by_curr_pic_lt_flag
(short value) StdVideoH265LongTermRefPicsSps.used_by_curr_pic_lt_sps_flag
(int value) StdVideoH265ShortTermRefPicSet.used_by_curr_pic_s0_flag
(short value) StdVideoH265ShortTermRefPicSet.used_by_curr_pic_s1_flag
(short value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.useGopRemainingFrames
(int value) VkVideoEncodeH264GopRemainingFrameInfoKHR.useGopRemainingFrames
(int value) VkVideoEncodeH265GopRemainingFrameInfoKHR.useGopRemainingFrames
(int value) VkVideoEncodeAV1RateControlLayerInfoKHR.useMaxFrameSize
(int value) VkVideoEncodeH264RateControlLayerInfoKHR.useMaxFrameSize
(int value) VkVideoEncodeH265RateControlLayerInfoKHR.useMaxFrameSize
(int value) VkVideoEncodeAV1SessionCreateInfoKHR.useMaxLevel
(int value) VkVideoEncodeH264SessionCreateInfoKHR.useMaxLevelIdc
(int value) VkVideoEncodeH265SessionCreateInfoKHR.useMaxLevelIdc
(int value) VkVideoEncodeAV1RateControlLayerInfoKHR.useMaxQIndex
(int value) VkVideoEncodeH264RateControlLayerInfoKHR.useMaxQp
(int value) VkVideoEncodeH265RateControlLayerInfoKHR.useMaxQp
(int value) VkVideoEncodeAV1RateControlLayerInfoKHR.useMinQIndex
(int value) VkVideoEncodeH264RateControlLayerInfoKHR.useMinQp
(int value) VkVideoEncodeH265RateControlLayerInfoKHR.useMinQp
(int value) VkApplicationParametersEXT.value
(long value) VkLatencySleepInfoNV.value
(long value) VkSemaphoreSignalInfo.value
(long value) VkSemaphoreSubmitInfo.value
(long value) VkPerformanceValueDataINTEL.value32
(int value) VkPerformanceValueDataINTEL.value64
(long value) VkPerformanceValueDataINTEL.valueBool
(int value) VkLayerSettingEXT.valueCount
(int value) VkPhysicalDeviceFeatures.variableMultisampleRate
(int value) VkPhysicalDeviceVariablePointersFeatures.variablePointers
(int value) VkPhysicalDeviceVulkan11Features.variablePointers
(int value) VkPhysicalDeviceVariablePointersFeatures.variablePointersStorageBuffer
(int value) VkPhysicalDeviceVulkan11Features.variablePointersStorageBuffer
(int value) VkPhysicalDeviceSampleLocationsPropertiesEXT.variableSampleLocations
(int value) VkDeviceFaultCountsEXT.vendorBinarySize
(long value) VkDeviceFaultVendorInfoEXT.vendorFaultCode
(long value) VkDeviceFaultVendorInfoEXT.vendorFaultData
(long value) VkApplicationParametersEXT.vendorID
(int value) VkDeviceFaultVendorBinaryHeaderVersionOneEXT.vendorID
(int value) VkPhysicalDeviceLayeredApiPropertiesKHR.vendorID
(int value) VkPhysicalDeviceProperties.vendorID
(int value) VkPipelineCacheHeaderVersionOne.vendorID
(int value) VkDeviceFaultCountsEXT.vendorInfoCount
(int value) VkPhysicalDevicePortabilitySubsetFeaturesKHR.vertexAttributeAccessBeyondStride
(int value) VkPipelineVertexInputStateCreateInfo.vertexAttributeDescriptionCount
(int value) VkPhysicalDeviceVertexAttributeDivisorFeatures.vertexAttributeInstanceRateDivisor
(int value) VkPhysicalDeviceVulkan14Features.vertexAttributeInstanceRateDivisor
(int value) VkPhysicalDeviceVertexAttributeDivisorFeatures.vertexAttributeInstanceRateZeroDivisor
(int value) VkPhysicalDeviceVulkan14Features.vertexAttributeInstanceRateZeroDivisor
(int value) VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.vertexAttributeRobustness
(int value) VkPipelineVertexInputStateCreateInfo.vertexBindingDescriptionCount
(int value) VkPipelineVertexInputDivisorStateCreateInfo.vertexBindingDivisorCount
(int value) VkIndirectCommandsLayoutTokenNV.vertexBindingUnit
(int value) VkIndirectCommandsVertexBufferTokenEXT.vertexBindingUnit
(int value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.vertexBuffer
(long value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.vertexBuffer
(long value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.vertexBufferStride
(short value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.vertexBufferStride
(short value) VkClusterAccelerationStructureBuildTriangleClusterInfoNV.vertexCount
(int value) VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.vertexCount
(int value) VkDrawIndirectCommand.vertexCount
(int value) VkGeometryTrianglesNV.vertexCount
(int value) VkMultiDrawInfoEXT.vertexCount
(int value) VkIndirectCommandsLayoutTokenNV.vertexDynamicStride
(int value) VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.vertexInputDynamicState
(int value) VkGeometryTrianglesNV.vertexOffset
(long value) VkPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics
(int value) VkAccelerationStructureGeometryLinearSweptSpheresDataNV.vertexStride
(long value) VkAccelerationStructureGeometrySpheresDataNV.vertexStride
(long value) VkAccelerationStructureGeometryTrianglesDataKHR.vertexStride
(long value) VkGeometryTrianglesNV.vertexStride
(long value) VkPhysicalDeviceShaderCorePropertiesAMD.vgprAllocationGranularity
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.vgprsPerSimd
(int value) StdVideoH264SequenceParameterSetVui.video_format
(byte value) StdVideoH265SequenceParameterSetVui.video_format
(byte value) VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.videoEncodeAV1
(int value) VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.videoEncodeQuantizationMap
(int value) VkPhysicalDeviceVideoMaintenance1FeaturesKHR.videoMaintenance1
(int value) VkPhysicalDeviceVideoMaintenance2FeaturesKHR.videoMaintenance2
(int value) VkFramebufferAttachmentImageInfo.viewFormatCount
(int value) VkImageFormatListCreateInfo.viewFormatCount
(int value) VkCommandBufferInheritanceRenderingInfo.viewMask
(int value) VkPipelineRenderingCreateInfo.viewMask
(int value) VkRenderingAreaInfo.viewMask
(int value) VkRenderingInfo.viewMask
(int value) VkSubpassDescription2.viewMask
(int value) VkPipelineViewportShadingRateImageStateCreateInfoNV.viewportCount
(int value) VkPipelineViewportStateCreateInfo.viewportCount
(int value) VkPipelineViewportSwizzleStateCreateInfoNV.viewportCount
(int value) VkPipelineViewportWScalingStateCreateInfoNV.viewportCount
(int value) VkCommandBufferInheritanceViewportScissorInfoNV.viewportDepthCount
(int value) VkCommandBufferInheritanceViewportScissorInfoNV.viewportScissor2D
(int value) VkPhysicalDeviceLimits.viewportSubPixelBits
(int value) VkPipelineViewportWScalingStateCreateInfoNV.viewportWScalingEnable
(int value) VkVideoEncodeRateControlInfoKHR.virtualBufferSizeInMs
(int value) StdVideoH265VideoParameterSet.vps_max_sub_layers_minus1
(byte value) StdVideoH265VideoParameterSet.vps_num_ticks_poc_diff_one_minus1
(int value) StdVideoH265VideoParameterSet.vps_num_units_in_tick
(int value) StdVideoH265VideoParameterSet.vps_time_scale
(int value) StdVideoH265VideoParameterSet.vps_video_parameter_set_id
(byte value) StdVideoH265SequenceParameterSetVui.vui_num_ticks_poc_diff_one_minus1
(int value) StdVideoH265SequenceParameterSetVui.vui_num_units_in_tick
(int value) StdVideoH265SequenceParameterSetVui.vui_time_scale
(int value) VkPhysicalDeviceVulkan12Features.vulkanMemoryModel
(int value) VkPhysicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModel
(int value) VkPhysicalDeviceVulkan12Features.vulkanMemoryModelAvailabilityVisibilityChains
(int value) VkPhysicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModelAvailabilityVisibilityChains
(int value) VkPhysicalDeviceVulkan12Features.vulkanMemoryModelDeviceScope
(int value) VkPhysicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModelDeviceScope
(int value) VkBindSparseInfo.waitSemaphoreCount
(int value) VkDeviceGroupSubmitInfo.waitSemaphoreCount
(int value) VkPresentInfoKHR.waitSemaphoreCount
(int value) VkSubmitInfo.waitSemaphoreCount
(int value) VkSubmitInfo2.waitSemaphoreInfoCount
(int value) VkTimelineSemaphoreSubmitInfo.waitSemaphoreValueCount
(int value) VkD3D12FenceSubmitInfoKHR.waitSemaphoreValuesCount
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.wavefrontSize
(int value) VkPhysicalDeviceShaderCorePropertiesAMD.wavefrontsPerSimd
(int value) VkPhysicalDeviceFeatures.wideLines
(int value) VkExtent2D.width
(int value) VkExtent3D.width
(int value) VkFramebufferAttachmentImageInfo.width
(int value) VkFramebufferCreateInfo.width
(int value) VkOpticalFlowSessionCreateInfoNV.width
(int value) VkTraceRaysIndirectCommand2KHR.width
(int value) VkTraceRaysIndirectCommandKHR.width
(int value) VkXcbSurfaceCreateInfoKHR.window
(int value) VkCooperativeMatrixFlexibleDimensionsPropertiesNV.workgroupInvocations
(int value) VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayout
(int value) VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayout16BitAccess
(int value) VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayout8BitAccess
(int value) VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayoutScalarBlockLayout
(int value) VkStencilOpState.writeMask
(int value) VkVideoEncodeH264SessionParametersGetInfoKHR.writeStdPPS
(int value) VkVideoEncodeH265SessionParametersGetInfoKHR.writeStdPPS
(int value) VkVideoEncodeH264SessionParametersGetInfoKHR.writeStdSPS
(int value) VkVideoEncodeH265SessionParametersGetInfoKHR.writeStdSPS
(int value) VkVideoEncodeH265SessionParametersGetInfoKHR.writeStdVPS
(int value) VkDispatchIndirectCommand.x
(int value) VkDispatchIndirectCommand.y
(int value) VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.ycbcr2plane444Formats
(int value) VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.ycbcrDegamma
(int value) VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.ycbcrImageArrays
(int value) VkDispatchIndirectCommand.z
(int value) VkImportSemaphoreZirconHandleInfoFUCHSIA.zirconHandle
(int value)