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 intNativeLayout.UINT32_MAXstatic final longNativeLayout.UINT64_MAXMethods in club.doki7.ffm with annotations of type UnsignedModifier and TypeMethodDescriptionstatic longNativeLayout.readCSizeT(@NotNull MemorySegment segment, long offset) static intNativeLayout.readWCharT(@NotNull MemorySegment segment, long offset) Method parameters in club.doki7.ffm with annotations of type UnsignedModifier and TypeMethodDescriptionstatic voidNativeLayout.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 booleanBitfieldUtil.readBit(@NotNull MemorySegment segment, int bit) static byteBitfieldUtil.readBits(byte value, int startBit, int endBit) static intBitfieldUtil.readBits(int value, int startBit, int endBit) static shortBitfieldUtil.readBits(short value, int startBit, int endBit) static intBitfieldUtil.readBits(@NotNull MemorySegment segment, int startBit, int endBit) static byteBitfieldUtil.writeBit(byte value, int bit, boolean bitValue) static intBitfieldUtil.writeBit(int value, int bit, boolean bitValue) static shortBitfieldUtil.writeBit(short value, int bit, boolean bitValue) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) Method parameters in club.doki7.ffm.bits with annotations of type UnsignedModifier and TypeMethodDescriptionstatic booleanBitfieldUtil.readBit(byte value, int bit) static booleanBitfieldUtil.readBit(byte value, int bit) static booleanBitfieldUtil.readBit(int value, int bit) static booleanBitfieldUtil.readBit(int value, int bit) static booleanBitfieldUtil.readBit(short value, int bit) static booleanBitfieldUtil.readBit(short value, int bit) static booleanBitfieldUtil.readBit(@NotNull MemorySegment segment, int bit) static byteBitfieldUtil.readBits(byte value, int startBit, int endBit) static byteBitfieldUtil.readBits(byte value, int startBit, int endBit) static byteBitfieldUtil.readBits(byte value, int startBit, int endBit) static intBitfieldUtil.readBits(int value, int startBit, int endBit) static intBitfieldUtil.readBits(int value, int startBit, int endBit) static intBitfieldUtil.readBits(int value, int startBit, int endBit) static shortBitfieldUtil.readBits(short value, int startBit, int endBit) static shortBitfieldUtil.readBits(short value, int startBit, int endBit) static shortBitfieldUtil.readBits(short value, int startBit, int endBit) static intBitfieldUtil.readBits(@NotNull MemorySegment segment, int startBit, int endBit) static intBitfieldUtil.readBits(@NotNull MemorySegment segment, int startBit, int endBit) static byteBitfieldUtil.writeBit(byte value, int bit, boolean bitValue) static byteBitfieldUtil.writeBit(byte value, int bit, boolean bitValue) static intBitfieldUtil.writeBit(int value, int bit, boolean bitValue) static intBitfieldUtil.writeBit(int value, int bit, boolean bitValue) static shortBitfieldUtil.writeBit(short value, int bit, boolean bitValue) static shortBitfieldUtil.writeBit(short value, int bit, boolean bitValue) static voidBitfieldUtil.writeBit(@NotNull MemorySegment segment, int bit, boolean bitValue) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) static voidBitfieldUtil.writeBits(@NotNull MemorySegment segment, int startBit, int endBit, int bits) static voidBitfieldUtil.writeBits(@NotNull MemorySegment segment, int startBit, int endBit, int bits) static voidBitfieldUtil.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 TypeMethodDescriptionintGLES2.createProgram()intGLES2.createShader(int type) @Nullable BytePtrGLES2.getString(int name) byteGLES2.isBuffer(int buffer) byteGLES2.isEnabled(int cap) byteGLES2.isFramebuffer(int framebuffer) byteGLES2.isProgram(int program) byteGLES2.isRenderbuffer(int renderbuffer) byteGLES2.isShader(int shader) byteGLES2.isTexture(int texture) Method parameters in club.doki7.gles2 with annotations of type UnsignedModifier and TypeMethodDescriptionvoidGLES2.attachShader(int program, int shader) voidGLES2.attachShader(int program, int shader) voidGLES2.bindAttribLocation(int program, int index, @Nullable BytePtr name) voidGLES2.bindAttribLocation(int program, int index, @Nullable BytePtr name) voidGLES2.bindBuffer(int target, int buffer) voidGLES2.bindFramebuffer(int target, int framebuffer) voidGLES2.bindRenderbuffer(int target, int renderbuffer) voidGLES2.bindTexture(int target, int texture) voidGLES2.clear(int mask) voidGLES2.colorMask(byte red, byte green, byte blue, byte alpha) voidGLES2.colorMask(byte red, byte green, byte blue, byte alpha) voidGLES2.colorMask(byte red, byte green, byte blue, byte alpha) voidGLES2.colorMask(byte red, byte green, byte blue, byte alpha) voidGLES2.compileShader(int shader) voidGLES2.deleteBuffers(int n, @Nullable IntPtr buffers) voidGLES2.deleteFramebuffers(int n, @Nullable IntPtr framebuffers) voidGLES2.deleteProgram(int program) voidGLES2.deleteRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGLES2.deleteShader(int shader) voidGLES2.deleteTextures(int n, @Nullable IntPtr textures) voidGLES2.depthMask(byte flag) voidGLES2.detachShader(int program, int shader) voidGLES2.detachShader(int program, int shader) voidGLES2.disableVertexAttribArray(int index) voidGLES2.enableVertexAttribArray(int index) voidGLES2.framebufferRenderbuffer(int target, int attachment, int renderbuffertarget, int renderbuffer) voidGLES2.framebufferTexture2D(int target, int attachment, int textarget, int texture, int level) voidGLES2.genBuffers(int n, @Nullable IntPtr buffers) voidGLES2.genFramebuffers(int n, @Nullable IntPtr framebuffers) voidGLES2.genRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGLES2.genTextures(int n, @Nullable IntPtr textures) voidGLES2.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLES2.getAttachedShaders(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) voidGLES2.getAttachedShaders(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) intGLES2.getAttribLocation(int program, @Nullable BytePtr name) voidGLES2.getBooleanv(int pname, @Nullable BytePtr data) voidGLES2.getProgramInfoLog(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGLES2.getProgramiv(int program, int pname, @Nullable IntPtr params) voidGLES2.getShaderInfoLog(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGLES2.getShaderiv(int shader, int pname, @Nullable IntPtr params) voidGLES2.getShaderSource(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) voidGLES2.getUniformfv(int program, int location, @Nullable FloatPtr params) voidGLES2.getUniformiv(int program, int location, @Nullable IntPtr params) intGLES2.getUniformLocation(int program, @Nullable BytePtr name) voidGLES2.getVertexAttribfv(int index, int pname, @Nullable FloatPtr params) voidGLES2.getVertexAttribiv(int index, int pname, @Nullable IntPtr params) voidGLES2.getVertexAttribPointerv(int index, int pname, @Nullable PointerPtr pointer) byteGLES2.isBuffer(int buffer) byteGLES2.isFramebuffer(int framebuffer) byteGLES2.isProgram(int program) byteGLES2.isRenderbuffer(int renderbuffer) byteGLES2.isShader(int shader) byteGLES2.isTexture(int texture) voidGLES2.linkProgram(int program) voidGLES2.sampleCoverage(float value, byte invert) voidGLES2.shaderBinary(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) voidGLES2.shaderSource(int shader, int count, @Nullable PointerPtr string, @Nullable IntPtr length) voidGLES2.stencilFunc(int func, int ref, int mask) voidGLES2.stencilFuncSeparate(int face, int func, int ref, int mask) voidGLES2.stencilMask(int mask) voidGLES2.stencilMaskSeparate(int face, int mask) voidGLES2.uniformMatrix2fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLES2.uniformMatrix3fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLES2.uniformMatrix4fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLES2.useProgram(int program) voidGLES2.validateProgram(int program) voidGLES2.vertexAttrib1f(int index, float x) voidGLES2.vertexAttrib1fv(int index, @Nullable FloatPtr v) voidGLES2.vertexAttrib2f(int index, float x, float y) voidGLES2.vertexAttrib2fv(int index, @Nullable FloatPtr v) voidGLES2.vertexAttrib3f(int index, float x, float y, float z) voidGLES2.vertexAttrib3fv(int index, @Nullable FloatPtr v) voidGLES2.vertexAttrib4f(int index, float x, float y, float z, float w) voidGLES2.vertexAttrib4fv(int index, @Nullable FloatPtr v) voidGLES2.vertexAttribPointer(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) voidGLES2.vertexAttribPointer(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) -
Uses of Unsigned in club.doki7.glfw
Methods in club.doki7.glfw with annotations of type UnsignedModifier and TypeMethodDescriptionintGLFW.getCocoaMonitor(@Nullable GLFWmonitor monitor) longGLFW.getTimerFrequency()longGLFW.getTimerValue()Method parameters in club.doki7.glfw with annotations of type UnsignedModifier and TypeMethodDescriptionintGLFW.getPhysicalDevicePresentationSupport(@Nullable VkInstance instance, @Nullable VkPhysicalDevice device, int queuefamily) @Nullable PointerPtrGLFW.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.opencl
Fields in club.doki7.opencl with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final intCLConstants.Astatic final intCLConstants.ABGRstatic final intCLConstants.ACCELERATOR_CONTEXT_INTELstatic final intCLConstants.ACCELERATOR_DESCRIPTOR_INTELstatic final intCLConstants.ACCELERATOR_REFERENCE_COUNT_INTELstatic final intCLConstants.ACCELERATOR_TYPE_INTELstatic final intCLConstants.ACCELERATOR_TYPE_MOTION_ESTIMATION_INTELstatic final intCLConstants.ADAPTER_D3D9_KHRstatic final intCLConstants.ADAPTER_D3D9EX_KHRstatic final intCLConstants.ADAPTER_DXVA_KHRstatic final intCLConstants.ADDRESS_CLAMPstatic final intCLConstants.ADDRESS_CLAMP_TO_EDGEstatic final intCLConstants.ADDRESS_MIRRORED_REPEATstatic final intCLConstants.ADDRESS_NONEstatic final intCLConstants.ADDRESS_REPEATstatic final intCLConstants.AFFINITY_DOMAIN_L1_CACHE_EXTstatic final intCLConstants.AFFINITY_DOMAIN_L2_CACHE_EXTstatic final intCLConstants.AFFINITY_DOMAIN_L3_CACHE_EXTstatic final intCLConstants.AFFINITY_DOMAIN_L4_CACHE_EXTstatic final intCLConstants.AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXTstatic final intCLConstants.AFFINITY_DOMAIN_NUMA_EXTstatic final intCLConstants.ALL_DEVICES_FOR_D3D10_KHRstatic final intCLConstants.ALL_DEVICES_FOR_D3D11_KHRstatic final intCLConstants.ALL_DEVICES_FOR_DX9_INTELstatic final intCLConstants.ALL_DEVICES_FOR_DX9_MEDIA_ADAPTER_KHRstatic final intCLConstants.ALL_DEVICES_FOR_VA_API_INTELstatic final intCLConstants.ARGBstatic final intCLConstants.AVC_ME_BIDIR_WEIGHT_HALF_INTELstatic final intCLConstants.AVC_ME_BIDIR_WEIGHT_QUARTER_INTELstatic final intCLConstants.AVC_ME_BIDIR_WEIGHT_THIRD_INTELstatic final intCLConstants.AVC_ME_BIDIR_WEIGHT_THREE_QUARTER_INTELstatic final intCLConstants.AVC_ME_BIDIR_WEIGHT_TWO_THIRD_INTELstatic final intCLConstants.AVC_ME_BLOCK_BASED_SKIP_4x4_INTELstatic final intCLConstants.AVC_ME_BLOCK_BASED_SKIP_8x8_INTELstatic final intCLConstants.AVC_ME_BORDER_REACHED_BOTTOM_INTELstatic final intCLConstants.AVC_ME_BORDER_REACHED_LEFT_INTELstatic final intCLConstants.AVC_ME_BORDER_REACHED_RIGHT_INTELstatic final intCLConstants.AVC_ME_BORDER_REACHED_TOP_INTELstatic final intCLConstants.AVC_ME_CHROMA_PREDICTOR_MODE_DC_INTELstatic final intCLConstants.AVC_ME_CHROMA_PREDICTOR_MODE_HORIZONTAL_INTELstatic final intCLConstants.AVC_ME_CHROMA_PREDICTOR_MODE_PLANE_INTELstatic final intCLConstants.AVC_ME_CHROMA_PREDICTOR_MODE_VERTICAL_INTELstatic final intCLConstants.AVC_ME_COST_PRECISION_DPEL_INTELstatic final intCLConstants.AVC_ME_COST_PRECISION_HPEL_INTELstatic final intCLConstants.AVC_ME_COST_PRECISION_PEL_INTELstatic final intCLConstants.AVC_ME_COST_PRECISION_QPEL_INTELstatic final intCLConstants.AVC_ME_FRAME_BACKWARD_INTELstatic final intCLConstants.AVC_ME_FRAME_DUAL_INTELstatic final intCLConstants.AVC_ME_FRAME_FORWARD_INTELstatic final intCLConstants.AVC_ME_INTERLACED_SCAN_BOTTOM_FIELD_INTELstatic final intCLConstants.AVC_ME_INTERLACED_SCAN_TOP_FIELD_INTELstatic final intCLConstants.AVC_ME_INTRA_16x16_INTELstatic final intCLConstants.AVC_ME_INTRA_4x4_INTELstatic final intCLConstants.AVC_ME_INTRA_8x8_INTELstatic final intCLConstants.AVC_ME_INTRA_LUMA_PARTITION_MASK_16x16_INTELstatic final intCLConstants.AVC_ME_INTRA_LUMA_PARTITION_MASK_4x4_INTELstatic final intCLConstants.AVC_ME_INTRA_LUMA_PARTITION_MASK_8x8_INTELstatic final intCLConstants.AVC_ME_INTRA_NEIGHBOR_LEFT_MASK_ENABLE_INTELstatic final intstatic final intCLConstants.AVC_ME_INTRA_NEIGHBOR_UPPER_MASK_ENABLE_INTELstatic final intstatic final intCLConstants.AVC_ME_LUMA_PREDICTOR_MODE_DC_INTELstatic final intstatic final intstatic final intCLConstants.AVC_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_DOWN_INTELstatic final intCLConstants.AVC_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_INTELstatic final intCLConstants.AVC_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_UP_INTELstatic final intCLConstants.AVC_ME_LUMA_PREDICTOR_MODE_PLANE_INTELstatic final intCLConstants.AVC_ME_LUMA_PREDICTOR_MODE_VERTICAL_INTELstatic final intCLConstants.AVC_ME_LUMA_PREDICTOR_MODE_VERTICAL_LEFT_INTELstatic final intCLConstants.AVC_ME_LUMA_PREDICTOR_MODE_VERTICAL_RIGHT_INTELstatic final intCLConstants.AVC_ME_MAJOR_16x16_INTELstatic final intCLConstants.AVC_ME_MAJOR_16x8_INTELstatic final intCLConstants.AVC_ME_MAJOR_8x16_INTELstatic final intCLConstants.AVC_ME_MAJOR_8x8_INTELstatic final intCLConstants.AVC_ME_MAJOR_BACKWARD_INTELstatic final intCLConstants.AVC_ME_MAJOR_BIDIRECTIONAL_INTELstatic final intCLConstants.AVC_ME_MAJOR_FORWARD_INTELstatic final intCLConstants.AVC_ME_MINOR_4x4_INTELstatic final intCLConstants.AVC_ME_MINOR_4x8_INTELstatic final intCLConstants.AVC_ME_MINOR_8x4_INTELstatic final intCLConstants.AVC_ME_MINOR_8x8_INTELstatic final intCLConstants.AVC_ME_PARTITION_MASK_16x16_INTELstatic final intCLConstants.AVC_ME_PARTITION_MASK_16x8_INTELstatic final intCLConstants.AVC_ME_PARTITION_MASK_4x4_INTELstatic final intCLConstants.AVC_ME_PARTITION_MASK_4x8_INTELstatic final intCLConstants.AVC_ME_PARTITION_MASK_8x16_INTELstatic final intCLConstants.AVC_ME_PARTITION_MASK_8x4_INTELstatic final intCLConstants.AVC_ME_PARTITION_MASK_8x8_INTELstatic final intCLConstants.AVC_ME_PARTITION_MASK_ALL_INTELstatic final intCLConstants.AVC_ME_SAD_ADJUST_MODE_HAAR_INTELstatic final intCLConstants.AVC_ME_SAD_ADJUST_MODE_NONE_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_16x12_RADIUS_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_2x2_RADIUS_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_4x4_RADIUS_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_CUSTOM_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_DIAMOND_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_EXHAUSTIVE_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_EXTRA_TINY_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_LARGE_DIAMOND_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_RESERVED0_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_RESERVED1_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_SMALL_INTELstatic final intCLConstants.AVC_ME_SEARCH_WINDOW_TINY_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_16x16_BACKWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_16x16_DUAL_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_16x16_FORWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_0_BACKWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_0_FORWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_1_BACKWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_1_FORWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_2_BACKWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_2_FORWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_3_BACKWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_3_FORWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_BACKWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_DUAL_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_8x8_FORWARD_ENABLE_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_PARTITION_16x16_INTELstatic final intCLConstants.AVC_ME_SKIP_BLOCK_PARTITION_8x8_INTELstatic final intCLConstants.AVC_ME_SLICE_TYPE_BPRED_INTELstatic final intCLConstants.AVC_ME_SLICE_TYPE_INTRA_INTELstatic final intCLConstants.AVC_ME_SLICE_TYPE_PRED_INTELstatic final intCLConstants.AVC_ME_SUBPIXEL_MODE_HPEL_INTELstatic final intCLConstants.AVC_ME_SUBPIXEL_MODE_INTEGER_INTELstatic final intCLConstants.AVC_ME_SUBPIXEL_MODE_QPEL_INTELstatic final intCLConstants.AVC_ME_VERSION_0_INTELstatic final intCLConstants.AVC_ME_VERSION_1_INTELstatic final intCLConstants.BGRAstatic final intCLConstants.BLOCKINGstatic final intCLConstants.BUFFER_CREATE_TYPE_REGIONstatic final intCLConstants.BUILD_SUCCESSstatic final intCLConstants.CGL_SHAREGROUP_KHRstatic final intCLConstants.CHAR_BITstatic final intCLConstants.COMMAND_ACQUIRE_D3D10_OBJECTS_KHRstatic final intCLConstants.COMMAND_ACQUIRE_D3D11_OBJECTS_KHRstatic final intCLConstants.COMMAND_ACQUIRE_D3D9_OBJECTS_INTELstatic final intCLConstants.COMMAND_ACQUIRE_DX9_MEDIA_SURFACES_KHRstatic final intCLConstants.COMMAND_ACQUIRE_DX9_OBJECTS_INTELstatic final intCLConstants.COMMAND_ACQUIRE_EGL_OBJECTS_KHRstatic final intCLConstants.COMMAND_ACQUIRE_EXTERNAL_MEM_OBJECTS_KHRstatic final intCLConstants.COMMAND_ACQUIRE_GL_OBJECTSstatic final intCLConstants.COMMAND_ACQUIRE_GRALLOC_OBJECTS_IMGstatic final intCLConstants.COMMAND_ACQUIRE_VA_API_MEDIA_SURFACES_INTELstatic final intCLConstants.COMMAND_BARRIERstatic final intstatic final intCLConstants.COMMAND_BUFFER_CAPABILITY_KERNEL_PRINTF_KHRstatic final intCLConstants.COMMAND_BUFFER_CAPABILITY_MULTIPLE_QUEUE_KHRstatic final intCLConstants.COMMAND_BUFFER_CAPABILITY_SIMULTANEOUS_USE_KHRstatic final intCLConstants.COMMAND_BUFFER_CONTEXT_KHRstatic final intCLConstants.COMMAND_BUFFER_DEVICE_SIDE_SYNC_KHRstatic final intCLConstants.COMMAND_BUFFER_FLAGS_KHRstatic final intCLConstants.COMMAND_BUFFER_MUTABLE_DISPATCH_ASSERTS_KHRstatic final intCLConstants.COMMAND_BUFFER_MUTABLE_KHRstatic final intCLConstants.COMMAND_BUFFER_NUM_QUEUES_KHRstatic final intCLConstants.COMMAND_BUFFER_PLATFORM_AUTOMATIC_REMAP_KHRstatic final intCLConstants.COMMAND_BUFFER_PLATFORM_REMAP_QUEUES_KHRstatic final intCLConstants.COMMAND_BUFFER_PLATFORM_UNIVERSAL_SYNC_KHRstatic final intCLConstants.COMMAND_BUFFER_PROPERTIES_ARRAY_KHRstatic final intCLConstants.COMMAND_BUFFER_QUEUES_KHRstatic final intCLConstants.COMMAND_BUFFER_REFERENCE_COUNT_KHRstatic final intCLConstants.COMMAND_BUFFER_SIMULTANEOUS_USE_KHRstatic final intCLConstants.COMMAND_BUFFER_STATE_EXECUTABLE_KHRstatic final intCLConstants.COMMAND_BUFFER_STATE_KHRstatic final intCLConstants.COMMAND_BUFFER_STATE_PENDING_KHRstatic final intCLConstants.COMMAND_BUFFER_STATE_RECORDING_KHRstatic final intCLConstants.COMMAND_COMMAND_BUFFER_KHRstatic final intCLConstants.COMMAND_COPY_BUFFERstatic final intCLConstants.COMMAND_COPY_BUFFER_RECTstatic final intCLConstants.COMMAND_COPY_BUFFER_TO_IMAGEstatic final intCLConstants.COMMAND_COPY_IMAGEstatic final intCLConstants.COMMAND_COPY_IMAGE_TO_BUFFERstatic final intCLConstants.COMMAND_EGL_FENCE_SYNC_OBJECT_KHRstatic final intCLConstants.COMMAND_FILL_BUFFERstatic final intCLConstants.COMMAND_FILL_IMAGEstatic final intCLConstants.COMMAND_GENERATE_MIPMAP_IMGstatic final intCLConstants.COMMAND_GL_FENCE_SYNC_OBJECT_KHRstatic final intCLConstants.COMMAND_MAP_BUFFERstatic final intCLConstants.COMMAND_MAP_IMAGEstatic final intCLConstants.COMMAND_MARKERstatic final intCLConstants.COMMAND_MEMADVISE_INTELstatic final intCLConstants.COMMAND_MEMCPY_INTELstatic final intCLConstants.COMMAND_MEMFILL_INTELstatic final intCLConstants.COMMAND_MIGRATE_MEM_OBJECT_EXTstatic final intCLConstants.COMMAND_MIGRATE_MEM_OBJECTSstatic final intCLConstants.COMMAND_MIGRATEMEM_INTELstatic final intCLConstants.COMMAND_NATIVE_KERNELstatic final intCLConstants.COMMAND_NDRANGE_KERNELstatic final intCLConstants.COMMAND_READ_BUFFERstatic final intCLConstants.COMMAND_READ_BUFFER_RECTstatic final intCLConstants.COMMAND_READ_HOST_PIPE_INTELstatic final intCLConstants.COMMAND_READ_IMAGEstatic final intCLConstants.COMMAND_RELEASE_D3D10_OBJECTS_KHRstatic final intCLConstants.COMMAND_RELEASE_D3D11_OBJECTS_KHRstatic final intCLConstants.COMMAND_RELEASE_D3D9_OBJECTS_INTELstatic final intCLConstants.COMMAND_RELEASE_DX9_MEDIA_SURFACES_KHRstatic final intCLConstants.COMMAND_RELEASE_DX9_OBJECTS_INTELstatic final intCLConstants.COMMAND_RELEASE_EGL_OBJECTS_KHRstatic final intCLConstants.COMMAND_RELEASE_EXTERNAL_MEM_OBJECTS_KHRstatic final intCLConstants.COMMAND_RELEASE_GL_OBJECTSstatic final intCLConstants.COMMAND_RELEASE_GRALLOC_OBJECTS_IMGstatic final intCLConstants.COMMAND_RELEASE_VA_API_MEDIA_SURFACES_INTELstatic final intCLConstants.COMMAND_SEMAPHORE_SIGNAL_KHRstatic final intCLConstants.COMMAND_SEMAPHORE_WAIT_KHRstatic final intCLConstants.COMMAND_SVM_FREEstatic final intCLConstants.COMMAND_SVM_FREE_ARMstatic final intCLConstants.COMMAND_SVM_MAPstatic final intCLConstants.COMMAND_SVM_MAP_ARMstatic final intCLConstants.COMMAND_SVM_MEMCPYstatic final intCLConstants.COMMAND_SVM_MEMCPY_ARMstatic final intCLConstants.COMMAND_SVM_MEMFILLstatic final intCLConstants.COMMAND_SVM_MEMFILL_ARMstatic final intCLConstants.COMMAND_SVM_MIGRATE_MEMstatic final intCLConstants.COMMAND_SVM_UNMAPstatic final intCLConstants.COMMAND_SVM_UNMAP_ARMstatic final intCLConstants.COMMAND_TASKstatic final intCLConstants.COMMAND_TERMINATION_COMPLETION_ARMstatic final intCLConstants.COMMAND_TERMINATION_CONTROLLED_FAILURE_ARMstatic final intCLConstants.COMMAND_TERMINATION_CONTROLLED_SUCCESS_ARMstatic final intCLConstants.COMMAND_TERMINATION_ERROR_ARMstatic final intCLConstants.COMMAND_UNMAP_MEM_OBJECTstatic final intCLConstants.COMMAND_USERstatic final intCLConstants.COMMAND_WRITE_BUFFERstatic final intCLConstants.COMMAND_WRITE_BUFFER_RECTstatic final intCLConstants.COMMAND_WRITE_HOST_PIPE_INTELstatic final intCLConstants.COMMAND_WRITE_IMAGEstatic final intCLConstants.COMPLETEstatic final intCLConstants.CONTEXT_ADAPTER_D3D9_KHRstatic final intCLConstants.CONTEXT_ADAPTER_D3D9EX_KHRstatic final intCLConstants.CONTEXT_ADAPTER_DXVA_KHRstatic final intCLConstants.CONTEXT_D3D10_DEVICE_KHRstatic final intCLConstants.CONTEXT_D3D10_PREFER_SHARED_RESOURCES_KHRstatic final intCLConstants.CONTEXT_D3D11_DEVICE_KHRstatic final intCLConstants.CONTEXT_D3D11_PREFER_SHARED_RESOURCES_KHRstatic final intCLConstants.CONTEXT_D3D9_DEVICE_INTELstatic final intCLConstants.CONTEXT_D3D9EX_DEVICE_INTELstatic final intCLConstants.CONTEXT_DEVICESstatic final intCLConstants.CONTEXT_DIAGNOSTICS_LEVEL_ALL_INTELstatic final intCLConstants.CONTEXT_DIAGNOSTICS_LEVEL_BAD_INTELstatic final intCLConstants.CONTEXT_DIAGNOSTICS_LEVEL_GOOD_INTELstatic final intCLConstants.CONTEXT_DIAGNOSTICS_LEVEL_NEUTRAL_INTELstatic final intCLConstants.CONTEXT_DXVA_DEVICE_INTELstatic final intCLConstants.CONTEXT_INTEROP_USER_SYNCstatic final intCLConstants.CONTEXT_MEMORY_INITIALIZE_KHRstatic final intCLConstants.CONTEXT_MEMORY_INITIALIZE_LOCAL_KHRstatic final intCLConstants.CONTEXT_MEMORY_INITIALIZE_PRIVATE_KHRstatic final intCLConstants.CONTEXT_NUM_DEVICESstatic final intCLConstants.CONTEXT_PERF_HINT_QCOMstatic final intCLConstants.CONTEXT_PLATFORMstatic final intCLConstants.CONTEXT_PROPERTIESstatic final intCLConstants.CONTEXT_REFERENCE_COUNTstatic final intCLConstants.CONTEXT_SHOW_DIAGNOSTICS_INTELstatic final intCLConstants.CONTEXT_TERMINATE_KHRstatic final intCLConstants.CONTEXT_VA_API_DISPLAY_INTELstatic final intCLConstants.CURRENT_DEVICE_FOR_GL_CONTEXT_KHRstatic final intCLConstants.D3D10_DEVICE_KHRstatic final intCLConstants.D3D10_DXGI_ADAPTER_KHRstatic final intCLConstants.D3D11_DEVICE_KHRstatic final intCLConstants.D3D11_DXGI_ADAPTER_KHRstatic final intCLConstants.D3D9_DEVICE_INTELstatic final intCLConstants.D3D9EX_DEVICE_INTELstatic final intCLConstants.DBL_DIGstatic final intCLConstants.DBL_MANT_DIGstatic final intCLConstants.DBL_RADIXstatic final intCLConstants.DEPTHstatic final intCLConstants.DEPTH_STENCILstatic final intCLConstants.DEVICE_ADDRESS_BITSstatic final intCLConstants.DEVICE_AFFINITY_DOMAIN_L1_CACHEstatic final intCLConstants.DEVICE_AFFINITY_DOMAIN_L2_CACHEstatic final intCLConstants.DEVICE_AFFINITY_DOMAIN_L3_CACHEstatic final intCLConstants.DEVICE_AFFINITY_DOMAIN_L4_CACHEstatic final intCLConstants.DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLEstatic final intCLConstants.DEVICE_AFFINITY_DOMAIN_NUMAstatic final intCLConstants.DEVICE_AFFINITY_DOMAINS_EXTstatic final intCLConstants.DEVICE_ATOMIC_FENCE_CAPABILITIESstatic final intCLConstants.DEVICE_ATOMIC_MEMORY_CAPABILITIESstatic final intCLConstants.DEVICE_ATOMIC_ORDER_ACQ_RELstatic final intCLConstants.DEVICE_ATOMIC_ORDER_RELAXEDstatic final intCLConstants.DEVICE_ATOMIC_ORDER_SEQ_CSTstatic final intCLConstants.DEVICE_ATOMIC_SCOPE_ALL_DEVICESstatic final intCLConstants.DEVICE_ATOMIC_SCOPE_DEVICEstatic final intCLConstants.DEVICE_ATOMIC_SCOPE_WORK_GROUPstatic final intCLConstants.DEVICE_ATOMIC_SCOPE_WORK_ITEMstatic final intCLConstants.DEVICE_AVAILABLEstatic final intCLConstants.DEVICE_AVAILABLE_ASYNC_QUEUES_AMDstatic final intCLConstants.DEVICE_AVC_ME_SUPPORTS_PREEMPTION_INTELstatic final intCLConstants.DEVICE_AVC_ME_SUPPORTS_TEXTURE_SAMPLER_USE_INTELstatic final intCLConstants.DEVICE_AVC_ME_VERSION_INTELstatic final intCLConstants.DEVICE_BOARD_NAME_AMDstatic final intCLConstants.DEVICE_BUILT_IN_KERNELSstatic final intCLConstants.DEVICE_BUILT_IN_KERNELS_WITH_VERSIONstatic final intCLConstants.DEVICE_BUILT_IN_KERNELS_WITH_VERSION_KHRstatic final intCLConstants.DEVICE_COMMAND_BUFFER_CAPABILITIES_KHRstatic final intCLConstants.DEVICE_COMMAND_BUFFER_NUM_SYNC_DEVICES_KHRstatic final intstatic final intstatic final intCLConstants.DEVICE_COMMAND_BUFFER_SYNC_DEVICES_KHRstatic final intCLConstants.DEVICE_COMPILER_AVAILABLEstatic final intCLConstants.DEVICE_COMPUTE_CAPABILITY_MAJOR_NVstatic final intCLConstants.DEVICE_COMPUTE_CAPABILITY_MINOR_NVstatic final intCLConstants.DEVICE_COMPUTE_UNITS_BITFIELD_ARMstatic final intCLConstants.DEVICE_CONTROLLED_TERMINATION_CAPABILITIES_ARMstatic final intCLConstants.DEVICE_CONTROLLED_TERMINATION_FAILURE_ARMstatic final intCLConstants.DEVICE_CONTROLLED_TERMINATION_QUERY_ARMstatic final intCLConstants.DEVICE_CONTROLLED_TERMINATION_SUCCESS_ARMstatic final intstatic final intCLConstants.DEVICE_CXX_FOR_OPENCL_NUMERIC_VERSION_EXTstatic final intCLConstants.DEVICE_DEVICE_ENQUEUE_CAPABILITIESstatic final intCLConstants.DEVICE_DEVICE_MEM_CAPABILITIES_INTELstatic final intCLConstants.DEVICE_DOUBLE_FP_ATOMIC_CAPABILITIES_EXTstatic final intCLConstants.DEVICE_DOUBLE_FP_CONFIGstatic final intCLConstants.DEVICE_ENDIAN_LITTLEstatic final intCLConstants.DEVICE_ERROR_CORRECTION_SUPPORTstatic final intCLConstants.DEVICE_EXECUTION_CAPABILITIESstatic final intCLConstants.DEVICE_EXT_MEM_PADDING_IN_BYTES_QCOMstatic final intCLConstants.DEVICE_EXTENSIONSstatic final intCLConstants.DEVICE_EXTENSIONS_WITH_VERSIONstatic final intCLConstants.DEVICE_EXTENSIONS_WITH_VERSION_KHRstatic final intstatic final intCLConstants.DEVICE_EXTERNAL_MEMORY_IMPORT_HANDLE_TYPES_KHRstatic final intCLConstants.DEVICE_FEATURE_CAPABILITIES_INTELstatic final intCLConstants.DEVICE_FEATURE_FLAG_DP4A_INTELstatic final intCLConstants.DEVICE_FEATURE_FLAG_DPAS_INTELstatic final intCLConstants.DEVICE_GENERIC_ADDRESS_SPACE_SUPPORTstatic final intCLConstants.DEVICE_GFXIP_MAJOR_AMDstatic final intCLConstants.DEVICE_GFXIP_MINOR_AMDstatic final intCLConstants.DEVICE_GLOBAL_FP_ATOMIC_ADD_EXTstatic final intCLConstants.DEVICE_GLOBAL_FP_ATOMIC_LOAD_STORE_EXTstatic final intCLConstants.DEVICE_GLOBAL_FP_ATOMIC_MIN_MAX_EXTstatic final intCLConstants.DEVICE_GLOBAL_FREE_MEMORY_AMDstatic final intCLConstants.DEVICE_GLOBAL_MEM_CACHE_SIZEstatic final intCLConstants.DEVICE_GLOBAL_MEM_CACHE_TYPEstatic final intCLConstants.DEVICE_GLOBAL_MEM_CACHELINE_SIZEstatic final intCLConstants.DEVICE_GLOBAL_MEM_CHANNEL_BANK_WIDTH_AMDstatic final intCLConstants.DEVICE_GLOBAL_MEM_CHANNEL_BANKS_AMDstatic final intCLConstants.DEVICE_GLOBAL_MEM_CHANNELS_AMDstatic final intCLConstants.DEVICE_GLOBAL_MEM_SIZEstatic final intCLConstants.DEVICE_GLOBAL_VARIABLE_PREFERRED_TOTAL_SIZEstatic final intCLConstants.DEVICE_GPU_OVERLAP_NVstatic final intCLConstants.DEVICE_HALF_FP_ATOMIC_CAPABILITIES_EXTstatic final intCLConstants.DEVICE_HALF_FP_CONFIGstatic final intCLConstants.DEVICE_HOST_MEM_CAPABILITIES_INTELstatic final intCLConstants.DEVICE_HOST_UNIFIED_MEMORYstatic final intCLConstants.DEVICE_ID_INTELstatic final intCLConstants.DEVICE_IL_VERSIONstatic final intCLConstants.DEVICE_IL_VERSION_KHRstatic final intCLConstants.DEVICE_ILS_WITH_VERSIONstatic final intCLConstants.DEVICE_ILS_WITH_VERSION_KHRstatic final intCLConstants.DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENTstatic final intCLConstants.DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT_KHRstatic final intCLConstants.DEVICE_IMAGE_MAX_ARRAY_SIZEstatic final intCLConstants.DEVICE_IMAGE_MAX_BUFFER_SIZEstatic final intCLConstants.DEVICE_IMAGE_PITCH_ALIGNMENTstatic final intCLConstants.DEVICE_IMAGE_PITCH_ALIGNMENT_KHRstatic final intCLConstants.DEVICE_IMAGE_SUPPORTstatic final intCLConstants.DEVICE_IMAGE2D_MAX_HEIGHTstatic final intCLConstants.DEVICE_IMAGE2D_MAX_WIDTHstatic final intCLConstants.DEVICE_IMAGE3D_MAX_DEPTHstatic final intCLConstants.DEVICE_IMAGE3D_MAX_HEIGHTstatic final intCLConstants.DEVICE_IMAGE3D_MAX_WIDTHstatic final intstatic final intstatic final intCLConstants.DEVICE_INTEGER_DOT_PRODUCT_CAPABILITIES_KHRstatic final intCLConstants.DEVICE_INTEGER_DOT_PRODUCT_INPUT_4x8BIT_KHRstatic final intstatic final intCLConstants.DEVICE_INTEGRATED_MEMORY_NVstatic final intCLConstants.DEVICE_IP_VERSION_INTELstatic final intCLConstants.DEVICE_JOB_SLOTS_ARMstatic final intCLConstants.DEVICE_KERNEL_CLOCK_CAPABILITIES_KHRstatic final intCLConstants.DEVICE_KERNEL_CLOCK_SCOPE_DEVICE_KHRstatic final intCLConstants.DEVICE_KERNEL_CLOCK_SCOPE_SUB_GROUP_KHRstatic final intCLConstants.DEVICE_KERNEL_CLOCK_SCOPE_WORK_GROUP_KHRstatic final intCLConstants.DEVICE_KERNEL_EXEC_TIMEOUT_NVstatic final intCLConstants.DEVICE_LATEST_CONFORMANCE_VERSION_PASSEDstatic final intCLConstants.DEVICE_LINKER_AVAILABLEstatic final intCLConstants.DEVICE_LOCAL_FP_ATOMIC_ADD_EXTstatic final intCLConstants.DEVICE_LOCAL_FP_ATOMIC_LOAD_STORE_EXTstatic final intCLConstants.DEVICE_LOCAL_FP_ATOMIC_MIN_MAX_EXTstatic final intCLConstants.DEVICE_LOCAL_MEM_BANKS_AMDstatic final intCLConstants.DEVICE_LOCAL_MEM_SIZEstatic final intCLConstants.DEVICE_LOCAL_MEM_SIZE_PER_COMPUTE_UNIT_AMDstatic final intCLConstants.DEVICE_LOCAL_MEM_TYPEstatic final intCLConstants.DEVICE_LUID_KHRstatic final intCLConstants.DEVICE_LUID_VALID_KHRstatic final intCLConstants.DEVICE_MAX_CLOCK_FREQUENCYstatic final intCLConstants.DEVICE_MAX_COMPUTE_UNITSstatic final intCLConstants.DEVICE_MAX_CONSTANT_ARGSstatic final intCLConstants.DEVICE_MAX_CONSTANT_BUFFER_SIZEstatic final intCLConstants.DEVICE_MAX_GLOBAL_VARIABLE_SIZEstatic final intCLConstants.DEVICE_MAX_HOST_READ_PIPES_INTELstatic final intCLConstants.DEVICE_MAX_HOST_WRITE_PIPES_INTELstatic final intCLConstants.DEVICE_MAX_MEM_ALLOC_SIZEstatic final intCLConstants.DEVICE_MAX_NAMED_BARRIER_COUNT_KHRstatic final intCLConstants.DEVICE_MAX_NUM_SUB_GROUPSstatic final intCLConstants.DEVICE_MAX_ON_DEVICE_EVENTSstatic final intCLConstants.DEVICE_MAX_ON_DEVICE_QUEUESstatic final intCLConstants.DEVICE_MAX_PARAMETER_SIZEstatic final intCLConstants.DEVICE_MAX_PIPE_ARGSstatic final intCLConstants.DEVICE_MAX_READ_IMAGE_ARGSstatic final intCLConstants.DEVICE_MAX_READ_WRITE_IMAGE_ARGSstatic final intCLConstants.DEVICE_MAX_SAMPLERSstatic final intCLConstants.DEVICE_MAX_WARP_COUNT_ARMstatic final intCLConstants.DEVICE_MAX_WORK_GROUP_SIZEstatic final intCLConstants.DEVICE_MAX_WORK_GROUP_SIZE_AMDstatic final intCLConstants.DEVICE_MAX_WORK_ITEM_DIMENSIONSstatic final intCLConstants.DEVICE_MAX_WORK_ITEM_SIZESstatic final intCLConstants.DEVICE_MAX_WRITE_IMAGE_ARGSstatic final intCLConstants.DEVICE_ME_VERSION_INTELstatic final intCLConstants.DEVICE_MEM_BASE_ADDR_ALIGNstatic final intCLConstants.DEVICE_MEMORY_CAPABILITIES_IMGstatic final intCLConstants.DEVICE_MIN_DATA_TYPE_ALIGN_SIZEstatic final intCLConstants.DEVICE_MUTABLE_DISPATCH_CAPABILITIES_KHRstatic final intCLConstants.DEVICE_NAMEstatic final intCLConstants.DEVICE_NATIVE_VECTOR_WIDTH_CHARstatic final intCLConstants.DEVICE_NATIVE_VECTOR_WIDTH_DOUBLEstatic final intCLConstants.DEVICE_NATIVE_VECTOR_WIDTH_FLOATstatic final intCLConstants.DEVICE_NATIVE_VECTOR_WIDTH_HALFstatic final intCLConstants.DEVICE_NATIVE_VECTOR_WIDTH_INTstatic final intCLConstants.DEVICE_NATIVE_VECTOR_WIDTH_LONGstatic final intCLConstants.DEVICE_NATIVE_VECTOR_WIDTH_SHORTstatic final intCLConstants.DEVICE_NODE_MASK_KHRstatic final intCLConstants.DEVICE_NON_UNIFORM_WORK_GROUP_SUPPORTstatic final intCLConstants.DEVICE_NUM_EUS_PER_SUB_SLICE_INTELstatic final intCLConstants.DEVICE_NUM_SIMULTANEOUS_INTEROPS_INTELstatic final intCLConstants.DEVICE_NUM_SLICES_INTELstatic final intCLConstants.DEVICE_NUM_SUB_SLICES_PER_SLICE_INTELstatic final intCLConstants.DEVICE_NUM_THREADS_PER_EU_INTELstatic final intCLConstants.DEVICE_NUMERIC_VERSIONstatic final intCLConstants.DEVICE_NUMERIC_VERSION_KHRstatic final intCLConstants.DEVICE_OPENCL_C_ALL_VERSIONSstatic final intCLConstants.DEVICE_OPENCL_C_FEATURESstatic final intCLConstants.DEVICE_OPENCL_C_NUMERIC_VERSION_KHRstatic final intCLConstants.DEVICE_OPENCL_C_VERSIONstatic final intCLConstants.DEVICE_PAGE_SIZE_QCOMstatic final intCLConstants.DEVICE_PARENT_DEVICEstatic final intCLConstants.DEVICE_PARENT_DEVICE_EXTstatic final intCLConstants.DEVICE_PARTITION_AFFINITY_DOMAINstatic final intCLConstants.DEVICE_PARTITION_BY_AFFINITY_DOMAINstatic final intCLConstants.DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXTstatic final intCLConstants.DEVICE_PARTITION_BY_COUNTSstatic final intCLConstants.DEVICE_PARTITION_BY_COUNTS_EXTstatic final intCLConstants.DEVICE_PARTITION_BY_COUNTS_LIST_ENDstatic final intCLConstants.DEVICE_PARTITION_BY_NAMES_EXTstatic final intCLConstants.DEVICE_PARTITION_BY_NAMES_INTELstatic final intCLConstants.DEVICE_PARTITION_EQUALLYstatic final intCLConstants.DEVICE_PARTITION_EQUALLY_EXTstatic final intCLConstants.DEVICE_PARTITION_MAX_SUB_DEVICESstatic final intCLConstants.DEVICE_PARTITION_PROPERTIESstatic final intCLConstants.DEVICE_PARTITION_STYLE_EXTstatic final intCLConstants.DEVICE_PARTITION_TYPEstatic final intCLConstants.DEVICE_PARTITION_TYPES_EXTstatic final intCLConstants.DEVICE_PCI_BUS_INFO_KHRstatic final intCLConstants.DEVICE_PCIE_ID_AMDstatic final intCLConstants.DEVICE_PIPE_MAX_ACTIVE_RESERVATIONSstatic final intCLConstants.DEVICE_PIPE_MAX_PACKET_SIZEstatic final intCLConstants.DEVICE_PIPE_SUPPORTstatic final intCLConstants.DEVICE_PLANAR_YUV_MAX_HEIGHT_INTELstatic final intCLConstants.DEVICE_PLANAR_YUV_MAX_WIDTH_INTELstatic final intCLConstants.DEVICE_PLATFORMstatic final intCLConstants.DEVICE_PREFERRED_CONSTANT_BUFFER_SIZE_AMDstatic final intCLConstants.DEVICE_PREFERRED_GLOBAL_ATOMIC_ALIGNMENTstatic final intCLConstants.DEVICE_PREFERRED_INTEROP_USER_SYNCstatic final intCLConstants.DEVICE_PREFERRED_LOCAL_ATOMIC_ALIGNMENTstatic final intCLConstants.DEVICE_PREFERRED_PLATFORM_ATOMIC_ALIGNMENTstatic final intCLConstants.DEVICE_PREFERRED_VECTOR_WIDTH_CHARstatic final intCLConstants.DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLEstatic final intCLConstants.DEVICE_PREFERRED_VECTOR_WIDTH_FLOATstatic final intCLConstants.DEVICE_PREFERRED_VECTOR_WIDTH_HALFstatic final intCLConstants.DEVICE_PREFERRED_VECTOR_WIDTH_INTstatic final intCLConstants.DEVICE_PREFERRED_VECTOR_WIDTH_LONGstatic final intCLConstants.DEVICE_PREFERRED_VECTOR_WIDTH_SHORTstatic final intCLConstants.DEVICE_PREFERRED_WORK_GROUP_SIZE_AMDstatic final intCLConstants.DEVICE_PREFERRED_WORK_GROUP_SIZE_MULTIPLEstatic final intCLConstants.DEVICE_PRINTF_BUFFER_SIZEstatic final intCLConstants.DEVICE_PROFILEstatic final intCLConstants.DEVICE_PROFILING_TIMER_OFFSET_AMDstatic final intCLConstants.DEVICE_PROFILING_TIMER_RESOLUTIONstatic final intCLConstants.DEVICE_QUEUE_FAMILY_PROPERTIES_INTELstatic final intCLConstants.DEVICE_QUEUE_ON_DEVICE_MAX_SIZEstatic final intCLConstants.DEVICE_QUEUE_ON_DEVICE_PREFERRED_SIZEstatic final intCLConstants.DEVICE_QUEUE_ON_DEVICE_PROPERTIESstatic final intCLConstants.DEVICE_QUEUE_ON_HOST_PROPERTIESstatic final intCLConstants.DEVICE_QUEUE_PROPERTIESstatic final intCLConstants.DEVICE_QUEUE_REPLACEABLE_DEFAULTstatic final intCLConstants.DEVICE_QUEUE_SUPPORTEDstatic final intCLConstants.DEVICE_REFERENCE_COUNTstatic final intCLConstants.DEVICE_REFERENCE_COUNT_EXTstatic final intCLConstants.DEVICE_REGISTERS_PER_BLOCK_NVstatic final intstatic final intCLConstants.DEVICE_SCHEDULING_COMPUTE_UNIT_LIMIT_ARMstatic final intCLConstants.DEVICE_SCHEDULING_CONTROLS_CAPABILITIES_ARMstatic final intCLConstants.DEVICE_SCHEDULING_DEFERRED_FLUSH_ARMstatic final intCLConstants.DEVICE_SCHEDULING_KERNEL_BATCHING_ARMstatic final intCLConstants.DEVICE_SCHEDULING_REGISTER_ALLOCATION_ARMstatic final intCLConstants.DEVICE_SCHEDULING_WARP_THROTTLING_ARMstatic final intCLConstants.DEVICE_SCHEDULING_WORKGROUP_BATCH_SIZE_ARMstatic final intstatic final intCLConstants.DEVICE_SEMAPHORE_EXPORT_HANDLE_TYPES_KHRstatic final intCLConstants.DEVICE_SEMAPHORE_IMPORT_HANDLE_TYPES_KHRstatic final intCLConstants.DEVICE_SEMAPHORE_TYPES_KHRstatic final intCLConstants.DEVICE_SHARED_SYSTEM_MEM_CAPABILITIES_INTELstatic final intCLConstants.DEVICE_SIMD_INSTRUCTION_WIDTH_AMDstatic final intCLConstants.DEVICE_SIMD_PER_COMPUTE_UNIT_AMDstatic final intCLConstants.DEVICE_SIMD_WIDTH_AMDstatic final intCLConstants.DEVICE_SIMULTANEOUS_INTEROPS_INTELstatic final intstatic final intCLConstants.DEVICE_SINGLE_FP_ATOMIC_CAPABILITIES_EXTstatic final intCLConstants.DEVICE_SINGLE_FP_CONFIGstatic final intCLConstants.DEVICE_SPIR_VERSIONSstatic final intCLConstants.DEVICE_SPIRV_CAPABILITIES_KHRstatic final intCLConstants.DEVICE_SPIRV_EXTENDED_INSTRUCTION_SETS_KHRstatic final intCLConstants.DEVICE_SPIRV_EXTENSIONS_KHRstatic final intCLConstants.DEVICE_SUB_GROUP_INDEPENDENT_FORWARD_PROGRESSstatic final intCLConstants.DEVICE_SUB_GROUP_SIZES_INTELstatic final intCLConstants.DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARMstatic final intCLConstants.DEVICE_SVM_ATOMICSstatic final intCLConstants.DEVICE_SVM_ATOMICS_ARMstatic final intCLConstants.DEVICE_SVM_CAPABILITIESstatic final intCLConstants.DEVICE_SVM_CAPABILITIES_ARMstatic final intCLConstants.DEVICE_SVM_COARSE_GRAIN_BUFFERstatic final intCLConstants.DEVICE_SVM_COARSE_GRAIN_BUFFER_ARMstatic final intCLConstants.DEVICE_SVM_FINE_GRAIN_BUFFERstatic final intCLConstants.DEVICE_SVM_FINE_GRAIN_BUFFER_ARMstatic final intCLConstants.DEVICE_SVM_FINE_GRAIN_SYSTEMstatic final intCLConstants.DEVICE_SVM_FINE_GRAIN_SYSTEM_ARMstatic final intCLConstants.DEVICE_TERMINATE_CAPABILITY_CONTEXT_KHRstatic final intCLConstants.DEVICE_TERMINATE_CAPABILITY_KHRstatic final intCLConstants.DEVICE_THREAD_TRACE_SUPPORTED_AMDstatic final intCLConstants.DEVICE_TOPOLOGY_AMDstatic final intCLConstants.DEVICE_TYPEstatic final intCLConstants.DEVICE_TYPE_ACCELERATORstatic final intCLConstants.DEVICE_TYPE_ALLstatic final intCLConstants.DEVICE_TYPE_CPUstatic final intCLConstants.DEVICE_TYPE_CUSTOMstatic final intCLConstants.DEVICE_TYPE_DEFAULTstatic final intCLConstants.DEVICE_TYPE_GPUstatic final longCLConstants.DEVICE_TYPE_RESERVED0_QCOMstatic final intCLConstants.DEVICE_UUID_KHRstatic final intCLConstants.DEVICE_VENDORstatic final intCLConstants.DEVICE_VENDOR_IDstatic final intCLConstants.DEVICE_VERSIONstatic final intCLConstants.DEVICE_WARP_SIZE_NVstatic final intCLConstants.DEVICE_WAVEFRONT_WIDTH_AMDstatic final intCLConstants.DEVICE_WORK_GROUP_COLLECTIVE_FUNCTIONS_SUPPORTstatic final intCLConstants.DEVICES_FOR_GL_CONTEXT_KHRstatic final intCLConstants.DRIVER_UUID_KHRstatic final intCLConstants.DRIVER_VERSIONstatic final intCLConstants.DXVA_DEVICE_INTELstatic final intCLConstants.EGL_DISPLAY_KHRstatic final intCLConstants.EGL_YUV_PLANE_INTELstatic final intCLConstants.EVENT_COMMAND_EXECUTION_STATUSstatic final intCLConstants.EVENT_COMMAND_QUEUEstatic final intCLConstants.EVENT_COMMAND_TERMINATION_REASON_ARMstatic final intCLConstants.EVENT_COMMAND_TYPEstatic final intCLConstants.EVENT_CONTEXTstatic final intCLConstants.EVENT_REFERENCE_COUNTstatic final intCLConstants.EXEC_KERNELstatic final intCLConstants.EXEC_NATIVE_KERNELstatic final intstatic final intCLConstants.EXTERNAL_MEMORY_HANDLE_DMA_BUF_KHRstatic final intCLConstants.EXTERNAL_MEMORY_HANDLE_OPAQUE_FD_KHRstatic final intCLConstants.EXTERNAL_MEMORY_HANDLE_OPAQUE_WIN32_KHRstatic final intCLConstants.EXTERNAL_MEMORY_HANDLE_OPAQUE_WIN32_KMT_KHRstatic final intCLConstants.EXTERNAL_MEMORY_HANDLE_OPAQUE_WIN32_NAME_KHRstatic final intCLConstants.FALSEstatic final intCLConstants.FILTER_LINEARstatic final intCLConstants.FILTER_NEARESTstatic final intCLConstants.FLOATstatic final intCLConstants.FLT_DIGstatic final intCLConstants.FLT_MANT_DIGstatic final intCLConstants.FLT_RADIXstatic final intCLConstants.FP_CORRECTLY_ROUNDED_DIVIDE_SQRTstatic final intCLConstants.FP_DENORMstatic final intCLConstants.FP_FMAstatic final intCLConstants.FP_INF_NANstatic final intCLConstants.FP_ROUND_TO_INFstatic final intCLConstants.FP_ROUND_TO_NEARESTstatic final intCLConstants.FP_ROUND_TO_ZEROstatic final intCLConstants.FP_SOFT_FLOATstatic final intCLConstants.GL_CONTEXT_KHRstatic final intCLConstants.GL_MIPMAP_LEVELstatic final intCLConstants.GL_NUM_SAMPLESstatic final intCLConstants.GL_OBJECT_BUFFERstatic final intCLConstants.GL_OBJECT_RENDERBUFFERstatic final intCLConstants.GL_OBJECT_TEXTURE_BUFFERstatic final intCLConstants.GL_OBJECT_TEXTURE1Dstatic final intCLConstants.GL_OBJECT_TEXTURE1D_ARRAYstatic final intCLConstants.GL_OBJECT_TEXTURE2Dstatic final intCLConstants.GL_OBJECT_TEXTURE2D_ARRAYstatic final intCLConstants.GL_OBJECT_TEXTURE3Dstatic final intCLConstants.GL_TEXTURE_TARGETstatic final intCLConstants.GLOBALstatic final intCLConstants.GLX_DISPLAY_KHRstatic final intCLConstants.GRALLOC_RESOURCE_NOT_ACQUIRED_IMGstatic final intCLConstants.HALF_DIGstatic final intCLConstants.HALF_FLOATstatic final intCLConstants.HALF_MANT_DIGstatic final intCLConstants.HALF_RADIXstatic final intCLConstants.ICDL_NAMEstatic final intCLConstants.ICDL_OCL_VERSIONstatic final intCLConstants.ICDL_VENDORstatic final intCLConstants.ICDL_VERSIONstatic final intCLConstants.IMAGE_ARRAY_SIZEstatic final intCLConstants.IMAGE_BUFFERstatic final intCLConstants.IMAGE_D3D10_SUBRESOURCE_KHRstatic final intCLConstants.IMAGE_D3D11_SUBRESOURCE_KHRstatic final intCLConstants.IMAGE_DEPTHstatic final intCLConstants.IMAGE_DX9_MEDIA_PLANE_KHRstatic final intCLConstants.IMAGE_DX9_PLANE_INTELstatic final intCLConstants.IMAGE_ELEMENT_SIZEstatic final intCLConstants.IMAGE_FORMATstatic final intCLConstants.IMAGE_HEIGHTstatic final intCLConstants.IMAGE_NUM_MIP_LEVELSstatic final intCLConstants.IMAGE_NUM_SAMPLESstatic final intCLConstants.IMAGE_REQUIREMENTS_BASE_ADDRESS_ALIGNMENT_EXTstatic final intCLConstants.IMAGE_REQUIREMENTS_MAX_ARRAY_SIZE_EXTstatic final intCLConstants.IMAGE_REQUIREMENTS_MAX_DEPTH_EXTstatic final intCLConstants.IMAGE_REQUIREMENTS_MAX_HEIGHT_EXTstatic final intCLConstants.IMAGE_REQUIREMENTS_MAX_WIDTH_EXTstatic final intCLConstants.IMAGE_REQUIREMENTS_ROW_PITCH_ALIGNMENT_EXTstatic final intCLConstants.IMAGE_REQUIREMENTS_SIZE_EXTstatic final intCLConstants.IMAGE_REQUIREMENTS_SLICE_PITCH_ALIGNMENT_EXTstatic final intCLConstants.IMAGE_ROW_ALIGNMENT_QCOMstatic final intCLConstants.IMAGE_ROW_PITCHstatic final intCLConstants.IMAGE_SLICE_ALIGNMENT_QCOMstatic final intCLConstants.IMAGE_SLICE_PITCHstatic final intCLConstants.IMAGE_VA_API_PLANE_INTELstatic final intCLConstants.IMAGE_WIDTHstatic final intCLConstants.IMPORT_ANDROID_HARDWARE_BUFFER_LAYER_INDEX_ARMstatic final intCLConstants.IMPORT_ANDROID_HARDWARE_BUFFER_PLANE_INDEX_ARMstatic final intCLConstants.IMPORT_DMA_BUF_DATA_CONSISTENCY_WITH_HOST_ARMstatic final intCLConstants.IMPORT_TYPE_ANDROID_HARDWARE_BUFFER_ARMstatic final intCLConstants.IMPORT_TYPE_ARMstatic final intCLConstants.IMPORT_TYPE_DMA_BUF_ARMstatic final intCLConstants.IMPORT_TYPE_HOST_ARMstatic final intCLConstants.IMPORT_TYPE_PROTECTED_ARMstatic final intCLConstants.INT_MAXstatic final intCLConstants.INT_MINstatic final intCLConstants.INTENSITYstatic final intCLConstants.INVALID_GRALLOC_OBJECT_IMGstatic final intCLConstants.KERNEL_ARG_ACCESS_NONEstatic final intCLConstants.KERNEL_ARG_ACCESS_QUALIFIERstatic final intCLConstants.KERNEL_ARG_ACCESS_READ_ONLYstatic final intCLConstants.KERNEL_ARG_ACCESS_READ_WRITEstatic final intCLConstants.KERNEL_ARG_ACCESS_WRITE_ONLYstatic final intCLConstants.KERNEL_ARG_ADDRESS_CONSTANTstatic final intCLConstants.KERNEL_ARG_ADDRESS_GLOBALstatic final intCLConstants.KERNEL_ARG_ADDRESS_LOCALstatic final intCLConstants.KERNEL_ARG_ADDRESS_PRIVATEstatic final intCLConstants.KERNEL_ARG_ADDRESS_QUALIFIERstatic final intCLConstants.KERNEL_ARG_HOST_ACCESSIBLE_PIPE_INTELstatic final intCLConstants.KERNEL_ARG_NAMEstatic final intCLConstants.KERNEL_ARG_TYPE_CONSTstatic final intCLConstants.KERNEL_ARG_TYPE_NAMEstatic final intCLConstants.KERNEL_ARG_TYPE_NONEstatic final intCLConstants.KERNEL_ARG_TYPE_PIPEstatic final intCLConstants.KERNEL_ARG_TYPE_QUALIFIERstatic final intCLConstants.KERNEL_ARG_TYPE_RESTRICTstatic final intCLConstants.KERNEL_ARG_TYPE_VOLATILEstatic final intCLConstants.KERNEL_ATTRIBUTESstatic final intCLConstants.KERNEL_COMPILE_NUM_SUB_GROUPSstatic final intCLConstants.KERNEL_COMPILE_SUB_GROUP_SIZE_INTELstatic final intCLConstants.KERNEL_COMPILE_WORK_GROUP_SIZEstatic final intCLConstants.KERNEL_CONTEXTstatic final intstatic final intCLConstants.KERNEL_EXEC_INFO_DEVICE_PTRS_EXTstatic final intCLConstants.KERNEL_EXEC_INFO_INDIRECT_DEVICE_ACCESS_INTELstatic final intCLConstants.KERNEL_EXEC_INFO_INDIRECT_HOST_ACCESS_INTELstatic final intCLConstants.KERNEL_EXEC_INFO_INDIRECT_SHARED_ACCESS_INTELstatic final intCLConstants.KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEMstatic final intCLConstants.KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM_ARMstatic final intCLConstants.KERNEL_EXEC_INFO_SVM_PTRSstatic final intCLConstants.KERNEL_EXEC_INFO_SVM_PTRS_ARMstatic final intCLConstants.KERNEL_EXEC_INFO_USM_PTRS_INTELstatic final intCLConstants.KERNEL_EXEC_INFO_WARP_COUNT_LIMIT_ARMstatic final intCLConstants.KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_ARMstatic final intstatic final intCLConstants.KERNEL_FUNCTION_NAMEstatic final intCLConstants.KERNEL_GLOBAL_WORK_SIZEstatic final intCLConstants.KERNEL_LOCAL_MEM_SIZEstatic final intCLConstants.KERNEL_LOCAL_SIZE_FOR_SUB_GROUP_COUNTstatic final intCLConstants.KERNEL_MAX_NUM_SUB_GROUPSstatic final intCLConstants.KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGEstatic final intCLConstants.KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGE_KHRstatic final intCLConstants.KERNEL_MAX_WARP_COUNT_ARMstatic final intCLConstants.KERNEL_NUM_ARGSstatic final intCLConstants.KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLEstatic final intCLConstants.KERNEL_PRIVATE_MEM_SIZEstatic final intCLConstants.KERNEL_PROGRAMstatic final intCLConstants.KERNEL_REFERENCE_COUNTstatic final intCLConstants.KERNEL_SPILL_MEM_SIZE_INTELstatic final intCLConstants.KERNEL_SUB_GROUP_COUNT_FOR_NDRANGEstatic final intCLConstants.KERNEL_SUB_GROUP_COUNT_FOR_NDRANGE_KHRstatic final intCLConstants.KERNEL_WORK_GROUP_SIZEstatic final intCLConstants.KHRONOS_VENDOR_ID_CODEPLAYstatic final intCLConstants.KHRONOS_VENDOR_ID_POCLstatic final intCLConstants.LAYER_API_VERSIONstatic final intCLConstants.LAYER_API_VERSION_100static final intCLConstants.LAYER_NAMEstatic final intCLConstants.LOCALstatic final intCLConstants.LUID_SIZE_KHRstatic final intCLConstants.LUMINANCEstatic final intCLConstants.MAP_READstatic final intCLConstants.MAP_WRITEstatic final intCLConstants.MAP_WRITE_INVALIDATE_REGIONstatic final intCLConstants.ME_BACKWARD_INPUT_MODE_INTELstatic final intCLConstants.ME_BIDIR_WEIGHT_HALF_INTELstatic final intCLConstants.ME_BIDIR_WEIGHT_QUARTER_INTELstatic final intCLConstants.ME_BIDIR_WEIGHT_THIRD_INTELstatic final intCLConstants.ME_BIDIR_WEIGHT_THREE_QUARTER_INTELstatic final intCLConstants.ME_BIDIR_WEIGHT_TWO_THIRD_INTELstatic final intCLConstants.ME_BIDIRECTION_INPUT_MODE_INTELstatic final intCLConstants.ME_CHROMA_INTRA_PREDICT_ENABLED_INTELstatic final intCLConstants.ME_CHROMA_PREDICTOR_MODE_DC_INTELstatic final intCLConstants.ME_CHROMA_PREDICTOR_MODE_HORIZONTAL_INTELstatic final intCLConstants.ME_CHROMA_PREDICTOR_MODE_PLANE_INTELstatic final intCLConstants.ME_CHROMA_PREDICTOR_MODE_VERTICAL_INTELstatic final intCLConstants.ME_COST_PENALTY_HIGH_INTELstatic final intCLConstants.ME_COST_PENALTY_LOW_INTELstatic final intCLConstants.ME_COST_PENALTY_NONE_INTELstatic final intCLConstants.ME_COST_PENALTY_NORMAL_INTELstatic final intCLConstants.ME_COST_PRECISION_DPEL_INTELstatic final intCLConstants.ME_COST_PRECISION_HPEL_INTELstatic final intCLConstants.ME_COST_PRECISION_PEL_INTELstatic final intCLConstants.ME_COST_PRECISION_QPEL_INTELstatic final intCLConstants.ME_FORWARD_INPUT_MODE_INTELstatic final intCLConstants.ME_LUMA_INTRA_PREDICT_ENABLED_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_DC_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_DIAGONAL_DOWN_LEFT_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_DIAGONAL_DOWN_RIGHT_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_HORIZONTAL_DOWN_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_HORIZONTAL_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_HORIZONTAL_UP_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_PLANE_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_VERTICAL_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_VERTICAL_LEFT_INTELstatic final intCLConstants.ME_LUMA_PREDICTOR_MODE_VERTICAL_RIGHT_INTELstatic final intCLConstants.ME_MB_TYPE_16x16_INTELstatic final intCLConstants.ME_MB_TYPE_4x4_INTELstatic final intCLConstants.ME_MB_TYPE_8x8_INTELstatic final intCLConstants.ME_SAD_ADJUST_MODE_HAAR_INTELstatic final intCLConstants.ME_SAD_ADJUST_MODE_NONE_INTELstatic final intCLConstants.ME_SEARCH_PATH_RADIUS_16_12_INTELstatic final intCLConstants.ME_SEARCH_PATH_RADIUS_2_2_INTELstatic final intCLConstants.ME_SEARCH_PATH_RADIUS_4_4_INTELstatic final intCLConstants.ME_SKIP_BLOCK_TYPE_16x16_INTELstatic final intCLConstants.ME_SKIP_BLOCK_TYPE_8x8_INTELstatic final intCLConstants.ME_SUBPIXEL_MODE_HPEL_INTELstatic final intCLConstants.ME_SUBPIXEL_MODE_INTEGER_INTELstatic final intCLConstants.ME_SUBPIXEL_MODE_QPEL_INTELstatic final intCLConstants.ME_VERSION_ADVANCED_VER_1_INTELstatic final intCLConstants.ME_VERSION_ADVANCED_VER_2_INTELstatic final intCLConstants.ME_VERSION_LEGACY_INTELstatic final intCLConstants.MEM_ACCESS_FLAGS_UNRESTRICTED_INTELstatic final intCLConstants.MEM_ALLOC_BASE_PTR_INTELstatic final intCLConstants.MEM_ALLOC_BUFFER_LOCATION_INTELstatic final intCLConstants.MEM_ALLOC_CPU_LOCAL_IMGstatic final intCLConstants.MEM_ALLOC_DEVICE_INTELstatic final intCLConstants.MEM_ALLOC_FLAGS_IMGstatic final intCLConstants.MEM_ALLOC_FLAGS_INTELstatic final intCLConstants.MEM_ALLOC_GPU_CACHED_IMGstatic final intCLConstants.MEM_ALLOC_GPU_LOCAL_IMGstatic final intCLConstants.MEM_ALLOC_GPU_PRIVATE_IMGstatic final intCLConstants.MEM_ALLOC_GPU_WRITE_COMBINE_IMGstatic final intCLConstants.MEM_ALLOC_HOST_PTRstatic final intCLConstants.MEM_ALLOC_INITIAL_PLACEMENT_DEVICE_INTELstatic final intCLConstants.MEM_ALLOC_INITIAL_PLACEMENT_HOST_INTELstatic final intCLConstants.MEM_ALLOC_RELAX_REQUIREMENTS_IMGstatic final intCLConstants.MEM_ALLOC_SIZE_INTELstatic final intCLConstants.MEM_ALLOC_TYPE_INTELstatic final intCLConstants.MEM_ALLOC_WRITE_COMBINED_INTELstatic final intCLConstants.MEM_ANDROID_NATIVE_BUFFER_HOST_PTR_QCOMstatic final intCLConstants.MEM_ASSOCIATED_MEMOBJECTstatic final intCLConstants.MEM_CHANNEL_INTELstatic final intCLConstants.MEM_CONTEXTstatic final intCLConstants.MEM_COPY_HOST_PTRstatic final intCLConstants.MEM_D3D10_RESOURCE_KHRstatic final intCLConstants.MEM_D3D11_RESOURCE_KHRstatic final intCLConstants.MEM_DEVICE_ADDRESS_EXTstatic final intCLConstants.MEM_DEVICE_HANDLE_LIST_END_KHRstatic final intCLConstants.MEM_DEVICE_HANDLE_LIST_KHRstatic final intCLConstants.MEM_DEVICE_ID_INTELstatic final intCLConstants.MEM_DEVICE_PRIVATE_ADDRESS_EXTstatic final intCLConstants.MEM_DX9_MEDIA_ADAPTER_TYPE_KHRstatic final intCLConstants.MEM_DX9_MEDIA_SURFACE_INFO_KHRstatic final intCLConstants.MEM_DX9_RESOURCE_INTELstatic final intCLConstants.MEM_DX9_SHARED_HANDLE_INTELstatic final intCLConstants.MEM_EXT_HOST_PTR_QCOMstatic final intCLConstants.MEM_FLAGSstatic final intCLConstants.MEM_FORCE_HOST_MEMORY_INTELstatic final intCLConstants.MEM_HOST_IOCOHERENT_QCOMstatic final intCLConstants.MEM_HOST_NO_ACCESSstatic final intCLConstants.MEM_HOST_PTRstatic final intCLConstants.MEM_HOST_READ_ONLYstatic final intCLConstants.MEM_HOST_UNCACHED_QCOMstatic final intCLConstants.MEM_HOST_WRITE_COMBINING_QCOMstatic final intCLConstants.MEM_HOST_WRITE_ONLYstatic final intCLConstants.MEM_HOST_WRITEBACK_QCOMstatic final intCLConstants.MEM_HOST_WRITETHROUGH_QCOMstatic final intCLConstants.MEM_IMMUTABLE_EXTstatic final intCLConstants.MEM_ION_HOST_PTR_QCOMstatic final intCLConstants.MEM_KERNEL_READ_AND_WRITEstatic final intCLConstants.MEM_LOCALLY_UNCACHED_RESOURCE_INTELstatic final intCLConstants.MEM_MAP_COUNTstatic final intCLConstants.MEM_NO_ACCESS_INTELstatic final intCLConstants.MEM_OBJECT_BUFFERstatic final intCLConstants.MEM_OBJECT_IMAGE1Dstatic final intCLConstants.MEM_OBJECT_IMAGE1D_ARRAYstatic final intCLConstants.MEM_OBJECT_IMAGE1D_BUFFERstatic final intCLConstants.MEM_OBJECT_IMAGE2Dstatic final intCLConstants.MEM_OBJECT_IMAGE2D_ARRAYstatic final intCLConstants.MEM_OBJECT_IMAGE3Dstatic final intCLConstants.MEM_OBJECT_PIPEstatic final intCLConstants.MEM_OFFSETstatic final intCLConstants.MEM_PROPERTIESstatic final longCLConstants.MEM_PROTECTED_ALLOC_ARMstatic final intCLConstants.MEM_READ_ONLYstatic final intCLConstants.MEM_READ_WRITEstatic final intCLConstants.MEM_REFERENCE_COUNTstatic final longCLConstants.MEM_RESERVED0_ARMstatic final longCLConstants.MEM_RESERVED0_QCOMstatic final longCLConstants.MEM_RESERVED1_ARMstatic final longCLConstants.MEM_RESERVED1_QCOMstatic final longCLConstants.MEM_RESERVED2_ARMstatic final longCLConstants.MEM_RESERVED2_QCOMstatic final intCLConstants.MEM_RESERVED21_INTELstatic final intCLConstants.MEM_RESERVED22_INTELstatic final longCLConstants.MEM_RESERVED3_ARMstatic final longCLConstants.MEM_RESERVED3_QCOMstatic final intCLConstants.MEM_SIZEstatic final intCLConstants.MEM_SVM_ATOMICSstatic final intCLConstants.MEM_SVM_ATOMICS_ARMstatic final intCLConstants.MEM_SVM_FINE_GRAIN_BUFFERstatic final intCLConstants.MEM_SVM_FINE_GRAIN_BUFFER_ARMstatic final intCLConstants.MEM_TYPEstatic final intCLConstants.MEM_TYPE_DEVICE_INTELstatic final intCLConstants.MEM_TYPE_HOST_INTELstatic final intCLConstants.MEM_TYPE_SHARED_INTELstatic final intCLConstants.MEM_TYPE_UNKNOWN_INTELstatic final intCLConstants.MEM_USE_CACHED_CPU_MEMORY_IMGstatic final intCLConstants.MEM_USE_GRALLOC_PTR_IMGstatic final intCLConstants.MEM_USE_HOST_PTRstatic final intCLConstants.MEM_USE_UNCACHED_CPU_MEMORY_IMGstatic final intCLConstants.MEM_USES_SVM_POINTERstatic final intCLConstants.MEM_USES_SVM_POINTER_ARMstatic final intCLConstants.MEM_VA_API_MEDIA_SURFACE_INTELstatic final intCLConstants.MEM_WRITE_ONLYstatic final intCLConstants.MIGRATE_MEM_OBJECT_CONTENT_UNDEFINEDstatic final intCLConstants.MIGRATE_MEM_OBJECT_HOSTstatic final intCLConstants.MIGRATE_MEM_OBJECT_HOST_EXTstatic final intCLConstants.MIPMAP_FILTER_ANY_IMGstatic final intCLConstants.MIPMAP_FILTER_BOX_IMGstatic final intCLConstants.MUTABLE_COMMAND_COMMAND_BUFFER_KHRstatic final intCLConstants.MUTABLE_COMMAND_COMMAND_QUEUE_KHRstatic final intCLConstants.MUTABLE_COMMAND_COMMAND_TYPE_KHRstatic final intCLConstants.MUTABLE_COMMAND_PROPERTIES_ARRAY_KHRstatic final intCLConstants.MUTABLE_DISPATCH_ARGUMENTS_KHRstatic final intstatic final intCLConstants.MUTABLE_DISPATCH_ASSERTS_KHRstatic final intCLConstants.MUTABLE_DISPATCH_DIMENSIONS_KHRstatic final intCLConstants.MUTABLE_DISPATCH_EXEC_INFO_KHRstatic final intCLConstants.MUTABLE_DISPATCH_GLOBAL_OFFSET_KHRstatic final intCLConstants.MUTABLE_DISPATCH_GLOBAL_SIZE_KHRstatic final intCLConstants.MUTABLE_DISPATCH_GLOBAL_WORK_OFFSET_KHRstatic final intCLConstants.MUTABLE_DISPATCH_GLOBAL_WORK_SIZE_KHRstatic final intCLConstants.MUTABLE_DISPATCH_KERNEL_KHRstatic final intCLConstants.MUTABLE_DISPATCH_LOCAL_SIZE_KHRstatic final intCLConstants.MUTABLE_DISPATCH_LOCAL_WORK_SIZE_KHRstatic final intCLConstants.MUTABLE_DISPATCH_UPDATABLE_FIELDS_KHRstatic final intCLConstants.NAME_VERSION_MAX_NAME_SIZEstatic final intCLConstants.NAME_VERSION_MAX_NAME_SIZE_KHRstatic final intCLConstants.NON_BLOCKINGstatic final intCLConstants.NONEstatic final intCLConstants.NV12_INTELstatic final intCLConstants.NV21static final intCLConstants.NV21_IMGstatic final longCLConstants.PARTITION_BY_COUNTS_LIST_END_EXTstatic final longCLConstants.PARTITION_BY_NAMES_LIST_END_EXTstatic final intCLConstants.PERF_HINT_HIGH_QCOMstatic final intCLConstants.PERF_HINT_LOW_QCOMstatic final intCLConstants.PERF_HINT_NORMAL_QCOMstatic final intCLConstants.PIPE_MAX_PACKETSstatic final intCLConstants.PIPE_PACKET_SIZEstatic final intCLConstants.PIPE_PROPERTIESstatic final intCLConstants.PLATFORM_COMMAND_BUFFER_CAPABILITIES_KHRstatic final intCLConstants.PLATFORM_EXTENSIONSstatic final intCLConstants.PLATFORM_EXTENSIONS_WITH_VERSIONstatic final intCLConstants.PLATFORM_EXTENSIONS_WITH_VERSION_KHRstatic final intCLConstants.PLATFORM_EXTERNAL_MEMORY_IMPORT_HANDLE_TYPES_KHRstatic final intCLConstants.PLATFORM_HOST_TIMER_RESOLUTIONstatic final intCLConstants.PLATFORM_ICD_SUFFIX_KHRstatic final intCLConstants.PLATFORM_NAMEstatic final intCLConstants.PLATFORM_NUMERIC_VERSIONstatic final intCLConstants.PLATFORM_NUMERIC_VERSION_KHRstatic final intCLConstants.PLATFORM_PROFILEstatic final intCLConstants.PLATFORM_SEMAPHORE_EXPORT_HANDLE_TYPES_KHRstatic final intCLConstants.PLATFORM_SEMAPHORE_IMPORT_HANDLE_TYPES_KHRstatic final intCLConstants.PLATFORM_SEMAPHORE_TYPES_KHRstatic final intCLConstants.PLATFORM_VENDORstatic final intCLConstants.PLATFORM_VERSIONstatic final intCLConstants.PREFERRED_DEVICES_FOR_D3D10_KHRstatic final intCLConstants.PREFERRED_DEVICES_FOR_D3D11_KHRstatic final intCLConstants.PREFERRED_DEVICES_FOR_DX9_INTELstatic final intCLConstants.PREFERRED_DEVICES_FOR_DX9_MEDIA_ADAPTER_KHRstatic final intCLConstants.PREFERRED_DEVICES_FOR_VA_API_INTELstatic final intCLConstants.PRINTF_BUFFERSIZE_ARMstatic final intCLConstants.PRINTF_CALLBACK_ARMstatic final intCLConstants.PROFILING_COMMAND_COMPLETEstatic final intCLConstants.PROFILING_COMMAND_ENDstatic final intCLConstants.PROFILING_COMMAND_QUEUEDstatic final intCLConstants.PROFILING_COMMAND_STARTstatic final intCLConstants.PROFILING_COMMAND_SUBMITstatic final intCLConstants.PROGRAM_BINARIESstatic final intCLConstants.PROGRAM_BINARY_SIZESstatic final intCLConstants.PROGRAM_BINARY_TYPEstatic final intCLConstants.PROGRAM_BINARY_TYPE_COMPILED_OBJECTstatic final intCLConstants.PROGRAM_BINARY_TYPE_EXECUTABLEstatic final intCLConstants.PROGRAM_BINARY_TYPE_INTERMEDIATEstatic final intCLConstants.PROGRAM_BINARY_TYPE_LIBRARYstatic final intCLConstants.PROGRAM_BINARY_TYPE_NONEstatic final intCLConstants.PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZEstatic final intCLConstants.PROGRAM_BUILD_LOGstatic final intCLConstants.PROGRAM_BUILD_OPTIONSstatic final intCLConstants.PROGRAM_BUILD_STATUSstatic final intCLConstants.PROGRAM_CONTEXTstatic final intCLConstants.PROGRAM_DEVICESstatic final intCLConstants.PROGRAM_HOST_PIPE_NAMES_INTELstatic final intCLConstants.PROGRAM_ILstatic final intCLConstants.PROGRAM_IL_KHRstatic final intCLConstants.PROGRAM_KERNEL_NAMESstatic final intCLConstants.PROGRAM_NUM_DEVICESstatic final intCLConstants.PROGRAM_NUM_HOST_PIPES_INTELstatic final intCLConstants.PROGRAM_NUM_KERNELSstatic final intCLConstants.PROGRAM_REFERENCE_COUNTstatic final intCLConstants.PROGRAM_SCOPE_GLOBAL_CTORS_PRESENTstatic final intCLConstants.PROGRAM_SCOPE_GLOBAL_DTORS_PRESENTstatic final intCLConstants.PROGRAM_SOURCEstatic final longCLConstants.PROPERTIES_LIST_END_EXTstatic final intCLConstants.QUEUE_CAPABILITY_BARRIER_INTELstatic final intCLConstants.QUEUE_CAPABILITY_CREATE_CROSS_QUEUE_EVENTS_INTELstatic final intstatic final intstatic final intCLConstants.QUEUE_CAPABILITY_FILL_BUFFER_INTELstatic final intCLConstants.QUEUE_CAPABILITY_FILL_IMAGE_INTELstatic final intCLConstants.QUEUE_CAPABILITY_KERNEL_INTELstatic final intCLConstants.QUEUE_CAPABILITY_MAP_BUFFER_INTELstatic final intCLConstants.QUEUE_CAPABILITY_MAP_IMAGE_INTELstatic final intCLConstants.QUEUE_CAPABILITY_MARKER_INTELstatic final intstatic final intCLConstants.QUEUE_CAPABILITY_TRANSFER_BUFFER_IMAGE_INTELstatic final intCLConstants.QUEUE_CAPABILITY_TRANSFER_BUFFER_INTELstatic final intCLConstants.QUEUE_CAPABILITY_TRANSFER_BUFFER_RECT_INTELstatic final intCLConstants.QUEUE_CAPABILITY_TRANSFER_IMAGE_BUFFER_INTELstatic final intCLConstants.QUEUE_CAPABILITY_TRANSFER_IMAGE_INTELstatic final intCLConstants.QUEUE_COMPUTE_UNIT_LIMIT_ARMstatic final intCLConstants.QUEUE_CONTEXTstatic final intCLConstants.QUEUE_DEFAULT_CAPABILITIES_INTELstatic final intCLConstants.QUEUE_DEFERRED_FLUSH_ARMstatic final intCLConstants.QUEUE_DEVICEstatic final intCLConstants.QUEUE_DEVICE_DEFAULTstatic final intCLConstants.QUEUE_FAMILY_INTELstatic final intCLConstants.QUEUE_FAMILY_MAX_NAME_SIZE_INTELstatic final intCLConstants.QUEUE_INDEX_INTELstatic final intCLConstants.QUEUE_JOB_SLOT_ARMstatic final intCLConstants.QUEUE_KERNEL_BATCHING_ARMstatic final intCLConstants.QUEUE_NO_SYNC_OPERATIONS_INTELstatic final intCLConstants.QUEUE_ON_DEVICEstatic final intCLConstants.QUEUE_ON_DEVICE_DEFAULTstatic final intCLConstants.QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLEstatic final intCLConstants.QUEUE_PRIORITY_HIGH_KHRstatic final intCLConstants.QUEUE_PRIORITY_KHRstatic final intCLConstants.QUEUE_PRIORITY_LOW_KHRstatic final intCLConstants.QUEUE_PRIORITY_MED_KHRstatic final intCLConstants.QUEUE_PROFILING_ENABLEstatic final intCLConstants.QUEUE_PROPERTIESstatic final intCLConstants.QUEUE_PROPERTIES_ARRAYstatic final intCLConstants.QUEUE_REFERENCE_COUNTstatic final intCLConstants.QUEUE_RESERVED_QCOMstatic final intCLConstants.QUEUE_SIZEstatic final intCLConstants.QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTELstatic final intCLConstants.QUEUE_THROTTLE_HIGH_KHRstatic final intCLConstants.QUEUE_THROTTLE_KHRstatic final intCLConstants.QUEUE_THROTTLE_LOW_KHRstatic final intCLConstants.QUEUE_THROTTLE_MED_KHRstatic final intCLConstants.QUEUEDstatic final intCLConstants.Rstatic final intCLConstants.RAstatic final intCLConstants.READ_ONLY_CACHEstatic final intCLConstants.READ_WRITE_CACHEstatic final intCLConstants.RESERVED0_IMGstatic final intCLConstants.RESERVED1_IMGstatic final intCLConstants.RESERVED2_IMGstatic final intCLConstants.RGstatic final intCLConstants.RGBstatic final intCLConstants.RGBAstatic final intCLConstants.RGBxstatic final intCLConstants.RGxstatic final intCLConstants.RUNNINGstatic final intCLConstants.Rxstatic final intCLConstants.SAMPLER_ADDRESSING_MODEstatic final intCLConstants.SAMPLER_CONTEXTstatic final intCLConstants.SAMPLER_FILTER_MODEstatic final intCLConstants.SAMPLER_LOD_MAXstatic final intCLConstants.SAMPLER_LOD_MAX_KHRstatic final intCLConstants.SAMPLER_LOD_MINstatic final intCLConstants.SAMPLER_LOD_MIN_KHRstatic final intCLConstants.SAMPLER_MIP_FILTER_MODEstatic final intCLConstants.SAMPLER_MIP_FILTER_MODE_KHRstatic final intCLConstants.SAMPLER_NORMALIZED_COORDSstatic final intCLConstants.SAMPLER_PROPERTIESstatic final intCLConstants.SAMPLER_REFERENCE_COUNTstatic final intCLConstants.sBGRAstatic final intCLConstants.SEMAPHORE_CONTEXT_KHRstatic final intCLConstants.SEMAPHORE_DEVICE_HANDLE_LIST_END_KHRstatic final intCLConstants.SEMAPHORE_DEVICE_HANDLE_LIST_KHRstatic final intCLConstants.SEMAPHORE_EXPORT_HANDLE_TYPES_KHRstatic final intCLConstants.SEMAPHORE_EXPORT_HANDLE_TYPES_LIST_END_KHRstatic final intCLConstants.SEMAPHORE_EXPORTABLE_KHRstatic final intCLConstants.SEMAPHORE_HANDLE_D3D12_FENCE_KHRstatic final intCLConstants.SEMAPHORE_HANDLE_OPAQUE_FD_KHRstatic final intCLConstants.SEMAPHORE_HANDLE_OPAQUE_WIN32_KHRstatic final intCLConstants.SEMAPHORE_HANDLE_OPAQUE_WIN32_KMT_KHRstatic final intCLConstants.SEMAPHORE_HANDLE_OPAQUE_WIN32_NAME_KHRstatic final intCLConstants.SEMAPHORE_HANDLE_SYNC_FD_KHRstatic final intCLConstants.SEMAPHORE_PAYLOAD_KHRstatic final intCLConstants.SEMAPHORE_PROPERTIES_KHRstatic final intCLConstants.SEMAPHORE_REFERENCE_COUNT_KHRstatic final intCLConstants.SEMAPHORE_TYPE_BINARY_KHRstatic final intCLConstants.SEMAPHORE_TYPE_KHRstatic final intCLConstants.SHRT_MAXstatic final intCLConstants.SHRT_MINstatic final intCLConstants.SIGNED_INT16static final intCLConstants.SIGNED_INT32static final intCLConstants.SIGNED_INT8static final intCLConstants.SNORM_INT16static final intCLConstants.SNORM_INT8static final intCLConstants.sRGBstatic final intCLConstants.sRGBAstatic final intCLConstants.sRGBxstatic final intCLConstants.STRUCTURE_TYPE_MUTABLE_DISPATCH_CONFIG_KHRstatic final intCLConstants.SUBMITTEDstatic final intCLConstants.SUCCESSstatic final intCLConstants.TRUEstatic final intCLConstants.UCHAR_MAXstatic final intCLConstants.UINT_MAXstatic final longCLConstants.ULONG_MAXstatic final intCLConstants.UNIFIED_SHARED_MEMORY_ACCESS_INTELstatic final intCLConstants.UNIFIED_SHARED_MEMORY_ATOMIC_ACCESS_INTELstatic final intCLConstants.UNIFIED_SHARED_MEMORY_CONCURRENT_ACCESS_INTELstatic final intstatic final intCLConstants.UNORM_INT_101010static final intCLConstants.UNORM_INT_101010_2static final intCLConstants.UNORM_INT_2_101010_EXTstatic final intCLConstants.UNORM_INT10X6_EXTstatic final intCLConstants.UNORM_INT12X4_EXTstatic final intCLConstants.UNORM_INT14X2_EXTstatic final intCLConstants.UNORM_INT16static final intCLConstants.UNORM_INT24static final intCLConstants.UNORM_INT8static final intCLConstants.UNORM_SHORT_555static final intCLConstants.UNORM_SHORT_565static final intCLConstants.UNSIGNED_INT_RAW10_EXTstatic final intCLConstants.UNSIGNED_INT_RAW12_EXTstatic final intCLConstants.UNSIGNED_INT10X6_EXTstatic final intCLConstants.UNSIGNED_INT12X4_EXTstatic final intCLConstants.UNSIGNED_INT14X2_EXTstatic final intCLConstants.UNSIGNED_INT16static final intCLConstants.UNSIGNED_INT32static final intCLConstants.UNSIGNED_INT8static final intCLConstants.USHRT_MAXstatic final intCLConstants.UUID_SIZE_KHRstatic final intCLConstants.UYVY_INTELstatic final intCLConstants.VA_API_DISPLAY_INTELstatic final intCLConstants.VERSION_MAJOR_BITSstatic final intCLConstants.VERSION_MAJOR_BITS_KHRstatic final intCLConstants.VERSION_MINOR_BITSstatic final intCLConstants.VERSION_MINOR_BITS_KHRstatic final intCLConstants.VERSION_PATCH_BITSstatic final intCLConstants.VERSION_PATCH_BITS_KHRstatic final intCLConstants.VYUY_INTELstatic final intCLConstants.WGL_HDC_KHRstatic final intCLConstants.YUYV_INTELstatic final intCLConstants.YV12static final intCLConstants.YV12_IMGstatic final intCLConstants.YVYU_INTELMethod parameters in club.doki7.opencl with annotations of type UnsignedModifier and TypeMethodDescriptionintCL.buildProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, CLFunctionTypes.Ipfn_notify_5 pfn_notify, @NotNull MemorySegment user_data) intCL.buildProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.buildProgram(Arena arena, @Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, CLFunctionTypes.Ipfn_notify_5 pfn_notify, @NotNull MemorySegment user_data) intCL.commandBarrierWithWaitListKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandBarrierWithWaitListKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandBarrierWithWaitListKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandBarrierWithWaitListKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferRectKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferRectKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferRectKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferRectKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferToImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferToImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferToImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferToImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageToBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageToBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageToBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageToBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(@Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(Arena arena, @Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) intCL.compileProgram(Arena arena, @Nullable CLProgram program, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_headers, CLProgram.Ptr input_headers, @Nullable PointerPtr header_include_names, CLFunctionTypes.Ipfn_notify_6 pfn_notify, @NotNull MemorySegment user_data) @Nullable CLAcceleratorIntelCL.createAcceleratorINTEL(@Nullable CLContext context, int accelerator_type, long descriptor_size, @NotNull MemorySegment descriptor, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBuffer(@Nullable CLContext context, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithPropertiesINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createBufferWithPropertiesINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long flags, long size, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.createCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.createCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueueCL.createCommandQueue(@Nullable CLContext context, @Nullable CLDeviceId device, long properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueueCL.createCommandQueueWithProperties(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandQueueCL.createCommandQueueWithPropertiesKHR(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(@Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContext(Arena arena, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr devices, CLFunctionTypes.Ipfn_notify_0 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(@Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(@Nullable PointerPtr properties, long device_type, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLContextCL.createContextFromType(Arena arena, @Nullable PointerPtr properties, long device_type, CLFunctionTypes.Ipfn_notify_1 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D10BufferKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D10Texture2DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D10Texture2DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D10Texture3DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D10Texture3DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D11BufferKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D11Texture2DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D11Texture2DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D11Texture3DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromD3D11Texture3DKHR(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, int subresource, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromDX9MediaSurfaceINTEL(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @NotNull MemorySegment sharedHandle, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromDX9MediaSurfaceINTEL(@Nullable CLContext context, long flags, @Nullable PointerPtr resource, @NotNull MemorySegment sharedHandle, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromDX9MediaSurfaceKHR(@Nullable CLContext context, long flags, int adapter_type, @NotNull MemorySegment surface_info, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromDX9MediaSurfaceKHR(@Nullable CLContext context, long flags, int adapter_type, @NotNull MemorySegment surface_info, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromDX9MediaSurfaceKHR(@Nullable CLContext context, long flags, int adapter_type, @NotNull MemorySegment surface_info, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromEGLImageKHR(@Nullable CLContext context, @NotNull MemorySegment egldisplay, @NotNull MemorySegment eglimage, long flags, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLBuffer(@Nullable CLContext context, long flags, int bufobj, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLBuffer(@Nullable CLContext context, long flags, int bufobj, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLRenderbuffer(@Nullable CLContext context, long flags, int renderbuffer, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLRenderbuffer(@Nullable CLContext context, long flags, int renderbuffer, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture2D(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture2D(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture2D(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture3D(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture3D(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromGLTexture3D(@Nullable CLContext context, long flags, int target, int miplevel, int texture, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromVA_APIMediaSurfaceINTEL(@Nullable CLContext context, long flags, @Nullable IntPtr surface, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromVA_APIMediaSurfaceINTEL(@Nullable CLContext context, long flags, @Nullable IntPtr surface, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createFromVA_APIMediaSurfaceINTEL(@Nullable CLContext context, long flags, @Nullable IntPtr surface, int plane, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage2D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageRowPitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImage3D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageDepth, long imageRowPitch, long imageSlicePitch, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImageWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createImageWithProperties(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable IntPtr errcode_ret) intCL.createKernelsInProgram(@Nullable CLProgram program, int num_kernels, CLKernel.Ptr kernels, @Nullable IntPtr num_kernels_ret) intCL.createKernelsInProgram(@Nullable CLProgram program, int num_kernels, CLKernel.Ptr kernels, @Nullable IntPtr num_kernels_ret) @Nullable CLMemCL.createPipe(@Nullable CLContext context, long flags, int pipe_packet_size, int pipe_max_packets, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createPipe(@Nullable CLContext context, long flags, int pipe_packet_size, int pipe_max_packets, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createPipe(@Nullable CLContext context, long flags, int pipe_packet_size, int pipe_max_packets, @Nullable PointerPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithBinary(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable PointerPtr lengths, @Nullable PointerPtr binaries, @Nullable IntPtr binary_status, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithBuiltInKernels(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr kernel_names, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.createProgramWithSource(@Nullable CLContext context, int count, @Nullable PointerPtr strings, @Nullable PointerPtr lengths, @Nullable IntPtr errcode_ret) @Nullable CLSamplerCL.createSampler(@Nullable CLContext context, int normalized_coords, int addressing_mode, int filter_mode, @Nullable IntPtr errcode_ret) @Nullable CLSamplerCL.createSampler(@Nullable CLContext context, int normalized_coords, int addressing_mode, int filter_mode, @Nullable IntPtr errcode_ret) @Nullable CLSamplerCL.createSampler(@Nullable CLContext context, int normalized_coords, int addressing_mode, int filter_mode, @Nullable IntPtr errcode_ret) @Nullable CLSamplerCL.createSamplerWithProperties(@Nullable CLContext context, @Nullable LongPtr sampler_properties, @Nullable IntPtr errcode_ret) @Nullable CLSemaphoreKhrCL.createSemaphoreWithPropertiesKHR(@Nullable CLContext context, @Nullable LongPtr sema_props, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createSubBuffer(@Nullable CLMem buffer, long flags, int buffer_create_type, @NotNull MemorySegment buffer_create_info, @Nullable IntPtr errcode_ret) @Nullable CLMemCL.createSubBuffer(@Nullable CLMem buffer, long flags, int buffer_create_type, @NotNull MemorySegment buffer_create_info, @Nullable IntPtr errcode_ret) intCL.createSubDevices(@Nullable CLDeviceId in_device, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices_ret) intCL.createSubDevices(@Nullable CLDeviceId in_device, @Nullable PointerPtr properties, int num_devices, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices_ret) intCL.createSubDevicesEXT(@Nullable CLDeviceId in_device, @Nullable LongPtr properties, int num_entries, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices) intCL.createSubDevicesEXT(@Nullable CLDeviceId in_device, @Nullable LongPtr properties, int num_entries, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices) intCL.createSubDevicesEXT(@Nullable CLDeviceId in_device, @Nullable LongPtr properties, int num_entries, CLDeviceId.Ptr out_devices, @Nullable IntPtr num_devices) @NotNull MemorySegmentCL.deviceMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.deviceMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) intCL.enqueueAcquireD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueAcquireVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueBarrierWithWaitList(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable CLCommandBufferKhr command_buffer, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable CLCommandBufferKhr command_buffer, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyBufferToImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueCopyImageToBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueFillBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueFillImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueGenerateMipmapIMG(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_image, int mipmap_filter_mode, @Nullable PointerPtr array_region, @Nullable PointerPtr mip_region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueGenerateMipmapIMG(@Nullable CLCommandQueue command_queue, @Nullable CLMem src_image, @Nullable CLMem dst_image, int mipmap_filter_mode, @Nullable PointerPtr array_region, @Nullable PointerPtr mip_region, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) @NotNull MemorySegmentCL.enqueueMapBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_map, long map_flags, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_map, long map_flags, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_map, long map_flags, long offset, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_map, long map_flags, @Nullable PointerPtr origin, @Nullable PointerPtr region, @Nullable PointerPtr imageRowPitch, @Nullable PointerPtr imageSlicePitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_map, long map_flags, @Nullable PointerPtr origin, @Nullable PointerPtr region, @Nullable PointerPtr imageRowPitch, @Nullable PointerPtr imageSlicePitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.enqueueMapImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_map, long map_flags, @Nullable PointerPtr origin, @Nullable PointerPtr region, @Nullable PointerPtr imageRowPitch, @Nullable PointerPtr imageSlicePitch, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event, @Nullable IntPtr errcode_ret) intCL.enqueueMarkerWithWaitList(@Nullable CLCommandQueue command_queue, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemAdviseINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, int advice, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemAdviseINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, int advice, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemcpyINTEL(@Nullable CLCommandQueue command_queue, int blocking, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemcpyINTEL(@Nullable CLCommandQueue command_queue, int blocking, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemFillINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMemsetINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment dst_ptr, int value, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemINTEL(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment ptr, long size, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjectEXT(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjectEXT(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjectEXT(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjects(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjects(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueMigrateMemObjects(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(Arena arena, @Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNativeKernel(Arena arena, @Nullable CLCommandQueue command_queue, CLFunctionTypes.Iuser_func_0 user_func, @NotNull MemorySegment args, long cb_args, int num_mem_objects, CLMem.Ptr mem_list, @Nullable PointerPtr args_mem_loc, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNDRangeKernel(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueNDRangeKernel(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_read, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_read, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_read, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_read, @Nullable PointerPtr origin, @Nullable PointerPtr region, long row_pitch, long slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReadImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_read, @Nullable PointerPtr origin, @Nullable PointerPtr region, long row_pitch, long slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D10ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseD3D11ObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9MediaSurfacesKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseDX9ObjectsINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseEGLObjectsKHR(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseExternalMemObjectsKHR(@Nullable CLCommandQueue command_queue, int num_mem_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGLObjects(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseGrallocObjectsIMG(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueReleaseVA_APIMediaSurfacesINTEL(@Nullable CLCommandQueue command_queue, int num_objects, CLMem.Ptr mem_objects, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSignalSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSignalSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSignalSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, @NotNull MemorySegment pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFreeARM(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_0 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMap(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMap(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMap(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMapARM(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMapARM(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMapARM(@Nullable CLCommandQueue command_queue, int blocking_map, long flags, @NotNull MemorySegment svm_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpy(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpy(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpyARM(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemcpyARM(@Nullable CLCommandQueue command_queue, int blocking_copy, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFill(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMemFillARM(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMigrateMem(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @Nullable PointerPtr svm_pointers, @Nullable PointerPtr sizes, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMigrateMem(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @Nullable PointerPtr svm_pointers, @Nullable PointerPtr sizes, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMMigrateMem(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @Nullable PointerPtr svm_pointers, @Nullable PointerPtr sizes, long flags, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMUnmap(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMUnmapARM(@Nullable CLCommandQueue command_queue, @NotNull MemorySegment svm_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueTask(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueUnmapMemObject(@Nullable CLCommandQueue command_queue, @Nullable CLMem memobj, @NotNull MemorySegment mapped_ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWaitForEvents(@Nullable CLCommandQueue command_queue, int num_events, CLEvent.Ptr event_list) intCL.enqueueWaitSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWaitSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWaitSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBuffer(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, long offset, long size, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteBufferRect(@Nullable CLCommandQueue command_queue, @Nullable CLMem buffer, int blocking_write, @Nullable PointerPtr buffer_origin, @Nullable PointerPtr host_origin, @Nullable PointerPtr region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_write, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteHostPipeINTEL(@Nullable CLCommandQueue command_queue, @Nullable CLProgram program, @Nullable BytePtr pipe_symbol, int blocking_write, @NotNull MemorySegment ptr, long size, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_write, @Nullable PointerPtr origin, @Nullable PointerPtr region, long input_row_pitch, long input_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWriteImage(@Nullable CLCommandQueue command_queue, @Nullable CLMem image, int blocking_write, @Nullable PointerPtr origin, @Nullable PointerPtr region, long input_row_pitch, long input_slice_pitch, @NotNull MemorySegment ptr, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.getAcceleratorInfoINTEL(@Nullable CLAcceleratorIntel accelerator, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getCommandBufferInfoKHR(@Nullable CLCommandBufferKhr command_buffer, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getCommandQueueInfo(@Nullable CLCommandQueue command_queue, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getContextInfo(@Nullable CLContext context, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getDeviceAndHostTimer(@Nullable CLDeviceId device, @Nullable LongPtr device_timestamp, @Nullable LongPtr host_timestamp) intCL.getDeviceAndHostTimer(@Nullable CLDeviceId device, @Nullable LongPtr device_timestamp, @Nullable LongPtr host_timestamp) intCL.getDeviceIDs(@Nullable CLPlatformId platform, long device_type, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDs(@Nullable CLPlatformId platform, long device_type, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDs(@Nullable CLPlatformId platform, long device_type, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D10KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D10KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D10KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D10KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D11KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D11KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D11KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromD3D11KHR(@Nullable CLPlatformId platform, int d3d_device_source, @NotNull MemorySegment d3d_object, int d3d_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9INTEL(@Nullable CLPlatformId platform, int dx9_device_source, @NotNull MemorySegment dx9_object, int dx9_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9INTEL(@Nullable CLPlatformId platform, int dx9_device_source, @NotNull MemorySegment dx9_object, int dx9_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9INTEL(@Nullable CLPlatformId platform, int dx9_device_source, @NotNull MemorySegment dx9_object, int dx9_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9INTEL(@Nullable CLPlatformId platform, int dx9_device_source, @NotNull MemorySegment dx9_object, int dx9_device_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9MediaAdapterKHR(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9MediaAdapterKHR(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9MediaAdapterKHR(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9MediaAdapterKHR(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromDX9MediaAdapterKHR(@Nullable CLPlatformId platform, int num_media_adapters, @Nullable IntPtr media_adapter_type, @NotNull MemorySegment media_adapters, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromVA_APIMediaAdapterINTEL(@Nullable CLPlatformId platform, int media_adapter_type, @NotNull MemorySegment media_adapter, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromVA_APIMediaAdapterINTEL(@Nullable CLPlatformId platform, int media_adapter_type, @NotNull MemorySegment media_adapter, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromVA_APIMediaAdapterINTEL(@Nullable CLPlatformId platform, int media_adapter_type, @NotNull MemorySegment media_adapter, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceIDsFromVA_APIMediaAdapterINTEL(@Nullable CLPlatformId platform, int media_adapter_type, @NotNull MemorySegment media_adapter, int media_adapter_set, int num_entries, CLDeviceId.Ptr devices, @Nullable IntPtr num_devices) intCL.getDeviceImageInfoQCOM(@Nullable CLDeviceId device, long imageWidth, long imageHeight, @Nullable CLImageFormat image_format, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getDeviceInfo(@Nullable CLDeviceId device, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getEventInfo(@Nullable CLEvent event, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getEventProfilingInfo(@Nullable CLEvent event, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getGLContextInfoKHR(@Nullable PointerPtr properties, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getGLObjectInfo(@Nullable CLMem memobj, @Nullable IntPtr gl_object_type, @Nullable IntPtr gl_object_name) intCL.getGLObjectInfo(@Nullable CLMem memobj, @Nullable IntPtr gl_object_type, @Nullable IntPtr gl_object_name) intCL.getGLTextureInfo(@Nullable CLMem memobj, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getHostTimer(@Nullable CLDeviceId device, @Nullable LongPtr host_timestamp) intCL.getICDLoaderInfoOCLICD(int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageInfo(@Nullable CLMem image, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageRequirementsInfoEXT(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageRequirementsInfoEXT(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getImageRequirementsInfoEXT(@Nullable CLContext context, @Nullable LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelArgInfo(@Nullable CLKernel kernel, int argIndex, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelArgInfo(@Nullable CLKernel kernel, int argIndex, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelInfo(@Nullable CLKernel kernel, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelSubGroupInfo(@Nullable CLKernel kernel, @Nullable CLDeviceId device, int paramName, long input_value_size, @NotNull MemorySegment input_value, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelSubGroupInfoKHR(@Nullable CLKernel in_kernel, @Nullable CLDeviceId in_device, int paramName, long input_value_size, @NotNull MemorySegment input_value, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getKernelSuggestedLocalWorkSizeKHR(@Nullable CLCommandQueue command_queue, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr suggested_local_work_size) intCL.getKernelWorkGroupInfo(@Nullable CLKernel kernel, @Nullable CLDeviceId device, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getLayerInfo(int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getMemAllocInfoINTEL(@Nullable CLContext context, @NotNull MemorySegment ptr, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getMemObjectInfo(@Nullable CLMem memobj, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getMutableCommandInfoKHR(@Nullable CLMutableCommandKhr command, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getPipeInfo(@Nullable CLMem pipe, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getPlatformIDs(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) intCL.getPlatformIDs(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) intCL.getPlatformInfo(@Nullable CLPlatformId platform, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getProgramBuildInfo(@Nullable CLProgram program, @Nullable CLDeviceId device, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getProgramInfo(@Nullable CLProgram program, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getSamplerInfo(@Nullable CLSampler sampler, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getSemaphoreHandleForTypeKHR(@Nullable CLSemaphoreKhr sema_object, @Nullable CLDeviceId device, int handle_type, long handle_size, @NotNull MemorySegment handle_ptr, @Nullable PointerPtr handle_size_ret) intCL.getSemaphoreInfoKHR(@Nullable CLSemaphoreKhr sema_object, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.getSupportedD3D10TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr d3d10_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D10TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr d3d10_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D10TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr d3d10_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D10TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr d3d10_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D10TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr d3d10_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D11TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D11TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D11TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D11TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D11TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedD3D11TextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr d3d11_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedDX9MediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedDX9MediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedDX9MediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedDX9MediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedDX9MediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedDX9MediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable IntPtr dx9_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedGLTextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr gl_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedGLTextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr gl_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedGLTextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr gl_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedGLTextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr gl_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedGLTextureFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable IntPtr gl_formats, @Nullable IntPtr num_texture_formats) intCL.getSupportedImageFormats(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable IntPtr num_image_formats) intCL.getSupportedImageFormats(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable IntPtr num_image_formats) intCL.getSupportedImageFormats(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable IntPtr num_image_formats) intCL.getSupportedImageFormats(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable IntPtr num_image_formats) intCL.getSupportedVA_APIMediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable VAImageFormatCLREF va_api_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedVA_APIMediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable VAImageFormatCLREF va_api_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedVA_APIMediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable VAImageFormatCLREF va_api_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedVA_APIMediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable VAImageFormatCLREF va_api_formats, @Nullable IntPtr num_surface_formats) intCL.getSupportedVA_APIMediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable VAImageFormatCLREF va_api_formats, @Nullable IntPtr num_surface_formats) @NotNull MemorySegmentCL.hostMemAllocINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.hostMemAllocINTEL(@Nullable CLContext context, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) intCL.icdGetPlatformIDsKHR(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) intCL.icdGetPlatformIDsKHR(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) @Nullable CLMemCL.importMemoryARM(@Nullable CLContext context, long flags, @Nullable PointerPtr properties, @NotNull MemorySegment memory, long size, @Nullable IntPtr errcode_ret) intCL.initLayer(int num_entries, @Nullable CLIcdDispatch target_dispatch, @Nullable IntPtr num_entries_ret, CLIcdDispatch.Ptr layer_dispatch_ret) intCL.initLayer(int num_entries, @Nullable CLIcdDispatch target_dispatch, @Nullable IntPtr num_entries_ret, CLIcdDispatch.Ptr layer_dispatch_ret) voidCLFunctionTypes.Ipfn_free_func_0.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) voidCLFunctionTypes.Ipfn_free_func_1.invoke(MemorySegment p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(@Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, @NotNull MemorySegment pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(Arena arena, @Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) @Nullable CLProgramCL.linkProgram(Arena arena, @Nullable CLContext context, int num_devices, CLDeviceId.Ptr device_list, @Nullable BytePtr options, int num_input_programs, CLProgram.Ptr input_programs, CLFunctionTypes.Ipfn_notify_7 pfn_notify, @NotNull MemorySegment user_data, @Nullable IntPtr errcode_ret) intCL.reImportSemaphoreSyncFdKHR(@Nullable CLSemaphoreKhr sema_object, @Nullable LongPtr reimport_props, int fd) @Nullable CLCommandBufferKhrCL.remapCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer, int automatic, int num_queues, CLCommandQueue.Ptr queues, int num_handles, CLMutableCommandKhr.Ptr handles, CLMutableCommandKhr.Ptr handles_ret, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.remapCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer, int automatic, int num_queues, CLCommandQueue.Ptr queues, int num_handles, CLMutableCommandKhr.Ptr handles, CLMutableCommandKhr.Ptr handles_ret, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.remapCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer, int automatic, int num_queues, CLCommandQueue.Ptr queues, int num_handles, CLMutableCommandKhr.Ptr handles, CLMutableCommandKhr.Ptr handles_ret, @Nullable IntPtr errcode_ret) intCL.setCommandQueueProperty(@Nullable CLCommandQueue command_queue, long properties, int enable, @Nullable LongPtr old_properties) intCL.setCommandQueueProperty(@Nullable CLCommandQueue command_queue, long properties, int enable, @Nullable LongPtr old_properties) intCL.setCommandQueueProperty(@Nullable CLCommandQueue command_queue, long properties, int enable, @Nullable LongPtr old_properties) intCL.setKernelArg(@Nullable CLKernel kernel, int argIndex, long argSize, @NotNull MemorySegment argValue) intCL.setKernelArgDevicePointerEXT(@Nullable CLKernel kernel, int argIndex, long argValue) intCL.setKernelArgDevicePointerEXT(@Nullable CLKernel kernel, int argIndex, long argValue) intCL.setKernelArgMemPointerINTEL(@Nullable CLKernel kernel, int argIndex, @NotNull MemorySegment argValue) intCL.setKernelArgSVMPointer(@Nullable CLKernel kernel, int argIndex, @NotNull MemorySegment argValue) intCL.setKernelArgSVMPointerARM(@Nullable CLKernel kernel, int argIndex, @NotNull MemorySegment argValue) intCL.setKernelExecInfo(@Nullable CLKernel kernel, int paramName, long paramValueSize, @NotNull MemorySegment paramValue) intCL.setKernelExecInfoARM(@Nullable CLKernel kernel, int paramName, long paramValueSize, @NotNull MemorySegment paramValue) intCL.setPerfHintQCOM(@Nullable CLContext context, int perf_hint) intCL.setProgramSpecializationConstant(@Nullable CLProgram program, int spec_id, long spec_size, @NotNull MemorySegment spec_value) @NotNull MemorySegmentCL.sharedMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegmentCL.sharedMemAllocINTEL(@Nullable CLContext context, @Nullable CLDeviceId device, @Nullable LongPtr properties, long size, int alignment, @Nullable IntPtr errcode_ret) @NotNull MemorySegment@NotNull MemorySegment@NotNull MemorySegmentCL.SVMAllocARM(@Nullable CLContext context, long flags, long size, int alignment) @NotNull MemorySegmentCL.SVMAllocARM(@Nullable CLContext context, long flags, long size, int alignment) intCL.updateMutableCommandsKHR(@Nullable CLCommandBufferKhr command_buffer, int num_configs, @Nullable IntPtr config_types, @Nullable PointerPtr configs) intCL.updateMutableCommandsKHR(@Nullable CLCommandBufferKhr command_buffer, int num_configs, @Nullable IntPtr config_types, @Nullable PointerPtr configs) intCL.waitForEvents(int num_events, CLEvent.Ptr event_list) -
Uses of Unsigned in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionintCLDeviceIntegerDotProductAccelerationPropertiesKhr.accumulatingSaturatingMixedSignednessAccelerated()intCLDeviceIntegerDotProductAccelerationPropertiesKhr.accumulatingSaturatingSignedAccelerated()intCLDeviceIntegerDotProductAccelerationPropertiesKhr.accumulatingSaturatingUnsignedAccelerated()intCLMemExtHostPtr.allocationType()intVAImageFormatCLREF.alpha_mask()intCLMutableDispatchArgKhr.argIndex()longCLMutableDispatchArgKhr.argSize()intVAImageFormatCLREF.bits_per_pixel()intVAImageFormatCLREF.blue_mask()intVAImageFormatCLREF.byte_order()longCLQueueFamilyPropertiesIntel.capabilities()intCLQueueFamilyPropertiesIntel.count()intVAImageFormatCLREF.depth()intVAImageFormatCLREF.fourcc()intVAImageFormatCLREF.green_mask()intCLMemExtHostPtr.hostCachePolicy()longCLImageDesc.imageArraySize()intCLImageFormat.imageChannelDataType()intCLImageFormat.imageChannelOrder()longCLImageDesc.imageDepth()longCLImageDesc.imageHeight()longCLImageDesc.imageRowPitch()longCLImageDesc.imageSlicePitch()intCLImageDesc.imageType()longCLImageDesc.imageWidth()intCLMotionEstimationDescIntel.mbBlockType()intCLDeviceIntegerDotProductAccelerationPropertiesKhr.mixedSignednessAccelerated()intCLMutableDispatchConfigKhr.numArgs()intCLMutableDispatchConfigKhr.numExecInfos()intCLImageDesc.numMipLevels()intCLImageDesc.numSamples()intCLMutableDispatchConfigKhr.numSvmArgs()longCLBufferRegion.origin()intCLMutableDispatchExecInfoKhr.paramName()longCLMutableDispatchExecInfoKhr.paramValueSize()intCLDevicePciBusInfoKhr.pciBus()intCLDevicePciBusInfoKhr.pciDevice()intCLDevicePciBusInfoKhr.pciDomain()intCLDevicePciBusInfoKhr.pciFunction()longCLQueueFamilyPropertiesIntel.properties()intVAImageFormatCLREF.red_mask()intCLMotionEstimationDescIntel.sadAdjustMode()intCLMotionEstimationDescIntel.searchPathType()intCLDeviceIntegerDotProductAccelerationPropertiesKhr.signedAccelerated()longCLBufferRegion.size()intCLMotionEstimationDescIntel.subpixelMode()intCLDeviceIntegerDotProductAccelerationPropertiesKhr.unsignedAccelerated()VAImageFormatCLREF.va_reserved()intCLNameVersion.version()intCLNameVersionKhr.version()intCLMutableDispatchConfigKhr.workDim()Method parameters in club.doki7.opencl.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionCLDeviceIntegerDotProductAccelerationPropertiesKhr.accumulatingSaturatingMixedSignednessAccelerated(int value) CLDeviceIntegerDotProductAccelerationPropertiesKhr.accumulatingSaturatingSignedAccelerated(int value) CLDeviceIntegerDotProductAccelerationPropertiesKhr.accumulatingSaturatingUnsignedAccelerated(int value) CLMemExtHostPtr.allocationType(int value) VAImageFormatCLREF.alpha_mask(int value) CLMutableDispatchArgKhr.argIndex(int value) CLMutableDispatchArgKhr.argSize(long value) VAImageFormatCLREF.bits_per_pixel(int value) VAImageFormatCLREF.blue_mask(int value) VAImageFormatCLREF.byte_order(int value) CLQueueFamilyPropertiesIntel.capabilities(long value) CLQueueFamilyPropertiesIntel.count(int value) VAImageFormatCLREF.depth(int value) VAImageFormatCLREF.fourcc(int value) VAImageFormatCLREF.green_mask(int value) CLMemExtHostPtr.hostCachePolicy(int value) CLImageDesc.imageArraySize(long value) CLImageFormat.imageChannelDataType(int value) CLImageFormat.imageChannelOrder(int value) CLImageDesc.imageDepth(long value) CLImageDesc.imageHeight(long value) CLImageDesc.imageRowPitch(long value) CLImageDesc.imageSlicePitch(long value) CLImageDesc.imageType(int value) CLImageDesc.imageWidth(long value) CLMotionEstimationDescIntel.mbBlockType(int value) CLDeviceIntegerDotProductAccelerationPropertiesKhr.mixedSignednessAccelerated(int value) CLMutableDispatchConfigKhr.numArgs(int value) CLMutableDispatchConfigKhr.numExecInfos(int value) CLImageDesc.numMipLevels(int value) CLImageDesc.numSamples(int value) CLMutableDispatchConfigKhr.numSvmArgs(int value) CLBufferRegion.origin(long value) CLMutableDispatchExecInfoKhr.paramName(int value) CLMutableDispatchExecInfoKhr.paramValueSize(long value) CLDevicePciBusInfoKhr.pciBus(int value) CLDevicePciBusInfoKhr.pciDevice(int value) CLDevicePciBusInfoKhr.pciDomain(int value) CLDevicePciBusInfoKhr.pciFunction(int value) CLQueueFamilyPropertiesIntel.properties(long value) VAImageFormatCLREF.red_mask(int value) CLMotionEstimationDescIntel.sadAdjustMode(int value) CLMotionEstimationDescIntel.searchPathType(int value) CLDeviceIntegerDotProductAccelerationPropertiesKhr.signedAccelerated(int value) CLBufferRegion.size(long value) CLMotionEstimationDescIntel.subpixelMode(int value) CLDeviceIntegerDotProductAccelerationPropertiesKhr.unsignedAccelerated(int value) VAImageFormatCLREF.va_reserved(IntPtr value) CLNameVersion.version(int value) CLNameVersionKhr.version(int value) CLMutableDispatchConfigKhr.workDim(int value) -
Uses of Unsigned in club.doki7.opengl
Fields in club.doki7.opengl with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final intGLConstants.INVALID_INDEXstatic final longGLConstants.TIMEOUT_IGNOREDMethods in club.doki7.opengl with annotations of type UnsignedModifier and TypeMethodDescriptionbyteGLCompatibility.acquireKeyedMutexWin32EXT(int memory, long key, int timeout) byteGLCompatibility.areTexturesResident(int n, @Nullable IntPtr textures, @Nullable BytePtr residences) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.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) intGL.createProgram()intGLCompatibility.createProgramObjectARB()intGLCompatibility.createProgressFenceNVX()intGL.createShader(int type) intGLCompatibility.createShaderObjectARB(int shaderType) intGL.createShaderProgramEXT(int type, @Nullable BytePtr string) intGL.createShaderProgramv(int type, int count, @Nullable PointerPtr strings) intGL.createShaderProgramvEXT(int type, int count, @Nullable PointerPtr strings) intGLCompatibility.genLists(int range) intGL.genPathsNV(int range) intGL.getCommandHeaderNV(int tokenID, int size) intGL.getDebugMessageLog(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGLCompatibility.getDebugMessageLogAMD(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) intGL.getDebugMessageLogARB(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogKHR(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGLCompatibility.getHandleARB(int pname) longGL.getImageHandleARB(int texture, int level, byte layered, int layer, int format) longGL.getImageHandleNV(int texture, int level, byte layered, int layer, int format) intGL.getProgramResourceIndex(int program, int programInterface, @Nullable BytePtr name) shortGL.getStageIndexNV(int shadertype) @Nullable BytePtrGL.getString(int name) @Nullable BytePtrGL.getStringi(int name, int index) intGL.getSubroutineIndex(int program, int shadertype, @Nullable BytePtr name) longGL.getTextureHandleARB(int texture) longGL.getTextureHandleNV(int texture) longGL.getTextureSamplerHandleARB(int texture, int sampler) longGL.getTextureSamplerHandleNV(int texture, int sampler) intGL.getUniformBlockIndex(int program, @Nullable BytePtr uniformBlockName) byteGL.isBuffer(int buffer) byteGLCompatibility.isBufferARB(int buffer) byteGL.isBufferResidentNV(int target) byteGL.isCommandListNV(int list) byteGL.isEnabled(int cap) byteGL.isEnabledi(int target, int index) byteGL.isEnabledIndexedEXT(int target, int index) byteGLCompatibility.isFenceNV(int fence) byteGL.isFramebuffer(int framebuffer) byteGLCompatibility.isFramebufferEXT(int framebuffer) byteGL.isImageHandleResidentARB(long handle) byteGL.isImageHandleResidentNV(long handle) byteGLCompatibility.isList(int list) byteGL.isNamedBufferResidentNV(int buffer) byteGL.isNamedStringARB(int namelen, @Nullable BytePtr name) byteGL.isPathNV(int path) byteGL.isPointInFillPathNV(int path, int mask, float x, float y) byteGL.isPointInStrokePathNV(int path, float x, float y) byteGL.isProgram(int program) byteGLCompatibility.isProgramARB(int program) byteGL.isProgramPipeline(int pipeline) byteGL.isProgramPipelineEXT(int pipeline) byteGL.isQuery(int id) byteGLCompatibility.isQueryARB(int id) byteGL.isRenderbuffer(int renderbuffer) byteGLCompatibility.isRenderbufferEXT(int renderbuffer) byteGL.isSampler(int sampler) byteGL.isShader(int shader) byteGL.isStateNV(int state) bytebyteGL.isTexture(int texture) byteGL.isTextureHandleResidentARB(long handle) byteGL.isTextureHandleResidentNV(long handle) byteGL.isTransformFeedback(int id) byteGLCompatibility.isTransformFeedbackNV(int id) byteGL.isVertexArray(int array) byteGL.pointAlongPathNV(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) byteGLCompatibility.releaseKeyedMutexWin32EXT(int memory, long key) byteGLCompatibility.testFenceNV(int fence) byteGL.unmapBuffer(int target) byteGLCompatibility.unmapBufferARB(int target) byteGL.unmapNamedBuffer(int buffer) byteGL.unmapNamedBufferEXT(int buffer) Method parameters in club.doki7.opengl with annotations of type UnsignedModifier and TypeMethodDescriptionbyteGLCompatibility.acquireKeyedMutexWin32EXT(int memory, long key, int timeout) byteGLCompatibility.acquireKeyedMutexWin32EXT(int memory, long key, int timeout) byteGLCompatibility.acquireKeyedMutexWin32EXT(int memory, long key, int timeout) voidGL.activeProgramEXT(int program) voidGL.activeShaderProgram(int pipeline, int program) voidGL.activeShaderProgram(int pipeline, int program) voidGL.activeShaderProgramEXT(int pipeline, int program) voidGL.activeShaderProgramEXT(int pipeline, int program) voidGLCompatibility.activeVaryingNV(int program, @Nullable BytePtr name) byteGLCompatibility.areTexturesResident(int n, @Nullable IntPtr textures, @Nullable BytePtr residences) byteGLCompatibility.areTexturesResident(int n, @Nullable IntPtr textures, @Nullable BytePtr residences) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyBufferSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) intGLCompatibility.asyncCopyImageSubDataNVX(int waitSemaphoreCount, @Nullable IntPtr waitSemaphoreArray, @Nullable LongPtr waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, @Nullable IntPtr signalSemaphoreArray, @Nullable LongPtr signalValueArray) voidGLCompatibility.attachObjectARB(int containerObj, int obj) voidGLCompatibility.attachObjectARB(int containerObj, int obj) voidGL.attachShader(int program, int shader) voidGL.attachShader(int program, int shader) voidGL.beginConditionalRender(int id, int mode) voidGL.beginConditionalRenderNV(int id, int mode) voidGLCompatibility.beginConditionalRenderNVX(int id) voidGL.beginPerfMonitorAMD(int monitor) voidGL.beginPerfQueryINTEL(int queryHandle) voidGL.beginQuery(int target, int id) voidGLCompatibility.beginQueryARB(int target, int id) voidGL.beginQueryIndexed(int target, int index, int id) voidGL.beginQueryIndexed(int target, int index, int id) voidGL.bindAttribLocation(int program, int index, @Nullable BytePtr name) voidGL.bindAttribLocation(int program, int index, @Nullable BytePtr name) voidGLCompatibility.bindAttribLocationARB(int programObj, int index, @Nullable BytePtr name) voidGLCompatibility.bindAttribLocationARB(int programObj, int index, @Nullable BytePtr name) voidGL.bindBuffer(int target, int buffer) voidGLCompatibility.bindBufferARB(int target, int buffer) voidGL.bindBufferBase(int target, int index, int buffer) voidGL.bindBufferBase(int target, int index, int buffer) voidGLCompatibility.bindBufferBaseEXT(int target, int index, int buffer) voidGLCompatibility.bindBufferBaseEXT(int target, int index, int buffer) voidGLCompatibility.bindBufferBaseNV(int target, int index, int buffer) voidGLCompatibility.bindBufferBaseNV(int target, int index, int buffer) voidGLCompatibility.bindBufferOffsetEXT(int target, int index, int buffer, long offset) voidGLCompatibility.bindBufferOffsetEXT(int target, int index, int buffer, long offset) voidGLCompatibility.bindBufferOffsetNV(int target, int index, int buffer, long offset) voidGLCompatibility.bindBufferOffsetNV(int target, int index, int buffer, long offset) voidGL.bindBufferRange(int target, int index, int buffer, long offset, long size) voidGL.bindBufferRange(int target, int index, int buffer, long offset, long size) voidGLCompatibility.bindBufferRangeEXT(int target, int index, int buffer, long offset, long size) voidGLCompatibility.bindBufferRangeEXT(int target, int index, int buffer, long offset, long size) voidGLCompatibility.bindBufferRangeNV(int target, int index, int buffer, long offset, long size) voidGLCompatibility.bindBufferRangeNV(int target, int index, int buffer, long offset, long size) voidGL.bindBuffersBase(int target, int first, int count, @Nullable IntPtr buffers) voidGL.bindBuffersBase(int target, int first, int count, @Nullable IntPtr buffers) voidGL.bindBuffersRange(int target, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable PointerPtr sizes) voidGL.bindBuffersRange(int target, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable PointerPtr sizes) voidGL.bindFragDataLocation(int program, int color, @Nullable BytePtr name) voidGL.bindFragDataLocation(int program, int color, @Nullable BytePtr name) voidGLCompatibility.bindFragDataLocationEXT(int program, int color, @Nullable BytePtr name) voidGLCompatibility.bindFragDataLocationEXT(int program, int color, @Nullable BytePtr name) voidGL.bindFragDataLocationIndexed(int program, int colorNumber, int index, @Nullable BytePtr name) voidGL.bindFragDataLocationIndexed(int program, int colorNumber, int index, @Nullable BytePtr name) voidGL.bindFragDataLocationIndexed(int program, int colorNumber, int index, @Nullable BytePtr name) voidGL.bindFramebuffer(int target, int framebuffer) voidGLCompatibility.bindFramebufferEXT(int target, int framebuffer) voidGL.bindImageTexture(int unit, int texture, int level, byte layered, int layer, int access, int format) voidGL.bindImageTexture(int unit, int texture, int level, byte layered, int layer, int access, int format) voidGL.bindImageTexture(int unit, int texture, int level, byte layered, int layer, int access, int format) voidGLCompatibility.bindImageTextureEXT(int index, int texture, int level, byte layered, int layer, int access, int format) voidGLCompatibility.bindImageTextureEXT(int index, int texture, int level, byte layered, int layer, int access, int format) voidGLCompatibility.bindImageTextureEXT(int index, int texture, int level, byte layered, int layer, int access, int format) voidGL.bindImageTextures(int first, int count, @Nullable IntPtr textures) voidGL.bindImageTextures(int first, int count, @Nullable IntPtr textures) voidGL.bindMultiTextureEXT(int texunit, int target, int texture) voidGLCompatibility.bindProgramARB(int target, int program) voidGL.bindProgramPipeline(int pipeline) voidGL.bindProgramPipelineEXT(int pipeline) voidGL.bindRenderbuffer(int target, int renderbuffer) voidGLCompatibility.bindRenderbufferEXT(int target, int renderbuffer) voidGL.bindSampler(int unit, int sampler) voidGL.bindSampler(int unit, int sampler) voidGL.bindSamplers(int first, int count, @Nullable IntPtr samplers) voidGL.bindSamplers(int first, int count, @Nullable IntPtr samplers) voidGL.bindShadingRateImageNV(int texture) voidGL.bindTexture(int target, int texture) voidGL.bindTextures(int first, int count, @Nullable IntPtr textures) voidGL.bindTextures(int first, int count, @Nullable IntPtr textures) voidGL.bindTextureUnit(int unit, int texture) voidGL.bindTextureUnit(int unit, int texture) voidGL.bindTransformFeedback(int target, int id) voidGLCompatibility.bindTransformFeedbackNV(int target, int id) voidGL.bindVertexArray(int array) voidGL.bindVertexBuffer(int bindingindex, int buffer, long offset, int stride) voidGL.bindVertexBuffer(int bindingindex, int buffer, long offset, int stride) voidGL.bindVertexBuffers(int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGL.bindVertexBuffers(int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGLCompatibility.bitmap(int width, int height, float xorig, float yorig, float xmove, float ymove, @Nullable BytePtr bitmap) voidGL.blendEquationi(int buf, int mode) voidGL.blendEquationiARB(int buf, int mode) voidGLCompatibility.blendEquationIndexedAMD(int buf, int mode) voidGL.blendEquationSeparatei(int buf, int modeRGB, int modeAlpha) voidGL.blendEquationSeparateiARB(int buf, int modeRGB, int modeAlpha) voidGLCompatibility.blendEquationSeparateIndexedAMD(int buf, int modeRGB, int modeAlpha) voidGL.blendFunci(int buf, int src, int dst) voidGL.blendFunciARB(int buf, int src, int dst) voidGLCompatibility.blendFuncIndexedAMD(int buf, int src, int dst) voidGL.blendFuncSeparatei(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) voidGL.blendFuncSeparateiARB(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) voidGLCompatibility.blendFuncSeparateIndexedAMD(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) voidGL.blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) voidGLCompatibility.blitFramebufferEXT(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) voidGLCompatibility.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) voidGLCompatibility.blitFramebufferLayersEXT(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) voidGL.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) voidGL.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) voidGL.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) voidGL.bufferAddressRangeNV(int pname, int index, long address, long length) voidGL.bufferAddressRangeNV(int pname, int index, long address, long length) voidGL.bufferAttachMemoryNV(int target, int memory, long offset) voidGL.bufferAttachMemoryNV(int target, int memory, long offset) voidGL.bufferPageCommitmentARB(int target, long offset, long size, byte commit) voidGL.bufferPageCommitmentMemNV(int target, long offset, long size, int memory, long memOffset, byte commit) voidGL.bufferPageCommitmentMemNV(int target, long offset, long size, int memory, long memOffset, byte commit) voidGL.bufferPageCommitmentMemNV(int target, long offset, long size, int memory, long memOffset, byte commit) voidGL.bufferStorage(int target, long size, @NotNull MemorySegment data, int flags) voidGLCompatibility.bufferStorageExternalEXT(int target, long offset, long size, @Nullable GLeglClientBufferEXT clientBuffer, int flags) voidGL.callCommandListNV(int list) voidGLCompatibility.callList(int list) intGL.checkNamedFramebufferStatus(int framebuffer, int target) intGL.checkNamedFramebufferStatusEXT(int framebuffer, int target) voidGL.clear(int mask) voidGL.clearBufferuiv(int buffer, int drawbuffer, @Nullable IntPtr value) voidGLCompatibility.clearColorIuiEXT(int red, int green, int blue, int alpha) voidGLCompatibility.clearColorIuiEXT(int red, int green, int blue, int alpha) voidGLCompatibility.clearColorIuiEXT(int red, int green, int blue, int alpha) voidGLCompatibility.clearColorIuiEXT(int red, int green, int blue, int alpha) voidGL.clearNamedBufferData(int buffer, int internalformat, int format, int type, @NotNull MemorySegment data) voidGL.clearNamedBufferDataEXT(int buffer, int internalformat, int format, int type, @NotNull MemorySegment data) voidGL.clearNamedBufferSubData(int buffer, int internalformat, long offset, long size, int format, int type, @NotNull MemorySegment data) voidGL.clearNamedBufferSubDataEXT(int buffer, int internalformat, long offset, long size, int format, int type, @NotNull MemorySegment data) voidGL.clearNamedFramebufferfi(int framebuffer, int buffer, int drawbuffer, float depth, int stencil) voidGL.clearNamedFramebufferfv(int framebuffer, int buffer, int drawbuffer, @Nullable FloatPtr value) voidGL.clearNamedFramebufferiv(int framebuffer, int buffer, int drawbuffer, @Nullable IntPtr value) voidGL.clearNamedFramebufferuiv(int framebuffer, int buffer, int drawbuffer, @Nullable IntPtr value) voidGL.clearNamedFramebufferuiv(int framebuffer, int buffer, int drawbuffer, @Nullable IntPtr value) voidGL.clearTexImage(int texture, int level, int format, int type, @NotNull MemorySegment data) voidGL.clearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment data) voidGL.clientAttribDefaultEXT(int mask) voidGLCompatibility.clientWaitSemaphoreui64NVX(int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGLCompatibility.clientWaitSemaphoreui64NVX(int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) intGL.clientWaitSync(@Nullable GLsync sync, int flags, long timeout) intGL.clientWaitSync(@Nullable GLsync sync, int flags, long timeout) voidGLCompatibility.color3hNV(short red, short green, short blue) voidGLCompatibility.color3hNV(short red, short green, short blue) voidGLCompatibility.color3hNV(short red, short green, short blue) voidGLCompatibility.color3hvNV(@Nullable ShortPtr v) voidGLCompatibility.color3ub(byte red, byte green, byte blue) voidGLCompatibility.color3ub(byte red, byte green, byte blue) voidGLCompatibility.color3ub(byte red, byte green, byte blue) voidvoidGLCompatibility.color3ui(int red, int green, int blue) voidGLCompatibility.color3ui(int red, int green, int blue) voidGLCompatibility.color3ui(int red, int green, int blue) voidvoidGLCompatibility.color3us(short red, short green, short blue) voidGLCompatibility.color3us(short red, short green, short blue) voidGLCompatibility.color3us(short red, short green, short blue) voidvoidGLCompatibility.color4hNV(short red, short green, short blue, short alpha) voidGLCompatibility.color4hNV(short red, short green, short blue, short alpha) voidGLCompatibility.color4hNV(short red, short green, short blue, short alpha) voidGLCompatibility.color4hNV(short red, short green, short blue, short alpha) voidGLCompatibility.color4hvNV(@Nullable ShortPtr v) voidGLCompatibility.color4ub(byte red, byte green, byte blue, byte alpha) voidGLCompatibility.color4ub(byte red, byte green, byte blue, byte alpha) voidGLCompatibility.color4ub(byte red, byte green, byte blue, byte alpha) voidGLCompatibility.color4ub(byte red, byte green, byte blue, byte alpha) voidvoidGLCompatibility.color4ui(int red, int green, int blue, int alpha) voidGLCompatibility.color4ui(int red, int green, int blue, int alpha) voidGLCompatibility.color4ui(int red, int green, int blue, int alpha) voidGLCompatibility.color4ui(int red, int green, int blue, int alpha) voidvoidGLCompatibility.color4us(short red, short green, short blue, short alpha) voidGLCompatibility.color4us(short red, short green, short blue, short alpha) voidGLCompatibility.color4us(short red, short green, short blue, short alpha) voidGLCompatibility.color4us(short red, short green, short blue, short alpha) voidvoidGL.colorMask(byte red, byte green, byte blue, byte alpha) voidGL.colorMask(byte red, byte green, byte blue, byte alpha) voidGL.colorMask(byte red, byte green, byte blue, byte alpha) voidGL.colorMask(byte red, byte green, byte blue, byte alpha) voidGL.colorMaski(int index, byte r, byte g, byte b, byte a) voidGL.colorMaski(int index, byte r, byte g, byte b, byte a) voidGL.colorMaski(int index, byte r, byte g, byte b, byte a) voidGL.colorMaski(int index, byte r, byte g, byte b, byte a) voidGL.colorMaski(int index, byte r, byte g, byte b, byte a) voidGLCompatibility.colorMaskIndexedEXT(int index, byte r, byte g, byte b, byte a) voidGLCompatibility.colorMaskIndexedEXT(int index, byte r, byte g, byte b, byte a) voidGLCompatibility.colorMaskIndexedEXT(int index, byte r, byte g, byte b, byte a) voidGLCompatibility.colorMaskIndexedEXT(int index, byte r, byte g, byte b, byte a) voidGLCompatibility.colorMaskIndexedEXT(int index, byte r, byte g, byte b, byte a) voidGLCompatibility.colorP3ui(int type, int color) voidGLCompatibility.colorP3uiv(int type, @Nullable IntPtr color) voidGLCompatibility.colorP4ui(int type, int color) voidGLCompatibility.colorP4uiv(int type, @Nullable IntPtr color) voidGL.commandListSegmentsNV(int list, int segments) voidGL.commandListSegmentsNV(int list, int segments) voidGL.compileCommandListNV(int list) voidGL.compileShader(int shader) voidGLCompatibility.compileShaderARB(int shaderObj) voidGL.compileShaderIncludeARB(int shader, int count, @Nullable PointerPtr path, @Nullable IntPtr length) voidGL.compressedTextureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureSubImage1D(int texture, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment data) voidGL.compressedTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment data) voidGL.compressedTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, @NotNull MemorySegment bits) voidGL.compressedTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment data) voidGL.compressedTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, @NotNull MemorySegment bits) voidGL.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) voidGL.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) voidGLCompatibility.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) voidGLCompatibility.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) voidGL.copyNamedBufferSubData(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) voidGL.copyNamedBufferSubData(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) voidGL.copyPathNV(int resultPath, int srcPath) voidGL.copyPathNV(int resultPath, int srcPath) voidGL.copyTextureImage1DEXT(int texture, int target, int level, int internalformat, int x, int y, int width, int border) voidGL.copyTextureImage2DEXT(int texture, int target, int level, int internalformat, int x, int y, int width, int height, int border) voidGL.copyTextureSubImage1D(int texture, int level, int xoffset, int x, int y, int width) voidGL.copyTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int x, int y, int width) voidGL.copyTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int x, int y, int width, int height) voidGL.copyTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) voidGL.copyTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) voidGL.copyTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) voidGL.coverFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.coverFillPathNV(int path, int coverMode) voidGL.coverStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.coverStrokePathNV(int path, int coverMode) voidGL.createBuffers(int n, @Nullable IntPtr buffers) voidGL.createCommandListsNV(int n, @Nullable IntPtr lists) voidGL.createFramebuffers(int n, @Nullable IntPtr framebuffers) voidGL.createPerfQueryINTEL(int queryId, @Nullable IntPtr queryHandle) voidGL.createPerfQueryINTEL(int queryId, @Nullable IntPtr queryHandle) voidGL.createProgramPipelines(int n, @Nullable IntPtr pipelines) voidGL.createQueries(int target, int n, @Nullable IntPtr ids) voidGL.createRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGL.createSamplers(int n, @Nullable IntPtr samplers) voidGLCompatibility.createSemaphoresNV(int n, @Nullable IntPtr semaphores) voidGL.createStatesNV(int n, @Nullable IntPtr states) @Nullable GLsyncGL.createSyncFromCLeventARB(@NotNull MemorySegment context, @NotNull MemorySegment event, int flags) voidGL.createTextures(int target, int n, @Nullable IntPtr textures) voidGL.createTransformFeedbacks(int n, @Nullable IntPtr ids) voidGL.createVertexArrays(int n, @Nullable IntPtr arrays) voidGL.debugMessageControl(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGL.debugMessageControl(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGL.debugMessageControlARB(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGL.debugMessageControlARB(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGL.debugMessageControlKHR(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGL.debugMessageControlKHR(int source, int type, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGLCompatibility.debugMessageEnableAMD(int category, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGLCompatibility.debugMessageEnableAMD(int category, int severity, int count, @Nullable IntPtr ids, byte enabled) voidGL.debugMessageInsert(int source, int type, int id, int severity, int length, @Nullable BytePtr buf) voidGLCompatibility.debugMessageInsertAMD(int category, int severity, int id, int length, @Nullable BytePtr buf) voidGL.debugMessageInsertARB(int source, int type, int id, int severity, int length, @Nullable BytePtr buf) voidGL.debugMessageInsertKHR(int source, int type, int id, int severity, int length, @Nullable BytePtr buf) voidGL.deleteBuffers(int n, @Nullable IntPtr buffers) voidGLCompatibility.deleteBuffersARB(int n, @Nullable IntPtr buffers) voidGL.deleteCommandListsNV(int n, @Nullable IntPtr lists) voidGLCompatibility.deleteFencesNV(int n, @Nullable IntPtr fences) voidGL.deleteFramebuffers(int n, @Nullable IntPtr framebuffers) voidGLCompatibility.deleteFramebuffersEXT(int n, @Nullable IntPtr framebuffers) voidGLCompatibility.deleteLists(int list, int range) voidGLCompatibility.deleteObjectARB(int obj) voidGL.deletePathsNV(int path, int range) voidGL.deletePerfMonitorsAMD(int n, @Nullable IntPtr monitors) voidGL.deletePerfQueryINTEL(int queryHandle) voidGL.deleteProgram(int program) voidGL.deleteProgramPipelines(int n, @Nullable IntPtr pipelines) voidGL.deleteProgramPipelinesEXT(int n, @Nullable IntPtr pipelines) voidGLCompatibility.deleteProgramsARB(int n, @Nullable IntPtr programs) voidGL.deleteQueries(int n, @Nullable IntPtr ids) voidGLCompatibility.deleteQueriesARB(int n, @Nullable IntPtr ids) voidGL.deleteRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGLCompatibility.deleteRenderbuffersEXT(int n, @Nullable IntPtr renderbuffers) voidGL.deleteSamplers(int count, @Nullable IntPtr samplers) voidGL.deleteShader(int shader) voidGL.deleteStatesNV(int n, @Nullable IntPtr states) voidGL.deleteTextures(int n, @Nullable IntPtr textures) voidGL.deleteTransformFeedbacks(int n, @Nullable IntPtr ids) voidGLCompatibility.deleteTransformFeedbacksNV(int n, @Nullable IntPtr ids) voidGL.deleteVertexArrays(int n, @Nullable IntPtr arrays) voidGL.depthMask(byte flag) voidGL.depthRangeArraydvNV(int first, int count, @Nullable DoublePtr v) voidGL.depthRangeArrayv(int first, int count, @Nullable DoublePtr v) voidGL.depthRangeIndexed(int index, double n, double f) voidGL.depthRangeIndexeddNV(int index, double n, double f) voidGLCompatibility.detachObjectARB(int containerObj, int attachedObj) voidGLCompatibility.detachObjectARB(int containerObj, int attachedObj) voidGL.detachShader(int program, int shader) voidGL.detachShader(int program, int shader) voidGL.disableClientStateiEXT(int array, int index) voidGL.disableClientStateIndexedEXT(int array, int index) voidGL.disablei(int target, int index) voidGL.disableIndexedEXT(int target, int index) voidGL.disableVertexArrayAttrib(int vaobj, int index) voidGL.disableVertexArrayAttrib(int vaobj, int index) voidGL.disableVertexArrayAttribEXT(int vaobj, int index) voidGL.disableVertexArrayAttribEXT(int vaobj, int index) voidGL.disableVertexArrayEXT(int vaobj, int array) voidGL.disableVertexAttribArray(int index) voidGLCompatibility.disableVertexAttribArrayARB(int index) voidGL.dispatchCompute(int num_groups_x, int num_groups_y, int num_groups_z) voidGL.dispatchCompute(int num_groups_x, int num_groups_y, int num_groups_z) voidGL.dispatchCompute(int num_groups_x, int num_groups_y, int num_groups_z) voidGL.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) voidGL.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) voidGL.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) voidGL.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) voidGL.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) voidGL.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) voidGL.drawArraysInstancedBaseInstance(int mode, int first, int count, int instancecount, int baseinstance) voidGL.drawCommandsAddressNV(int primitiveMode, @Nullable LongPtr indirects, @Nullable IntPtr sizes, int count) voidGL.drawCommandsAddressNV(int primitiveMode, @Nullable LongPtr indirects, @Nullable IntPtr sizes, int count) voidGL.drawCommandsNV(int primitiveMode, int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, int count) voidGL.drawCommandsNV(int primitiveMode, int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, int count) voidGL.drawCommandsStatesAddressNV(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesAddressNV(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesAddressNV(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesAddressNV(@Nullable LongPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesNV(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesNV(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesNV(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawCommandsStatesNV(int buffer, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.drawElementsInstancedBaseInstance(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount, int baseinstance) voidGL.drawElementsInstancedBaseVertexBaseInstance(int mode, int count, int type, @NotNull MemorySegment indices, int instancecount, int basevertex, int baseinstance) voidGL.drawMeshTasksNV(int first, int count) voidGL.drawMeshTasksNV(int first, int count) voidGL.drawRangeElements(int mode, int start, int end, int count, int type, @NotNull MemorySegment indices) voidGL.drawRangeElements(int mode, int start, int end, int count, int type, @NotNull MemorySegment indices) voidGL.drawRangeElementsBaseVertex(int mode, int start, int end, int count, int type, @NotNull MemorySegment indices, int basevertex) voidGL.drawRangeElementsBaseVertex(int mode, int start, int end, int count, int type, @NotNull MemorySegment indices, int basevertex) voidGLCompatibility.drawTextureNV(int texture, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) voidGLCompatibility.drawTextureNV(int texture, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) voidGL.drawTransformFeedback(int mode, int id) voidGL.drawTransformFeedbackInstanced(int mode, int id, int instancecount) voidGLCompatibility.drawTransformFeedbackNV(int mode, int id) voidGL.drawTransformFeedbackStream(int mode, int id, int stream) voidGL.drawTransformFeedbackStream(int mode, int id, int stream) voidGL.drawTransformFeedbackStreamInstanced(int mode, int id, int stream, int instancecount) voidGL.drawTransformFeedbackStreamInstanced(int mode, int id, int stream, int instancecount) voidGL.drawVkImageNV(long vkImage, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) voidGL.drawVkImageNV(long vkImage, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) voidGLCompatibility.edgeFlag(byte flag) voidvoidGL.EGLImageTargetTextureStorageEXT(int texture, @Nullable GLeglImageOES image, @Nullable IntPtr attrib_list) voidGL.enableClientStateiEXT(int array, int index) voidGL.enableClientStateIndexedEXT(int array, int index) voidGL.enablei(int target, int index) voidGL.enableIndexedEXT(int target, int index) voidGL.enableVertexArrayAttrib(int vaobj, int index) voidGL.enableVertexArrayAttrib(int vaobj, int index) voidGL.enableVertexArrayAttribEXT(int vaobj, int index) voidGL.enableVertexArrayAttribEXT(int vaobj, int index) voidGL.enableVertexArrayEXT(int vaobj, int array) voidGL.enableVertexAttribArray(int index) voidGLCompatibility.enableVertexAttribArrayARB(int index) voidGL.endPerfMonitorAMD(int monitor) voidGL.endPerfQueryINTEL(int queryHandle) voidGL.endQueryIndexed(int target, int index) @Nullable GLsyncGL.fenceSync(int condition, int flags) voidGLCompatibility.finishFenceNV(int fence) voidGL.flushMappedNamedBufferRange(int buffer, long offset, long length) voidGL.flushMappedNamedBufferRangeEXT(int buffer, long offset, long length) voidGLCompatibility.fogCoordhNV(short fog) voidGLCompatibility.fogCoordhvNV(@Nullable ShortPtr fog) voidGL.fragmentCoverageColorNV(int color) voidGL.framebufferDrawBufferEXT(int framebuffer, int mode) voidGL.framebufferDrawBuffersEXT(int framebuffer, int n, @Nullable IntPtr bufs) voidGL.framebufferReadBufferEXT(int framebuffer, int mode) voidGL.framebufferRenderbuffer(int target, int attachment, int renderbuffertarget, int renderbuffer) voidGLCompatibility.framebufferRenderbufferEXT(int target, int attachment, int renderbuffertarget, int renderbuffer) voidGL.framebufferSampleLocationsfvARB(int target, int start, int count, @Nullable FloatPtr v) voidGL.framebufferSampleLocationsfvNV(int target, int start, int count, @Nullable FloatPtr v) voidGL.framebufferTexture(int target, int attachment, int texture, int level) voidGL.framebufferTexture1D(int target, int attachment, int textarget, int texture, int level) voidGLCompatibility.framebufferTexture1DEXT(int target, int attachment, int textarget, int texture, int level) voidGL.framebufferTexture2D(int target, int attachment, int textarget, int texture, int level) voidGLCompatibility.framebufferTexture2DEXT(int target, int attachment, int textarget, int texture, int level) voidGL.framebufferTexture3D(int target, int attachment, int textarget, int texture, int level, int zoffset) voidGLCompatibility.framebufferTexture3DEXT(int target, int attachment, int textarget, int texture, int level, int zoffset) voidGL.framebufferTextureARB(int target, int attachment, int texture, int level) voidGL.framebufferTextureFaceARB(int target, int attachment, int texture, int level, int face) voidGL.framebufferTextureLayer(int target, int attachment, int texture, int level, int layer) voidGL.framebufferTextureLayerARB(int target, int attachment, int texture, int level, int layer) voidGLCompatibility.framebufferTextureLayerEXT(int target, int attachment, int texture, int level, int layer) voidGL.framebufferTextureMultiviewOVR(int target, int attachment, int texture, int level, int baseViewIndex, int numViews) voidGL.genBuffers(int n, @Nullable IntPtr buffers) voidGLCompatibility.genBuffersARB(int n, @Nullable IntPtr buffers) voidGL.generateTextureMipmap(int texture) voidGL.generateTextureMipmapEXT(int texture, int target) voidGLCompatibility.genFencesNV(int n, @Nullable IntPtr fences) voidGL.genFramebuffers(int n, @Nullable IntPtr framebuffers) voidGLCompatibility.genFramebuffersEXT(int n, @Nullable IntPtr framebuffers) voidGL.genPerfMonitorsAMD(int n, @Nullable IntPtr monitors) voidGL.genProgramPipelines(int n, @Nullable IntPtr pipelines) voidGL.genProgramPipelinesEXT(int n, @Nullable IntPtr pipelines) voidGLCompatibility.genProgramsARB(int n, @Nullable IntPtr programs) voidGL.genQueries(int n, @Nullable IntPtr ids) voidGLCompatibility.genQueriesARB(int n, @Nullable IntPtr ids) voidGL.genRenderbuffers(int n, @Nullable IntPtr renderbuffers) voidGLCompatibility.genRenderbuffersEXT(int n, @Nullable IntPtr renderbuffers) voidGL.genSamplers(int count, @Nullable IntPtr samplers) voidGL.genTextures(int n, @Nullable IntPtr textures) voidGL.genTransformFeedbacks(int n, @Nullable IntPtr ids) voidGLCompatibility.genTransformFeedbacksNV(int n, @Nullable IntPtr ids) voidGL.genVertexArrays(int n, @Nullable IntPtr arrays) voidGL.getActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, @Nullable IntPtr params) voidGL.getActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, @Nullable IntPtr params) voidGL.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveAttrib(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveAttribARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveAttribARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveSubroutineName(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getActiveSubroutineName(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getActiveSubroutineUniformiv(int program, int shadertype, int index, int pname, @Nullable IntPtr values) voidGL.getActiveSubroutineUniformiv(int program, int shadertype, int index, int pname, @Nullable IntPtr values) voidGL.getActiveSubroutineUniformName(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getActiveSubroutineUniformName(int program, int shadertype, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveUniform(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveUniformARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveUniformARB(int programObj, int index, int maxLength, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getActiveUniformBlockiv(int program, int uniformBlockIndex, int pname, @Nullable IntPtr params) voidGL.getActiveUniformBlockiv(int program, int uniformBlockIndex, int pname, @Nullable IntPtr params) voidGL.getActiveUniformBlockName(int program, int uniformBlockIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformBlockName) voidGL.getActiveUniformBlockName(int program, int uniformBlockIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformBlockName) voidGL.getActiveUniformName(int program, int uniformIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformName) voidGL.getActiveUniformName(int program, int uniformIndex, int bufSize, @Nullable IntPtr length, @Nullable BytePtr uniformName) voidGL.getActiveUniformsiv(int program, int uniformCount, @Nullable IntPtr uniformIndices, int pname, @Nullable IntPtr params) voidGL.getActiveUniformsiv(int program, int uniformCount, @Nullable IntPtr uniformIndices, int pname, @Nullable IntPtr params) voidGLCompatibility.getActiveVaryingNV(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getActiveVaryingNV(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getAttachedObjectsARB(int containerObj, int maxCount, @Nullable IntPtr count, @Nullable IntPtr obj) voidGLCompatibility.getAttachedObjectsARB(int containerObj, int maxCount, @Nullable IntPtr count, @Nullable IntPtr obj) voidGL.getAttachedShaders(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) voidGL.getAttachedShaders(int program, int maxCount, @Nullable IntPtr count, @Nullable IntPtr shaders) intGL.getAttribLocation(int program, @Nullable BytePtr name) intGLCompatibility.getAttribLocationARB(int programObj, @Nullable BytePtr name) voidGL.getBooleani_v(int target, int index, @Nullable BytePtr data) voidGL.getBooleani_v(int target, int index, @Nullable BytePtr data) voidGL.getBooleanIndexedvEXT(int target, int index, @Nullable BytePtr data) voidGL.getBooleanIndexedvEXT(int target, int index, @Nullable BytePtr data) voidGL.getBooleanv(int pname, @Nullable BytePtr data) voidGL.getBufferParameterui64vNV(int target, int pname, @Nullable LongPtr params) intGL.getCommandHeaderNV(int tokenID, int size) voidGL.getCompressedTextureImage(int texture, int level, int bufSize, @NotNull MemorySegment pixels) voidGL.getCompressedTextureImageEXT(int texture, int target, int lod, @NotNull MemorySegment img) voidGL.getCompressedTextureSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int bufSize, @NotNull MemorySegment pixels) intGL.getDebugMessageLog(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLog(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGLCompatibility.getDebugMessageLogAMD(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) intGLCompatibility.getDebugMessageLogAMD(int count, int bufSize, @Nullable IntPtr categories, @Nullable IntPtr severities, @Nullable IntPtr ids, @Nullable IntPtr lengths, @Nullable BytePtr message) intGL.getDebugMessageLogARB(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogARB(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogKHR(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) intGL.getDebugMessageLogKHR(int count, int bufSize, @Nullable IntPtr sources, @Nullable IntPtr types, @Nullable IntPtr ids, @Nullable IntPtr severities, @Nullable IntPtr lengths, @Nullable BytePtr messageLog) voidGL.getDoublei_v(int target, int index, @Nullable DoublePtr data) voidGL.getDoublei_vEXT(int pname, int index, @Nullable DoublePtr params) voidGL.getDoubleIndexedvEXT(int target, int index, @Nullable DoublePtr data) voidGLCompatibility.getFenceivNV(int fence, int pname, @Nullable IntPtr params) voidGL.getFirstPerfQueryIdINTEL(@Nullable IntPtr queryId) voidGL.getFloati_v(int target, int index, @Nullable FloatPtr data) voidGL.getFloati_vEXT(int pname, int index, @Nullable FloatPtr params) voidGL.getFloatIndexedvEXT(int target, int index, @Nullable FloatPtr data) intGL.getFragDataIndex(int program, @Nullable BytePtr name) intGL.getFragDataLocation(int program, @Nullable BytePtr name) intGLCompatibility.getFragDataLocationEXT(int program, @Nullable BytePtr name) voidGL.getFramebufferParameterivEXT(int framebuffer, int pname, @Nullable IntPtr params) voidGLCompatibility.getHistogram(int target, byte reset, int format, int type, @NotNull MemorySegment values) longGL.getImageHandleARB(int texture, int level, byte layered, int layer, int format) longGL.getImageHandleARB(int texture, int level, byte layered, int layer, int format) longGL.getImageHandleNV(int texture, int level, byte layered, int layer, int format) longGL.getImageHandleNV(int texture, int level, byte layered, int layer, int format) voidGLCompatibility.getInfoLogARB(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getInteger64i_v(int target, int index, @Nullable LongPtr data) voidGL.getIntegeri_v(int target, int index, @Nullable IntPtr data) voidGL.getIntegerIndexedvEXT(int target, int index, @Nullable IntPtr data) voidGL.getIntegerui64i_vNV(int value, int index, @Nullable LongPtr result) voidGL.getIntegerui64i_vNV(int value, int index, @Nullable LongPtr result) voidGL.getIntegerui64vNV(int value, @Nullable LongPtr result) voidGL.getMemoryObjectDetachedResourcesuivNV(int memory, int pname, int first, int count, @Nullable IntPtr params) voidGL.getMemoryObjectDetachedResourcesuivNV(int memory, int pname, int first, int count, @Nullable IntPtr params) voidGLCompatibility.getMinmax(int target, byte reset, int format, int type, @NotNull MemorySegment values) voidGL.getMultisamplefv(int pname, int index, @Nullable FloatPtr val) voidGLCompatibility.getMultisamplefvNV(int pname, int index, @Nullable FloatPtr val) voidGL.getMultiTexParameterIuivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.getNamedBufferParameteri64v(int buffer, int pname, @Nullable LongPtr params) voidGL.getNamedBufferParameteriv(int buffer, int pname, @Nullable IntPtr params) voidGL.getNamedBufferParameterivEXT(int buffer, int pname, @Nullable IntPtr params) voidGL.getNamedBufferParameterui64vNV(int buffer, int pname, @Nullable LongPtr params) voidGL.getNamedBufferParameterui64vNV(int buffer, int pname, @Nullable LongPtr params) voidGL.getNamedBufferPointerv(int buffer, int pname, @Nullable PointerPtr params) voidGL.getNamedBufferPointervEXT(int buffer, int pname, @Nullable PointerPtr params) voidGL.getNamedBufferSubData(int buffer, long offset, long size, @NotNull MemorySegment data) voidGL.getNamedBufferSubDataEXT(int buffer, long offset, long size, @NotNull MemorySegment data) voidGL.getNamedFramebufferAttachmentParameteriv(int framebuffer, int attachment, int pname, @Nullable IntPtr params) voidGL.getNamedFramebufferAttachmentParameterivEXT(int framebuffer, int attachment, int pname, @Nullable IntPtr params) voidGL.getNamedFramebufferParameteriv(int framebuffer, int pname, @Nullable IntPtr param) voidGL.getNamedFramebufferParameterivEXT(int framebuffer, int pname, @Nullable IntPtr params) voidGL.getNamedProgramivEXT(int program, int target, int pname, @Nullable IntPtr params) voidGL.getNamedProgramLocalParameterdvEXT(int program, int target, int index, @Nullable DoublePtr params) voidGL.getNamedProgramLocalParameterdvEXT(int program, int target, int index, @Nullable DoublePtr params) voidGL.getNamedProgramLocalParameterfvEXT(int program, int target, int index, @Nullable FloatPtr params) voidGL.getNamedProgramLocalParameterfvEXT(int program, int target, int index, @Nullable FloatPtr params) voidGL.getNamedProgramLocalParameterIivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.getNamedProgramLocalParameterIivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.getNamedProgramLocalParameterIuivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.getNamedProgramLocalParameterIuivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.getNamedProgramLocalParameterIuivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.getNamedProgramStringEXT(int program, int target, int pname, @NotNull MemorySegment string) voidGL.getNamedRenderbufferParameteriv(int renderbuffer, int pname, @Nullable IntPtr params) voidGL.getNamedRenderbufferParameterivEXT(int renderbuffer, int pname, @Nullable IntPtr params) voidGL.getNextPerfQueryIdINTEL(int queryId, @Nullable IntPtr nextQueryId) voidGL.getNextPerfQueryIdINTEL(int queryId, @Nullable IntPtr nextQueryId) voidGLCompatibility.getnHistogram(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) voidGLCompatibility.getnHistogramARB(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) voidGLCompatibility.getnMinmax(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) voidGLCompatibility.getnMinmaxARB(int target, byte reset, int format, int type, int bufSize, @NotNull MemorySegment values) voidGLCompatibility.getnPixelMapuiv(int map, int bufSize, @Nullable IntPtr values) voidGLCompatibility.getnPixelMapuivARB(int map, int bufSize, @Nullable IntPtr values) voidGLCompatibility.getnPixelMapusv(int map, int bufSize, @Nullable ShortPtr values) voidGLCompatibility.getnPixelMapusvARB(int map, int bufSize, @Nullable ShortPtr values) voidGLCompatibility.getnPolygonStipple(int bufSize, @Nullable BytePtr pattern) voidGLCompatibility.getnPolygonStippleARB(int bufSize, @Nullable BytePtr pattern) voidGL.getnUniformdv(int program, int location, int bufSize, @Nullable DoublePtr params) voidGL.getnUniformdvARB(int program, int location, int bufSize, @Nullable DoublePtr params) voidGL.getnUniformfv(int program, int location, int bufSize, @Nullable FloatPtr params) voidGL.getnUniformfvARB(int program, int location, int bufSize, @Nullable FloatPtr params) voidGL.getnUniformfvKHR(int program, int location, int bufSize, @Nullable FloatPtr params) voidGL.getnUniformi64vARB(int program, int location, int bufSize, @Nullable LongPtr params) voidGL.getnUniformiv(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformivARB(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformivKHR(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformui64vARB(int program, int location, int bufSize, @Nullable LongPtr params) voidGL.getnUniformui64vARB(int program, int location, int bufSize, @Nullable LongPtr params) voidGL.getnUniformuiv(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformuiv(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformuivARB(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformuivARB(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformuivKHR(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getnUniformuivKHR(int program, int location, int bufSize, @Nullable IntPtr params) voidGL.getObjectLabel(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectLabelEXT(int type, int object, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGL.getObjectLabelKHR(int identifier, int name, int bufSize, @Nullable IntPtr length, @Nullable BytePtr label) voidGLCompatibility.getObjectParameterfvARB(int obj, int pname, @Nullable FloatPtr params) voidGLCompatibility.getObjectParameterivARB(int obj, int pname, @Nullable IntPtr params) voidGL.getPathCommandsNV(int path, @Nullable BytePtr commands) voidGL.getPathCommandsNV(int path, @Nullable BytePtr commands) voidGL.getPathCoordsNV(int path, @Nullable FloatPtr coords) voidGL.getPathDashArrayNV(int path, @Nullable FloatPtr dashArray) floatGL.getPathLengthNV(int path, int startSegment, int numSegments) voidGL.getPathMetricRangeNV(int metricQueryMask, int firstPathName, int numPaths, int stride, @Nullable FloatPtr metrics) voidGL.getPathMetricRangeNV(int metricQueryMask, int firstPathName, int numPaths, int stride, @Nullable FloatPtr metrics) voidGL.getPathMetricsNV(int metricQueryMask, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int stride, @Nullable FloatPtr metrics) voidGL.getPathMetricsNV(int metricQueryMask, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int stride, @Nullable FloatPtr metrics) voidGL.getPathParameterfvNV(int path, int pname, @Nullable FloatPtr value) voidGL.getPathParameterivNV(int path, int pname, @Nullable IntPtr value) voidGL.getPathSpacingNV(int pathListMode, int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, float advanceScale, float kerningScale, int transformType, @Nullable FloatPtr returnedSpacing) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, @Nullable BytePtr counterName, int counterDescLength, @Nullable BytePtr counterDesc, @Nullable IntPtr counterOffset, @Nullable IntPtr counterDataSize, @Nullable IntPtr counterTypeEnum, @Nullable IntPtr counterDataTypeEnum, @Nullable LongPtr rawCounterMaxValue) voidGL.getPerfMonitorCounterDataAMD(int monitor, int pname, int dataSize, @Nullable IntPtr data, @Nullable IntPtr bytesWritten) voidGL.getPerfMonitorCounterDataAMD(int monitor, int pname, int dataSize, @Nullable IntPtr data, @Nullable IntPtr bytesWritten) voidGL.getPerfMonitorCounterInfoAMD(int group, int counter, int pname, @NotNull MemorySegment data) voidGL.getPerfMonitorCounterInfoAMD(int group, int counter, int pname, @NotNull MemorySegment data) voidGL.getPerfMonitorCountersAMD(int group, @Nullable IntPtr numCounters, @Nullable IntPtr maxActiveCounters, int counterSize, @Nullable IntPtr counters) voidGL.getPerfMonitorCountersAMD(int group, @Nullable IntPtr numCounters, @Nullable IntPtr maxActiveCounters, int counterSize, @Nullable IntPtr counters) voidGL.getPerfMonitorCounterStringAMD(int group, int counter, int bufSize, @Nullable IntPtr length, @Nullable BytePtr counterString) voidGL.getPerfMonitorCounterStringAMD(int group, int counter, int bufSize, @Nullable IntPtr length, @Nullable BytePtr counterString) voidGL.getPerfMonitorGroupsAMD(@Nullable IntPtr numGroups, int groupsSize, @Nullable IntPtr groups) voidGL.getPerfMonitorGroupStringAMD(int group, int bufSize, @Nullable IntPtr length, @Nullable BytePtr groupString) voidGL.getPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, @NotNull MemorySegment data, @Nullable IntPtr bytesWritten) voidGL.getPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, @NotNull MemorySegment data, @Nullable IntPtr bytesWritten) voidGL.getPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, @NotNull MemorySegment data, @Nullable IntPtr bytesWritten) voidGL.getPerfQueryIdByNameINTEL(@Nullable BytePtr queryName, @Nullable IntPtr queryId) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGL.getPerfQueryInfoINTEL(int queryId, int queryNameLength, @Nullable BytePtr queryName, @Nullable IntPtr dataSize, @Nullable IntPtr noCounters, @Nullable IntPtr noInstances, @Nullable IntPtr capsMask) voidGLCompatibility.getPixelMapuiv(int map, @Nullable IntPtr values) voidGLCompatibility.getPixelMapusv(int map, @Nullable ShortPtr values) voidGL.getPointeri_vEXT(int pname, int index, @Nullable PointerPtr params) voidGL.getPointerIndexedvEXT(int target, int index, @Nullable PointerPtr data) voidGLCompatibility.getPolygonStipple(@Nullable BytePtr mask) voidGL.getProgramBinary(int program, int bufSize, @Nullable IntPtr length, @Nullable IntPtr binaryFormat, @NotNull MemorySegment binary) voidGLCompatibility.getProgramEnvParameterdvARB(int target, int index, @Nullable DoublePtr params) voidGLCompatibility.getProgramEnvParameterfvARB(int target, int index, @Nullable FloatPtr params) voidGL.getProgramInfoLog(int program, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getProgramInterfaceiv(int program, int programInterface, int pname, @Nullable IntPtr params) voidGL.getProgramiv(int program, int pname, @Nullable IntPtr params) voidGLCompatibility.getProgramLocalParameterdvARB(int target, int index, @Nullable DoublePtr params) voidGLCompatibility.getProgramLocalParameterfvARB(int target, int index, @Nullable FloatPtr params) voidGL.getProgramPipelineInfoLog(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getProgramPipelineInfoLogEXT(int pipeline, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getProgramPipelineiv(int pipeline, int pname, @Nullable IntPtr params) voidGL.getProgramPipelineivEXT(int pipeline, int pname, @Nullable IntPtr params) voidGL.getProgramResourcefvNV(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable FloatPtr params) voidGL.getProgramResourcefvNV(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable FloatPtr params) intGL.getProgramResourceIndex(int program, int programInterface, @Nullable BytePtr name) voidGL.getProgramResourceiv(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable IntPtr params) voidGL.getProgramResourceiv(int program, int programInterface, int index, int propCount, @Nullable IntPtr props, int count, @Nullable IntPtr length, @Nullable IntPtr params) intGL.getProgramResourceLocation(int program, int programInterface, @Nullable BytePtr name) intGL.getProgramResourceLocationIndex(int program, int programInterface, @Nullable BytePtr name) voidGL.getProgramResourceName(int program, int programInterface, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getProgramResourceName(int program, int programInterface, int index, int bufSize, @Nullable IntPtr length, @Nullable BytePtr name) voidGL.getProgramStageiv(int program, int shadertype, int pname, @Nullable IntPtr values) voidGL.getQueryBufferObjecti64v(int id, int buffer, int pname, long offset) voidGL.getQueryBufferObjecti64v(int id, int buffer, int pname, long offset) voidGL.getQueryBufferObjectiv(int id, int buffer, int pname, long offset) voidGL.getQueryBufferObjectiv(int id, int buffer, int pname, long offset) voidGL.getQueryBufferObjectui64v(int id, int buffer, int pname, long offset) voidGL.getQueryBufferObjectui64v(int id, int buffer, int pname, long offset) voidGL.getQueryBufferObjectuiv(int id, int buffer, int pname, long offset) voidGL.getQueryBufferObjectuiv(int id, int buffer, int pname, long offset) voidGL.getQueryIndexediv(int target, int index, int pname, @Nullable IntPtr params) voidGL.getQueryObjecti64v(int id, int pname, @Nullable LongPtr params) voidGLCompatibility.getQueryObjecti64vEXT(int id, int pname, @Nullable LongPtr params) voidGL.getQueryObjectiv(int id, int pname, @Nullable IntPtr params) voidGLCompatibility.getQueryObjectivARB(int id, int pname, @Nullable IntPtr params) voidGL.getQueryObjectui64v(int id, int pname, @Nullable LongPtr params) voidGL.getQueryObjectui64v(int id, int pname, @Nullable LongPtr params) voidGLCompatibility.getQueryObjectui64vEXT(int id, int pname, @Nullable LongPtr params) voidGLCompatibility.getQueryObjectui64vEXT(int id, int pname, @Nullable LongPtr params) voidGL.getQueryObjectuiv(int id, int pname, @Nullable IntPtr params) voidGL.getQueryObjectuiv(int id, int pname, @Nullable IntPtr params) voidGLCompatibility.getQueryObjectuivARB(int id, int pname, @Nullable IntPtr params) voidGLCompatibility.getQueryObjectuivARB(int id, int pname, @Nullable IntPtr params) voidGL.getSamplerParameterfv(int sampler, int pname, @Nullable FloatPtr params) voidGL.getSamplerParameterIiv(int sampler, int pname, @Nullable IntPtr params) voidGL.getSamplerParameterIuiv(int sampler, int pname, @Nullable IntPtr params) voidGL.getSamplerParameterIuiv(int sampler, int pname, @Nullable IntPtr params) voidGL.getSamplerParameteriv(int sampler, int pname, @Nullable IntPtr params) voidGLCompatibility.getSemaphoreParameterivNV(int semaphore, int pname, @Nullable IntPtr params) voidGL.getShaderInfoLog(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr infoLog) voidGL.getShaderiv(int shader, int pname, @Nullable IntPtr params) voidGL.getShaderSource(int shader, int bufSize, @Nullable IntPtr length, @Nullable BytePtr source) voidGLCompatibility.getShaderSourceARB(int obj, int maxLength, @Nullable IntPtr length, @Nullable BytePtr source) voidGL.getShadingRateImagePaletteNV(int viewport, int entry, @Nullable IntPtr rate) voidGL.getShadingRateImagePaletteNV(int viewport, int entry, @Nullable IntPtr rate) voidGL.getShadingRateSampleLocationivNV(int rate, int samples, int index, @Nullable IntPtr location) voidGL.getShadingRateSampleLocationivNV(int rate, int samples, int index, @Nullable IntPtr location) @Nullable BytePtrGL.getStringi(int name, int index) intGL.getSubroutineIndex(int program, int shadertype, @Nullable BytePtr name) intGL.getSubroutineUniformLocation(int program, int shadertype, @Nullable BytePtr name) voidGL.getTexParameterIuiv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.getTexParameterIuivEXT(int target, int pname, @Nullable IntPtr params) longGL.getTextureHandleARB(int texture) longGL.getTextureHandleNV(int texture) voidGL.getTextureImage(int texture, int level, int format, int type, int bufSize, @NotNull MemorySegment pixels) voidGL.getTextureImageEXT(int texture, int target, int level, int format, int type, @NotNull MemorySegment pixels) voidGL.getTextureLevelParameterfv(int texture, int level, int pname, @Nullable FloatPtr params) voidGL.getTextureLevelParameterfvEXT(int texture, int target, int level, int pname, @Nullable FloatPtr params) voidGL.getTextureLevelParameteriv(int texture, int level, int pname, @Nullable IntPtr params) voidGL.getTextureLevelParameterivEXT(int texture, int target, int level, int pname, @Nullable IntPtr params) voidGL.getTextureParameterfv(int texture, int pname, @Nullable FloatPtr params) voidGL.getTextureParameterfvEXT(int texture, int target, int pname, @Nullable FloatPtr params) voidGL.getTextureParameterIiv(int texture, int pname, @Nullable IntPtr params) voidGL.getTextureParameterIivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.getTextureParameterIuiv(int texture, int pname, @Nullable IntPtr params) voidGL.getTextureParameterIuiv(int texture, int pname, @Nullable IntPtr params) voidGL.getTextureParameterIuivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.getTextureParameterIuivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.getTextureParameteriv(int texture, int pname, @Nullable IntPtr params) voidGL.getTextureParameterivEXT(int texture, int target, int pname, @Nullable IntPtr params) longGL.getTextureSamplerHandleARB(int texture, int sampler) longGL.getTextureSamplerHandleARB(int texture, int sampler) longGL.getTextureSamplerHandleNV(int texture, int sampler) longGL.getTextureSamplerHandleNV(int texture, int sampler) voidGL.getTextureSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, int bufSize, @NotNull MemorySegment pixels) voidGL.getTransformFeedbacki_v(int xfb, int pname, int index, @Nullable IntPtr param) voidGL.getTransformFeedbacki_v(int xfb, int pname, int index, @Nullable IntPtr param) voidGL.getTransformFeedbacki64_v(int xfb, int pname, int index, @Nullable LongPtr param) voidGL.getTransformFeedbacki64_v(int xfb, int pname, int index, @Nullable LongPtr param) voidGL.getTransformFeedbackiv(int xfb, int pname, @Nullable IntPtr param) voidGL.getTransformFeedbackVarying(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGL.getTransformFeedbackVarying(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getTransformFeedbackVaryingEXT(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getTransformFeedbackVaryingEXT(int program, int index, int bufSize, @Nullable IntPtr length, @Nullable IntPtr size, @Nullable IntPtr type, @Nullable BytePtr name) voidGLCompatibility.getTransformFeedbackVaryingNV(int program, int index, @Nullable IntPtr location) voidGLCompatibility.getTransformFeedbackVaryingNV(int program, int index, @Nullable IntPtr location) intGL.getUniformBlockIndex(int program, @Nullable BytePtr uniformBlockName) intGLCompatibility.getUniformBufferSizeEXT(int program, int location) voidGL.getUniformdv(int program, int location, @Nullable DoublePtr params) voidGL.getUniformfv(int program, int location, @Nullable FloatPtr params) voidGLCompatibility.getUniformfvARB(int programObj, int location, @Nullable FloatPtr params) voidGL.getUniformi64vARB(int program, int location, @Nullable LongPtr params) voidGLCompatibility.getUniformi64vNV(int program, int location, @Nullable LongPtr params) voidGL.getUniformIndices(int program, int uniformCount, @Nullable PointerPtr uniformNames, @Nullable IntPtr uniformIndices) voidGL.getUniformIndices(int program, int uniformCount, @Nullable PointerPtr uniformNames, @Nullable IntPtr uniformIndices) voidGL.getUniformiv(int program, int location, @Nullable IntPtr params) voidGLCompatibility.getUniformivARB(int programObj, int location, @Nullable IntPtr params) intGL.getUniformLocation(int program, @Nullable BytePtr name) intGLCompatibility.getUniformLocationARB(int programObj, @Nullable BytePtr name) longGLCompatibility.getUniformOffsetEXT(int program, int location) voidGL.getUniformSubroutineuiv(int shadertype, int location, @Nullable IntPtr params) voidGL.getUniformui64vARB(int program, int location, @Nullable LongPtr params) voidGL.getUniformui64vARB(int program, int location, @Nullable LongPtr params) voidGLCompatibility.getUniformui64vNV(int program, int location, @Nullable LongPtr params) voidGLCompatibility.getUniformui64vNV(int program, int location, @Nullable LongPtr params) voidGL.getUniformuiv(int program, int location, @Nullable IntPtr params) voidGL.getUniformuiv(int program, int location, @Nullable IntPtr params) voidGLCompatibility.getUniformuivEXT(int program, int location, @Nullable IntPtr params) voidGLCompatibility.getUniformuivEXT(int program, int location, @Nullable IntPtr params) intGLCompatibility.getVaryingLocationNV(int program, @Nullable BytePtr name) voidGL.getVertexArrayIndexed64iv(int vaobj, int index, int pname, @Nullable LongPtr param) voidGL.getVertexArrayIndexed64iv(int vaobj, int index, int pname, @Nullable LongPtr param) voidGL.getVertexArrayIndexediv(int vaobj, int index, int pname, @Nullable IntPtr param) voidGL.getVertexArrayIndexediv(int vaobj, int index, int pname, @Nullable IntPtr param) voidGL.getVertexArrayIntegeri_vEXT(int vaobj, int index, int pname, @Nullable IntPtr param) voidGL.getVertexArrayIntegeri_vEXT(int vaobj, int index, int pname, @Nullable IntPtr param) voidGL.getVertexArrayIntegervEXT(int vaobj, int pname, @Nullable IntPtr param) voidGL.getVertexArrayiv(int vaobj, int pname, @Nullable IntPtr param) voidGL.getVertexArrayPointeri_vEXT(int vaobj, int index, int pname, @Nullable PointerPtr param) voidGL.getVertexArrayPointeri_vEXT(int vaobj, int index, int pname, @Nullable PointerPtr param) voidGL.getVertexArrayPointervEXT(int vaobj, int pname, @Nullable PointerPtr param) voidGL.getVertexAttribdv(int index, int pname, @Nullable DoublePtr params) voidGLCompatibility.getVertexAttribdvARB(int index, int pname, @Nullable DoublePtr params) voidGL.getVertexAttribfv(int index, int pname, @Nullable FloatPtr params) voidGLCompatibility.getVertexAttribfvARB(int index, int pname, @Nullable FloatPtr params) voidGL.getVertexAttribIiv(int index, int pname, @Nullable IntPtr params) voidGLCompatibility.getVertexAttribIivEXT(int index, int pname, @Nullable IntPtr params) voidGL.getVertexAttribIuiv(int index, int pname, @Nullable IntPtr params) voidGL.getVertexAttribIuiv(int index, int pname, @Nullable IntPtr params) voidGLCompatibility.getVertexAttribIuivEXT(int index, int pname, @Nullable IntPtr params) voidGLCompatibility.getVertexAttribIuivEXT(int index, int pname, @Nullable IntPtr params) voidGL.getVertexAttribiv(int index, int pname, @Nullable IntPtr params) voidGLCompatibility.getVertexAttribivARB(int index, int pname, @Nullable IntPtr params) voidGL.getVertexAttribLdv(int index, int pname, @Nullable DoublePtr params) voidGLCompatibility.getVertexAttribLdvEXT(int index, int pname, @Nullable DoublePtr params) voidGL.getVertexAttribLi64vNV(int index, int pname, @Nullable LongPtr params) voidGL.getVertexAttribLui64vARB(int index, int pname, @Nullable LongPtr params) voidGL.getVertexAttribLui64vARB(int index, int pname, @Nullable LongPtr params) voidGL.getVertexAttribLui64vNV(int index, int pname, @Nullable LongPtr params) voidGL.getVertexAttribLui64vNV(int index, int pname, @Nullable LongPtr params) voidGL.getVertexAttribPointerv(int index, int pname, @Nullable PointerPtr pointer) voidGLCompatibility.getVertexAttribPointervARB(int index, int pname, @Nullable PointerPtr pointer) voidGLCompatibility.histogram(int target, int width, int internalformat, byte sink) @Nullable GLsyncGLCompatibility.importSyncEXT(int external_sync_type, long external_sync, int flags) voidGLCompatibility.indexMask(int mask) voidGLCompatibility.indexub(byte c) voidvoidGL.interpolatePathsNV(int resultPath, int pathA, int pathB, float weight) voidGL.interpolatePathsNV(int resultPath, int pathA, int pathB, float weight) voidGL.interpolatePathsNV(int resultPath, int pathA, int pathB, float weight) voidGL.invalidateBufferData(int buffer) voidGL.invalidateBufferSubData(int buffer, long offset, long length) voidGL.invalidateNamedFramebufferData(int framebuffer, int numAttachments, @Nullable IntPtr attachments) voidGL.invalidateNamedFramebufferSubData(int framebuffer, int numAttachments, @Nullable IntPtr attachments, int x, int y, int width, int height) voidGL.invalidateTexImage(int texture, int level) voidGL.invalidateTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth) voidGLFunctionTypes.IGLDEBUGPROC.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) voidGLFunctionTypes.IGLDEBUGPROCAMD.invoke(int p0, int p1, int p2, int p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5) voidGLFunctionTypes.IGLDEBUGPROCARB.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) voidGLFunctionTypes.IGLDEBUGPROCKHR.invoke(int p0, int p1, int p2, int p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6) byteGL.isBuffer(int buffer) byteGLCompatibility.isBufferARB(int buffer) byteGL.isCommandListNV(int list) byteGL.isEnabledi(int target, int index) byteGL.isEnabledIndexedEXT(int target, int index) byteGLCompatibility.isFenceNV(int fence) byteGL.isFramebuffer(int framebuffer) byteGLCompatibility.isFramebufferEXT(int framebuffer) byteGL.isImageHandleResidentARB(long handle) byteGL.isImageHandleResidentNV(long handle) byteGLCompatibility.isList(int list) byteGL.isNamedBufferResidentNV(int buffer) byteGL.isPathNV(int path) byteGL.isPointInFillPathNV(int path, int mask, float x, float y) byteGL.isPointInFillPathNV(int path, int mask, float x, float y) byteGL.isPointInStrokePathNV(int path, float x, float y) byteGL.isProgram(int program) byteGLCompatibility.isProgramARB(int program) byteGL.isProgramPipeline(int pipeline) byteGL.isProgramPipelineEXT(int pipeline) byteGL.isQuery(int id) byteGLCompatibility.isQueryARB(int id) byteGL.isRenderbuffer(int renderbuffer) byteGLCompatibility.isRenderbufferEXT(int renderbuffer) byteGL.isSampler(int sampler) byteGL.isShader(int shader) byteGL.isStateNV(int state) byteGL.isTexture(int texture) byteGL.isTextureHandleResidentARB(long handle) byteGL.isTextureHandleResidentNV(long handle) byteGL.isTransformFeedback(int id) byteGLCompatibility.isTransformFeedbackNV(int id) byteGL.isVertexArray(int array) voidGL.labelObjectEXT(int type, int object, int length, @Nullable BytePtr label) voidGLCompatibility.lineStipple(int factor, short pattern) voidGL.linkProgram(int program) voidGLCompatibility.linkProgramARB(int programObj) voidGLCompatibility.listBase(int base) voidGL.listDrawCommandsStatesClientNV(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.listDrawCommandsStatesClientNV(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.listDrawCommandsStatesClientNV(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.listDrawCommandsStatesClientNV(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGL.listDrawCommandsStatesClientNV(int list, int segment, @Nullable PointerPtr indirects, @Nullable IntPtr sizes, @Nullable IntPtr states, @Nullable IntPtr fbos, int count) voidGLCompatibility.loadName(int name) voidGL.makeImageHandleNonResidentARB(long handle) voidGL.makeImageHandleNonResidentNV(long handle) voidGL.makeImageHandleResidentARB(long handle, int access) voidGL.makeImageHandleResidentNV(long handle, int access) voidGL.makeNamedBufferNonResidentNV(int buffer) voidGL.makeNamedBufferResidentNV(int buffer, int access) voidGL.makeTextureHandleNonResidentARB(long handle) voidGL.makeTextureHandleNonResidentNV(long handle) voidGL.makeTextureHandleResidentARB(long handle) voidGL.makeTextureHandleResidentNV(long handle) @NotNull MemorySegmentGL.mapBufferRange(int target, long offset, long length, int access) @NotNull MemorySegmentGL.mapNamedBuffer(int buffer, int access) @NotNull MemorySegmentGL.mapNamedBufferEXT(int buffer, int access) @NotNull MemorySegmentGL.mapNamedBufferRange(int buffer, long offset, long length, int access) @NotNull MemorySegmentGL.mapNamedBufferRange(int buffer, long offset, long length, int access) @NotNull MemorySegmentGL.mapNamedBufferRangeEXT(int buffer, long offset, long length, int access) @NotNull MemorySegmentGL.mapNamedBufferRangeEXT(int buffer, long offset, long length, int access) @NotNull MemorySegmentGLCompatibility.mapTexture2DINTEL(int texture, int level, int access, @Nullable IntPtr stride, @Nullable IntPtr layout) @NotNull MemorySegmentGLCompatibility.mapTexture2DINTEL(int texture, int level, int access, @Nullable IntPtr stride, @Nullable IntPtr layout) voidGLCompatibility.matrixIndexubvARB(int size, @Nullable BytePtr indices) voidGLCompatibility.matrixIndexuivARB(int size, @Nullable IntPtr indices) voidGLCompatibility.matrixIndexusvARB(int size, @Nullable ShortPtr indices) voidGL.maxShaderCompilerThreadsARB(int count) voidGL.maxShaderCompilerThreadsKHR(int count) voidGL.memoryBarrier(int barriers) voidGL.memoryBarrierByRegion(int barriers) voidGLCompatibility.memoryBarrierEXT(int barriers) voidGLCompatibility.minmax(int target, int internalformat, byte sink) voidGLCompatibility.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) voidGLCompatibility.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) voidGLCompatibility.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) voidGLCompatibility.multicastBufferSubDataNV(int gpuMask, int buffer, long offset, long size, @NotNull MemorySegment data) voidGLCompatibility.multicastBufferSubDataNV(int gpuMask, int buffer, long offset, long size, @NotNull MemorySegment data) voidGLCompatibility.multicastCopyBufferSubDataNV(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) voidGLCompatibility.multicastCopyBufferSubDataNV(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) voidGLCompatibility.multicastCopyBufferSubDataNV(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) voidGLCompatibility.multicastCopyBufferSubDataNV(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) voidGLCompatibility.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) voidGLCompatibility.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) voidGLCompatibility.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) voidGLCompatibility.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) voidGLCompatibility.multicastFramebufferSampleLocationsfvNV(int gpu, int framebuffer, int start, int count, @Nullable FloatPtr v) voidGLCompatibility.multicastFramebufferSampleLocationsfvNV(int gpu, int framebuffer, int start, int count, @Nullable FloatPtr v) voidGLCompatibility.multicastFramebufferSampleLocationsfvNV(int gpu, int framebuffer, int start, int count, @Nullable FloatPtr v) voidGLCompatibility.multicastGetQueryObjecti64vNV(int gpu, int id, int pname, @Nullable LongPtr params) voidGLCompatibility.multicastGetQueryObjecti64vNV(int gpu, int id, int pname, @Nullable LongPtr params) voidGLCompatibility.multicastGetQueryObjectivNV(int gpu, int id, int pname, @Nullable IntPtr params) voidGLCompatibility.multicastGetQueryObjectivNV(int gpu, int id, int pname, @Nullable IntPtr params) voidGLCompatibility.multicastGetQueryObjectui64vNV(int gpu, int id, int pname, @Nullable LongPtr params) voidGLCompatibility.multicastGetQueryObjectui64vNV(int gpu, int id, int pname, @Nullable LongPtr params) voidGLCompatibility.multicastGetQueryObjectui64vNV(int gpu, int id, int pname, @Nullable LongPtr params) voidGLCompatibility.multicastGetQueryObjectuivNV(int gpu, int id, int pname, @Nullable IntPtr params) voidGLCompatibility.multicastGetQueryObjectuivNV(int gpu, int id, int pname, @Nullable IntPtr params) voidGLCompatibility.multicastGetQueryObjectuivNV(int gpu, int id, int pname, @Nullable IntPtr params) voidGLCompatibility.multicastScissorArrayvNVX(int gpu, int first, int count, @Nullable IntPtr v) voidGLCompatibility.multicastScissorArrayvNVX(int gpu, int first, int count, @Nullable IntPtr v) voidGLCompatibility.multicastViewportArrayvNVX(int gpu, int first, int count, @Nullable FloatPtr v) voidGLCompatibility.multicastViewportArrayvNVX(int gpu, int first, int count, @Nullable FloatPtr v) voidGLCompatibility.multicastViewportPositionWScaleNVX(int gpu, int index, float xcoeff, float ycoeff) voidGLCompatibility.multicastViewportPositionWScaleNVX(int gpu, int index, float xcoeff, float ycoeff) voidGLCompatibility.multicastWaitSyncNV(int signalGpu, int waitGpuMask) voidGLCompatibility.multicastWaitSyncNV(int signalGpu, int waitGpuMask) voidGL.multiTexBufferEXT(int texunit, int target, int internalformat, int buffer) voidGLCompatibility.multiTexCoord1hNV(int target, short s) voidGLCompatibility.multiTexCoord1hvNV(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord2hNV(int target, short s, short t) voidGLCompatibility.multiTexCoord2hNV(int target, short s, short t) voidGLCompatibility.multiTexCoord2hvNV(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord3hNV(int target, short s, short t, short r) voidGLCompatibility.multiTexCoord3hNV(int target, short s, short t, short r) voidGLCompatibility.multiTexCoord3hNV(int target, short s, short t, short r) voidGLCompatibility.multiTexCoord3hvNV(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoord4hNV(int target, short s, short t, short r, short q) voidGLCompatibility.multiTexCoord4hNV(int target, short s, short t, short r, short q) voidGLCompatibility.multiTexCoord4hNV(int target, short s, short t, short r, short q) voidGLCompatibility.multiTexCoord4hNV(int target, short s, short t, short r, short q) voidGLCompatibility.multiTexCoord4hvNV(int target, @Nullable ShortPtr v) voidGLCompatibility.multiTexCoordP1ui(int texture, int type, int coords) voidGLCompatibility.multiTexCoordP1uiv(int texture, int type, @Nullable IntPtr coords) voidGLCompatibility.multiTexCoordP2ui(int texture, int type, int coords) voidGLCompatibility.multiTexCoordP2uiv(int texture, int type, @Nullable IntPtr coords) voidGLCompatibility.multiTexCoordP3ui(int texture, int type, int coords) voidGLCompatibility.multiTexCoordP3uiv(int texture, int type, @Nullable IntPtr coords) voidGLCompatibility.multiTexCoordP4ui(int texture, int type, int coords) voidGLCompatibility.multiTexCoordP4uiv(int texture, int type, @Nullable IntPtr coords) voidGL.multiTexParameterIuivEXT(int texunit, int target, int pname, @Nullable IntPtr params) voidGL.multiTexRenderbufferEXT(int texunit, int target, int renderbuffer) voidGL.namedBufferAttachMemoryNV(int buffer, int memory, long offset) voidGL.namedBufferAttachMemoryNV(int buffer, int memory, long offset) voidGL.namedBufferAttachMemoryNV(int buffer, int memory, long offset) voidGL.namedBufferData(int buffer, long size, @NotNull MemorySegment data, int usage) voidGL.namedBufferDataEXT(int buffer, long size, @NotNull MemorySegment data, int usage) voidGL.namedBufferPageCommitmentARB(int buffer, long offset, long size, byte commit) voidGL.namedBufferPageCommitmentARB(int buffer, long offset, long size, byte commit) voidGL.namedBufferPageCommitmentEXT(int buffer, long offset, long size, byte commit) voidGL.namedBufferPageCommitmentEXT(int buffer, long offset, long size, byte commit) voidGL.namedBufferPageCommitmentMemNV(int buffer, long offset, long size, int memory, long memOffset, byte commit) voidGL.namedBufferPageCommitmentMemNV(int buffer, long offset, long size, int memory, long memOffset, byte commit) voidGL.namedBufferPageCommitmentMemNV(int buffer, long offset, long size, int memory, long memOffset, byte commit) voidGL.namedBufferPageCommitmentMemNV(int buffer, long offset, long size, int memory, long memOffset, byte commit) voidGL.namedBufferStorage(int buffer, long size, @NotNull MemorySegment data, int flags) voidGL.namedBufferStorage(int buffer, long size, @NotNull MemorySegment data, int flags) voidGL.namedBufferStorageEXT(int buffer, long size, @NotNull MemorySegment data, int flags) voidGL.namedBufferStorageEXT(int buffer, long size, @NotNull MemorySegment data, int flags) voidGLCompatibility.namedBufferStorageExternalEXT(int buffer, long offset, long size, @Nullable GLeglClientBufferEXT clientBuffer, int flags) voidGLCompatibility.namedBufferStorageExternalEXT(int buffer, long offset, long size, @Nullable GLeglClientBufferEXT clientBuffer, int flags) voidGL.namedBufferSubData(int buffer, long offset, long size, @NotNull MemorySegment data) voidGL.namedBufferSubDataEXT(int buffer, long offset, long size, @NotNull MemorySegment data) voidGL.namedCopyBufferSubDataEXT(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) voidGL.namedCopyBufferSubDataEXT(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) voidGL.namedFramebufferDrawBuffer(int framebuffer, int buf) voidGL.namedFramebufferDrawBuffers(int framebuffer, int n, @Nullable IntPtr bufs) voidGL.namedFramebufferParameteri(int framebuffer, int pname, int param) voidGL.namedFramebufferParameteriEXT(int framebuffer, int pname, int param) voidGL.namedFramebufferReadBuffer(int framebuffer, int src) voidGL.namedFramebufferRenderbuffer(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer) voidGL.namedFramebufferRenderbuffer(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer) voidGL.namedFramebufferRenderbufferEXT(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer) voidGL.namedFramebufferRenderbufferEXT(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer) voidGL.namedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, @Nullable FloatPtr v) voidGL.namedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, @Nullable FloatPtr v) voidGL.namedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, @Nullable FloatPtr v) voidGL.namedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, @Nullable FloatPtr v) voidGL.namedFramebufferTexture(int framebuffer, int attachment, int texture, int level) voidGL.namedFramebufferTexture(int framebuffer, int attachment, int texture, int level) voidGL.namedFramebufferTexture1DEXT(int framebuffer, int attachment, int textarget, int texture, int level) voidGL.namedFramebufferTexture1DEXT(int framebuffer, int attachment, int textarget, int texture, int level) voidGL.namedFramebufferTexture2DEXT(int framebuffer, int attachment, int textarget, int texture, int level) voidGL.namedFramebufferTexture2DEXT(int framebuffer, int attachment, int textarget, int texture, int level) voidGL.namedFramebufferTexture3DEXT(int framebuffer, int attachment, int textarget, int texture, int level, int zoffset) voidGL.namedFramebufferTexture3DEXT(int framebuffer, int attachment, int textarget, int texture, int level, int zoffset) voidGL.namedFramebufferTextureEXT(int framebuffer, int attachment, int texture, int level) voidGL.namedFramebufferTextureEXT(int framebuffer, int attachment, int texture, int level) voidGL.namedFramebufferTextureFaceEXT(int framebuffer, int attachment, int texture, int level, int face) voidGL.namedFramebufferTextureFaceEXT(int framebuffer, int attachment, int texture, int level, int face) voidGL.namedFramebufferTextureLayer(int framebuffer, int attachment, int texture, int level, int layer) voidGL.namedFramebufferTextureLayer(int framebuffer, int attachment, int texture, int level, int layer) voidGL.namedFramebufferTextureLayerEXT(int framebuffer, int attachment, int texture, int level, int layer) voidGL.namedFramebufferTextureLayerEXT(int framebuffer, int attachment, int texture, int level, int layer) voidGL.namedFramebufferTextureMultiviewOVR(int framebuffer, int attachment, int texture, int level, int baseViewIndex, int numViews) voidGL.namedFramebufferTextureMultiviewOVR(int framebuffer, int attachment, int texture, int level, int baseViewIndex, int numViews) voidGL.namedProgramLocalParameter4dEXT(int program, int target, int index, double x, double y, double z, double w) voidGL.namedProgramLocalParameter4dEXT(int program, int target, int index, double x, double y, double z, double w) voidGL.namedProgramLocalParameter4dvEXT(int program, int target, int index, @Nullable DoublePtr params) voidGL.namedProgramLocalParameter4dvEXT(int program, int target, int index, @Nullable DoublePtr params) voidGL.namedProgramLocalParameter4fEXT(int program, int target, int index, float x, float y, float z, float w) voidGL.namedProgramLocalParameter4fEXT(int program, int target, int index, float x, float y, float z, float w) voidGL.namedProgramLocalParameter4fvEXT(int program, int target, int index, @Nullable FloatPtr params) voidGL.namedProgramLocalParameter4fvEXT(int program, int target, int index, @Nullable FloatPtr params) voidGL.namedProgramLocalParameterI4iEXT(int program, int target, int index, int x, int y, int z, int w) voidGL.namedProgramLocalParameterI4iEXT(int program, int target, int index, int x, int y, int z, int w) voidGL.namedProgramLocalParameterI4ivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.namedProgramLocalParameterI4ivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.namedProgramLocalParameterI4uiEXT(int program, int target, int index, int x, int y, int z, int w) voidGL.namedProgramLocalParameterI4uiEXT(int program, int target, int index, int x, int y, int z, int w) voidGL.namedProgramLocalParameterI4uiEXT(int program, int target, int index, int x, int y, int z, int w) voidGL.namedProgramLocalParameterI4uiEXT(int program, int target, int index, int x, int y, int z, int w) voidGL.namedProgramLocalParameterI4uiEXT(int program, int target, int index, int x, int y, int z, int w) voidGL.namedProgramLocalParameterI4uiEXT(int program, int target, int index, int x, int y, int z, int w) voidGL.namedProgramLocalParameterI4uivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.namedProgramLocalParameterI4uivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.namedProgramLocalParameterI4uivEXT(int program, int target, int index, @Nullable IntPtr params) voidGL.namedProgramLocalParameters4fvEXT(int program, int target, int index, int count, @Nullable FloatPtr params) voidGL.namedProgramLocalParameters4fvEXT(int program, int target, int index, int count, @Nullable FloatPtr params) voidGL.namedProgramLocalParametersI4ivEXT(int program, int target, int index, int count, @Nullable IntPtr params) voidGL.namedProgramLocalParametersI4ivEXT(int program, int target, int index, int count, @Nullable IntPtr params) voidGL.namedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, @Nullable IntPtr params) voidGL.namedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, @Nullable IntPtr params) voidGL.namedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, @Nullable IntPtr params) voidGL.namedProgramStringEXT(int program, int target, int format, int len, @NotNull MemorySegment string) voidGL.namedRenderbufferStorage(int renderbuffer, int internalformat, int width, int height) voidGL.namedRenderbufferStorageEXT(int renderbuffer, int internalformat, int width, int height) voidGL.namedRenderbufferStorageMultisample(int renderbuffer, int samples, int internalformat, int width, int height) voidGL.namedRenderbufferStorageMultisampleAdvancedAMD(int renderbuffer, int samples, int storageSamples, int internalformat, int width, int height) voidGL.namedRenderbufferStorageMultisampleCoverageEXT(int renderbuffer, int coverageSamples, int colorSamples, int internalformat, int width, int height) voidGL.namedRenderbufferStorageMultisampleEXT(int renderbuffer, int samples, int internalformat, int width, int height) voidGLCompatibility.newList(int list, int mode) voidGLCompatibility.normal3hNV(short nx, short ny, short nz) voidGLCompatibility.normal3hNV(short nx, short ny, short nz) voidGLCompatibility.normal3hNV(short nx, short ny, short nz) voidGLCompatibility.normal3hvNV(@Nullable ShortPtr v) voidGLCompatibility.normalP3ui(int type, int coords) voidGLCompatibility.normalP3uiv(int type, @Nullable IntPtr coords) voidGL.objectLabel(int identifier, int name, int length, @Nullable BytePtr label) voidGL.objectLabelKHR(int identifier, int name, int length, @Nullable BytePtr label) voidGL.pathCommandsNV(int path, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathCommandsNV(int path, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathCoordsNV(int path, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathDashArrayNV(int path, int dashCount, @Nullable FloatPtr dashArray) intGL.pathGlyphIndexArrayNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) intGL.pathGlyphIndexArrayNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) intGL.pathGlyphIndexArrayNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) intGL.pathGlyphIndexArrayNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) intGL.pathGlyphIndexRangeNV(int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int pathParameterTemplate, float emScale, @Nullable IntPtr baseAndCount) intGL.pathGlyphIndexRangeNV(int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int pathParameterTemplate, float emScale, @Nullable IntPtr baseAndCount) intGL.pathGlyphIndexRangeNV(int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int pathParameterTemplate, float emScale, @Nullable IntPtr baseAndCount) voidGL.pathGlyphRangeNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyph, int numGlyphs, int handleMissingGlyphs, int pathParameterTemplate, float emScale) voidGL.pathGlyphRangeNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyph, int numGlyphs, int handleMissingGlyphs, int pathParameterTemplate, float emScale) voidGL.pathGlyphRangeNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyph, int numGlyphs, int handleMissingGlyphs, int pathParameterTemplate, float emScale) voidGL.pathGlyphRangeNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int firstGlyph, int numGlyphs, int handleMissingGlyphs, int pathParameterTemplate, float emScale) voidGL.pathGlyphsNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int numGlyphs, int type, @NotNull MemorySegment charcodes, int handleMissingGlyphs, int pathParameterTemplate, float emScale) voidGL.pathGlyphsNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int numGlyphs, int type, @NotNull MemorySegment charcodes, int handleMissingGlyphs, int pathParameterTemplate, float emScale) voidGL.pathGlyphsNV(int firstPathName, int fontTarget, @NotNull MemorySegment fontName, int fontStyle, int numGlyphs, int type, @NotNull MemorySegment charcodes, int handleMissingGlyphs, int pathParameterTemplate, float emScale) intGL.pathMemoryGlyphIndexArrayNV(int firstPathName, int fontTarget, long fontSize, @NotNull MemorySegment fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) intGL.pathMemoryGlyphIndexArrayNV(int firstPathName, int fontTarget, long fontSize, @NotNull MemorySegment fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) intGL.pathMemoryGlyphIndexArrayNV(int firstPathName, int fontTarget, long fontSize, @NotNull MemorySegment fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) voidGL.pathParameterfNV(int path, int pname, float value) voidGL.pathParameterfvNV(int path, int pname, @Nullable FloatPtr value) voidGL.pathParameteriNV(int path, int pname, int value) voidGL.pathParameterivNV(int path, int pname, @Nullable IntPtr value) voidGL.pathStencilFuncNV(int func, int ref, int mask) voidGL.pathStringNV(int path, int format, int length, @NotNull MemorySegment pathString) voidGL.pathSubCommandsNV(int path, int commandStart, int commandsToDelete, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathSubCommandsNV(int path, int commandStart, int commandsToDelete, int numCommands, @Nullable BytePtr commands, int numCoords, int coordType, @NotNull MemorySegment coords) voidGL.pathSubCoordsNV(int path, int coordStart, int numCoords, int coordType, @NotNull MemorySegment coords) voidGLCompatibility.pixelMapuiv(int map, int mapsize, @Nullable IntPtr values) voidGLCompatibility.pixelMapusv(int map, int mapsize, @Nullable ShortPtr values) byteGL.pointAlongPathNV(int path, int startSegment, int numSegments, float distance, @Nullable FloatPtr x, @Nullable FloatPtr y, @Nullable FloatPtr tangentX, @Nullable FloatPtr tangentY) voidGLCompatibility.polygonStipple(@Nullable BytePtr mask) voidGL.primitiveRestartIndex(int index) voidGLCompatibility.primitiveRestartIndexNV(int index) voidGLCompatibility.prioritizeTextures(int n, @Nullable IntPtr textures, @Nullable FloatPtr priorities) voidGL.programBinary(int program, int binaryFormat, @NotNull MemorySegment binary, int length) voidGLCompatibility.programEnvParameter4dARB(int target, int index, double x, double y, double z, double w) voidGLCompatibility.programEnvParameter4dvARB(int target, int index, @Nullable DoublePtr params) voidGLCompatibility.programEnvParameter4fARB(int target, int index, float x, float y, float z, float w) voidGLCompatibility.programEnvParameter4fvARB(int target, int index, @Nullable FloatPtr params) voidGLCompatibility.programEnvParameters4fvEXT(int target, int index, int count, @Nullable FloatPtr params) voidGLCompatibility.programLocalParameter4dARB(int target, int index, double x, double y, double z, double w) voidGLCompatibility.programLocalParameter4dvARB(int target, int index, @Nullable DoublePtr params) voidGLCompatibility.programLocalParameter4fARB(int target, int index, float x, float y, float z, float w) voidGLCompatibility.programLocalParameter4fvARB(int target, int index, @Nullable FloatPtr params) voidGLCompatibility.programLocalParameters4fvEXT(int target, int index, int count, @Nullable FloatPtr params) voidGL.programParameteri(int program, int pname, int value) voidGL.programParameteriARB(int program, int pname, int value) voidGLCompatibility.programParameteriEXT(int program, int pname, int value) voidGL.programPathFragmentInputGenNV(int program, int location, int genMode, int components, @Nullable FloatPtr coeffs) voidGL.programUniform1d(int program, int location, double v0) voidGL.programUniform1dEXT(int program, int location, double x) voidGL.programUniform1dv(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform1dvEXT(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform1f(int program, int location, float v0) voidGL.programUniform1fEXT(int program, int location, float v0) voidGL.programUniform1fv(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform1fvEXT(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform1i(int program, int location, int v0) voidGL.programUniform1i64ARB(int program, int location, long x) voidGLCompatibility.programUniform1i64NV(int program, int location, long x) voidGL.programUniform1i64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform1i64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform1iEXT(int program, int location, int v0) voidGL.programUniform1iv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform1ivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform1ui(int program, int location, int v0) voidGL.programUniform1ui(int program, int location, int v0) voidGL.programUniform1ui64ARB(int program, int location, long x) voidGL.programUniform1ui64ARB(int program, int location, long x) voidGLCompatibility.programUniform1ui64NV(int program, int location, long x) voidGLCompatibility.programUniform1ui64NV(int program, int location, long x) voidGL.programUniform1ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform1ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform1ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform1ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform1uiEXT(int program, int location, int v0) voidGL.programUniform1uiEXT(int program, int location, int v0) voidGL.programUniform1uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform1uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform1uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform1uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2d(int program, int location, double v0, double v1) voidGL.programUniform2dEXT(int program, int location, double x, double y) voidGL.programUniform2dv(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform2dvEXT(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform2f(int program, int location, float v0, float v1) voidGL.programUniform2fEXT(int program, int location, float v0, float v1) voidGL.programUniform2fv(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform2fvEXT(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform2i(int program, int location, int v0, int v1) voidGL.programUniform2i64ARB(int program, int location, long x, long y) voidGLCompatibility.programUniform2i64NV(int program, int location, long x, long y) voidGL.programUniform2i64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform2i64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform2iEXT(int program, int location, int v0, int v1) voidGL.programUniform2iv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2ivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2ui(int program, int location, int v0, int v1) voidGL.programUniform2ui(int program, int location, int v0, int v1) voidGL.programUniform2ui(int program, int location, int v0, int v1) voidGL.programUniform2ui64ARB(int program, int location, long x, long y) voidGL.programUniform2ui64ARB(int program, int location, long x, long y) voidGL.programUniform2ui64ARB(int program, int location, long x, long y) voidGLCompatibility.programUniform2ui64NV(int program, int location, long x, long y) voidGLCompatibility.programUniform2ui64NV(int program, int location, long x, long y) voidGLCompatibility.programUniform2ui64NV(int program, int location, long x, long y) voidGL.programUniform2ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform2ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform2ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform2ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform2uiEXT(int program, int location, int v0, int v1) voidGL.programUniform2uiEXT(int program, int location, int v0, int v1) voidGL.programUniform2uiEXT(int program, int location, int v0, int v1) voidGL.programUniform2uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform2uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3d(int program, int location, double v0, double v1, double v2) voidGL.programUniform3dEXT(int program, int location, double x, double y, double z) voidGL.programUniform3dv(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform3dvEXT(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform3f(int program, int location, float v0, float v1, float v2) voidGL.programUniform3fEXT(int program, int location, float v0, float v1, float v2) voidGL.programUniform3fv(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform3fvEXT(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform3i(int program, int location, int v0, int v1, int v2) voidGL.programUniform3i64ARB(int program, int location, long x, long y, long z) voidGLCompatibility.programUniform3i64NV(int program, int location, long x, long y, long z) voidGL.programUniform3i64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform3i64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform3iEXT(int program, int location, int v0, int v1, int v2) voidGL.programUniform3iv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3ivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3ui(int program, int location, int v0, int v1, int v2) voidGL.programUniform3ui(int program, int location, int v0, int v1, int v2) voidGL.programUniform3ui(int program, int location, int v0, int v1, int v2) voidGL.programUniform3ui(int program, int location, int v0, int v1, int v2) voidGL.programUniform3ui64ARB(int program, int location, long x, long y, long z) voidGL.programUniform3ui64ARB(int program, int location, long x, long y, long z) voidGL.programUniform3ui64ARB(int program, int location, long x, long y, long z) voidGL.programUniform3ui64ARB(int program, int location, long x, long y, long z) voidGLCompatibility.programUniform3ui64NV(int program, int location, long x, long y, long z) voidGLCompatibility.programUniform3ui64NV(int program, int location, long x, long y, long z) voidGLCompatibility.programUniform3ui64NV(int program, int location, long x, long y, long z) voidGLCompatibility.programUniform3ui64NV(int program, int location, long x, long y, long z) voidGL.programUniform3ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform3ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform3ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform3ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform3uiEXT(int program, int location, int v0, int v1, int v2) voidGL.programUniform3uiEXT(int program, int location, int v0, int v1, int v2) voidGL.programUniform3uiEXT(int program, int location, int v0, int v1, int v2) voidGL.programUniform3uiEXT(int program, int location, int v0, int v1, int v2) voidGL.programUniform3uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform3uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4d(int program, int location, double v0, double v1, double v2, double v3) voidGL.programUniform4dEXT(int program, int location, double x, double y, double z, double w) voidGL.programUniform4dv(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform4dvEXT(int program, int location, int count, @Nullable DoublePtr value) voidGL.programUniform4f(int program, int location, float v0, float v1, float v2, float v3) voidGL.programUniform4fEXT(int program, int location, float v0, float v1, float v2, float v3) voidGL.programUniform4fv(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform4fvEXT(int program, int location, int count, @Nullable FloatPtr value) voidGL.programUniform4i(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4i64ARB(int program, int location, long x, long y, long z, long w) voidGLCompatibility.programUniform4i64NV(int program, int location, long x, long y, long z, long w) voidGL.programUniform4i64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform4i64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform4iEXT(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4iv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4ivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4ui(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4ui(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4ui(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4ui(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4ui(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4ui64ARB(int program, int location, long x, long y, long z, long w) voidGL.programUniform4ui64ARB(int program, int location, long x, long y, long z, long w) voidGL.programUniform4ui64ARB(int program, int location, long x, long y, long z, long w) voidGL.programUniform4ui64ARB(int program, int location, long x, long y, long z, long w) voidGL.programUniform4ui64ARB(int program, int location, long x, long y, long z, long w) voidGLCompatibility.programUniform4ui64NV(int program, int location, long x, long y, long z, long w) voidGLCompatibility.programUniform4ui64NV(int program, int location, long x, long y, long z, long w) voidGLCompatibility.programUniform4ui64NV(int program, int location, long x, long y, long z, long w) voidGLCompatibility.programUniform4ui64NV(int program, int location, long x, long y, long z, long w) voidGLCompatibility.programUniform4ui64NV(int program, int location, long x, long y, long z, long w) voidGL.programUniform4ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform4ui64vARB(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform4ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.programUniform4ui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniform4uiEXT(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4uiEXT(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4uiEXT(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4uiEXT(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4uiEXT(int program, int location, int v0, int v1, int v2, int v3) voidGL.programUniform4uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4uiv(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniform4uivEXT(int program, int location, int count, @Nullable IntPtr value) voidGL.programUniformHandleui64ARB(int program, int location, long value) voidGL.programUniformHandleui64ARB(int program, int location, long value) voidGL.programUniformHandleui64NV(int program, int location, long value) voidGL.programUniformHandleui64NV(int program, int location, long value) voidGL.programUniformHandleui64vARB(int program, int location, int count, @Nullable LongPtr values) voidGL.programUniformHandleui64vARB(int program, int location, int count, @Nullable LongPtr values) voidGL.programUniformHandleui64vNV(int program, int location, int count, @Nullable LongPtr values) voidGL.programUniformHandleui64vNV(int program, int location, int count, @Nullable LongPtr values) voidGL.programUniformMatrix2dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x3dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x3dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x3dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x3dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x3fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x3fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x3fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x3fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x4dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x4dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x4dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x4dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix2x4fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x4fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x4fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix2x4fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x2dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x2dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x2dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x2dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x2fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x2fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x2fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x2fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x4dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x4dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x4dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x4dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix3x4fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x4fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x4fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix3x4fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x2dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x2dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x2dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x2dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x2fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x2fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x2fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x2fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x3dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x3dv(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x3dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x3dvEXT(int program, int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.programUniformMatrix4x3fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x3fv(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x3fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformMatrix4x3fvEXT(int program, int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.programUniformui64NV(int program, int location, long value) voidGL.programUniformui64NV(int program, int location, long value) voidGL.programUniformui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGL.programUniformui64vNV(int program, int location, int count, @Nullable LongPtr value) voidGLCompatibility.pushAttrib(int mask) voidGLCompatibility.pushClientAttrib(int mask) voidGL.pushClientAttribDefaultEXT(int mask) voidGL.pushDebugGroup(int source, int id, int length, @Nullable BytePtr message) voidGL.pushDebugGroupKHR(int source, int id, int length, @Nullable BytePtr message) voidGLCompatibility.pushName(int name) voidGL.queryCounter(int id, int target) voidGLCompatibility.queryObjectParameteruiAMD(int target, int id, int pname, int param) voidGLCompatibility.queryObjectParameteruiAMD(int target, int id, int pname, int param) intGLCompatibility.queryResourceNV(int queryType, int tagId, int count, @Nullable IntPtr buffer) voidGL.rasterSamplesEXT(int samples, byte fixedsamplelocations) voidGL.rasterSamplesEXT(int samples, byte fixedsamplelocations) byteGLCompatibility.releaseKeyedMutexWin32EXT(int memory, long key) byteGLCompatibility.releaseKeyedMutexWin32EXT(int memory, long key) voidGLCompatibility.renderGpuMaskNV(int mask) voidGL.resetMemoryObjectParameterNV(int memory, int pname) voidGL.sampleCoverage(float value, byte invert) voidGLCompatibility.sampleCoverageARB(float value, byte invert) voidGL.sampleMaski(int maskNumber, int mask) voidGL.sampleMaski(int maskNumber, int mask) voidGLCompatibility.sampleMaskIndexedNV(int index, int mask) voidGLCompatibility.sampleMaskIndexedNV(int index, int mask) voidGL.samplerParameterf(int sampler, int pname, float param) voidGL.samplerParameterfv(int sampler, int pname, @Nullable FloatPtr param) voidGL.samplerParameteri(int sampler, int pname, int param) voidGL.samplerParameterIiv(int sampler, int pname, @Nullable IntPtr param) voidGL.samplerParameterIuiv(int sampler, int pname, @Nullable IntPtr param) voidGL.samplerParameterIuiv(int sampler, int pname, @Nullable IntPtr param) voidGL.samplerParameteriv(int sampler, int pname, @Nullable IntPtr param) voidGL.scissorArrayv(int first, int count, @Nullable IntPtr v) voidGL.scissorExclusiveArrayvNV(int first, int count, @Nullable IntPtr v) voidGL.scissorIndexed(int index, int left, int bottom, int width, int height) voidGL.scissorIndexedv(int index, @Nullable IntPtr v) voidGLCompatibility.secondaryColor3hNV(short red, short green, short blue) voidGLCompatibility.secondaryColor3hNV(short red, short green, short blue) voidGLCompatibility.secondaryColor3hNV(short red, short green, short blue) voidGLCompatibility.secondaryColor3hvNV(@Nullable ShortPtr v) voidGLCompatibility.secondaryColor3ub(byte red, byte green, byte blue) voidGLCompatibility.secondaryColor3ub(byte red, byte green, byte blue) voidGLCompatibility.secondaryColor3ub(byte red, byte green, byte blue) voidGLCompatibility.secondaryColor3ubEXT(byte red, byte green, byte blue) voidGLCompatibility.secondaryColor3ubEXT(byte red, byte green, byte blue) voidGLCompatibility.secondaryColor3ubEXT(byte red, byte green, byte blue) voidGLCompatibility.secondaryColor3ubv(@Nullable BytePtr v) voidGLCompatibility.secondaryColor3ubvEXT(@Nullable BytePtr v) voidGLCompatibility.secondaryColor3ui(int red, int green, int blue) voidGLCompatibility.secondaryColor3ui(int red, int green, int blue) voidGLCompatibility.secondaryColor3ui(int red, int green, int blue) voidGLCompatibility.secondaryColor3uiEXT(int red, int green, int blue) voidGLCompatibility.secondaryColor3uiEXT(int red, int green, int blue) voidGLCompatibility.secondaryColor3uiEXT(int red, int green, int blue) voidGLCompatibility.secondaryColor3uiv(@Nullable IntPtr v) voidGLCompatibility.secondaryColor3uivEXT(@Nullable IntPtr v) voidGLCompatibility.secondaryColor3us(short red, short green, short blue) voidGLCompatibility.secondaryColor3us(short red, short green, short blue) voidGLCompatibility.secondaryColor3us(short red, short green, short blue) voidGLCompatibility.secondaryColor3usEXT(short red, short green, short blue) voidGLCompatibility.secondaryColor3usEXT(short red, short green, short blue) voidGLCompatibility.secondaryColor3usEXT(short red, short green, short blue) voidGLCompatibility.secondaryColor3usv(@Nullable ShortPtr v) voidGLCompatibility.secondaryColor3usvEXT(@Nullable ShortPtr v) voidGLCompatibility.secondaryColorP3ui(int type, int color) voidGLCompatibility.secondaryColorP3uiv(int type, @Nullable IntPtr color) voidGLCompatibility.selectBuffer(int size, @Nullable IntPtr buffer) voidGL.selectPerfMonitorCountersAMD(int monitor, byte enable, int group, int numCounters, @Nullable IntPtr counterList) voidGL.selectPerfMonitorCountersAMD(int monitor, byte enable, int group, int numCounters, @Nullable IntPtr counterList) voidGL.selectPerfMonitorCountersAMD(int monitor, byte enable, int group, int numCounters, @Nullable IntPtr counterList) voidGL.selectPerfMonitorCountersAMD(int monitor, byte enable, int group, int numCounters, @Nullable IntPtr counterList) voidGLCompatibility.semaphoreParameterivNV(int semaphore, int pname, @Nullable IntPtr params) voidGLCompatibility.setFenceNV(int fence, int condition) voidGLCompatibility.setMultisamplefvAMD(int pname, int index, @Nullable FloatPtr val) voidGL.shaderBinary(int count, @Nullable IntPtr shaders, int binaryFormat, @NotNull MemorySegment binary, int length) voidGL.shaderSource(int shader, int count, @Nullable PointerPtr string, @Nullable IntPtr length) voidGLCompatibility.shaderSourceARB(int shaderObj, int count, @Nullable PointerPtr string, @Nullable IntPtr length) voidGL.shaderStorageBlockBinding(int program, int storageBlockIndex, int storageBlockBinding) voidGL.shaderStorageBlockBinding(int program, int storageBlockIndex, int storageBlockBinding) voidGL.shaderStorageBlockBinding(int program, int storageBlockIndex, int storageBlockBinding) voidGL.shadingRateImageBarrierNV(byte synchronize) voidGL.shadingRateImagePaletteNV(int viewport, int first, int count, @Nullable IntPtr rates) voidGL.shadingRateImagePaletteNV(int viewport, int first, int count, @Nullable IntPtr rates) voidGL.shadingRateSampleOrderCustomNV(int rate, int samples, @Nullable IntPtr locations) voidGLCompatibility.signalSemaphoreui64NVX(int signalGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGLCompatibility.signalSemaphoreui64NVX(int signalGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGLCompatibility.signalSemaphoreui64NVX(int signalGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGL.signalVkFenceNV(long vkFence) voidGL.signalVkSemaphoreNV(long vkSemaphore) voidGL.specializeShader(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShader(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShader(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShader(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShaderARB(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShaderARB(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShaderARB(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.specializeShaderARB(int shader, @Nullable BytePtr pEntryPoint, int numSpecializationConstants, @Nullable IntPtr pConstantIndex, @Nullable IntPtr pConstantValue) voidGL.stateCaptureNV(int state, int mode) voidGLCompatibility.stencilClearTagEXT(int stencilTagBits, int stencilClearTag) voidGL.stencilFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilFillPathNV(int path, int fillMode, int mask) voidGL.stencilFillPathNV(int path, int fillMode, int mask) voidGL.stencilFunc(int func, int ref, int mask) voidGL.stencilFuncSeparate(int face, int func, int ref, int mask) voidGL.stencilMask(int mask) voidGL.stencilMaskSeparate(int face, int mask) voidGLCompatibility.stencilOpValueAMD(int face, int value) voidGL.stencilStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilStrokePathNV(int path, int reference, int mask) voidGL.stencilStrokePathNV(int path, int reference, int mask) voidGL.stencilThenCoverFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilThenCoverFillPathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int fillMode, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilThenCoverFillPathNV(int path, int fillMode, int mask, int coverMode) voidGL.stencilThenCoverFillPathNV(int path, int fillMode, int mask, int coverMode) voidGL.stencilThenCoverStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilThenCoverStrokePathInstancedNV(int numPaths, int pathNameType, @NotNull MemorySegment paths, int pathBase, int reference, int mask, int coverMode, int transformType, @Nullable FloatPtr transformValues) voidGL.stencilThenCoverStrokePathNV(int path, int reference, int mask, int coverMode) voidGL.stencilThenCoverStrokePathNV(int path, int reference, int mask, int coverMode) voidGL.subpixelPrecisionBiasNV(int xbits, int ybits) voidGL.subpixelPrecisionBiasNV(int xbits, int ybits) voidGLCompatibility.syncTextureINTEL(int texture) byteGLCompatibility.testFenceNV(int fence) voidGL.texAttachMemoryNV(int target, int memory, long offset) voidGL.texAttachMemoryNV(int target, int memory, long offset) voidGL.texBuffer(int target, int internalformat, int buffer) voidGL.texBufferARB(int target, int internalformat, int buffer) voidGLCompatibility.texBufferEXT(int target, int internalformat, int buffer) voidGL.texBufferRange(int target, int internalformat, int buffer, long offset, long size) voidGLCompatibility.texCoord1hNV(short s) voidGLCompatibility.texCoord1hvNV(@Nullable ShortPtr v) voidGLCompatibility.texCoord2hNV(short s, short t) voidGLCompatibility.texCoord2hNV(short s, short t) voidGLCompatibility.texCoord2hvNV(@Nullable ShortPtr v) voidGLCompatibility.texCoord3hNV(short s, short t, short r) voidGLCompatibility.texCoord3hNV(short s, short t, short r) voidGLCompatibility.texCoord3hNV(short s, short t, short r) voidGLCompatibility.texCoord3hvNV(@Nullable ShortPtr v) voidGLCompatibility.texCoord4hNV(short s, short t, short r, short q) voidGLCompatibility.texCoord4hNV(short s, short t, short r, short q) voidGLCompatibility.texCoord4hNV(short s, short t, short r, short q) voidGLCompatibility.texCoord4hNV(short s, short t, short r, short q) voidGLCompatibility.texCoord4hvNV(@Nullable ShortPtr v) voidGLCompatibility.texCoordP1ui(int type, int coords) voidGLCompatibility.texCoordP1uiv(int type, @Nullable IntPtr coords) voidGLCompatibility.texCoordP2ui(int type, int coords) voidGLCompatibility.texCoordP2uiv(int type, @Nullable IntPtr coords) voidGLCompatibility.texCoordP3ui(int type, int coords) voidGLCompatibility.texCoordP3uiv(int type, @Nullable IntPtr coords) voidGLCompatibility.texCoordP4ui(int type, int coords) voidGLCompatibility.texCoordP4uiv(int type, @Nullable IntPtr coords) voidGL.texImage2DMultisample(int target, int samples, int internalformat, int width, int height, byte fixedsamplelocations) voidGLCompatibility.texImage2DMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, byte fixedSampleLocations) voidGL.texImage3DMultisample(int target, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) voidGLCompatibility.texImage3DMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) voidGL.texPageCommitmentARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, byte commit) voidGL.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) voidGL.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) voidGL.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) voidGL.texParameterIuiv(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.texParameterIuivEXT(int target, int pname, @Nullable IntPtr params) voidGLCompatibility.texRenderbufferNV(int target, int renderbuffer) voidGL.texStorage2DMultisample(int target, int samples, int internalformat, int width, int height, byte fixedsamplelocations) voidGL.texStorage3DMultisample(int target, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) voidGLCompatibility.texStorageSparseAMD(int target, int internalFormat, int width, int height, int depth, int layers, int flags) voidGL.textureAttachMemoryNV(int texture, int memory, long offset) voidGL.textureAttachMemoryNV(int texture, int memory, long offset) voidGL.textureAttachMemoryNV(int texture, int memory, long offset) voidGL.textureBuffer(int texture, int internalformat, int buffer) voidGL.textureBuffer(int texture, int internalformat, int buffer) voidGL.textureBufferEXT(int texture, int target, int internalformat, int buffer) voidGL.textureBufferEXT(int texture, int target, int internalformat, int buffer) voidGL.textureBufferRange(int texture, int internalformat, int buffer, long offset, long size) voidGL.textureBufferRange(int texture, int internalformat, int buffer, long offset, long size) voidGL.textureBufferRangeEXT(int texture, int target, int internalformat, int buffer, long offset, long size) voidGL.textureBufferRangeEXT(int texture, int target, int internalformat, int buffer, long offset, long size) voidGL.textureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int format, int type, @NotNull MemorySegment pixels) voidGL.textureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, @NotNull MemorySegment pixels) voidGLCompatibility.textureImage2DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, byte fixedSampleLocations) voidGLCompatibility.textureImage2DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, byte fixedSampleLocations) voidGLCompatibility.textureImage2DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, byte fixedSampleLocations) voidGLCompatibility.textureImage2DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, byte fixedSampleLocations) voidGL.textureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, @NotNull MemorySegment pixels) voidGLCompatibility.textureImage3DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) voidGLCompatibility.textureImage3DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) voidGLCompatibility.textureImage3DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) voidGLCompatibility.textureImage3DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, int depth, byte fixedSampleLocations) voidGL.texturePageCommitmentEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, byte commit) voidGL.texturePageCommitmentEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, byte commit) voidGL.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) voidGL.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) voidGL.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) voidGL.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) voidGL.textureParameterf(int texture, int pname, float param) voidGL.textureParameterfEXT(int texture, int target, int pname, float param) voidGL.textureParameterfv(int texture, int pname, @Nullable FloatPtr param) voidGL.textureParameterfvEXT(int texture, int target, int pname, @Nullable FloatPtr params) voidGL.textureParameteri(int texture, int pname, int param) voidGL.textureParameteriEXT(int texture, int target, int pname, int param) voidGL.textureParameterIiv(int texture, int pname, @Nullable IntPtr params) voidGL.textureParameterIivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.textureParameterIuiv(int texture, int pname, @Nullable IntPtr params) voidGL.textureParameterIuiv(int texture, int pname, @Nullable IntPtr params) voidGL.textureParameterIuivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.textureParameterIuivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.textureParameteriv(int texture, int pname, @Nullable IntPtr param) voidGL.textureParameterivEXT(int texture, int target, int pname, @Nullable IntPtr params) voidGL.textureRenderbufferEXT(int texture, int target, int renderbuffer) voidGL.textureRenderbufferEXT(int texture, int target, int renderbuffer) voidGL.textureStorage1D(int texture, int levels, int internalformat, int width) voidGL.textureStorage1DEXT(int texture, int target, int levels, int internalformat, int width) voidGL.textureStorage2D(int texture, int levels, int internalformat, int width, int height) voidGL.textureStorage2DEXT(int texture, int target, int levels, int internalformat, int width, int height) voidGL.textureStorage2DMultisample(int texture, int samples, int internalformat, int width, int height, byte fixedsamplelocations) voidGL.textureStorage2DMultisample(int texture, int samples, int internalformat, int width, int height, byte fixedsamplelocations) voidGL.textureStorage2DMultisampleEXT(int texture, int target, int samples, int internalformat, int width, int height, byte fixedsamplelocations) voidGL.textureStorage2DMultisampleEXT(int texture, int target, int samples, int internalformat, int width, int height, byte fixedsamplelocations) voidGL.textureStorage3D(int texture, int levels, int internalformat, int width, int height, int depth) voidGL.textureStorage3DEXT(int texture, int target, int levels, int internalformat, int width, int height, int depth) voidGL.textureStorage3DMultisample(int texture, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) voidGL.textureStorage3DMultisample(int texture, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) voidGL.textureStorage3DMultisampleEXT(int texture, int target, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) voidGL.textureStorage3DMultisampleEXT(int texture, int target, int samples, int internalformat, int width, int height, int depth, byte fixedsamplelocations) voidGLCompatibility.textureStorageSparseAMD(int texture, int target, int internalFormat, int width, int height, int depth, int layers, int flags) voidGLCompatibility.textureStorageSparseAMD(int texture, int target, int internalFormat, int width, int height, int depth, int layers, int flags) voidGL.textureSubImage1D(int texture, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage2D(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment pixels) voidGL.textureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @NotNull MemorySegment pixels) voidGL.textureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) voidGL.textureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) voidGL.textureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) voidGL.textureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) voidGL.textureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) voidGL.textureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) voidGL.transformFeedbackBufferBase(int xfb, int index, int buffer) voidGL.transformFeedbackBufferBase(int xfb, int index, int buffer) voidGL.transformFeedbackBufferBase(int xfb, int index, int buffer) voidGL.transformFeedbackBufferRange(int xfb, int index, int buffer, long offset, long size) voidGL.transformFeedbackBufferRange(int xfb, int index, int buffer, long offset, long size) voidGL.transformFeedbackBufferRange(int xfb, int index, int buffer, long offset, long size) voidGL.transformFeedbackVaryings(int program, int count, @Nullable PointerPtr varyings, int bufferMode) voidGLCompatibility.transformFeedbackVaryingsEXT(int program, int count, @Nullable PointerPtr varyings, int bufferMode) voidGLCompatibility.transformFeedbackVaryingsNV(int program, int count, @Nullable IntPtr locations, int bufferMode) voidGL.transformPathNV(int resultPath, int srcPath, int transformType, @Nullable FloatPtr transformValues) voidGL.transformPathNV(int resultPath, int srcPath, int transformType, @Nullable FloatPtr transformValues) voidGL.uniform1ui(int location, int v0) voidGL.uniform1ui64ARB(int location, long x) voidGLCompatibility.uniform1ui64NV(int location, long x) voidGL.uniform1ui64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform1ui64vNV(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform1uiEXT(int location, int v0) voidGL.uniform1uiv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform1uivEXT(int location, int count, @Nullable IntPtr value) voidGL.uniform2ui(int location, int v0, int v1) voidGL.uniform2ui(int location, int v0, int v1) voidGL.uniform2ui64ARB(int location, long x, long y) voidGL.uniform2ui64ARB(int location, long x, long y) voidGLCompatibility.uniform2ui64NV(int location, long x, long y) voidGLCompatibility.uniform2ui64NV(int location, long x, long y) voidGL.uniform2ui64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform2ui64vNV(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform2uiEXT(int location, int v0, int v1) voidGLCompatibility.uniform2uiEXT(int location, int v0, int v1) voidGL.uniform2uiv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform2uivEXT(int location, int count, @Nullable IntPtr value) voidGL.uniform3ui(int location, int v0, int v1, int v2) voidGL.uniform3ui(int location, int v0, int v1, int v2) voidGL.uniform3ui(int location, int v0, int v1, int v2) voidGL.uniform3ui64ARB(int location, long x, long y, long z) voidGL.uniform3ui64ARB(int location, long x, long y, long z) voidGL.uniform3ui64ARB(int location, long x, long y, long z) voidGLCompatibility.uniform3ui64NV(int location, long x, long y, long z) voidGLCompatibility.uniform3ui64NV(int location, long x, long y, long z) voidGLCompatibility.uniform3ui64NV(int location, long x, long y, long z) voidGL.uniform3ui64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform3ui64vNV(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform3uiEXT(int location, int v0, int v1, int v2) voidGLCompatibility.uniform3uiEXT(int location, int v0, int v1, int v2) voidGLCompatibility.uniform3uiEXT(int location, int v0, int v1, int v2) voidGL.uniform3uiv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform3uivEXT(int location, int count, @Nullable IntPtr value) voidGL.uniform4ui(int location, int v0, int v1, int v2, int v3) voidGL.uniform4ui(int location, int v0, int v1, int v2, int v3) voidGL.uniform4ui(int location, int v0, int v1, int v2, int v3) voidGL.uniform4ui(int location, int v0, int v1, int v2, int v3) voidGL.uniform4ui64ARB(int location, long x, long y, long z, long w) voidGL.uniform4ui64ARB(int location, long x, long y, long z, long w) voidGL.uniform4ui64ARB(int location, long x, long y, long z, long w) voidGL.uniform4ui64ARB(int location, long x, long y, long z, long w) voidGLCompatibility.uniform4ui64NV(int location, long x, long y, long z, long w) voidGLCompatibility.uniform4ui64NV(int location, long x, long y, long z, long w) voidGLCompatibility.uniform4ui64NV(int location, long x, long y, long z, long w) voidGLCompatibility.uniform4ui64NV(int location, long x, long y, long z, long w) voidGL.uniform4ui64vARB(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform4ui64vNV(int location, int count, @Nullable LongPtr value) voidGLCompatibility.uniform4uiEXT(int location, int v0, int v1, int v2, int v3) voidGLCompatibility.uniform4uiEXT(int location, int v0, int v1, int v2, int v3) voidGLCompatibility.uniform4uiEXT(int location, int v0, int v1, int v2, int v3) voidGLCompatibility.uniform4uiEXT(int location, int v0, int v1, int v2, int v3) voidGL.uniform4uiv(int location, int count, @Nullable IntPtr value) voidGLCompatibility.uniform4uivEXT(int location, int count, @Nullable IntPtr value) voidGL.uniformBlockBinding(int program, int uniformBlockIndex, int uniformBlockBinding) voidGL.uniformBlockBinding(int program, int uniformBlockIndex, int uniformBlockBinding) voidGL.uniformBlockBinding(int program, int uniformBlockIndex, int uniformBlockBinding) voidGLCompatibility.uniformBufferEXT(int program, int location, int buffer) voidGLCompatibility.uniformBufferEXT(int program, int location, int buffer) voidGL.uniformHandleui64ARB(int location, long value) voidGL.uniformHandleui64NV(int location, long value) voidGL.uniformHandleui64vARB(int location, int count, @Nullable LongPtr value) voidGL.uniformHandleui64vNV(int location, int count, @Nullable LongPtr value) voidGL.uniformMatrix2dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix2fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLCompatibility.uniformMatrix2fvARB(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix2x3dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix2x3fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix2x4dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix2x4fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix3dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix3fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLCompatibility.uniformMatrix3fvARB(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix3x2dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix3x2fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix3x4dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix3x4fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix4dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix4fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGLCompatibility.uniformMatrix4fvARB(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix4x2dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix4x2fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformMatrix4x3dv(int location, int count, byte transpose, @Nullable DoublePtr value) voidGL.uniformMatrix4x3fv(int location, int count, byte transpose, @Nullable FloatPtr value) voidGL.uniformSubroutinesuiv(int shadertype, int count, @Nullable IntPtr indices) voidGL.uniformui64NV(int location, long value) voidGL.uniformui64vNV(int location, int count, @Nullable LongPtr value) byteGL.unmapNamedBuffer(int buffer) byteGL.unmapNamedBufferEXT(int buffer) voidGLCompatibility.unmapTexture2DINTEL(int texture, int level) voidGLCompatibility.uploadGpuMaskNVX(int mask) voidGL.useProgram(int program) voidGLCompatibility.useProgramObjectARB(int programObj) voidGL.useProgramStages(int pipeline, int stages, int program) voidGL.useProgramStages(int pipeline, int stages, int program) voidGL.useProgramStages(int pipeline, int stages, int program) voidGL.useProgramStagesEXT(int pipeline, int stages, int program) voidGL.useProgramStagesEXT(int pipeline, int stages, int program) voidGL.useProgramStagesEXT(int pipeline, int stages, int program) voidGL.useShaderProgramEXT(int type, int program) voidGL.validateProgram(int program) voidGLCompatibility.validateProgramARB(int programObj) voidGL.validateProgramPipeline(int pipeline) voidGL.validateProgramPipelineEXT(int pipeline) voidGLCompatibility.vertex2hNV(short x, short y) voidGLCompatibility.vertex2hNV(short x, short y) voidGLCompatibility.vertex2hvNV(@Nullable ShortPtr v) voidGLCompatibility.vertex3hNV(short x, short y, short z) voidGLCompatibility.vertex3hNV(short x, short y, short z) voidGLCompatibility.vertex3hNV(short x, short y, short z) voidGLCompatibility.vertex3hvNV(@Nullable ShortPtr v) voidGLCompatibility.vertex4hNV(short x, short y, short z, short w) voidGLCompatibility.vertex4hNV(short x, short y, short z, short w) voidGLCompatibility.vertex4hNV(short x, short y, short z, short w) voidGLCompatibility.vertex4hNV(short x, short y, short z, short w) voidGLCompatibility.vertex4hvNV(@Nullable ShortPtr v) voidGL.vertexArrayAttribBinding(int vaobj, int attribindex, int bindingindex) voidGL.vertexArrayAttribBinding(int vaobj, int attribindex, int bindingindex) voidGL.vertexArrayAttribBinding(int vaobj, int attribindex, int bindingindex) voidGL.vertexArrayAttribFormat(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexArrayAttribFormat(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexArrayAttribFormat(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexArrayAttribFormat(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexArrayAttribIFormat(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayAttribIFormat(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayAttribIFormat(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayAttribLFormat(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayAttribLFormat(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayAttribLFormat(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayBindingDivisor(int vaobj, int bindingindex, int divisor) voidGL.vertexArrayBindingDivisor(int vaobj, int bindingindex, int divisor) voidGL.vertexArrayBindingDivisor(int vaobj, int bindingindex, int divisor) voidGL.vertexArrayBindVertexBufferEXT(int vaobj, int bindingindex, int buffer, long offset, int stride) voidGL.vertexArrayBindVertexBufferEXT(int vaobj, int bindingindex, int buffer, long offset, int stride) voidGL.vertexArrayBindVertexBufferEXT(int vaobj, int bindingindex, int buffer, long offset, int stride) voidGL.vertexArrayColorOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset) voidGL.vertexArrayColorOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset) voidGL.vertexArrayEdgeFlagOffsetEXT(int vaobj, int buffer, int stride, long offset) voidGL.vertexArrayEdgeFlagOffsetEXT(int vaobj, int buffer, int stride, long offset) voidGL.vertexArrayElementBuffer(int vaobj, int buffer) voidGL.vertexArrayElementBuffer(int vaobj, int buffer) voidGL.vertexArrayFogCoordOffsetEXT(int vaobj, int buffer, int type, int stride, long offset) voidGL.vertexArrayFogCoordOffsetEXT(int vaobj, int buffer, int type, int stride, long offset) voidGL.vertexArrayIndexOffsetEXT(int vaobj, int buffer, int type, int stride, long offset) voidGL.vertexArrayIndexOffsetEXT(int vaobj, int buffer, int type, int stride, long offset) voidGL.vertexArrayMultiTexCoordOffsetEXT(int vaobj, int buffer, int texunit, int size, int type, int stride, long offset) voidGL.vertexArrayMultiTexCoordOffsetEXT(int vaobj, int buffer, int texunit, int size, int type, int stride, long offset) voidGL.vertexArrayNormalOffsetEXT(int vaobj, int buffer, int type, int stride, long offset) voidGL.vertexArrayNormalOffsetEXT(int vaobj, int buffer, int type, int stride, long offset) voidGL.vertexArraySecondaryColorOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset) voidGL.vertexArraySecondaryColorOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset) voidGL.vertexArrayTexCoordOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset) voidGL.vertexArrayTexCoordOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset) voidGL.vertexArrayVertexAttribBindingEXT(int vaobj, int attribindex, int bindingindex) voidGL.vertexArrayVertexAttribBindingEXT(int vaobj, int attribindex, int bindingindex) voidGL.vertexArrayVertexAttribBindingEXT(int vaobj, int attribindex, int bindingindex) voidGL.vertexArrayVertexAttribDivisorEXT(int vaobj, int index, int divisor) voidGL.vertexArrayVertexAttribDivisorEXT(int vaobj, int index, int divisor) voidGL.vertexArrayVertexAttribDivisorEXT(int vaobj, int index, int divisor) voidGL.vertexArrayVertexAttribFormatEXT(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexArrayVertexAttribFormatEXT(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexArrayVertexAttribFormatEXT(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexArrayVertexAttribFormatEXT(int vaobj, int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexArrayVertexAttribIFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayVertexAttribIFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayVertexAttribIFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayVertexAttribIOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset) voidGL.vertexArrayVertexAttribIOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset) voidGL.vertexArrayVertexAttribIOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset) voidGL.vertexArrayVertexAttribLFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayVertexAttribLFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayVertexAttribLFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset) voidGL.vertexArrayVertexAttribLOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset) voidGL.vertexArrayVertexAttribLOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset) voidGL.vertexArrayVertexAttribLOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset) voidGL.vertexArrayVertexAttribOffsetEXT(int vaobj, int buffer, int index, int size, int type, byte normalized, int stride, long offset) voidGL.vertexArrayVertexAttribOffsetEXT(int vaobj, int buffer, int index, int size, int type, byte normalized, int stride, long offset) voidGL.vertexArrayVertexAttribOffsetEXT(int vaobj, int buffer, int index, int size, int type, byte normalized, int stride, long offset) voidGL.vertexArrayVertexAttribOffsetEXT(int vaobj, int buffer, int index, int size, int type, byte normalized, int stride, long offset) voidGL.vertexArrayVertexBindingDivisorEXT(int vaobj, int bindingindex, int divisor) voidGL.vertexArrayVertexBindingDivisorEXT(int vaobj, int bindingindex, int divisor) voidGL.vertexArrayVertexBindingDivisorEXT(int vaobj, int bindingindex, int divisor) voidGL.vertexArrayVertexBuffer(int vaobj, int bindingindex, int buffer, long offset, int stride) voidGL.vertexArrayVertexBuffer(int vaobj, int bindingindex, int buffer, long offset, int stride) voidGL.vertexArrayVertexBuffer(int vaobj, int bindingindex, int buffer, long offset, int stride) voidGL.vertexArrayVertexBuffers(int vaobj, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGL.vertexArrayVertexBuffers(int vaobj, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGL.vertexArrayVertexBuffers(int vaobj, int first, int count, @Nullable IntPtr buffers, @Nullable PointerPtr offsets, @Nullable IntPtr strides) voidGL.vertexArrayVertexOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset) voidGL.vertexArrayVertexOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset) voidGL.vertexAttrib1d(int index, double x) voidGLCompatibility.vertexAttrib1dARB(int index, double x) voidGL.vertexAttrib1dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttrib1dvARB(int index, @Nullable DoublePtr v) voidGL.vertexAttrib1f(int index, float x) voidGLCompatibility.vertexAttrib1fARB(int index, float x) voidGL.vertexAttrib1fv(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib1fvARB(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib1hNV(int index, short x) voidGLCompatibility.vertexAttrib1hNV(int index, short x) voidGLCompatibility.vertexAttrib1hvNV(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib1hvNV(int index, @Nullable ShortPtr v) voidGL.vertexAttrib1s(int index, short x) voidGLCompatibility.vertexAttrib1sARB(int index, short x) voidGL.vertexAttrib1sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib1svARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib2d(int index, double x, double y) voidGLCompatibility.vertexAttrib2dARB(int index, double x, double y) voidGL.vertexAttrib2dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttrib2dvARB(int index, @Nullable DoublePtr v) voidGL.vertexAttrib2f(int index, float x, float y) voidGLCompatibility.vertexAttrib2fARB(int index, float x, float y) voidGL.vertexAttrib2fv(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib2fvARB(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib2hNV(int index, short x, short y) voidGLCompatibility.vertexAttrib2hNV(int index, short x, short y) voidGLCompatibility.vertexAttrib2hNV(int index, short x, short y) voidGLCompatibility.vertexAttrib2hvNV(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib2hvNV(int index, @Nullable ShortPtr v) voidGL.vertexAttrib2s(int index, short x, short y) voidGLCompatibility.vertexAttrib2sARB(int index, short x, short y) voidGL.vertexAttrib2sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib2svARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib3d(int index, double x, double y, double z) voidGLCompatibility.vertexAttrib3dARB(int index, double x, double y, double z) voidGL.vertexAttrib3dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttrib3dvARB(int index, @Nullable DoublePtr v) voidGL.vertexAttrib3f(int index, float x, float y, float z) voidGLCompatibility.vertexAttrib3fARB(int index, float x, float y, float z) voidGL.vertexAttrib3fv(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib3fvARB(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib3hNV(int index, short x, short y, short z) voidGLCompatibility.vertexAttrib3hNV(int index, short x, short y, short z) voidGLCompatibility.vertexAttrib3hNV(int index, short x, short y, short z) voidGLCompatibility.vertexAttrib3hNV(int index, short x, short y, short z) voidGLCompatibility.vertexAttrib3hvNV(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib3hvNV(int index, @Nullable ShortPtr v) voidGL.vertexAttrib3s(int index, short x, short y, short z) voidGLCompatibility.vertexAttrib3sARB(int index, short x, short y, short z) voidGL.vertexAttrib3sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib3svARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4bv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4bvARB(int index, @Nullable BytePtr v) voidGL.vertexAttrib4d(int index, double x, double y, double z, double w) voidGLCompatibility.vertexAttrib4dARB(int index, double x, double y, double z, double w) voidGL.vertexAttrib4dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttrib4dvARB(int index, @Nullable DoublePtr v) voidGL.vertexAttrib4f(int index, float x, float y, float z, float w) voidGLCompatibility.vertexAttrib4fARB(int index, float x, float y, float z, float w) voidGL.vertexAttrib4fv(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib4fvARB(int index, @Nullable FloatPtr v) voidGLCompatibility.vertexAttrib4hNV(int index, short x, short y, short z, short w) voidGLCompatibility.vertexAttrib4hNV(int index, short x, short y, short z, short w) voidGLCompatibility.vertexAttrib4hNV(int index, short x, short y, short z, short w) voidGLCompatibility.vertexAttrib4hNV(int index, short x, short y, short z, short w) voidGLCompatibility.vertexAttrib4hNV(int index, short x, short y, short z, short w) voidGLCompatibility.vertexAttrib4hvNV(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4hvNV(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4ivARB(int index, @Nullable IntPtr v) voidGL.vertexAttrib4Nbv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4NbvARB(int index, @Nullable BytePtr v) voidGL.vertexAttrib4Niv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4NivARB(int index, @Nullable IntPtr v) voidGL.vertexAttrib4Nsv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4NsvARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4Nub(int index, byte x, byte y, byte z, byte w) voidGL.vertexAttrib4Nub(int index, byte x, byte y, byte z, byte w) voidGL.vertexAttrib4Nub(int index, byte x, byte y, byte z, byte w) voidGL.vertexAttrib4Nub(int index, byte x, byte y, byte z, byte w) voidGL.vertexAttrib4Nub(int index, byte x, byte y, byte z, byte w) voidGLCompatibility.vertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w) voidGLCompatibility.vertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w) voidGLCompatibility.vertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w) voidGLCompatibility.vertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w) voidGLCompatibility.vertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w) voidGL.vertexAttrib4Nubv(int index, @Nullable BytePtr v) voidGL.vertexAttrib4Nubv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4NubvARB(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4NubvARB(int index, @Nullable BytePtr v) voidGL.vertexAttrib4Nuiv(int index, @Nullable IntPtr v) voidGL.vertexAttrib4Nuiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4NuivARB(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4NuivARB(int index, @Nullable IntPtr v) voidGL.vertexAttrib4Nusv(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4Nusv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4NusvARB(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4NusvARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4s(int index, short x, short y, short z, short w) voidGLCompatibility.vertexAttrib4sARB(int index, short x, short y, short z, short w) voidGL.vertexAttrib4sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4svARB(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4ubv(int index, @Nullable BytePtr v) voidGL.vertexAttrib4ubv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4ubvARB(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttrib4ubvARB(int index, @Nullable BytePtr v) voidGL.vertexAttrib4uiv(int index, @Nullable IntPtr v) voidGL.vertexAttrib4uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4uivARB(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttrib4uivARB(int index, @Nullable IntPtr v) voidGL.vertexAttrib4usv(int index, @Nullable ShortPtr v) voidGL.vertexAttrib4usv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4usvARB(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttrib4usvARB(int index, @Nullable ShortPtr v) voidGL.vertexAttribBinding(int attribindex, int bindingindex) voidGL.vertexAttribBinding(int attribindex, int bindingindex) voidGL.vertexAttribDivisor(int index, int divisor) voidGL.vertexAttribDivisor(int index, int divisor) voidGL.vertexAttribDivisorARB(int index, int divisor) voidGL.vertexAttribDivisorARB(int index, int divisor) voidGL.vertexAttribFormat(int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexAttribFormat(int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexAttribFormat(int attribindex, int size, int type, byte normalized, int relativeoffset) voidGL.vertexAttribFormatNV(int index, int size, int type, byte normalized, int stride) voidGL.vertexAttribFormatNV(int index, int size, int type, byte normalized, int stride) voidGL.vertexAttribI1i(int index, int x) voidGLCompatibility.vertexAttribI1iEXT(int index, int x) voidGL.vertexAttribI1iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI1ivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI1ui(int index, int x) voidGL.vertexAttribI1ui(int index, int x) voidGLCompatibility.vertexAttribI1uiEXT(int index, int x) voidGLCompatibility.vertexAttribI1uiEXT(int index, int x) voidGL.vertexAttribI1uiv(int index, @Nullable IntPtr v) voidGL.vertexAttribI1uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI1uivEXT(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI1uivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI2i(int index, int x, int y) voidGLCompatibility.vertexAttribI2iEXT(int index, int x, int y) voidGL.vertexAttribI2iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI2ivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI2ui(int index, int x, int y) voidGL.vertexAttribI2ui(int index, int x, int y) voidGL.vertexAttribI2ui(int index, int x, int y) voidGLCompatibility.vertexAttribI2uiEXT(int index, int x, int y) voidGLCompatibility.vertexAttribI2uiEXT(int index, int x, int y) voidGLCompatibility.vertexAttribI2uiEXT(int index, int x, int y) voidGL.vertexAttribI2uiv(int index, @Nullable IntPtr v) voidGL.vertexAttribI2uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI2uivEXT(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI2uivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI3i(int index, int x, int y, int z) voidGLCompatibility.vertexAttribI3iEXT(int index, int x, int y, int z) voidGL.vertexAttribI3iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI3ivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI3ui(int index, int x, int y, int z) voidGL.vertexAttribI3ui(int index, int x, int y, int z) voidGL.vertexAttribI3ui(int index, int x, int y, int z) voidGL.vertexAttribI3ui(int index, int x, int y, int z) voidGLCompatibility.vertexAttribI3uiEXT(int index, int x, int y, int z) voidGLCompatibility.vertexAttribI3uiEXT(int index, int x, int y, int z) voidGLCompatibility.vertexAttribI3uiEXT(int index, int x, int y, int z) voidGLCompatibility.vertexAttribI3uiEXT(int index, int x, int y, int z) voidGL.vertexAttribI3uiv(int index, @Nullable IntPtr v) voidGL.vertexAttribI3uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI3uivEXT(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI3uivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI4bv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttribI4bvEXT(int index, @Nullable BytePtr v) voidGL.vertexAttribI4i(int index, int x, int y, int z, int w) voidGLCompatibility.vertexAttribI4iEXT(int index, int x, int y, int z, int w) voidGL.vertexAttribI4iv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI4ivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI4sv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribI4svEXT(int index, @Nullable ShortPtr v) voidGL.vertexAttribI4ubv(int index, @Nullable BytePtr v) voidGL.vertexAttribI4ubv(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttribI4ubvEXT(int index, @Nullable BytePtr v) voidGLCompatibility.vertexAttribI4ubvEXT(int index, @Nullable BytePtr v) voidGL.vertexAttribI4ui(int index, int x, int y, int z, int w) voidGL.vertexAttribI4ui(int index, int x, int y, int z, int w) voidGL.vertexAttribI4ui(int index, int x, int y, int z, int w) voidGL.vertexAttribI4ui(int index, int x, int y, int z, int w) voidGL.vertexAttribI4ui(int index, int x, int y, int z, int w) voidGLCompatibility.vertexAttribI4uiEXT(int index, int x, int y, int z, int w) voidGLCompatibility.vertexAttribI4uiEXT(int index, int x, int y, int z, int w) voidGLCompatibility.vertexAttribI4uiEXT(int index, int x, int y, int z, int w) voidGLCompatibility.vertexAttribI4uiEXT(int index, int x, int y, int z, int w) voidGLCompatibility.vertexAttribI4uiEXT(int index, int x, int y, int z, int w) voidGL.vertexAttribI4uiv(int index, @Nullable IntPtr v) voidGL.vertexAttribI4uiv(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI4uivEXT(int index, @Nullable IntPtr v) voidGLCompatibility.vertexAttribI4uivEXT(int index, @Nullable IntPtr v) voidGL.vertexAttribI4usv(int index, @Nullable ShortPtr v) voidGL.vertexAttribI4usv(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribI4usvEXT(int index, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribI4usvEXT(int index, @Nullable ShortPtr v) voidGL.vertexAttribIFormat(int attribindex, int size, int type, int relativeoffset) voidGL.vertexAttribIFormat(int attribindex, int size, int type, int relativeoffset) voidGL.vertexAttribIFormatNV(int index, int size, int type, int stride) voidGL.vertexAttribIPointer(int index, int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexAttribIPointerEXT(int index, int size, int type, int stride, @NotNull MemorySegment pointer) voidGL.vertexAttribL1d(int index, double x) voidGLCompatibility.vertexAttribL1dEXT(int index, double x) voidGL.vertexAttribL1dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttribL1dvEXT(int index, @Nullable DoublePtr v) voidGL.vertexAttribL1i64NV(int index, long x) voidGL.vertexAttribL1i64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL1ui64ARB(int index, long x) voidGL.vertexAttribL1ui64ARB(int index, long x) voidGL.vertexAttribL1ui64NV(int index, long x) voidGL.vertexAttribL1ui64NV(int index, long x) voidGL.vertexAttribL1ui64vARB(int index, @Nullable LongPtr v) voidGL.vertexAttribL1ui64vARB(int index, @Nullable LongPtr v) voidGL.vertexAttribL1ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL1ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL2d(int index, double x, double y) voidGLCompatibility.vertexAttribL2dEXT(int index, double x, double y) voidGL.vertexAttribL2dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttribL2dvEXT(int index, @Nullable DoublePtr v) voidGL.vertexAttribL2i64NV(int index, long x, long y) voidGL.vertexAttribL2i64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL2ui64NV(int index, long x, long y) voidGL.vertexAttribL2ui64NV(int index, long x, long y) voidGL.vertexAttribL2ui64NV(int index, long x, long y) voidGL.vertexAttribL2ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL2ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL3d(int index, double x, double y, double z) voidGLCompatibility.vertexAttribL3dEXT(int index, double x, double y, double z) voidGL.vertexAttribL3dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttribL3dvEXT(int index, @Nullable DoublePtr v) voidGL.vertexAttribL3i64NV(int index, long x, long y, long z) voidGL.vertexAttribL3i64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL3ui64NV(int index, long x, long y, long z) voidGL.vertexAttribL3ui64NV(int index, long x, long y, long z) voidGL.vertexAttribL3ui64NV(int index, long x, long y, long z) voidGL.vertexAttribL3ui64NV(int index, long x, long y, long z) voidGL.vertexAttribL3ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL3ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL4d(int index, double x, double y, double z, double w) voidGLCompatibility.vertexAttribL4dEXT(int index, double x, double y, double z, double w) voidGL.vertexAttribL4dv(int index, @Nullable DoublePtr v) voidGLCompatibility.vertexAttribL4dvEXT(int index, @Nullable DoublePtr v) voidGL.vertexAttribL4i64NV(int index, long x, long y, long z, long w) voidGL.vertexAttribL4i64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL4ui64NV(int index, long x, long y, long z, long w) voidGL.vertexAttribL4ui64NV(int index, long x, long y, long z, long w) voidGL.vertexAttribL4ui64NV(int index, long x, long y, long z, long w) voidGL.vertexAttribL4ui64NV(int index, long x, long y, long z, long w) voidGL.vertexAttribL4ui64NV(int index, long x, long y, long z, long w) voidGL.vertexAttribL4ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribL4ui64vNV(int index, @Nullable LongPtr v) voidGL.vertexAttribLFormat(int attribindex, int size, int type, int relativeoffset) voidGL.vertexAttribLFormat(int attribindex, int size, int type, int relativeoffset) voidGL.vertexAttribLFormatNV(int index, int size, int type, int stride) voidGL.vertexAttribLPointer(int index, int size, int type, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexAttribLPointerEXT(int index, int size, int type, int stride, @NotNull MemorySegment pointer) voidGL.vertexAttribP1ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP1ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP1ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP1uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP1uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP1uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP2ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP2ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP2ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP2uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP2uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP2uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP3ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP3ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP3ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP3uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP3uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP3uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP4ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP4ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP4ui(int index, int type, byte normalized, int value) voidGL.vertexAttribP4uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP4uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGL.vertexAttribP4uiv(int index, int type, byte normalized, @Nullable IntPtr value) voidGLCompatibility.vertexAttribParameteriAMD(int index, int pname, int param) voidGL.vertexAttribPointer(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) voidGL.vertexAttribPointer(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexAttribPointerARB(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexAttribPointerARB(int index, int size, int type, byte normalized, int stride, @NotNull MemorySegment pointer) voidGLCompatibility.vertexAttribs1hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs1hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs2hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs2hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs3hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs3hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs4hvNV(int index, int n, @Nullable ShortPtr v) voidGLCompatibility.vertexAttribs4hvNV(int index, int n, @Nullable ShortPtr v) voidGL.vertexBindingDivisor(int bindingindex, int divisor) voidGL.vertexBindingDivisor(int bindingindex, int divisor) voidGLCompatibility.vertexP2ui(int type, int value) voidGLCompatibility.vertexP2uiv(int type, @Nullable IntPtr value) voidGLCompatibility.vertexP3ui(int type, int value) voidGLCompatibility.vertexP3uiv(int type, @Nullable IntPtr value) voidGLCompatibility.vertexP4ui(int type, int value) voidGLCompatibility.vertexP4uiv(int type, @Nullable IntPtr value) voidGLCompatibility.vertexWeighthNV(short weight) voidGLCompatibility.vertexWeighthvNV(@Nullable ShortPtr weight) voidGL.viewportArrayv(int first, int count, @Nullable FloatPtr v) voidGL.viewportIndexedf(int index, float x, float y, float w, float h) voidGL.viewportIndexedfv(int index, @Nullable FloatPtr v) voidGL.viewportPositionWScaleNV(int index, float xcoeff, float ycoeff) voidGL.viewportSwizzleNV(int index, int swizzlex, int swizzley, int swizzlez, int swizzlew) voidGLCompatibility.waitSemaphoreui64NVX(int waitGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGLCompatibility.waitSemaphoreui64NVX(int waitGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidGLCompatibility.waitSemaphoreui64NVX(int waitGpu, int fenceObjectCount, @Nullable IntPtr semaphoreArray, @Nullable LongPtr fenceValueArray) voidvoidvoidGL.waitVkSemaphoreNV(long vkSemaphore) voidGL.weightPathsNV(int resultPath, int numPaths, @Nullable IntPtr paths, @Nullable FloatPtr weights) voidGL.weightPathsNV(int resultPath, int numPaths, @Nullable IntPtr paths, @Nullable FloatPtr weights) voidGLCompatibility.weightubvARB(int size, @Nullable BytePtr weights) voidGLCompatibility.weightuivARB(int size, @Nullable IntPtr weights) voidGLCompatibility.weightusvARB(int size, @Nullable ShortPtr weights) -
Uses of Unsigned in club.doki7.openxr
Fields in club.doki7.openxr with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final intXRConstants.API_LAYER_CREATE_INFO_STRUCT_VERSIONstatic final intXRConstants.API_LAYER_INFO_STRUCT_VERSIONstatic final intXRConstants.API_LAYER_MAX_SETTINGS_PATH_SIZEstatic final intXRConstants.API_LAYER_NEXT_INFO_STRUCT_VERSIONstatic final intXRConstants.BODY_JOINT_COUNT_BDstatic final intXRConstants.BODY_JOINT_COUNT_HTCstatic final intXRConstants.BODY_JOINT_WITHOUT_ARM_COUNT_BDstatic final intXRConstants.CURRENT_LOADER_API_LAYER_VERSIONstatic final intXRConstants.CURRENT_LOADER_RUNTIME_VERSIONstatic final intXRConstants.EXTENSION_ENUM_BASEstatic final intXRConstants.EXTENSION_ENUM_STRIDEstatic final intXRConstants.FACIAL_EXPRESSION_EYE_COUNT_HTCstatic final intXRConstants.FACIAL_EXPRESSION_LIP_COUNT_HTCstatic final intXRConstants.FALSEstatic final intXRConstants.FREQUENCY_UNSPECIFIEDstatic final intXRConstants.HAND_FOREARM_JOINT_COUNT_ULTRALEAPstatic final intXRConstants.HAND_JOINT_COUNT_EXTstatic final intXRConstants.LOADER_INFO_STRUCT_VERSIONstatic final intXRConstants.MAX_ACTION_NAME_SIZEstatic final intXRConstants.MAX_ACTION_SET_NAME_SIZEstatic final intXRConstants.MAX_API_LAYER_DESCRIPTION_SIZEstatic final intXRConstants.MAX_API_LAYER_NAME_SIZEstatic final intXRConstants.MAX_APPLICATION_NAME_SIZEstatic final intXRConstants.MAX_ENGINE_NAME_SIZEstatic final intXRConstants.MAX_EXTENSION_NAME_SIZEstatic final intXRConstants.MAX_GRAPHICS_APIS_SUPPORTEDstatic final intXRConstants.MAX_HAPTIC_AMPLITUDE_ENVELOPE_SAMPLES_FBstatic final intXRConstants.MAX_HAPTIC_PCM_BUFFER_SIZE_FBstatic final intXRConstants.MAX_LOCALIZED_ACTION_NAME_SIZEstatic final intXRConstants.MAX_LOCALIZED_ACTION_SET_NAME_SIZEstatic final intXRConstants.MAX_PATH_LENGTHstatic final intXRConstants.MAX_RESULT_STRING_SIZEstatic final intXRConstants.MAX_RUNTIME_NAME_SIZEstatic final intXRConstants.MAX_STRUCTURE_NAME_SIZEstatic final intXRConstants.MAX_SYSTEM_NAME_SIZEstatic final intXRConstants.MIN_COMPOSITION_LAYERS_SUPPORTEDstatic final intXRConstants.MIN_HAPTIC_DURATIONstatic final intXRConstants.NO_DURATIONstatic final intXRConstants.NULL_CONTROLLER_MODEL_KEY_MSFTstatic final intXRConstants.NULL_PATHstatic final intXRConstants.NULL_RENDER_MODEL_KEY_FBstatic final intXRConstants.NULL_SPATIAL_BUFFER_ID_EXTstatic final intXRConstants.NULL_SPATIAL_ENTITY_ID_EXTstatic final intXRConstants.NULL_SYSTEM_IDstatic final intXRConstants.RUNTIME_INFO_STRUCT_VERSIONstatic final intXRConstants.TRUEstatic final intXRConstants.UUID_SIZEMethods in club.doki7.openxr with annotations of type UnsignedModifier and TypeMethodDescriptionlongXRVersion.encode()intXRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT.invoke(long p0, long p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) intXRVersion.major()Returns the value of themajorrecord component.intXRVersion.minor()Returns the value of theminorrecord component.intXRVersion.patch()Returns the value of thepatchrecord component.Method parameters in club.doki7.openxr with annotations of type UnsignedConstructor parameters in club.doki7.openxr with annotations of type UnsignedModifierConstructorDescriptionXRVersion(int major, int minor, int patch) Creates an instance of aXRVersionrecord class.XRVersion(int major, int minor, int patch) Creates an instance of aXRVersionrecord class.XRVersion(int major, int minor, int patch) Creates an instance of aXRVersionrecord class. -
Uses of Unsigned in club.doki7.openxr.command
Method parameters in club.doki7.openxr.command with annotations of type UnsignedModifier and TypeMethodDescriptionintXR.acquireSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) intXRStatic.acquireSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) intXR.createSpatialAnchorEXT(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongPtr anchorEntityId, XrSpatialEntityEXT.Ptr anchorEntity) intXR.createSpatialAnchorFB(XrSession session, XrSpatialAnchorCreateInfoFB info, LongPtr requestId) intXR.enumerateApiLayerProperties(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) intXR.enumerateApiLayerProperties(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) intXRStatic.enumerateApiLayerProperties(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) intXRStatic.enumerateApiLayerProperties(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) intXR.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXR.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXR.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXRStatic.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXRStatic.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXRStatic.enumerateBoundSourcesForAction(XrSession session, XrBoundSourcesForActionEnumerateInfo enumerateInfo, int sourceCapacityInput, IntPtr sourceCountOutput, @Nullable LongPtr sources) intXR.enumerateColorSpacesFB(XrSession session, int colorSpaceCapacityInput, IntPtr colorSpaceCountOutput, @Nullable IntPtr colorSpaces) intXR.enumerateColorSpacesFB(XrSession session, int colorSpaceCapacityInput, IntPtr colorSpaceCountOutput, @Nullable IntPtr colorSpaces) intXR.enumerateDisplayRefreshRatesFB(XrSession session, int displayRefreshRateCapacityInput, IntPtr displayRefreshRateCountOutput, @Nullable FloatPtr displayRefreshRates) intXR.enumerateDisplayRefreshRatesFB(XrSession session, int displayRefreshRateCapacityInput, IntPtr displayRefreshRateCountOutput, @Nullable FloatPtr displayRefreshRates) intXR.enumerateEnvironmentBlendModes(XrInstance instance, long systemId, int viewConfigurationType, int environmentBlendModeCapacityInput, IntPtr environmentBlendModeCountOutput, @Nullable IntPtr environmentBlendModes) intXR.enumerateEnvironmentBlendModes(XrInstance instance, long systemId, int viewConfigurationType, int environmentBlendModeCapacityInput, IntPtr environmentBlendModeCountOutput, @Nullable IntPtr environmentBlendModes) intXR.enumerateEnvironmentBlendModes(XrInstance instance, long systemId, int viewConfigurationType, int environmentBlendModeCapacityInput, IntPtr environmentBlendModeCountOutput, @Nullable IntPtr environmentBlendModes) intXRStatic.enumerateEnvironmentBlendModes(XrInstance instance, long systemId, int viewConfigurationType, int environmentBlendModeCapacityInput, IntPtr environmentBlendModeCountOutput, @Nullable IntPtr environmentBlendModes) intXRStatic.enumerateEnvironmentBlendModes(XrInstance instance, long systemId, int viewConfigurationType, int environmentBlendModeCapacityInput, IntPtr environmentBlendModeCountOutput, @Nullable IntPtr environmentBlendModes) intXRStatic.enumerateEnvironmentBlendModes(XrInstance instance, long systemId, int viewConfigurationType, int environmentBlendModeCapacityInput, IntPtr environmentBlendModeCountOutput, @Nullable IntPtr environmentBlendModes) intXR.enumerateEnvironmentDepthSwapchainImagesMETA(XrEnvironmentDepthSwapchainMETA swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXR.enumerateEnvironmentDepthSwapchainImagesMETA(XrEnvironmentDepthSwapchainMETA swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXR.enumerateExternalCamerasOCULUS(XrSession session, int cameraCapacityInput, IntPtr cameraCountOutput, @Nullable IXrExternalCameraOCULUS cameras) intXR.enumerateExternalCamerasOCULUS(XrSession session, int cameraCapacityInput, IntPtr cameraCountOutput, @Nullable IXrExternalCameraOCULUS cameras) intXR.enumerateInstanceExtensionProperties(@Nullable BytePtr layerName, int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrExtensionProperties properties) intXR.enumerateInstanceExtensionProperties(@Nullable BytePtr layerName, int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrExtensionProperties properties) intXRStatic.enumerateInstanceExtensionProperties(@Nullable BytePtr layerName, int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrExtensionProperties properties) intXRStatic.enumerateInstanceExtensionProperties(@Nullable BytePtr layerName, int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrExtensionProperties properties) intXR.enumerateInteractionRenderModelIdsEXT(XrSession session, XrInteractionRenderModelIdsEnumerateInfoEXT getInfo, int renderModelIdCapacityInput, IntPtr renderModelIdCountOutput, @Nullable LongPtr renderModelIds) intXR.enumerateInteractionRenderModelIdsEXT(XrSession session, XrInteractionRenderModelIdsEnumerateInfoEXT getInfo, int renderModelIdCapacityInput, IntPtr renderModelIdCountOutput, @Nullable LongPtr renderModelIds) intXR.enumerateInteractionRenderModelIdsEXT(XrSession session, XrInteractionRenderModelIdsEnumerateInfoEXT getInfo, int renderModelIdCapacityInput, IntPtr renderModelIdCountOutput, @Nullable LongPtr renderModelIds) intXR.enumeratePerformanceMetricsCounterPathsMETA(XrInstance instance, int counterPathCapacityInput, IntPtr counterPathCountOutput, @Nullable LongPtr counterPaths) intXR.enumeratePerformanceMetricsCounterPathsMETA(XrInstance instance, int counterPathCapacityInput, IntPtr counterPathCountOutput, @Nullable LongPtr counterPaths) intXR.enumeratePerformanceMetricsCounterPathsMETA(XrInstance instance, int counterPathCapacityInput, IntPtr counterPathCountOutput, @Nullable LongPtr counterPaths) intXR.enumeratePersistedSpatialAnchorNamesMSFT(XrSpatialAnchorStoreConnectionMSFT spatialAnchorStore, int spatialAnchorNameCapacityInput, IntPtr spatialAnchorNameCountOutput, @Nullable IXrSpatialAnchorPersistenceNameMSFT spatialAnchorNames) intXR.enumeratePersistedSpatialAnchorNamesMSFT(XrSpatialAnchorStoreConnectionMSFT spatialAnchorStore, int spatialAnchorNameCapacityInput, IntPtr spatialAnchorNameCountOutput, @Nullable IXrSpatialAnchorPersistenceNameMSFT spatialAnchorNames) intXR.enumerateReferenceSpaces(XrSession session, int spaceCapacityInput, IntPtr spaceCountOutput, @Nullable IntPtr spaces) intXR.enumerateReferenceSpaces(XrSession session, int spaceCapacityInput, IntPtr spaceCountOutput, @Nullable IntPtr spaces) intXRStatic.enumerateReferenceSpaces(XrSession session, int spaceCapacityInput, IntPtr spaceCountOutput, @Nullable IntPtr spaces) intXRStatic.enumerateReferenceSpaces(XrSession session, int spaceCapacityInput, IntPtr spaceCountOutput, @Nullable IntPtr spaces) intXR.enumerateRenderModelPathsFB(XrSession session, int pathCapacityInput, IntPtr pathCountOutput, @Nullable IXrRenderModelPathInfoFB paths) intXR.enumerateRenderModelPathsFB(XrSession session, int pathCapacityInput, IntPtr pathCountOutput, @Nullable IXrRenderModelPathInfoFB paths) intXR.enumerateRenderModelSubactionPathsEXT(XrRenderModelEXT renderModel, @Nullable XrInteractionRenderModelSubactionPathInfoEXT info, int pathCapacityInput, IntPtr pathCountOutput, @Nullable LongPtr paths) intXR.enumerateRenderModelSubactionPathsEXT(XrRenderModelEXT renderModel, @Nullable XrInteractionRenderModelSubactionPathInfoEXT info, int pathCapacityInput, IntPtr pathCountOutput, @Nullable LongPtr paths) intXR.enumerateRenderModelSubactionPathsEXT(XrRenderModelEXT renderModel, @Nullable XrInteractionRenderModelSubactionPathInfoEXT info, int pathCapacityInput, IntPtr pathCountOutput, @Nullable LongPtr paths) intXR.enumerateReprojectionModesMSFT(XrInstance instance, long systemId, int viewConfigurationType, int modeCapacityInput, IntPtr modeCountOutput, @Nullable IntPtr modes) intXR.enumerateReprojectionModesMSFT(XrInstance instance, long systemId, int viewConfigurationType, int modeCapacityInput, IntPtr modeCountOutput, @Nullable IntPtr modes) intXR.enumerateReprojectionModesMSFT(XrInstance instance, long systemId, int viewConfigurationType, int modeCapacityInput, IntPtr modeCountOutput, @Nullable IntPtr modes) intXR.enumerateSceneComputeFeaturesMSFT(XrInstance instance, long systemId, int featureCapacityInput, IntPtr featureCountOutput, @Nullable IntPtr features) intXR.enumerateSceneComputeFeaturesMSFT(XrInstance instance, long systemId, int featureCapacityInput, IntPtr featureCountOutput, @Nullable IntPtr features) intXR.enumerateSceneComputeFeaturesMSFT(XrInstance instance, long systemId, int featureCapacityInput, IntPtr featureCountOutput, @Nullable IntPtr features) intXR.enumerateSpaceSupportedComponentsFB(XrSpace space, int componentTypeCapacityInput, IntPtr componentTypeCountOutput, @Nullable IntPtr componentTypes) intXR.enumerateSpaceSupportedComponentsFB(XrSpace space, int componentTypeCapacityInput, IntPtr componentTypeCountOutput, @Nullable IntPtr componentTypes) intXR.enumerateSpatialCapabilitiesEXT(XrInstance instance, long systemId, int capabilityCapacityInput, IntPtr capabilityCountOutput, @Nullable IntPtr capabilities) intXR.enumerateSpatialCapabilitiesEXT(XrInstance instance, long systemId, int capabilityCapacityInput, IntPtr capabilityCountOutput, @Nullable IntPtr capabilities) intXR.enumerateSpatialCapabilitiesEXT(XrInstance instance, long systemId, int capabilityCapacityInput, IntPtr capabilityCountOutput, @Nullable IntPtr capabilities) intXR.enumerateSpatialCapabilityComponentTypesEXT(XrInstance instance, long systemId, int capability, XrSpatialCapabilityComponentTypesEXT capabilityComponents) intXR.enumerateSpatialCapabilityFeaturesEXT(XrInstance instance, long systemId, int capability, int capabilityFeatureCapacityInput, IntPtr capabilityFeatureCountOutput, @Nullable IntPtr capabilityFeatures) intXR.enumerateSpatialCapabilityFeaturesEXT(XrInstance instance, long systemId, int capability, int capabilityFeatureCapacityInput, IntPtr capabilityFeatureCountOutput, @Nullable IntPtr capabilityFeatures) intXR.enumerateSpatialCapabilityFeaturesEXT(XrInstance instance, long systemId, int capability, int capabilityFeatureCapacityInput, IntPtr capabilityFeatureCountOutput, @Nullable IntPtr capabilityFeatures) intXR.enumerateSpatialEntityComponentTypesBD(XrSenseDataSnapshotBD snapshot, long entityId, int componentTypeCapacityInput, IntPtr componentTypeCountOutput, @Nullable IntPtr componentTypes) intXR.enumerateSpatialEntityComponentTypesBD(XrSenseDataSnapshotBD snapshot, long entityId, int componentTypeCapacityInput, IntPtr componentTypeCountOutput, @Nullable IntPtr componentTypes) intXR.enumerateSpatialEntityComponentTypesBD(XrSenseDataSnapshotBD snapshot, long entityId, int componentTypeCapacityInput, IntPtr componentTypeCountOutput, @Nullable IntPtr componentTypes) intXR.enumerateSpatialPersistenceScopesEXT(XrInstance instance, long systemId, int persistenceScopeCapacityInput, IntPtr persistenceScopeCountOutput, @Nullable IntPtr persistenceScopes) intXR.enumerateSpatialPersistenceScopesEXT(XrInstance instance, long systemId, int persistenceScopeCapacityInput, IntPtr persistenceScopeCountOutput, @Nullable IntPtr persistenceScopes) intXR.enumerateSpatialPersistenceScopesEXT(XrInstance instance, long systemId, int persistenceScopeCapacityInput, IntPtr persistenceScopeCountOutput, @Nullable IntPtr persistenceScopes) intXR.enumerateSwapchainFormats(XrSession session, int formatCapacityInput, IntPtr formatCountOutput, @Nullable LongPtr formats) intXR.enumerateSwapchainFormats(XrSession session, int formatCapacityInput, IntPtr formatCountOutput, @Nullable LongPtr formats) intXRStatic.enumerateSwapchainFormats(XrSession session, int formatCapacityInput, IntPtr formatCountOutput, @Nullable LongPtr formats) intXRStatic.enumerateSwapchainFormats(XrSession session, int formatCapacityInput, IntPtr formatCountOutput, @Nullable LongPtr formats) intXR.enumerateSwapchainImages(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXR.enumerateSwapchainImages(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXRStatic.enumerateSwapchainImages(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXRStatic.enumerateSwapchainImages(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXR.enumerateViewConfigurations(XrInstance instance, long systemId, int viewConfigurationTypeCapacityInput, IntPtr viewConfigurationTypeCountOutput, @Nullable IntPtr viewConfigurationTypes) intXR.enumerateViewConfigurations(XrInstance instance, long systemId, int viewConfigurationTypeCapacityInput, IntPtr viewConfigurationTypeCountOutput, @Nullable IntPtr viewConfigurationTypes) intXR.enumerateViewConfigurations(XrInstance instance, long systemId, int viewConfigurationTypeCapacityInput, IntPtr viewConfigurationTypeCountOutput, @Nullable IntPtr viewConfigurationTypes) intXRStatic.enumerateViewConfigurations(XrInstance instance, long systemId, int viewConfigurationTypeCapacityInput, IntPtr viewConfigurationTypeCountOutput, @Nullable IntPtr viewConfigurationTypes) intXRStatic.enumerateViewConfigurations(XrInstance instance, long systemId, int viewConfigurationTypeCapacityInput, IntPtr viewConfigurationTypeCountOutput, @Nullable IntPtr viewConfigurationTypes) intXRStatic.enumerateViewConfigurations(XrInstance instance, long systemId, int viewConfigurationTypeCapacityInput, IntPtr viewConfigurationTypeCountOutput, @Nullable IntPtr viewConfigurationTypes) intXR.enumerateViewConfigurationViews(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) intXR.enumerateViewConfigurationViews(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) intXR.enumerateViewConfigurationViews(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) intXRStatic.enumerateViewConfigurationViews(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) intXRStatic.enumerateViewConfigurationViews(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) intXRStatic.enumerateViewConfigurationViews(XrInstance instance, long systemId, int viewConfigurationType, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrViewConfigurationView views) intXR.enumerateViveTrackerPathsHTCX(XrInstance instance, int pathCapacityInput, IntPtr pathCountOutput, @Nullable IXrViveTrackerPathsHTCX paths) intXR.enumerateViveTrackerPathsHTCX(XrInstance instance, int pathCapacityInput, IntPtr pathCountOutput, @Nullable IXrViveTrackerPathsHTCX paths) intXR.eraseSpaceFB(XrSession session, XrSpaceEraseInfoFB info, LongPtr requestId) intXR.getBodySkeletonHTC(XrBodyTrackerHTC bodyTracker, XrSpace baseSpace, int skeletonGenerationId, XrBodySkeletonHTC skeleton) intXR.getControllerModelKeyMSFT(XrSession session, long topLevelUserPath, XrControllerModelKeyStateMSFT controllerModelKeyState) intXR.getControllerModelPropertiesMSFT(XrSession session, long modelKey, XrControllerModelPropertiesMSFT properties) intXR.getControllerModelStateMSFT(XrSession session, long modelKey, XrControllerModelStateMSFT state) intXR.getCurrentInteractionProfile(XrSession session, long topLevelUserPath, XrInteractionProfileState interactionProfile) intXRStatic.getCurrentInteractionProfile(XrSession session, long topLevelUserPath, XrInteractionProfileState interactionProfile) intXR.getD3D11GraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsD3D11KHR graphicsRequirements) intXR.getD3D12GraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsD3D12KHR graphicsRequirements) intXR.getExportedLocalizationMapDataML(XrExportedLocalizationMapML map, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getExportedLocalizationMapDataML(XrExportedLocalizationMapML map, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getFacialExpressionBlendShapePropertiesML(XrFacialExpressionClientML facialExpressionClient, XrFacialExpressionBlendShapeGetInfoML blendShapeGetInfo, int blendShapeCount, IXrFacialExpressionBlendShapePropertiesML blendShapes) intXR.getInputSourceLocalizedName(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getInputSourceLocalizedName(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXRStatic.getInputSourceLocalizedName(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXRStatic.getInputSourceLocalizedName(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getMarkerLengthML(XrMarkerDetectorML markerDetector, long marker, FloatPtr meters) intXR.getMarkerNumberML(XrMarkerDetectorML markerDetector, long marker, LongPtr number) intXR.getMarkerNumberML(XrMarkerDetectorML markerDetector, long marker, LongPtr number) intXR.getMarkerReprojectionErrorML(XrMarkerDetectorML markerDetector, long marker, FloatPtr reprojectionErrorMeters) intXR.getMarkerSizeVARJO(XrSession session, long markerId, XrExtent2Df size) intXR.getMarkersML(XrMarkerDetectorML markerDetector, int markerCapacityInput, IntPtr markerCountOutput, @Nullable LongPtr markers) intXR.getMarkersML(XrMarkerDetectorML markerDetector, int markerCapacityInput, IntPtr markerCountOutput, @Nullable LongPtr markers) intXR.getMarkersML(XrMarkerDetectorML markerDetector, int markerCapacityInput, IntPtr markerCountOutput, @Nullable LongPtr markers) intXR.getMarkerStringML(XrMarkerDetectorML markerDetector, long marker, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getMarkerStringML(XrMarkerDetectorML markerDetector, long marker, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getMarkerStringML(XrMarkerDetectorML markerDetector, long marker, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getMetalGraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsMetalKHR graphicsRequirements) intXR.getOpenGLESGraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsOpenGLESKHR graphicsRequirements) intXR.getOpenGLGraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsOpenGLKHR graphicsRequirements) intXR.getPlanePolygonBufferEXT(XrPlaneDetectorEXT planeDetector, long planeId, int polygonBufferIndex, XrPlaneDetectorPolygonBufferEXT polygonBuffer) intXR.getPlanePolygonBufferEXT(XrPlaneDetectorEXT planeDetector, long planeId, int polygonBufferIndex, XrPlaneDetectorPolygonBufferEXT polygonBuffer) intXR.getRenderModelPoseTopLevelUserPathEXT(XrRenderModelEXT renderModel, XrInteractionRenderModelTopLevelUserPathGetInfoEXT info, LongPtr topLevelUserPath) intXR.getRenderModelPropertiesFB(XrSession session, long path, XrRenderModelPropertiesFB properties) intXR.getSceneMarkerDecodedStringMSFT(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSceneMarkerDecodedStringMSFT(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSceneMarkerRawDataMSFT(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSceneMarkerRawDataMSFT(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSceneMarkerRawDataMSFT(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSerializedSceneFragmentDataMSFT(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT getInfo, int countInput, IntPtr readOutput, @Nullable BytePtr buffer) intXR.getSerializedSceneFragmentDataMSFT(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT getInfo, int countInput, IntPtr readOutput, @Nullable BytePtr buffer) intXR.getSerializedSceneFragmentDataMSFT(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT getInfo, int countInput, IntPtr readOutput, @Nullable BytePtr buffer) intXR.getSpaceUserIdFB(XrSpaceUserFB user, LongPtr userId) intXR.getSpatialBufferFloatEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable FloatPtr buffer) intXR.getSpatialBufferFloatEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable FloatPtr buffer) intXR.getSpatialBufferStringEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSpatialBufferStringEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSpatialBufferUint16EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable ShortPtr buffer) intXR.getSpatialBufferUint16EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable ShortPtr buffer) intXR.getSpatialBufferUint16EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable ShortPtr buffer) intXR.getSpatialBufferUint32EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IntPtr buffer) intXR.getSpatialBufferUint32EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IntPtr buffer) intXR.getSpatialBufferUint32EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IntPtr buffer) intXR.getSpatialBufferUint8EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSpatialBufferUint8EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSpatialBufferUint8EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSpatialBufferVector2fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector2f buffer) intXR.getSpatialBufferVector2fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector2f buffer) intXR.getSpatialBufferVector3fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector3f buffer) intXR.getSpatialBufferVector3fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector3f buffer) intXR.getSpatialEntityUuidBD(XrSenseDataSnapshotBD snapshot, long entityId, XrUuidEXT uuid) intXR.getSystem(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) intXRStatic.getSystem(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) intXR.getSystemProperties(XrInstance instance, long systemId, XrSystemProperties properties) intXRStatic.getSystemProperties(XrInstance instance, long systemId, XrSystemProperties properties) intXR.getViewConfigurationProperties(XrInstance instance, long systemId, int viewConfigurationType, XrViewConfigurationProperties configurationProperties) intXRStatic.getViewConfigurationProperties(XrInstance instance, long systemId, int viewConfigurationType, XrViewConfigurationProperties configurationProperties) intXR.getVirtualKeyboardDirtyTexturesMETA(XrVirtualKeyboardMETA keyboard, int textureIdCapacityInput, IntPtr textureIdCountOutput, @Nullable LongPtr textureIds) intXR.getVirtualKeyboardDirtyTexturesMETA(XrVirtualKeyboardMETA keyboard, int textureIdCapacityInput, IntPtr textureIdCountOutput, @Nullable LongPtr textureIds) intXR.getVirtualKeyboardDirtyTexturesMETA(XrVirtualKeyboardMETA keyboard, int textureIdCapacityInput, IntPtr textureIdCountOutput, @Nullable LongPtr textureIds) intXR.getVirtualKeyboardTextureDataMETA(XrVirtualKeyboardMETA keyboard, long textureId, XrVirtualKeyboardTextureDataMETA textureData) intXR.getVisibilityMaskKHR(XrSession session, int viewConfigurationType, int viewIndex, int visibilityMaskType, XrVisibilityMaskKHR visibilityMask) intXR.getVulkanDeviceExtensionsKHR(XrInstance instance, long systemId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getVulkanDeviceExtensionsKHR(XrInstance instance, long systemId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getVulkanDeviceExtensionsKHR(XrInstance instance, long systemId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getVulkanGraphicsDeviceKHR(XrInstance instance, long systemId, VkInstance vkInstance, VkPhysicalDevice.Ptr vkPhysicalDevice) intXR.getVulkanGraphicsRequirements2KHR(XrInstance instance, long systemId, XrGraphicsRequirementsVulkanKHR graphicsRequirements) intXR.getVulkanGraphicsRequirementsKHR(XrInstance instance, long systemId, XrGraphicsRequirementsVulkanKHR graphicsRequirements) intXR.getVulkanInstanceExtensionsKHR(XrInstance instance, long systemId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getVulkanInstanceExtensionsKHR(XrInstance instance, long systemId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getVulkanInstanceExtensionsKHR(XrInstance instance, long systemId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.loadControllerModelMSFT(XrSession session, long modelKey, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.loadControllerModelMSFT(XrSession session, long modelKey, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.loadControllerModelMSFT(XrSession session, long modelKey, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.loadControllerModelMSFT(XrSession session, long modelKey, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXR.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXRStatic.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXRStatic.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXR.pathToString(XrInstance instance, long path, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.pathToString(XrInstance instance, long path, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.pathToString(XrInstance instance, long path, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXRStatic.pathToString(XrInstance instance, long path, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXRStatic.pathToString(XrInstance instance, long path, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXRStatic.pathToString(XrInstance instance, long path, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.queryLocalizationMapsML(XrSession session, @Nullable XrLocalizationMapQueryInfoBaseHeaderML queryInfo, int mapCapacityInput, IntPtr mapCountOutput, @Nullable IXrLocalizationMapML maps) intXR.queryLocalizationMapsML(XrSession session, @Nullable XrLocalizationMapQueryInfoBaseHeaderML queryInfo, int mapCapacityInput, IntPtr mapCountOutput, @Nullable IXrLocalizationMapML maps) intXR.queryPerformanceMetricsCounterMETA(XrSession session, long counterPath, XrPerformanceMetricsCounterMETA counter) intXR.querySpacesFB(XrSession session, XrSpaceQueryInfoBaseHeaderFB info, LongPtr requestId) intXR.requestSceneCaptureFB(XrSession session, XrSceneCaptureRequestInfoFB info, LongPtr requestId) intXR.retrieveSpaceQueryResultsFB(XrSession session, long requestId, XrSpaceQueryResultsFB results) intXR.saveSpaceFB(XrSession session, XrSpaceSaveInfoFB info, LongPtr requestId) intXR.saveSpaceListFB(XrSession session, XrSpaceListSaveInfoFB info, LongPtr requestId) intXR.setAndroidApplicationThreadKHR(XrSession session, int threadType, int threadId) intXR.setEnvironmentDepthEstimationVARJO(XrSession session, int enabled) intXR.setInputDeviceActiveEXT(XrSession session, long interactionProfile, long topLevelPath, int isActive) intXR.setInputDeviceActiveEXT(XrSession session, long interactionProfile, long topLevelPath, int isActive) intXR.setInputDeviceActiveEXT(XrSession session, long interactionProfile, long topLevelPath, int isActive) intXR.setInputDeviceLocationEXT(XrSession session, long topLevelPath, long inputSourcePath, XrSpace space, XrPosef pose) intXR.setInputDeviceLocationEXT(XrSession session, long topLevelPath, long inputSourcePath, XrSpace space, XrPosef pose) intXR.setInputDeviceStateBoolEXT(XrSession session, long topLevelPath, long inputSourcePath, int state) intXR.setInputDeviceStateBoolEXT(XrSession session, long topLevelPath, long inputSourcePath, int state) intXR.setInputDeviceStateBoolEXT(XrSession session, long topLevelPath, long inputSourcePath, int state) intXR.setInputDeviceStateFloatEXT(XrSession session, long topLevelPath, long inputSourcePath, float state) intXR.setInputDeviceStateFloatEXT(XrSession session, long topLevelPath, long inputSourcePath, float state) intXR.setInputDeviceStateVector2fEXT(XrSession session, long topLevelPath, long inputSourcePath, XrVector2f state) intXR.setInputDeviceStateVector2fEXT(XrSession session, long topLevelPath, long inputSourcePath, XrVector2f state) intXR.setMarkerTrackingPredictionVARJO(XrSession session, long markerId, int enable) intXR.setMarkerTrackingPredictionVARJO(XrSession session, long markerId, int enable) intXR.setMarkerTrackingTimeoutVARJO(XrSession session, long markerId, long timeout) intXR.setMarkerTrackingVARJO(XrSession session, int enabled) intXR.setSpaceComponentStatusFB(XrSpace space, XrSpaceComponentStatusSetInfoFB info, LongPtr requestId) intXR.shareSpacesFB(XrSession session, XrSpaceShareInfoFB info, LongPtr requestId) intXR.shareSpacesMETA(XrSession session, XrShareSpacesInfoMETA info, LongPtr requestId) intXR.startColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStartInfoMETA info, LongPtr advertisementRequestId) intXR.startColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStartInfoMETA info, LongPtr discoveryRequestId) intXR.stopColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStopInfoMETA info, LongPtr requestId) intXR.stopColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStopInfoMETA info, LongPtr requestId) intXR.stringToPath(XrInstance instance, BytePtr pathString, LongPtr path) intXRStatic.stringToPath(XrInstance instance, BytePtr pathString, LongPtr path) intXR.triangleMeshBeginVertexBufferUpdateFB(XrTriangleMeshFB mesh, IntPtr outVertexCount) intXR.triangleMeshEndUpdateFB(XrTriangleMeshFB mesh, int vertexCount, int triangleCount) intXR.triangleMeshEndUpdateFB(XrTriangleMeshFB mesh, int vertexCount, int triangleCount) -
Uses of Unsigned in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionintXrActiveActionSetPrioritiesEXT.actionSetPriorityCount()intXrSecondaryViewConfigurationStateMSFT.active()longXrEventDataColocationAdvertisementCompleteMETA.advertisementRequestId()longXrEventDataStartColocationAdvertisementCompleteMETA.advertisementRequestId()intXrScenePlaneAlignmentFilterInfoMSFT.alignmentCount()intXrBodyJointLocationsBD.allJointPosesTracked()intXrHapticAmplitudeEnvelopeVibrationFB.amplitudeCount()intXrSpatialAnchorsPublishInfoML.anchorCount()intXrRenderModelPropertiesEXT.animatableNodeCount()longXrApplicationInfo.apiVersion()intXrHapticPcmVibrationFB.append()intXrApplicationInfo.applicationVersion()intXrSwapchainCreateInfo.arraySize()longXrActionSuggestedBinding.binding()longXrInteractionProfileAnalogThresholdVALVE.binding()longXrInteractionProfileDpadBindingEXT.binding()intXrBindingModificationsKHR.bindingModificationCount()intXrWorldMeshGetInfoML.blockCount()intXrWorldMeshRequestCompletionML.blockCount()intXrSpatialComponentBounded2DListEXT.boundCount()intXrSpatialComponentBounded3DListEXT.boundCount()intXrSceneBoundsMSFT.boxCount()@Nullable BytePtrXrColocationAdvertisementStartInfoMETA.buffer()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.@Nullable BytePtrXrDeserializeSceneFragmentMSFT.buffer()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.XrEventDataColocationDiscoveryResultMETA.buffer()@Nullable BytePtrXrPassthroughColorLutDataMETA.buffer()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.@Nullable BytePtrXrRenderModelAssetDataEXT.buffer()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.@Nullable BytePtrXrRenderModelBufferFB.buffer()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.@Nullable BytePtrXrVirtualKeyboardTextureDataMETA.buffer()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.intXrRenderModelAssetDataEXT.bufferCapacityInput()intXrRenderModelBufferFB.bufferCapacityInput()intXrSemanticLabelsFB.bufferCapacityInput()intXrVirtualKeyboardTextureDataMETA.bufferCapacityInput()intXrRenderModelAssetDataEXT.bufferCountOutput()intXrRenderModelBufferFB.bufferCountOutput()intXrSemanticLabelsFB.bufferCountOutput()intXrVirtualKeyboardTextureDataMETA.bufferCountOutput()longXrSpatialBufferEXT.bufferId()longXrSpatialBufferGetInfoEXT.bufferId()intXrColocationAdvertisementStartInfoMETA.bufferSize()intXrDeserializeSceneFragmentMSFT.bufferSize()intXrEventDataColocationDiscoveryResultMETA.bufferSize()intXrHapticPcmVibrationFB.bufferSize()intXrPassthroughColorLutDataMETA.bufferSize()intXrWorldMeshBufferML.bufferSize()XrUuidMSFT.bytes()intXrSpatialContextCreateInfoEXT.capabilityConfigCount()intXrActionStateBoolean.changedSinceLastSync()intXrActionStateFloat.changedSinceLastSync()intXrActionStateVector2f.changedSinceLastSync()intXrSpaceComponentStatusFB.changePending()intXrSceneComponentsMSFT.componentCapacityInput()intXrSceneComponentsMSFT.componentCountOutput()intXrSceneComponentsLocateInfoMSFT.componentIdCount()intXrSpatialCapabilityComponentTypesEXT.componentTypeCapacityInput()intXrSpatialComponentDataQueryConditionEXT.componentTypeCount()intXrSpatialDiscoverySnapshotCreateInfoEXT.componentTypeCount()intXrSpatialUpdateSnapshotCreateInfoEXT.componentTypeCount()intXrSpatialCapabilityComponentTypesEXT.componentTypeCountOutput()intXrFaceExpressionWeights2FB.confidenceCount()intXrFaceExpressionWeightsFB.confidenceCount()intXrWorldMeshBlockML.confidenceCount()intXrFoveationCustomModeInfoHTC.configCount()intXrSessionActionSetsAttachInfo.countActionSets()intXrActionsSyncInfo.countActiveActionSets()intXrActionCreateInfo.countSubactionPaths()intXrInteractionProfileSuggestedBinding.countSuggestedBindings()intXrActionStateBoolean.currentState()MLCoordinateFrameUID.data()XrUuid.data()XrUuidEXT.data()intXrCompositionLayerDepthTestFB.depthMask()longXrEventDataColocationDiscoveryCompleteMETA.discoveryRequestId()longXrEventDataColocationDiscoveryResultMETA.discoveryRequestId()longXrEventDataStartColocationDiscoveryCompleteMETA.discoveryRequestId()intXrEnvironmentDepthHandRemovalSetInfoMETA.enabled()intXrEventDataSpaceSetStatusCompleteFB.enabled()intXrLocalizationEnableEventsInfoML.enabled()intXrPerformanceMetricsStateMETA.enabled()intXrSpaceComponentStatusFB.enabled()intXrSpaceComponentStatusSetInfoFB.enabled()intXrUserCalibrationEnableEventsInfoML.enabled()intXrInstanceCreateInfo.enabledApiLayerCount()intXrSpatialCapabilityConfigurationAnchorEXT.enabledComponentCount()intXrSpatialCapabilityConfigurationAprilTagEXT.enabledComponentCount()intXrSpatialCapabilityConfigurationArucoMarkerEXT.enabledComponentCount()intXrSpatialCapabilityConfigurationBaseHeaderEXT.enabledComponentCount()intXrSpatialCapabilityConfigurationMicroQrCodeEXT.enabledComponentCount()intXrSpatialCapabilityConfigurationPlaneTrackingEXT.enabledComponentCount()intXrSpatialCapabilityConfigurationQrCodeEXT.enabledComponentCount()intXrInstanceCreateInfo.enabledExtensionCount()intXrApplicationInfo.engineVersion()intXrSpatialUpdateSnapshotCreateInfoEXT.entityCount()longXrSpatialEntityAnchorCreateInfoBD.entityId()longXrSpatialEntityComponentGetInfoBD.entityId()longXrSpatialEntityFromIdCreateInfoEXT.entityId()longXrSpatialEntityStateBD.entityId()intXrSpatialComponentDataQueryResultEXT.entityIdCapacityInput()intXrSpatialComponentDataQueryResultEXT.entityIdCountOutput()@Nullable LongPtrXrSpatialComponentDataQueryResultEXT.entityIds()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.intXrSpatialComponentDataQueryResultEXT.entityStateCapacityInput()intXrSpatialComponentDataQueryResultEXT.entityStateCountOutput()longXrSpatialAnchorsPublishInfoML.expiration()longXrSpatialAnchorsUpdateExpirationInfoML.expiration()intXrFacialExpressionsHTC.expressionCount()intXrExtensionProperties.extensionVersion()intXrSwapchainCreateInfo.faceCount()intXrGraphicsBindingOpenGLXcbKHR.fbconfigid()intXrFoveatedViewConfigurationViewVARJO.foveatedRenderingActive()intXrViewLocateFoveatedRenderingVARJO.foveatedRenderingActive()intXrViewConfigurationProperties.fovMutable()intXrSceneDeserializeInfoMSFT.fragmentCount()intXrSceneBoundsMSFT.frustumCount()intXrRenderModelCreateInfoEXT.gltfExtensionCount()intXrGraphicsBindingOpenGLXcbKHR.glxContext()intXrGraphicsBindingOpenGLXcbKHR.glxDrawable()intXrShareSpacesRecipientGroupsMETA.groupCount()intXrEnvironmentDepthSwapchainStateMETA.height()intXrSwapchainCreateInfo.height()intXrSwapchainImageFoveationVulkanFB.height()intXrSwapchainStateAndroidSurfaceDimensionsFB.height()intXrSwapchainImageOpenGLESKHR.image()intXrSwapchainImageOpenGLKHR.image()intXrCompositionLayerCubeKHR.imageArrayIndex()intXrSwapchainSubImage.imageArrayIndex()@Nullable IntPtrXrTriangleMeshCreateInfoFB.indexBuffer()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable ShortPtrXrWorldMeshBlockML.indexBuffer()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.intXrHandMeshMSFT.indexBufferChanged()intXrHandMeshIndexBufferMSFT.indexBufferKey()intXrHandMeshIndexBufferMSFT.indexCapacityInput()intXrHandTrackingMeshFB.indexCapacityInput()intXrSceneMeshIndicesUint16MSFT.indexCapacityInput()intXrSceneMeshIndicesUint32MSFT.indexCapacityInput()intXrSpaceTriangleMeshMETA.indexCapacityInput()intXrSpatialEntityComponentDataTriangleMeshBD.indexCapacityInput()intXrVisibilityMaskKHR.indexCapacityInput()intXrPassthroughMeshTransformInfoHTC.indexCount()intXrWorldMeshBlockML.indexCount()intXrHandMeshIndexBufferMSFT.indexCountOutput()intXrHandTrackingMeshFB.indexCountOutput()intXrSceneMeshIndicesUint16MSFT.indexCountOutput()intXrSceneMeshIndicesUint32MSFT.indexCountOutput()intXrSpaceTriangleMeshMETA.indexCountOutput()intXrSpatialEntityComponentDataTriangleMeshBD.indexCountOutput()intXrVisibilityMaskKHR.indexCountOutput()@Nullable IntPtrXrHandMeshIndexBufferMSFT.indices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrXrPassthroughMeshTransformInfoHTC.indices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable ShortPtrXrSceneMeshIndicesUint16MSFT.indices()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.@Nullable IntPtrXrSceneMeshIndicesUint32MSFT.indices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrXrSpaceTriangleMeshMETA.indices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable ShortPtrXrSpatialEntityComponentDataTriangleMeshBD.indices()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.@Nullable IntPtrXrVisibilityMaskKHR.indices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.longXrInteractionProfileState.interactionProfile()longXrInteractionProfileSuggestedBinding.interactionProfile()intXrActionStateBoolean.isActive()intXrActionStateFloat.isActive()intXrActionStatePose.isActive()intXrActionStateVector2f.isActive()intXrBodyJointLocationsFB.isActive()intXrEventDataMarkerTrackingUpdateVARJO.isActive()intXrFacialExpressionsHTC.isActive()intXrHandJointLocationsEXT.isActive()intXrHandMeshMSFT.isActive()intXrHandTrackingDataSourceStateEXT.isActive()intXrFaceExpressionStatusFB.isEyeFollowingBlendshapesValid()intXrFaceExpressionWeights2FB.isEyeFollowingBlendshapesValid()intXrEventDataMarkerTrackingUpdateVARJO.isPredicted()intXrInteractionProfileDpadBindingEXT.isSticky()intXrFuturePollResultProgressBD.isSupported()intXrEventDataUserPresenceChangedEXT.isUserPresent()intXrEyeGazeFB.isValid()intXrFaceExpressionStatusFB.isValid()intXrFaceExpressionWeights2FB.isValid()intXrRecommendedLayerResolutionMETA.isValid()intXrRenderModelNodeStateEXT.isVisible()intXrHandTrackingMeshFB.jointCapacityInput()intXrBodyJointLocationsFB.jointCount()intXrBodySkeletonFB.jointCount()intXrBodySkeletonHTC.jointCount()intXrHandJointLocationsEXT.jointCount()intXrHandJointVelocitiesEXT.jointCount()intXrHandTrackingMeshFB.jointCountOutput()intXrBodyJointLocationsBD.jointLocationCount()intXrBodyJointLocationsHTC.jointLocationCount()intXrSpatialEntityComponentDataSemanticBD.labelCapacityInput()intXrSenseDataFilterSemanticBD.labelCount()intXrSpatialEntityComponentDataSemanticBD.labelCountOutput()longXrNegotiateApiLayerRequest.layerApiVersion()intXrFrameEndInfo.layerCount()intXrSecondaryViewConfigurationLayerInfoMSFT.layerCount()intXrNegotiateApiLayerRequest.layerInterfaceVersion()intXrApiLayerProperties.layerVersion()intXrForceFeedbackCurlApplyLocationsMNDX.locationCount()intXrSceneComponentLocationsMSFT.locationCount()intXrSpaceLocations.locationCount()intXrSpaceLocationsKHR.locationCount()intXrSpatialComponentAnchorListEXT.locationCount()intXrEventDataEventsLost.lostEventCount()intLUID.LowPart()intXrSwapchainStateSamplerOpenGLESFB.magFilter()longXrMarkerSpaceCreateInfoML.marker()intXrSpatialComponentMarkerListEXT.markerCount()longXrEventDataMarkerTrackingUpdateVARJO.markerId()longXrMarkerSpaceCreateInfoVARJO.markerId()intXrSpatialMarkerDataEXT.markerId()intXrSceneMarkerTypeFilterMSFT.markerTypeCount()longXrNegotiateLoaderInfo.maxApiVersion()longXrGraphicsRequirementsOpenGLESKHR.maxApiVersionSupported()longXrGraphicsRequirementsOpenGLKHR.maxApiVersionSupported()longXrGraphicsRequirementsVulkan2KHR.maxApiVersionSupported()longXrGraphicsRequirementsVulkanKHR.maxApiVersionSupported()intXrWorldMeshBufferRecommendedSizeInfoML.maxBlockCount()intXrSystemPassthroughColorLutPropertiesMETA.maxColorLutResolution()intXrSystemHandTrackingMeshPropertiesMSFT.maxHandMeshIndexCount()intXrSystemHandTrackingMeshPropertiesMSFT.maxHandMeshVertexCount()intXrViewConfigurationView.maxImageRectHeight()intXrViewConfigurationView.maxImageRectWidth()intXrNegotiateLoaderInfo.maxInterfaceVersion()intXrSystemGraphicsProperties.maxLayerCount()intXrPlaneDetectorBeginInfoEXT.maxPlanes()intXrSpaceQueryInfoFB.maxResultCount()intXrSystemGraphicsProperties.maxSwapchainImageHeight()intXrSystemGraphicsProperties.maxSwapchainImageWidth()intXrViewConfigurationView.maxSwapchainSampleCount()intXrWorldMeshStateRequestCompletionML.meshBlockStateCapacityInput()intXrWorldMeshStateRequestCompletionML.meshBlockStateCountOutput()longXrSceneMeshBuffersGetInfoMSFT.meshBufferId()longXrSceneMeshMSFT.meshBufferId()longXrScenePlaneMSFT.meshBufferId()intXrSpatialComponentMesh2DListEXT.meshCount()intXrSpatialComponentMesh3DListEXT.meshCount()longXrNegotiateLoaderInfo.minApiVersion()longXrGraphicsRequirementsOpenGLESKHR.minApiVersionSupported()longXrGraphicsRequirementsOpenGLKHR.minApiVersionSupported()longXrGraphicsRequirementsVulkan2KHR.minApiVersionSupported()longXrGraphicsRequirementsVulkanKHR.minApiVersionSupported()intXrGraphicsRequirementsD3D11KHR.minFeatureLevel()intXrGraphicsRequirementsD3D12KHR.minFeatureLevel()intXrSwapchainStateSamplerOpenGLESFB.minFilter()intXrNegotiateLoaderInfo.minInterfaceVersion()intXrSwapchainCreateInfo.mipCount()longXrControllerModelKeyStateMSFT.modelKey()longXrRenderModelLoadInfoFB.modelKey()longXrRenderModelPropertiesFB.modelKey()intXrRenderModelPropertiesFB.modelVersion()intXrControllerModelPropertiesMSFT.nodeCapacityInput()intXrControllerModelStateMSFT.nodeCapacityInput()intXrControllerModelPropertiesMSFT.nodeCountOutput()intXrControllerModelStateMSFT.nodeCountOutput()XrSpatialGraphNodeBindingPropertiesMSFT.nodeId()XrSpatialGraphNodeSpaceCreateInfoMSFT.nodeId()intXrRenderModelAssetPropertiesEXT.nodePropertyCount()intXrRenderModelStateEXT.nodeStateCount()intXrWorldMeshBlockML.normalCount()intXrDebugUtilsMessengerCallbackDataEXT.objectCount()longXrDebugUtilsObjectNameInfoEXT.objectHandle()intXrSceneObjectTypesFilterInfoMSFT.objectTypeCount()intXrSpatialMarkerStaticOptimizationEXT.optimizeForStaticMarker()intXrPlaneDetectorBeginInfoEXT.orientationCount()intXrSenseDataFilterPlaneOrientationBD.orientationCount()intXrSystemTrackingProperties.orientationTracking()intXrHandTrackingScaleFB.overrideHandScale()intXrSpatialComponentParentListEXT.parentCount()@Nullable LongPtrXrSpatialComponentParentListEXT.parents()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.longXrRenderModelPathInfoFB.path()intXrSpatialComponentPersistenceListEXT.persistDataCount()intXrSpatialDiscoveryPersistenceUuidFilterEXT.persistedUuidCount()intXrSpatialContextPersistenceConfigEXT.persistenceContextCount()longXrViveTrackerPathsHTCX.persistentPath()intXrSpatialComponentPlaneAlignmentListEXT.planeAlignmentCount()longXrPlaneDetectorLocationEXT.planeId()intXrPlaneDetectorLocationsEXT.planeLocationCapacityInput()intXrPlaneDetectorLocationsEXT.planeLocationCountOutput()intXrPlaneDetectorLocationEXT.polygonBufferCount()intXrSpatialComponentPolygon2DListEXT.polygonCount()intXrEventDataReferenceSpaceChangePending.poseValid()intXrSystemTrackingProperties.positionTracking()intXrActionSetCreateInfo.priority()intXrActiveActionSetPriorityEXT.priorityOverride()intXrFuturePollResultProgressBD.progressPercentage()intXrSceneMarkerQRCodesMSFT.qrCodeCapacityInput()intXrGraphicsBindingVulkan2KHR.queueFamilyIndex()intXrGraphicsBindingVulkanKHR.queueFamilyIndex()intXrGraphicsBindingVulkan2KHR.queueIndex()intXrGraphicsBindingVulkanKHR.queueIndex()intXrViewConfigurationView.recommendedImageRectHeight()intXrViewConfigurationView.recommendedImageRectWidth()intXrFrameSynthesisConfigViewEXT.recommendedMotionVectorImageRectHeight()intXrSystemSpaceWarpPropertiesFB.recommendedMotionVectorImageRectHeight()intXrFrameSynthesisConfigViewEXT.recommendedMotionVectorImageRectWidth()intXrSystemSpaceWarpPropertiesFB.recommendedMotionVectorImageRectWidth()intXrViewConfigurationView.recommendedSwapchainSampleCount()longXrRenderModelCreateInfoEXT.renderModelId()intXrSceneCaptureRequestInfoFB.requestByteCount()intXrFacialExpressionClientCreateInfoML.requestedCount()intXrFaceTrackerCreateInfo2FB.requestedDataSourceCount()intXrHandTrackingDataSourceInfoEXT.requestedDataSourceCount()intXrNewSceneComputeInfoMSFT.requestedFeatureCount()longXrEventDataSceneCaptureCompleteFB.requestId()longXrEventDataShareSpacesCompleteMETA.requestId()longXrEventDataSpaceEraseCompleteFB.requestId()longXrEventDataSpaceListSaveCompleteFB.requestId()longXrEventDataSpaceQueryCompleteFB.requestId()longXrEventDataSpaceQueryResultsAvailableFB.requestId()longXrEventDataSpaceSaveCompleteFB.requestId()longXrEventDataSpaceSetStatusCompleteFB.requestId()longXrEventDataSpaceShareCompleteFB.requestId()longXrEventDataSpatialAnchorCreateCompleteFB.requestId()longXrEventDataStopColocationAdvertisementCompleteMETA.requestId()longXrEventDataStopColocationDiscoveryCompleteMETA.requestId()intXrPassthroughColorLutCreateInfoMETA.resolution()intXrSpaceQueryResultsFB.resultCapacityInput()intXrSpatialAnchorsDeleteCompletionDetailsML.resultCount()intXrSpatialAnchorsPublishCompletionDetailsML.resultCount()intXrSpatialAnchorsUpdateExpirationCompletionDetailsML.resultCount()intXrSpaceQueryResultsFB.resultCountOutput()longXrViveTrackerPathsHTCX.rolePath()longXrNegotiateRuntimeRequest.runtimeApiVersion()intXrNegotiateRuntimeRequest.runtimeInterfaceVersion()longXrInstanceProperties.runtimeVersion()intXrSwapchainCreateInfo.sampleCount()@Nullable IntPtrXrHapticPcmVibrationFB.samplesConsumed()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.intXrSceneMarkersMSFT.sceneMarkerCapacityInput()intXrSceneMeshesMSFT.sceneMeshCount()intXrSceneObjectsMSFT.sceneObjectCount()intXrScenePlanesMSFT.scenePlaneCount()intXrGraphicsBindingOpenGLXcbKHR.screenNumber()intXrSpatialComponentPlaneSemanticLabelListEXT.semanticLabelCount()intXrPlaneDetectorBeginInfoEXT.semanticTypeCount()intXrDebugUtilsMessengerCallbackDataEXT.sessionLabelCount()intXrSessionCreateInfoOverlayEXTX.sessionLayersPlacement()intXrFrameState.shouldRender()intXrLocalizationMapImportInfoML.size()intXrWorldMeshBufferSizeML.size()intXrBodyJointLocationsFB.skeletonChangedCount()intXrBodyJointLocationsHTC.skeletonGenerationId()longXrInputSourceLocalizedNameGetInfo.sourcePath()intXrCreateSpatialAnchorsCompletionML.spaceCount()intXrShareSpacesInfoMETA.spaceCount()intXrSpaceListSaveInfoFB.spaceCount()intXrSpaceShareInfoFB.spaceCount()intXrSpacesLocateInfo.spaceCount()intXrSpacesLocateInfoKHR.spaceCount()longXrSpatialEntityPersistInfoEXT.spatialEntityId()longXrApiLayerProperties.specVersion()intXrSceneBoundsMSFT.sphereCount()intXrQueriedSenseDataBD.stateCapacityInput()intXrVirtualKeyboardModelAnimationStatesMETA.stateCapacityInput()intXrQueriedSenseDataBD.stateCountOutput()intXrVirtualKeyboardModelAnimationStatesMETA.stateCountOutput()longXrApiLayerCreateInfo.structSize()longXrApiLayerNextInfo.structSize()longXrNegotiateApiLayerRequest.structSize()longXrNegotiateLoaderInfo.structSize()longXrNegotiateRuntimeRequest.structSize()intXrApiLayerCreateInfo.structVersion()intXrApiLayerNextInfo.structVersion()intXrNegotiateApiLayerRequest.structVersion()intXrNegotiateLoaderInfo.structVersion()intXrNegotiateRuntimeRequest.structVersion()longXrActionSpaceCreateInfo.subactionPath()longXrActionStateGetInfo.subactionPath()longXrActiveActionSet.subactionPath()longXrHapticActionInfo.subactionPath()@Nullable LongPtrXrActionCreateInfo.subactionPaths()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.intXrFoveationApplyInfoHTC.subImageCount()intXrSystemFacialTrackingPropertiesHTC.supportEyeFacialTracking()intXrSystemFacialTrackingPropertiesHTC.supportLipFacialTracking()intXrSystemAnchorPropertiesHTC.supportsAnchor()intXrSystemFaceTrackingProperties2FB.supportsAudioFaceTracking()intXrSystemBodyTrackingPropertiesBD.supportsBodyTracking()intXrSystemBodyTrackingPropertiesFB.supportsBodyTracking()intXrSystemBodyTrackingPropertiesHTC.supportsBodyTracking()intXrSystemColocationDiscoveryPropertiesMETA.supportsColocationDiscovery()intXrSystemEnvironmentDepthPropertiesMETA.supportsEnvironmentDepth()intXrSystemEyeGazeInteractionPropertiesEXT.supportsEyeGazeInteraction()intXrSystemEyeTrackingPropertiesFB.supportsEyeTracking()intXrSystemFaceTrackingPropertiesFB.supportsFaceTracking()intXrSystemFacialExpressionPropertiesML.supportsFacialExpression()intXrSystemForceFeedbackCurlPropertiesMNDX.supportsForceFeedbackCurl()intXrSystemFoveatedRenderingPropertiesVARJO.supportsFoveatedRendering()intXrSystemFoveationEyeTrackedPropertiesMETA.supportsFoveationEyeTracked()intXrSystemPropertiesBodyTrackingFullBodyMETA.supportsFullBodyTracking()intXrSystemEnvironmentDepthPropertiesMETA.supportsHandRemoval()intXrSystemHandTrackingPropertiesEXT.supportsHandTracking()intXrSystemHandTrackingMeshPropertiesMSFT.supportsHandTrackingMesh()intXrSceneMeshMSFT.supportsIndicesUint16()intXrScenePlaneMSFT.supportsIndicesUint16()intXrSystemKeyboardTrackingPropertiesFB.supportsKeyboardTracking()intXrSystemMarkerTrackingPropertiesVARJO.supportsMarkerTracking()intXrSystemMarkerUnderstandingPropertiesML.supportsMarkerUnderstanding()intXrSystemPassthroughPropertiesFB.supportsPassthrough()intXrSystemRenderModelPropertiesFB.supportsRenderModelLoading()intXrSystemSimultaneousHandsAndControllersPropertiesMETA.supportsSimultaneousHandsAndControllers()intXrSystemSpatialAnchorPropertiesBD.supportsSpatialAnchor()intXrSystemSpatialAnchorSharingPropertiesBD.supportsSpatialAnchorSharing()intXrSystemSpatialEntityPropertiesFB.supportsSpatialEntity()intXrSystemSpatialEntityGroupSharingPropertiesMETA.supportsSpatialEntityGroupSharing()intXrSystemSpatialEntitySharingPropertiesMETA.supportsSpatialEntitySharing()intXrSystemSpatialMeshPropertiesBD.supportsSpatialMesh()intXrSystemSpatialPlanePropertiesBD.supportsSpatialPlane()intXrSystemSpatialScenePropertiesBD.supportsSpatialScene()intXrSystemSpatialSensingPropertiesBD.supportsSpatialSensing()intXrSystemUserPresencePropertiesEXT.supportsUserPresence()intXrSystemVirtualKeyboardPropertiesMETA.supportsVirtualKeyboard()intXrSystemFaceTrackingProperties2FB.supportsVisualFaceTracking()intXrSystemNotificationsSetInfoML.suppressNotifications()intXrEnvironmentDepthImageMETA.swapchainIndex()intXrSwapchainStateSamplerOpenGLESFB.swizzleAlpha()intXrSwapchainStateSamplerOpenGLESFB.swizzleBlue()intXrSwapchainStateSamplerOpenGLESFB.swizzleGreen()intXrSwapchainStateSamplerOpenGLESFB.swizzleRed()longXrSessionCreateInfo.systemId()longXrSystemProperties.systemId()longXrVulkanDeviceCreateInfoKHR.systemId()longXrVulkanGraphicsDeviceGetInfoKHR.systemId()longXrVulkanInstanceCreateInfoKHR.systemId()XrPassthroughColorMapMonoToMonoFB.textureColorMap()intXrVirtualKeyboardTextureDataMETA.textureHeight()intXrVirtualKeyboardTextureDataMETA.textureWidth()intXrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPathCount()@Nullable LongPtrXrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPaths()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.longXrKeyboardSpaceCreateInfoFB.trackedKeyboardId()longXrKeyboardTrackingDescriptionFB.trackedKeyboardId()intXrTriangleMeshCreateInfoFB.triangleCount()intXrPerformanceMetricsCounterMETA.uintValue()intXrMarkerDetectorCustomProfileInfoML.useEdgeRefinement()intXrSpaceShareInfoFB.userCount()longXrSpaceUserCreateInfoFB.userId()intXrSpaceContainerFB.uuidCapacityInput()intXrSpatialAnchorsQueryCompletionML.uuidCapacityInput()intXrSenseDataFilterUuidBD.uuidCount()intXrSpaceUuidFilterInfoFB.uuidCount()intXrSpatialAnchorsCreateInfoFromUuidsML.uuidCount()intXrSpatialAnchorsDeleteInfoML.uuidCount()intXrSpatialAnchorsPublishCompletionML.uuidCount()intXrSpatialAnchorsUpdateExpirationInfoML.uuidCount()intXrSpaceContainerFB.uuidCountOutput()intXrSpatialAnchorsQueryCompletionML.uuidCountOutput()XrEventDataBuffer.varying()intXrSpaceVelocities.velocityCount()intXrSpaceVelocitiesKHR.velocityCount()intXrRenderModelPropertiesFB.vendorId()intXrSystemProperties.vendorId()byteXrSceneMarkerQRCodeMSFT.version()intXrHandMeshMSFT.vertexBufferChanged()intXrBoundary2DFB.vertexCapacityInput()intXrHandMeshVertexBufferMSFT.vertexCapacityInput()intXrHandTrackingMeshFB.vertexCapacityInput()intXrPlaneDetectorPolygonBufferEXT.vertexCapacityInput()intXrSceneMeshVertexBufferMSFT.vertexCapacityInput()intXrSpaceTriangleMeshMETA.vertexCapacityInput()intXrSpatialEntityComponentDataPolygonBD.vertexCapacityInput()intXrSpatialEntityComponentDataTriangleMeshBD.vertexCapacityInput()intXrVisibilityMaskKHR.vertexCapacityInput()intXrPassthroughMeshTransformInfoHTC.vertexCount()intXrTriangleMeshCreateInfoFB.vertexCount()intXrWorldMeshBlockML.vertexCount()intXrBoundary2DFB.vertexCountOutput()intXrHandMeshVertexBufferMSFT.vertexCountOutput()intXrHandTrackingMeshFB.vertexCountOutput()intXrPlaneDetectorPolygonBufferEXT.vertexCountOutput()intXrSceneMeshVertexBufferMSFT.vertexCountOutput()intXrSpaceTriangleMeshMETA.vertexCountOutput()intXrSpatialEntityComponentDataPolygonBD.vertexCountOutput()intXrSpatialEntityComponentDataTriangleMeshBD.vertexCountOutput()intXrVisibilityMaskKHR.vertexCountOutput()intXrSecondaryViewConfigurationFrameEndInfoMSFT.viewConfigurationCount()intXrSecondaryViewConfigurationFrameStateMSFT.viewConfigurationCount()intXrSecondaryViewConfigurationSessionBeginInfoMSFT.viewConfigurationCount()intXrCompositionLayerProjection.viewCount()intXrVulkanSwapchainFormatListCreateInfoKHR.viewFormatCount()intXrEventDataVisibilityMaskChangedKHR.viewIndex()intXrEventDataMainSessionVisibilityChangedEXTX.visible()intXrVirtualKeyboardModelVisibilitySetInfoMETA.visible()intXrGraphicsBindingOpenGLXcbKHR.visualid()intXrGraphicsBindingOpenGLXlibKHR.visualid()intXrRoomLayoutFB.wallUuidCapacityInput()intXrRoomLayoutFB.wallUuidCountOutput()intXrFaceExpressionWeights2FB.weightCount()intXrFaceExpressionWeightsFB.weightCount()intXrEnvironmentDepthSwapchainStateMETA.width()intXrSwapchainCreateInfo.width()intXrSwapchainImageFoveationVulkanFB.width()intXrSwapchainStateAndroidSurfaceDimensionsFB.width()intXrSwapchainStateSamplerOpenGLESFB.wrapModeS()intXrSwapchainStateSamplerOpenGLESFB.wrapModeT()Method parameters in club.doki7.openxr.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionXrActiveActionSetPrioritiesEXT.actionSetPriorityCount(int value) XrSecondaryViewConfigurationStateMSFT.active(int value) XrEventDataColocationAdvertisementCompleteMETA.advertisementRequestId(long value) XrEventDataStartColocationAdvertisementCompleteMETA.advertisementRequestId(long value) XrScenePlaneAlignmentFilterInfoMSFT.alignmentCount(int value) XrBodyJointLocationsBD.allJointPosesTracked(int value) XrHapticAmplitudeEnvelopeVibrationFB.amplitudeCount(int value) XrSpatialAnchorsPublishInfoML.anchorCount(int value) XrRenderModelPropertiesEXT.animatableNodeCount(int value) XrApplicationInfo.apiVersion(long value) XrHapticPcmVibrationFB.append(int value) XrApplicationInfo.applicationVersion(int value) XrSwapchainCreateInfo.arraySize(int value) XrActionSuggestedBinding.binding(long value) XrInteractionProfileAnalogThresholdVALVE.binding(long value) XrInteractionProfileDpadBindingEXT.binding(long value) XrBindingModificationsKHR.bindingModificationCount(int value) XrWorldMeshGetInfoML.blockCount(int value) XrWorldMeshRequestCompletionML.blockCount(int value) XrSpatialComponentBounded2DListEXT.boundCount(int value) XrSpatialComponentBounded3DListEXT.boundCount(int value) XrSceneBoundsMSFT.boxCount(int value) XrRenderModelAssetDataEXT.bufferCapacityInput(int value) XrRenderModelBufferFB.bufferCapacityInput(int value) XrSemanticLabelsFB.bufferCapacityInput(int value) XrVirtualKeyboardTextureDataMETA.bufferCapacityInput(int value) XrRenderModelAssetDataEXT.bufferCountOutput(int value) XrRenderModelBufferFB.bufferCountOutput(int value) XrSemanticLabelsFB.bufferCountOutput(int value) XrVirtualKeyboardTextureDataMETA.bufferCountOutput(int value) XrSpatialBufferEXT.bufferId(long value) XrSpatialBufferGetInfoEXT.bufferId(long value) XrColocationAdvertisementStartInfoMETA.bufferSize(int value) XrDeserializeSceneFragmentMSFT.bufferSize(int value) XrEventDataColocationDiscoveryResultMETA.bufferSize(int value) XrHapticPcmVibrationFB.bufferSize(int value) XrPassthroughColorLutDataMETA.bufferSize(int value) XrWorldMeshBufferML.bufferSize(int value) XrSpatialContextCreateInfoEXT.capabilityConfigCount(int value) XrActionStateBoolean.changedSinceLastSync(int value) XrActionStateFloat.changedSinceLastSync(int value) XrActionStateVector2f.changedSinceLastSync(int value) XrSpaceComponentStatusFB.changePending(int value) XrSceneComponentsMSFT.componentCapacityInput(int value) XrSceneComponentsMSFT.componentCountOutput(int value) XrSceneComponentsLocateInfoMSFT.componentIdCount(int value) XrSpatialCapabilityComponentTypesEXT.componentTypeCapacityInput(int value) XrSpatialComponentDataQueryConditionEXT.componentTypeCount(int value) XrSpatialDiscoverySnapshotCreateInfoEXT.componentTypeCount(int value) XrSpatialUpdateSnapshotCreateInfoEXT.componentTypeCount(int value) XrSpatialCapabilityComponentTypesEXT.componentTypeCountOutput(int value) XrFaceExpressionWeights2FB.confidenceCount(int value) XrFaceExpressionWeightsFB.confidenceCount(int value) XrWorldMeshBlockML.confidenceCount(int value) XrFoveationCustomModeInfoHTC.configCount(int value) XrSessionActionSetsAttachInfo.countActionSets(int value) XrActionsSyncInfo.countActiveActionSets(int value) XrActionCreateInfo.countSubactionPaths(int value) XrInteractionProfileSuggestedBinding.countSuggestedBindings(int value) XrActionStateBoolean.currentState(int value) XrCompositionLayerDepthTestFB.depthMask(int value) XrEventDataColocationDiscoveryCompleteMETA.discoveryRequestId(long value) XrEventDataColocationDiscoveryResultMETA.discoveryRequestId(long value) XrEventDataStartColocationDiscoveryCompleteMETA.discoveryRequestId(long value) XrEnvironmentDepthHandRemovalSetInfoMETA.enabled(int value) XrEventDataSpaceSetStatusCompleteFB.enabled(int value) XrLocalizationEnableEventsInfoML.enabled(int value) XrPerformanceMetricsStateMETA.enabled(int value) XrSpaceComponentStatusFB.enabled(int value) XrSpaceComponentStatusSetInfoFB.enabled(int value) XrUserCalibrationEnableEventsInfoML.enabled(int value) XrInstanceCreateInfo.enabledApiLayerCount(int value) XrSpatialCapabilityConfigurationAnchorEXT.enabledComponentCount(int value) XrSpatialCapabilityConfigurationAprilTagEXT.enabledComponentCount(int value) XrSpatialCapabilityConfigurationArucoMarkerEXT.enabledComponentCount(int value) XrSpatialCapabilityConfigurationBaseHeaderEXT.enabledComponentCount(int value) XrSpatialCapabilityConfigurationMicroQrCodeEXT.enabledComponentCount(int value) XrSpatialCapabilityConfigurationPlaneTrackingEXT.enabledComponentCount(int value) XrSpatialCapabilityConfigurationQrCodeEXT.enabledComponentCount(int value) XrInstanceCreateInfo.enabledExtensionCount(int value) XrApplicationInfo.engineVersion(int value) XrSpatialUpdateSnapshotCreateInfoEXT.entityCount(int value) XrSpatialEntityAnchorCreateInfoBD.entityId(long value) XrSpatialEntityComponentGetInfoBD.entityId(long value) XrSpatialEntityFromIdCreateInfoEXT.entityId(long value) XrSpatialEntityStateBD.entityId(long value) XrSpatialComponentDataQueryResultEXT.entityIdCapacityInput(int value) XrSpatialComponentDataQueryResultEXT.entityIdCountOutput(int value) XrSpatialComponentDataQueryResultEXT.entityStateCapacityInput(int value) XrSpatialComponentDataQueryResultEXT.entityStateCountOutput(int value) XrSpatialAnchorsPublishInfoML.expiration(long value) XrSpatialAnchorsUpdateExpirationInfoML.expiration(long value) XrFacialExpressionsHTC.expressionCount(int value) XrExtensionProperties.extensionVersion(int value) XrSwapchainCreateInfo.faceCount(int value) XrGraphicsBindingOpenGLXcbKHR.fbconfigid(int value) XrFoveatedViewConfigurationViewVARJO.foveatedRenderingActive(int value) XrViewLocateFoveatedRenderingVARJO.foveatedRenderingActive(int value) XrViewConfigurationProperties.fovMutable(int value) XrSceneDeserializeInfoMSFT.fragmentCount(int value) XrSceneBoundsMSFT.frustumCount(int value) XrRenderModelCreateInfoEXT.gltfExtensionCount(int value) XrGraphicsBindingOpenGLXcbKHR.glxContext(int value) XrGraphicsBindingOpenGLXcbKHR.glxDrawable(int value) XrShareSpacesRecipientGroupsMETA.groupCount(int value) XrEnvironmentDepthSwapchainStateMETA.height(int value) XrSwapchainCreateInfo.height(int value) XrSwapchainImageFoveationVulkanFB.height(int value) XrSwapchainStateAndroidSurfaceDimensionsFB.height(int value) XrSwapchainImageOpenGLESKHR.image(int value) XrSwapchainImageOpenGLKHR.image(int value) XrCompositionLayerCubeKHR.imageArrayIndex(int value) XrSwapchainSubImage.imageArrayIndex(int value) XrTriangleMeshCreateInfoFB.indexBuffer(@Nullable IntPtr value) XrWorldMeshBlockML.indexBuffer(@Nullable ShortPtr value) XrHandMeshMSFT.indexBufferChanged(int value) XrHandMeshIndexBufferMSFT.indexBufferKey(int value) XrHandMeshIndexBufferMSFT.indexCapacityInput(int value) XrHandTrackingMeshFB.indexCapacityInput(int value) XrSceneMeshIndicesUint16MSFT.indexCapacityInput(int value) XrSceneMeshIndicesUint32MSFT.indexCapacityInput(int value) XrSpaceTriangleMeshMETA.indexCapacityInput(int value) XrSpatialEntityComponentDataTriangleMeshBD.indexCapacityInput(int value) XrVisibilityMaskKHR.indexCapacityInput(int value) XrPassthroughMeshTransformInfoHTC.indexCount(int value) XrWorldMeshBlockML.indexCount(int value) XrHandMeshIndexBufferMSFT.indexCountOutput(int value) XrHandTrackingMeshFB.indexCountOutput(int value) XrSceneMeshIndicesUint16MSFT.indexCountOutput(int value) XrSceneMeshIndicesUint32MSFT.indexCountOutput(int value) XrSpaceTriangleMeshMETA.indexCountOutput(int value) XrSpatialEntityComponentDataTriangleMeshBD.indexCountOutput(int value) XrVisibilityMaskKHR.indexCountOutput(int value) XrInteractionProfileState.interactionProfile(long value) XrInteractionProfileSuggestedBinding.interactionProfile(long value) XrActionStateBoolean.isActive(int value) XrActionStateFloat.isActive(int value) XrActionStatePose.isActive(int value) XrActionStateVector2f.isActive(int value) XrBodyJointLocationsFB.isActive(int value) XrEventDataMarkerTrackingUpdateVARJO.isActive(int value) XrFacialExpressionsHTC.isActive(int value) XrHandJointLocationsEXT.isActive(int value) XrHandMeshMSFT.isActive(int value) XrHandTrackingDataSourceStateEXT.isActive(int value) XrFaceExpressionStatusFB.isEyeFollowingBlendshapesValid(int value) XrFaceExpressionWeights2FB.isEyeFollowingBlendshapesValid(int value) XrEventDataMarkerTrackingUpdateVARJO.isPredicted(int value) XrInteractionProfileDpadBindingEXT.isSticky(int value) XrFuturePollResultProgressBD.isSupported(int value) XrEventDataUserPresenceChangedEXT.isUserPresent(int value) XrEyeGazeFB.isValid(int value) XrFaceExpressionStatusFB.isValid(int value) XrFaceExpressionWeights2FB.isValid(int value) XrRecommendedLayerResolutionMETA.isValid(int value) XrRenderModelNodeStateEXT.isVisible(int value) XrHandTrackingMeshFB.jointCapacityInput(int value) XrBodyJointLocationsFB.jointCount(int value) XrBodySkeletonFB.jointCount(int value) XrBodySkeletonHTC.jointCount(int value) XrHandJointLocationsEXT.jointCount(int value) XrHandJointVelocitiesEXT.jointCount(int value) XrHandTrackingMeshFB.jointCountOutput(int value) XrBodyJointLocationsBD.jointLocationCount(int value) XrBodyJointLocationsHTC.jointLocationCount(int value) XrSpatialEntityComponentDataSemanticBD.labelCapacityInput(int value) XrSenseDataFilterSemanticBD.labelCount(int value) XrSpatialEntityComponentDataSemanticBD.labelCountOutput(int value) XrNegotiateApiLayerRequest.layerApiVersion(long value) XrFrameEndInfo.layerCount(int value) XrSecondaryViewConfigurationLayerInfoMSFT.layerCount(int value) XrNegotiateApiLayerRequest.layerInterfaceVersion(int value) XrApiLayerProperties.layerVersion(int value) XrForceFeedbackCurlApplyLocationsMNDX.locationCount(int value) XrSceneComponentLocationsMSFT.locationCount(int value) XrSpaceLocations.locationCount(int value) XrSpaceLocationsKHR.locationCount(int value) XrSpatialComponentAnchorListEXT.locationCount(int value) XrEventDataEventsLost.lostEventCount(int value) LUID.LowPart(int value) XrSwapchainStateSamplerOpenGLESFB.magFilter(int value) XrMarkerSpaceCreateInfoML.marker(long value) XrSpatialComponentMarkerListEXT.markerCount(int value) XrEventDataMarkerTrackingUpdateVARJO.markerId(long value) XrMarkerSpaceCreateInfoVARJO.markerId(long value) XrSpatialMarkerDataEXT.markerId(int value) XrSceneMarkerTypeFilterMSFT.markerTypeCount(int value) XrNegotiateLoaderInfo.maxApiVersion(long value) XrGraphicsRequirementsOpenGLESKHR.maxApiVersionSupported(long value) XrGraphicsRequirementsOpenGLKHR.maxApiVersionSupported(long value) XrGraphicsRequirementsVulkan2KHR.maxApiVersionSupported(long value) XrGraphicsRequirementsVulkanKHR.maxApiVersionSupported(long value) XrWorldMeshBufferRecommendedSizeInfoML.maxBlockCount(int value) XrSystemPassthroughColorLutPropertiesMETA.maxColorLutResolution(int value) XrSystemHandTrackingMeshPropertiesMSFT.maxHandMeshIndexCount(int value) XrSystemHandTrackingMeshPropertiesMSFT.maxHandMeshVertexCount(int value) XrViewConfigurationView.maxImageRectHeight(int value) XrViewConfigurationView.maxImageRectWidth(int value) XrNegotiateLoaderInfo.maxInterfaceVersion(int value) XrSystemGraphicsProperties.maxLayerCount(int value) XrPlaneDetectorBeginInfoEXT.maxPlanes(int value) XrSpaceQueryInfoFB.maxResultCount(int value) XrSystemGraphicsProperties.maxSwapchainImageHeight(int value) XrSystemGraphicsProperties.maxSwapchainImageWidth(int value) XrViewConfigurationView.maxSwapchainSampleCount(int value) XrWorldMeshStateRequestCompletionML.meshBlockStateCapacityInput(int value) XrWorldMeshStateRequestCompletionML.meshBlockStateCountOutput(int value) XrSceneMeshBuffersGetInfoMSFT.meshBufferId(long value) XrSceneMeshMSFT.meshBufferId(long value) XrScenePlaneMSFT.meshBufferId(long value) XrSpatialComponentMesh2DListEXT.meshCount(int value) XrSpatialComponentMesh3DListEXT.meshCount(int value) XrNegotiateLoaderInfo.minApiVersion(long value) XrGraphicsRequirementsOpenGLESKHR.minApiVersionSupported(long value) XrGraphicsRequirementsOpenGLKHR.minApiVersionSupported(long value) XrGraphicsRequirementsVulkan2KHR.minApiVersionSupported(long value) XrGraphicsRequirementsVulkanKHR.minApiVersionSupported(long value) XrGraphicsRequirementsD3D11KHR.minFeatureLevel(int value) XrGraphicsRequirementsD3D12KHR.minFeatureLevel(int value) XrSwapchainStateSamplerOpenGLESFB.minFilter(int value) XrNegotiateLoaderInfo.minInterfaceVersion(int value) XrSwapchainCreateInfo.mipCount(int value) XrControllerModelKeyStateMSFT.modelKey(long value) XrRenderModelLoadInfoFB.modelKey(long value) XrRenderModelPropertiesFB.modelKey(long value) XrRenderModelPropertiesFB.modelVersion(int value) XrControllerModelPropertiesMSFT.nodeCapacityInput(int value) XrControllerModelStateMSFT.nodeCapacityInput(int value) XrControllerModelPropertiesMSFT.nodeCountOutput(int value) XrControllerModelStateMSFT.nodeCountOutput(int value) XrRenderModelAssetPropertiesEXT.nodePropertyCount(int value) XrRenderModelStateEXT.nodeStateCount(int value) XrWorldMeshBlockML.normalCount(int value) XrDebugUtilsMessengerCallbackDataEXT.objectCount(int value) XrDebugUtilsObjectNameInfoEXT.objectHandle(long value) XrSceneObjectTypesFilterInfoMSFT.objectTypeCount(int value) XrSpatialMarkerStaticOptimizationEXT.optimizeForStaticMarker(int value) XrPlaneDetectorBeginInfoEXT.orientationCount(int value) XrSenseDataFilterPlaneOrientationBD.orientationCount(int value) XrSystemTrackingProperties.orientationTracking(int value) XrHandTrackingScaleFB.overrideHandScale(int value) XrSpatialComponentParentListEXT.parentCount(int value) XrRenderModelPathInfoFB.path(long value) XrSpatialComponentPersistenceListEXT.persistDataCount(int value) XrSpatialDiscoveryPersistenceUuidFilterEXT.persistedUuidCount(int value) XrSpatialContextPersistenceConfigEXT.persistenceContextCount(int value) XrViveTrackerPathsHTCX.persistentPath(long value) XrSpatialComponentPlaneAlignmentListEXT.planeAlignmentCount(int value) XrPlaneDetectorLocationEXT.planeId(long value) XrPlaneDetectorLocationsEXT.planeLocationCapacityInput(int value) XrPlaneDetectorLocationsEXT.planeLocationCountOutput(int value) XrPlaneDetectorLocationEXT.polygonBufferCount(int value) XrSpatialComponentPolygon2DListEXT.polygonCount(int value) XrEventDataReferenceSpaceChangePending.poseValid(int value) XrSystemTrackingProperties.positionTracking(int value) XrActionSetCreateInfo.priority(int value) XrActiveActionSetPriorityEXT.priorityOverride(int value) XrFuturePollResultProgressBD.progressPercentage(int value) XrSceneMarkerQRCodesMSFT.qrCodeCapacityInput(int value) XrGraphicsBindingVulkan2KHR.queueFamilyIndex(int value) XrGraphicsBindingVulkanKHR.queueFamilyIndex(int value) XrGraphicsBindingVulkan2KHR.queueIndex(int value) XrGraphicsBindingVulkanKHR.queueIndex(int value) XrViewConfigurationView.recommendedImageRectHeight(int value) XrViewConfigurationView.recommendedImageRectWidth(int value) XrFrameSynthesisConfigViewEXT.recommendedMotionVectorImageRectHeight(int value) XrSystemSpaceWarpPropertiesFB.recommendedMotionVectorImageRectHeight(int value) XrFrameSynthesisConfigViewEXT.recommendedMotionVectorImageRectWidth(int value) XrSystemSpaceWarpPropertiesFB.recommendedMotionVectorImageRectWidth(int value) XrViewConfigurationView.recommendedSwapchainSampleCount(int value) XrRenderModelCreateInfoEXT.renderModelId(long value) XrSceneCaptureRequestInfoFB.requestByteCount(int value) XrFacialExpressionClientCreateInfoML.requestedCount(int value) XrFaceTrackerCreateInfo2FB.requestedDataSourceCount(int value) XrHandTrackingDataSourceInfoEXT.requestedDataSourceCount(int value) XrNewSceneComputeInfoMSFT.requestedFeatureCount(int value) XrEventDataSceneCaptureCompleteFB.requestId(long value) XrEventDataShareSpacesCompleteMETA.requestId(long value) XrEventDataSpaceEraseCompleteFB.requestId(long value) XrEventDataSpaceListSaveCompleteFB.requestId(long value) XrEventDataSpaceQueryCompleteFB.requestId(long value) XrEventDataSpaceQueryResultsAvailableFB.requestId(long value) XrEventDataSpaceSaveCompleteFB.requestId(long value) XrEventDataSpaceSetStatusCompleteFB.requestId(long value) XrEventDataSpaceShareCompleteFB.requestId(long value) XrEventDataSpatialAnchorCreateCompleteFB.requestId(long value) XrEventDataStopColocationAdvertisementCompleteMETA.requestId(long value) XrEventDataStopColocationDiscoveryCompleteMETA.requestId(long value) XrPassthroughColorLutCreateInfoMETA.resolution(int value) XrSpaceQueryResultsFB.resultCapacityInput(int value) XrSpatialAnchorsDeleteCompletionDetailsML.resultCount(int value) XrSpatialAnchorsPublishCompletionDetailsML.resultCount(int value) XrSpatialAnchorsUpdateExpirationCompletionDetailsML.resultCount(int value) XrSpaceQueryResultsFB.resultCountOutput(int value) XrViveTrackerPathsHTCX.rolePath(long value) XrNegotiateRuntimeRequest.runtimeApiVersion(long value) XrNegotiateRuntimeRequest.runtimeInterfaceVersion(int value) XrInstanceProperties.runtimeVersion(long value) XrSwapchainCreateInfo.sampleCount(int value) XrHapticPcmVibrationFB.samplesConsumed(@Nullable IntPtr value) XrSceneMarkersMSFT.sceneMarkerCapacityInput(int value) XrSceneMeshesMSFT.sceneMeshCount(int value) XrSceneObjectsMSFT.sceneObjectCount(int value) XrScenePlanesMSFT.scenePlaneCount(int value) XrGraphicsBindingOpenGLXcbKHR.screenNumber(int value) XrSpatialComponentPlaneSemanticLabelListEXT.semanticLabelCount(int value) XrPlaneDetectorBeginInfoEXT.semanticTypeCount(int value) XrDebugUtilsMessengerCallbackDataEXT.sessionLabelCount(int value) XrSessionCreateInfoOverlayEXTX.sessionLayersPlacement(int value) XrFrameState.shouldRender(int value) XrLocalizationMapImportInfoML.size(int value) XrWorldMeshBufferSizeML.size(int value) XrBodyJointLocationsFB.skeletonChangedCount(int value) XrBodyJointLocationsHTC.skeletonGenerationId(int value) XrInputSourceLocalizedNameGetInfo.sourcePath(long value) XrCreateSpatialAnchorsCompletionML.spaceCount(int value) XrShareSpacesInfoMETA.spaceCount(int value) XrSpaceListSaveInfoFB.spaceCount(int value) XrSpaceShareInfoFB.spaceCount(int value) XrSpacesLocateInfo.spaceCount(int value) XrSpacesLocateInfoKHR.spaceCount(int value) XrSpatialEntityPersistInfoEXT.spatialEntityId(long value) XrApiLayerProperties.specVersion(long value) XrSceneBoundsMSFT.sphereCount(int value) XrQueriedSenseDataBD.stateCapacityInput(int value) XrVirtualKeyboardModelAnimationStatesMETA.stateCapacityInput(int value) XrQueriedSenseDataBD.stateCountOutput(int value) XrVirtualKeyboardModelAnimationStatesMETA.stateCountOutput(int value) XrApiLayerCreateInfo.structSize(long value) XrApiLayerNextInfo.structSize(long value) XrNegotiateApiLayerRequest.structSize(long value) XrNegotiateLoaderInfo.structSize(long value) XrNegotiateRuntimeRequest.structSize(long value) XrApiLayerCreateInfo.structVersion(int value) XrApiLayerNextInfo.structVersion(int value) XrNegotiateApiLayerRequest.structVersion(int value) XrNegotiateLoaderInfo.structVersion(int value) XrNegotiateRuntimeRequest.structVersion(int value) XrActionSpaceCreateInfo.subactionPath(long value) XrActionStateGetInfo.subactionPath(long value) XrActiveActionSet.subactionPath(long value) XrHapticActionInfo.subactionPath(long value) XrActionCreateInfo.subactionPaths(@Nullable LongPtr value) XrFoveationApplyInfoHTC.subImageCount(int value) XrSystemFacialTrackingPropertiesHTC.supportEyeFacialTracking(int value) XrSystemFacialTrackingPropertiesHTC.supportLipFacialTracking(int value) XrSystemAnchorPropertiesHTC.supportsAnchor(int value) XrSystemFaceTrackingProperties2FB.supportsAudioFaceTracking(int value) XrSystemBodyTrackingPropertiesBD.supportsBodyTracking(int value) XrSystemBodyTrackingPropertiesFB.supportsBodyTracking(int value) XrSystemBodyTrackingPropertiesHTC.supportsBodyTracking(int value) XrSystemColocationDiscoveryPropertiesMETA.supportsColocationDiscovery(int value) XrSystemEnvironmentDepthPropertiesMETA.supportsEnvironmentDepth(int value) XrSystemEyeGazeInteractionPropertiesEXT.supportsEyeGazeInteraction(int value) XrSystemEyeTrackingPropertiesFB.supportsEyeTracking(int value) XrSystemFaceTrackingPropertiesFB.supportsFaceTracking(int value) XrSystemFacialExpressionPropertiesML.supportsFacialExpression(int value) XrSystemForceFeedbackCurlPropertiesMNDX.supportsForceFeedbackCurl(int value) XrSystemFoveatedRenderingPropertiesVARJO.supportsFoveatedRendering(int value) XrSystemFoveationEyeTrackedPropertiesMETA.supportsFoveationEyeTracked(int value) XrSystemPropertiesBodyTrackingFullBodyMETA.supportsFullBodyTracking(int value) XrSystemEnvironmentDepthPropertiesMETA.supportsHandRemoval(int value) XrSystemHandTrackingPropertiesEXT.supportsHandTracking(int value) XrSystemHandTrackingMeshPropertiesMSFT.supportsHandTrackingMesh(int value) XrSceneMeshMSFT.supportsIndicesUint16(int value) XrScenePlaneMSFT.supportsIndicesUint16(int value) XrSystemKeyboardTrackingPropertiesFB.supportsKeyboardTracking(int value) XrSystemMarkerTrackingPropertiesVARJO.supportsMarkerTracking(int value) XrSystemMarkerUnderstandingPropertiesML.supportsMarkerUnderstanding(int value) XrSystemPassthroughPropertiesFB.supportsPassthrough(int value) XrSystemRenderModelPropertiesFB.supportsRenderModelLoading(int value) XrSystemSimultaneousHandsAndControllersPropertiesMETA.supportsSimultaneousHandsAndControllers(int value) XrSystemSpatialAnchorPropertiesBD.supportsSpatialAnchor(int value) XrSystemSpatialAnchorSharingPropertiesBD.supportsSpatialAnchorSharing(int value) XrSystemSpatialEntityPropertiesFB.supportsSpatialEntity(int value) XrSystemSpatialEntityGroupSharingPropertiesMETA.supportsSpatialEntityGroupSharing(int value) XrSystemSpatialEntitySharingPropertiesMETA.supportsSpatialEntitySharing(int value) XrSystemSpatialMeshPropertiesBD.supportsSpatialMesh(int value) XrSystemSpatialPlanePropertiesBD.supportsSpatialPlane(int value) XrSystemSpatialScenePropertiesBD.supportsSpatialScene(int value) XrSystemSpatialSensingPropertiesBD.supportsSpatialSensing(int value) XrSystemUserPresencePropertiesEXT.supportsUserPresence(int value) XrSystemVirtualKeyboardPropertiesMETA.supportsVirtualKeyboard(int value) XrSystemFaceTrackingProperties2FB.supportsVisualFaceTracking(int value) XrSystemNotificationsSetInfoML.suppressNotifications(int value) XrEnvironmentDepthImageMETA.swapchainIndex(int value) XrSwapchainStateSamplerOpenGLESFB.swizzleAlpha(int value) XrSwapchainStateSamplerOpenGLESFB.swizzleBlue(int value) XrSwapchainStateSamplerOpenGLESFB.swizzleGreen(int value) XrSwapchainStateSamplerOpenGLESFB.swizzleRed(int value) XrSessionCreateInfo.systemId(long value) XrSystemProperties.systemId(long value) XrVulkanDeviceCreateInfoKHR.systemId(long value) XrVulkanGraphicsDeviceGetInfoKHR.systemId(long value) XrVulkanInstanceCreateInfoKHR.systemId(long value) XrPassthroughColorMapMonoToMonoFB.textureColorMap(BytePtr value) XrVirtualKeyboardTextureDataMETA.textureHeight(int value) XrVirtualKeyboardTextureDataMETA.textureWidth(int value) XrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPathCount(int value) XrInteractionRenderModelTopLevelUserPathGetInfoEXT.topLevelUserPaths(@Nullable LongPtr value) XrKeyboardSpaceCreateInfoFB.trackedKeyboardId(long value) XrKeyboardTrackingDescriptionFB.trackedKeyboardId(long value) XrTriangleMeshCreateInfoFB.triangleCount(int value) XrPerformanceMetricsCounterMETA.uintValue(int value) XrMarkerDetectorCustomProfileInfoML.useEdgeRefinement(int value) XrSpaceShareInfoFB.userCount(int value) XrSpaceUserCreateInfoFB.userId(long value) XrSpaceContainerFB.uuidCapacityInput(int value) XrSpatialAnchorsQueryCompletionML.uuidCapacityInput(int value) XrSenseDataFilterUuidBD.uuidCount(int value) XrSpaceUuidFilterInfoFB.uuidCount(int value) XrSpatialAnchorsCreateInfoFromUuidsML.uuidCount(int value) XrSpatialAnchorsDeleteInfoML.uuidCount(int value) XrSpatialAnchorsPublishCompletionML.uuidCount(int value) XrSpatialAnchorsUpdateExpirationInfoML.uuidCount(int value) XrSpaceContainerFB.uuidCountOutput(int value) XrSpatialAnchorsQueryCompletionML.uuidCountOutput(int value) XrSpaceVelocities.velocityCount(int value) XrSpaceVelocitiesKHR.velocityCount(int value) XrRenderModelPropertiesFB.vendorId(int value) XrSystemProperties.vendorId(int value) XrSceneMarkerQRCodeMSFT.version(byte value) XrHandMeshMSFT.vertexBufferChanged(int value) XrBoundary2DFB.vertexCapacityInput(int value) XrHandMeshVertexBufferMSFT.vertexCapacityInput(int value) XrHandTrackingMeshFB.vertexCapacityInput(int value) XrPlaneDetectorPolygonBufferEXT.vertexCapacityInput(int value) XrSceneMeshVertexBufferMSFT.vertexCapacityInput(int value) XrSpaceTriangleMeshMETA.vertexCapacityInput(int value) XrSpatialEntityComponentDataPolygonBD.vertexCapacityInput(int value) XrSpatialEntityComponentDataTriangleMeshBD.vertexCapacityInput(int value) XrVisibilityMaskKHR.vertexCapacityInput(int value) XrPassthroughMeshTransformInfoHTC.vertexCount(int value) XrTriangleMeshCreateInfoFB.vertexCount(int value) XrWorldMeshBlockML.vertexCount(int value) XrBoundary2DFB.vertexCountOutput(int value) XrHandMeshVertexBufferMSFT.vertexCountOutput(int value) XrHandTrackingMeshFB.vertexCountOutput(int value) XrPlaneDetectorPolygonBufferEXT.vertexCountOutput(int value) XrSceneMeshVertexBufferMSFT.vertexCountOutput(int value) XrSpaceTriangleMeshMETA.vertexCountOutput(int value) XrSpatialEntityComponentDataPolygonBD.vertexCountOutput(int value) XrSpatialEntityComponentDataTriangleMeshBD.vertexCountOutput(int value) XrVisibilityMaskKHR.vertexCountOutput(int value) XrSecondaryViewConfigurationFrameEndInfoMSFT.viewConfigurationCount(int value) XrSecondaryViewConfigurationFrameStateMSFT.viewConfigurationCount(int value) XrSecondaryViewConfigurationSessionBeginInfoMSFT.viewConfigurationCount(int value) XrCompositionLayerProjection.viewCount(int value) XrVulkanSwapchainFormatListCreateInfoKHR.viewFormatCount(int value) XrEventDataVisibilityMaskChangedKHR.viewIndex(int value) XrEventDataMainSessionVisibilityChangedEXTX.visible(int value) XrVirtualKeyboardModelVisibilitySetInfoMETA.visible(int value) XrGraphicsBindingOpenGLXcbKHR.visualid(int value) XrGraphicsBindingOpenGLXlibKHR.visualid(int value) XrRoomLayoutFB.wallUuidCapacityInput(int value) XrRoomLayoutFB.wallUuidCountOutput(int value) XrFaceExpressionWeights2FB.weightCount(int value) XrFaceExpressionWeightsFB.weightCount(int value) XrEnvironmentDepthSwapchainStateMETA.width(int value) XrSwapchainCreateInfo.width(int value) XrSwapchainImageFoveationVulkanFB.width(int value) XrSwapchainStateAndroidSurfaceDimensionsFB.width(int value) XrSwapchainStateSamplerOpenGLESFB.wrapModeS(int value) XrSwapchainStateSamplerOpenGLESFB.wrapModeT(int value) -
Uses of Unsigned in club.doki7.sdl3
Fields in club.doki7.sdl3 with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final intSDL3Constants.ALPHA_OPAQUEstatic final intSDL3Constants.ALPHA_TRANSPARENTstatic final intSDL3Constants.ANDROID_EXTERNAL_STORAGE_READstatic final intSDL3Constants.ANDROID_EXTERNAL_STORAGE_WRITEstatic final intSDL3Constants.AUDIO_DEVICE_DEFAULT_PLAYBACKstatic final intSDL3Constants.AUDIO_DEVICE_DEFAULT_RECORDINGstatic final intSDL3Constants.AUDIO_MASK_BIG_ENDIANstatic final intSDL3Constants.AUDIO_MASK_BITSIZEstatic final intSDL3Constants.AUDIO_MASK_FLOATstatic final intSDL3Constants.AUDIO_MASK_SIGNEDstatic final intSDL3Constants.BIG_ENDIANstatic final intSDL3Constants.BUTTON_LMASKstatic final intSDL3Constants.BUTTON_MMASKstatic final intSDL3Constants.BUTTON_RMASKstatic final intSDL3Constants.BUTTON_X1MASKstatic final intSDL3Constants.BUTTON_X2MASKstatic final intSDL3Constants.CACHELINE_SIZEstatic final intSDL3Constants.DEBUG_TEXT_FONT_CHARACTER_SIZEstatic final intSDL3Constants.HAPTIC_AUTOCENTERstatic final intSDL3Constants.HAPTIC_CARTESIANstatic final intSDL3Constants.HAPTIC_CONSTANTstatic final intSDL3Constants.HAPTIC_CUSTOMstatic final intSDL3Constants.HAPTIC_DAMPERstatic final intSDL3Constants.HAPTIC_FRICTIONstatic final intSDL3Constants.HAPTIC_GAINstatic final intSDL3Constants.HAPTIC_INERTIAstatic final intSDL3Constants.HAPTIC_INFINITYstatic final intSDL3Constants.HAPTIC_LEFTRIGHTstatic final intSDL3Constants.HAPTIC_PAUSEstatic final intSDL3Constants.HAPTIC_POLARstatic final intSDL3Constants.HAPTIC_RAMPstatic final intSDL3Constants.HAPTIC_RESERVED1static final intSDL3Constants.HAPTIC_RESERVED2static final intSDL3Constants.HAPTIC_RESERVED3static final intSDL3Constants.HAPTIC_SAWTOOTHDOWNstatic final intSDL3Constants.HAPTIC_SAWTOOTHUPstatic final intSDL3Constants.HAPTIC_SINEstatic final intSDL3Constants.HAPTIC_SPHERICALstatic final intSDL3Constants.HAPTIC_SPRINGstatic final intSDL3Constants.HAPTIC_SQUAREstatic final intSDL3Constants.HAPTIC_STATUSstatic final intSDL3Constants.HAPTIC_STEERING_AXISstatic final intSDL3Constants.HAPTIC_TRIANGLEstatic final intSDL3Constants.HAT_CENTEREDstatic final intSDL3Constants.HAT_DOWNstatic final intSDL3Constants.HAT_LEFTstatic final intSDL3Constants.HAT_LEFTDOWNstatic final intSDL3Constants.HAT_LEFTUPstatic final intSDL3Constants.HAT_RIGHTstatic final intSDL3Constants.HAT_RIGHTDOWNstatic final intSDL3Constants.HAT_RIGHTUPstatic final intSDL3Constants.HAT_UPstatic final intSDL3Constants.INVALID_UNICODE_CODEPOINTstatic final intSDL3Constants.JOYSTICK_AXIS_MAXstatic final intSDL3Constants.LIL_ENDIANstatic final intSDL3Constants.MAJOR_VERSIONstatic final intSDL3Constants.MESSAGEBOX_COLOR_COUNTstatic final intSDL3Constants.MICRO_VERSIONstatic final intSDL3Constants.MIN_UINT64static final intSDL3Constants.MINOR_VERSIONstatic final intSDL3Constants.MS_PER_SECONDstatic final intSDL3Constants.NOLONGLONGstatic final intSDL3Constants.NS_PER_MSstatic final intSDL3Constants.NS_PER_USstatic final doubleSDL3Constants.PI_Dstatic final floatSDL3Constants.PI_Fstatic final intSDL3Constants.RENDERER_VSYNC_DISABLEDstatic final intSDL3Constants.US_PER_SECONDstatic final intSDL3Constants.WINDOWPOS_CENTEREDstatic final intSDL3Constants.WINDOWPOS_CENTERED_MASKstatic final intSDL3Constants.WINDOWPOS_UNDEFINEDstatic final intSDL3Constants.WINDOWPOS_UNDEFINED_MASKMethods in club.doki7.sdl3 with annotations of type UnsignedModifier and TypeMethodDescriptionintSDL3.addTimer(int interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.intSDL3.addTimerNS(long interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.intSDL3.attachVirtualJoystick(@Nullable ISDL_VirtualJoystickDesc desc) Attach a new virtual joystick.intSDL3.calculateGPUTextureFormatSize(int format, int width, int height, int depth_or_layer_count) Calculate the size in bytes of a texture format with dimensions.shortSDL3.crc16(short crc, MemorySegment data, long len) Calculate a CRC-16 value.intSDL3.crc32(int crc, MemorySegment data, long len) Calculate a CRC-32 value.intSDL3.createProperties()Create a group of properties.intGet the current state of external storage for this Android application.intSDL3.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.intSDL3.getAudioStreamDevice(@Nullable SDL_AudioStream stream) Query an audio stream for its currently-bound device.intSDL3.getAudioStreamProperties(@Nullable SDL_AudioStream stream) Get the properties associated with an audio stream.intSDL3.getCameraID(@Nullable SDL_Camera camera) Get the instance ID of an opened camera.intSDL3.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.longSDL3.getCurrentThreadID()Get the thread identifier for the current thread.intSDL3.getDisplayForPoint(@Nullable ISDL_Point point) Get the display containing a point.intSDL3.getDisplayForRect(@Nullable ISDL_Rect rect) Get the display primarily containing a rect.intSDL3.getDisplayForWindow(@Nullable SDL_Window window) Get the display associated with a window.intSDL3.getDisplayProperties(int displayID) Get the properties associated with a display.SDL3.getDisplays(@Nullable IntPtr count) Get a list of currently connected displays.shortSDL3.getGamepadFirmwareVersion(@Nullable SDL_Gamepad gamepad) Get the firmware version of an opened gamepad, if available.intSDL3.getGamepadID(@Nullable SDL_Gamepad gamepad) Get the instance ID of an opened gamepad.shortSDL3.getGamepadProduct(@Nullable SDL_Gamepad gamepad) Get the USB product ID of an opened gamepad, if available.shortSDL3.getGamepadProductForID(int instance_id) Get the USB product ID of a gamepad, if available.shortSDL3.getGamepadProductVersion(@Nullable SDL_Gamepad gamepad) Get the product version of an opened gamepad, if available.shortSDL3.getGamepadProductVersionForID(int instance_id) Get the product version of a gamepad, if available.intSDL3.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.longSDL3.getGamepadSteamHandle(@Nullable SDL_Gamepad gamepad) Get the Steam Input handle of an opened gamepad, if available.shortSDL3.getGamepadVendor(@Nullable SDL_Gamepad gamepad) Get the USB vendor ID of an opened gamepad, if available.shortSDL3.getGamepadVendorForID(int instance_id) Get the USB vendor ID of a gamepad, if available.intSDL3.getGlobalProperties()Get the global SDL properties.intSDL3.getHapticFeatures(@Nullable SDL_Haptic haptic) Get the haptic device's supported features in bitwise manner.intSDL3.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.intSDL3.getIOProperties(@Nullable SDL_IOStream context) Get the properties associated with an SDL_IOStream.shortSDL3.getJoystickFirmwareVersion(@Nullable SDL_Joystick joystick) Get the firmware version of an opened joystick, if available.byteSDL3.getJoystickHat(@Nullable SDL_Joystick joystick, int hat) Get the current state of a POV hat on a joystick.intSDL3.getJoystickID(@Nullable SDL_Joystick joystick) Get the instance ID of an opened joystick.shortSDL3.getJoystickProduct(@Nullable SDL_Joystick joystick) Get the USB product ID of an opened joystick, if available.shortSDL3.getJoystickProductForID(int instance_id) Get the USB product ID of a joystick, if available.shortSDL3.getJoystickProductVersion(@Nullable SDL_Joystick joystick) Get the product version of an opened joystick, if available.shortSDL3.getJoystickProductVersionForID(int instance_id) Get the product version of a joystick, if available.intSDL3.getJoystickProperties(@Nullable SDL_Joystick joystick) Get the properties associated with a joystick.SDL3.getJoysticks(@Nullable IntPtr count) Get a list of currently connected joysticks.shortSDL3.getJoystickVendor(@Nullable SDL_Joystick joystick) Get the USB vendor ID of an opened joystick, if available.shortSDL3.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.longSDL3.getPerformanceCounter()Get the current value of the high resolution counter.longSDL3.getPerformanceFrequency()Get the count per second of the high resolution counter.intSDL3.getPrimaryDisplay()Return the primary display.intSDL3.getProcessProperties(@Nullable SDL_Process process) Get the properties associated with a process.intSDL3.getRendererProperties(@Nullable SDL_Renderer renderer) Get the properties associated with a renderer.intSDL3.getSemaphoreValue(@Nullable SDL_Semaphore sem) Get the current value of a semaphore.intSDL3.getSensorID(@Nullable SDL_Sensor sensor) Get the instance ID of a sensor.intSDL3.getSensorProperties(@Nullable SDL_Sensor sensor) Get the properties associated with a sensor.SDL3.getSensors(@Nullable IntPtr count) Get a list of currently connected sensors.longSDL3.getStorageSpaceRemaining(@Nullable SDL_Storage storage) Queries the remaining space in a storage container.intSDL3.getSurfaceProperties(@Nullable SDL_Surface surface) Get the properties associated with a surface.intSDL3.getTextureProperties(@Nullable SDL_Texture texture) Get the properties associated with a texture.longSDL3.getThreadID(@Nullable SDL_Thread thread) Get the thread identifier for the specified thread.longSDL3.getTicks()Get the number of milliseconds since SDL library initialization.longSDL3.getTicksNS()Get the number of nanoseconds since SDL library initialization.SDL3.getTouchDevices(@Nullable IntPtr count) Get a list of registered touch devices.intSDL3.getWindowID(@Nullable SDL_Window window) Get the numeric ID of a window.intSDL3.getWindowProperties(@Nullable SDL_Window window) Get the properties associated with a window.intSDL3.GPUTextureFormatTexelBlockSize(int format) Obtains the texel block size for a texture format.intSDL3.hid_device_change_count()Check to see if devices may have been added or removed.intSDL3.mapRGB(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a given pixel format.intSDL3.mapRGBA(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a given pixel format.intSDL3.mapSurfaceRGB(@Nullable SDL_Surface surface, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a surface.intSDL3.mapSurfaceRGBA(@Nullable SDL_Surface surface, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a surface.intSDL3.murmur3_32(MemorySegment data, long len, int seed) Calculate a 32-bit MurmurHash3 value for a block of data.intSDL3.openAudioDevice(int devid, @Nullable ISDL_AudioSpec spec) Open a specific audio device.intSDL3.rand_bits()Generate 32 pseudo-random bits.intSDL3.rand_bits_r(@Nullable LongPtr state) Generate 32 pseudo-random bits.intSDL3.registerEvents(int numevents) Allocate a set of user-defined events, and return the beginning event number for that set of events.intSDL3.setAtomicU32(@Nullable ISDL_AtomicU32 a, int v) Set an atomic variable to a value.intSDL3.stepBackUTF8(@Nullable BytePtr start, @Nullable PointerPtr pstr) Decode a UTF-8 string in reverse, one Unicode codepoint at a time.intSDL3.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.booleanSDL3.acquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Acquire a texture to use in presentation.booleanSDL3.acquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Acquire a texture to use in presentation.intSDL3.addTimer(int interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.intSDL3.addTimerNS(long interval, MemorySegment callback, MemorySegment userdata) Call a callback function at a future time.booleanSDL3.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.booleanSDL3.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.booleanSDL3.bindAudioStream(int devid, @Nullable SDL_AudioStream stream) Bind a single audio stream to an audio device.booleanSDL3.bindAudioStreams(int devid, SDL_AudioStream.Ptr streams, int num_streams) Bind a list of audio streams to an audio device.voidSDL3.bindGPUComputeSamplers(@Nullable SDL_GPUComputePass compute_pass, int first_slot, @Nullable ISDL_GPUTextureSamplerBinding texture_sampler_bindings, int num_bindings) Binds texture-sampler pairs for use on the compute shader.voidSDL3.bindGPUComputeSamplers(@Nullable SDL_GPUComputePass compute_pass, int first_slot, @Nullable ISDL_GPUTextureSamplerBinding texture_sampler_bindings, int num_bindings) Binds texture-sampler pairs for use on the compute shader.voidSDL3.bindGPUComputeStorageBuffers(@Nullable SDL_GPUComputePass compute_pass, int first_slot, SDL_GPUBuffer.Ptr storage_buffers, int num_bindings) Binds storage buffers as readonly for use on the compute pipeline.voidSDL3.bindGPUComputeStorageBuffers(@Nullable SDL_GPUComputePass compute_pass, int first_slot, SDL_GPUBuffer.Ptr storage_buffers, int num_bindings) Binds storage buffers as readonly for use on the compute pipeline.voidSDL3.bindGPUComputeStorageTextures(@Nullable SDL_GPUComputePass compute_pass, int first_slot, SDL_GPUTexture.Ptr storage_textures, int num_bindings) Binds storage textures as readonly for use on the compute pipeline.voidSDL3.bindGPUComputeStorageTextures(@Nullable SDL_GPUComputePass compute_pass, int first_slot, SDL_GPUTexture.Ptr storage_textures, int num_bindings) Binds storage textures as readonly for use on the compute pipeline.voidSDL3.bindGPUFragmentSamplers(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUTextureSamplerBinding texture_sampler_bindings, int num_bindings) Binds texture-sampler pairs for use on the fragment shader.voidSDL3.bindGPUFragmentSamplers(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUTextureSamplerBinding texture_sampler_bindings, int num_bindings) Binds texture-sampler pairs for use on the fragment shader.voidSDL3.bindGPUFragmentStorageBuffers(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUBuffer.Ptr storage_buffers, int num_bindings) Binds storage buffers for use on the fragment shader.voidSDL3.bindGPUFragmentStorageBuffers(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUBuffer.Ptr storage_buffers, int num_bindings) Binds storage buffers for use on the fragment shader.voidSDL3.bindGPUFragmentStorageTextures(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUTexture.Ptr storage_textures, int num_bindings) Binds storage textures for use on the fragment shader.voidSDL3.bindGPUFragmentStorageTextures(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUTexture.Ptr storage_textures, int num_bindings) Binds storage textures for use on the fragment shader.voidSDL3.bindGPUVertexBuffers(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUBufferBinding bindings, int num_bindings) Binds vertex buffers on a command buffer for use with subsequent draw calls.voidSDL3.bindGPUVertexBuffers(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUBufferBinding bindings, int num_bindings) Binds vertex buffers on a command buffer for use with subsequent draw calls.voidSDL3.bindGPUVertexSamplers(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUTextureSamplerBinding texture_sampler_bindings, int num_bindings) Binds texture-sampler pairs for use on the vertex shader.voidSDL3.bindGPUVertexSamplers(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUTextureSamplerBinding texture_sampler_bindings, int num_bindings) Binds texture-sampler pairs for use on the vertex shader.voidSDL3.bindGPUVertexStorageBuffers(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUBuffer.Ptr storage_buffers, int num_bindings) Binds storage buffers for use on the vertex shader.voidSDL3.bindGPUVertexStorageBuffers(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUBuffer.Ptr storage_buffers, int num_bindings) Binds storage buffers for use on the vertex shader.voidSDL3.bindGPUVertexStorageTextures(@Nullable SDL_GPURenderPass render_pass, int first_slot, SDL_GPUTexture.Ptr storage_textures, int num_bindings) Binds storage textures for use on the vertex shader.voidSDL3.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.intSDL3.calculateGPUTextureFormatSize(int format, int width, int height, int depth_or_layer_count) Calculate the size in bytes of a texture format with dimensions.intSDL3.calculateGPUTextureFormatSize(int format, int width, int height, int depth_or_layer_count) Calculate the size in bytes of a texture format with dimensions.intSDL3.calculateGPUTextureFormatSize(int format, int width, int height, int depth_or_layer_count) Calculate the size in bytes of a texture format with dimensions.booleanSDL3.clearProperty(int props, @Nullable BytePtr name) Clear a property from a group of properties.voidSDL3.closeAudioDevice(int devid) Close a previously-opened audio device.booleanSDL3.compareAndSwapAtomicU32(@Nullable ISDL_AtomicU32 a, int oldval, int newval) Set an atomic variable to a new value if it is currently an old value.booleanSDL3.compareAndSwapAtomicU32(@Nullable ISDL_AtomicU32 a, int oldval, int newval) Set an atomic variable to a new value if it is currently an old value.booleanSDL3.convertAudioSamples(@Nullable ISDL_AudioSpec src_spec, @Nullable BytePtr src_data, int src_len, @Nullable ISDL_AudioSpec dst_spec, @Nullable PointerPtr dst_data, @Nullable IntPtr dst_len) Convert some audio data of one format to another format.booleanSDL3.convertPixelsAndColorspace(int width, int height, int src_format, int src_colorspace, int src_properties, MemorySegment src, int src_pitch, int dst_format, int dst_colorspace, int dst_properties, MemorySegment dst, int dst_pitch) Copy a block of pixels of one format and colorspace to another format and colorspace.booleanSDL3.convertPixelsAndColorspace(int width, int height, int src_format, int src_colorspace, int src_properties, MemorySegment src, int src_pitch, int dst_format, int dst_colorspace, int dst_properties, MemorySegment dst, int dst_pitch) Copy a block of pixels of one format and colorspace to another format and colorspace.SDL3.convertSurfaceAndColorspace(@Nullable SDL_Surface surface, int format, @Nullable ISDL_Palette palette, int colorspace, int props) Copy an existing surface to a new surface of the specified format and colorspace.voidSDL3.copyGPUBufferToBuffer(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUBufferLocation source, @Nullable ISDL_GPUBufferLocation destination, int size, boolean cycle) Performs a buffer-to-buffer copy.voidSDL3.copyGPUTextureToTexture(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureLocation source, @Nullable ISDL_GPUTextureLocation destination, int w, int h, int d, boolean cycle) Performs a texture-to-texture copy.voidSDL3.copyGPUTextureToTexture(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureLocation source, @Nullable ISDL_GPUTextureLocation destination, int w, int h, int d, boolean cycle) Performs a texture-to-texture copy.voidSDL3.copyGPUTextureToTexture(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureLocation source, @Nullable ISDL_GPUTextureLocation destination, int w, int h, int d, boolean cycle) Performs a texture-to-texture copy.booleanSDL3.copyProperties(int src, int dst) Copy a group of properties.booleanSDL3.copyProperties(int src, int dst) Copy a group of properties.shortSDL3.crc16(short crc, MemorySegment data, long len) Calculate a CRC-16 value.intSDL3.crc32(int crc, MemorySegment data, long len) Calculate a CRC-32 value.SDL3.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.voidSDL3.delay(int ms) Wait a specified number of milliseconds before returning.voidSDL3.delayNS(long ns) Wait a specified number of nanoseconds before returning.voidSDL3.delayPrecise(long ns) Wait a specified number of nanoseconds before returning.voidSDL3.destroyProperties(int props) Destroy a group of properties.booleanSDL3.detachVirtualJoystick(int instance_id) Detach a virtual joystick.voidSDL3.dispatchGPUCompute(@Nullable SDL_GPUComputePass compute_pass, int groupcount_x, int groupcount_y, int groupcount_z) Dispatches compute work.voidSDL3.dispatchGPUCompute(@Nullable SDL_GPUComputePass compute_pass, int groupcount_x, int groupcount_y, int groupcount_z) Dispatches compute work.voidSDL3.dispatchGPUCompute(@Nullable SDL_GPUComputePass compute_pass, int groupcount_x, int groupcount_y, int groupcount_z) Dispatches compute work.voidSDL3.dispatchGPUComputeIndirect(@Nullable SDL_GPUComputePass compute_pass, @Nullable SDL_GPUBuffer buffer, int offset) Dispatches compute work with parameters set from a buffer.voidSDL3.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.voidSDL3.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.voidSDL3.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.voidSDL3.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.voidSDL3.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.voidSDL3.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.voidSDL3.drawGPUPrimitives(@Nullable SDL_GPURenderPass render_pass, int num_vertices, int num_instances, int first_vertex, int first_instance) Draws data using bound graphics state.voidSDL3.drawGPUPrimitives(@Nullable SDL_GPURenderPass render_pass, int num_vertices, int num_instances, int first_vertex, int first_instance) Draws data using bound graphics state.voidSDL3.drawGPUPrimitives(@Nullable SDL_GPURenderPass render_pass, int num_vertices, int num_instances, int first_vertex, int first_instance) Draws data using bound graphics state.voidSDL3.drawGPUPrimitives(@Nullable SDL_GPURenderPass render_pass, int num_vertices, int num_instances, int first_vertex, int first_instance) Draws data using bound graphics state.voidSDL3.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.voidSDL3.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.booleanSDL3.enumerateProperties(int props, MemorySegment callback, MemorySegment userdata) Enumerate the properties contained in a group of properties.booleanSDL3.eventEnabled(int type) Query the state of processing events by type.booleanSDL3.fillSurfaceRect(@Nullable SDL_Surface dst, @Nullable ISDL_Rect rect, int color) Perform a fast fill of a rectangle with a specific color.booleanSDL3.fillSurfaceRects(@Nullable SDL_Surface dst, @Nullable ISDL_Rect rects, int count, int color) Perform a fast fill of a set of rectangles with a specific color.voidSDL3.flushEvent(int type) Clear events of a specific type from the event queue.voidSDL3.flushEvents(int minType, int maxType) Clear events of a range of types from the event queue.voidSDL3.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.booleanSDL3.getAudioDeviceFormat(int devid, @Nullable ISDL_AudioSpec spec, @Nullable IntPtr sample_frames) Get the current audio format of a specific audio device.floatSDL3.getAudioDeviceGain(int devid) Get the gain of an audio device.SDL3.getAudioDeviceName(int devid) Get the human-readable name of a specific audio device.booleanSDL3.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.intSDL3.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.booleanSDL3.getClosestFullscreenDisplayMode(int displayID, int w, int h, float refresh_rate, boolean include_high_density_modes, @Nullable ISDL_DisplayMode closest) Get the closest match to the requested display mode.SDL3.getCurrentDisplayMode(int displayID) Get information about the current display mode.intSDL3.getCurrentDisplayOrientation(int displayID) Get the orientation of a display.SDL3.getDesktopDisplayMode(int displayID) Get information about the desktop's display mode.intSDL3.getDirect3D9AdapterIndex(int displayID) Get the D3D9 adapter index that matches the specified display.booleanSDL3.getDisplayBounds(int displayID, @Nullable ISDL_Rect rect) Get the desktop area represented by a display.floatSDL3.getDisplayContentScale(int displayID) Get the content scale of a display.SDL3.getDisplayName(int displayID) Get the name of a display in UTF-8 encoding.intSDL3.getDisplayProperties(int displayID) Get the properties associated with a display.booleanSDL3.getDisplayUsableBounds(int displayID, @Nullable ISDL_Rect rect) Get the usable desktop area represented by a display, in screen coordinates.booleanSDL3.getDXGIOutputInfo(int displayID, @Nullable IntPtr adapterIndex, @Nullable IntPtr outputIndex) Get the DXGI Adapter and Output indices for the specified display.floatSDL3.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.intSDL3.getGamepadPlayerIndexForID(int instance_id) Get the player index of a gamepad.shortSDL3.getGamepadProductForID(int instance_id) Get the USB product ID of a gamepad, if available.shortSDL3.getGamepadProductVersionForID(int instance_id) Get the product version of a gamepad, if available.intSDL3.getGamepadTypeForID(int instance_id) Get the type of a gamepad.shortSDL3.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.voidSDL3.getJoystickGUIDInfo(SDL_GUID guid, @Nullable ShortPtr vendor, @Nullable ShortPtr product, @Nullable ShortPtr version, @Nullable ShortPtr crc16) Get the device information encoded in a SDL_GUID structure.voidSDL3.getJoystickGUIDInfo(SDL_GUID guid, @Nullable ShortPtr vendor, @Nullable ShortPtr product, @Nullable ShortPtr version, @Nullable ShortPtr crc16) Get the device information encoded in a SDL_GUID structure.voidSDL3.getJoystickGUIDInfo(SDL_GUID guid, @Nullable ShortPtr vendor, @Nullable ShortPtr product, @Nullable ShortPtr version, @Nullable ShortPtr crc16) Get the device information encoded in a SDL_GUID structure.voidSDL3.getJoystickGUIDInfo(SDL_GUID guid, @Nullable ShortPtr vendor, @Nullable ShortPtr product, @Nullable ShortPtr version, @Nullable ShortPtr crc16) Get the device information encoded in a SDL_GUID structure.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.intSDL3.getJoystickPlayerIndexForID(int instance_id) Get the player index of a joystick.shortSDL3.getJoystickProductForID(int instance_id) Get the USB product ID of a joystick, if available.shortSDL3.getJoystickProductVersionForID(int instance_id) Get the product version of a joystick, if available.intSDL3.getJoystickTypeForID(int instance_id) Get the type of a joystick, if available.shortSDL3.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.booleanSDL3.getMasksForPixelFormat(int format, @Nullable IntPtr bpp, @Nullable IntPtr Rmask, @Nullable IntPtr Gmask, @Nullable IntPtr Bmask, @Nullable IntPtr Amask) Convert one of the enumerated pixel formats to a bpp value and RGBA masks.booleanSDL3.getMasksForPixelFormat(int format, @Nullable IntPtr bpp, @Nullable IntPtr Rmask, @Nullable IntPtr Gmask, @Nullable IntPtr Bmask, @Nullable IntPtr Amask) Convert one of the enumerated pixel formats to a bpp value and RGBA masks.booleanSDL3.getMasksForPixelFormat(int format, @Nullable IntPtr bpp, @Nullable IntPtr Rmask, @Nullable IntPtr Gmask, @Nullable IntPtr Bmask, @Nullable IntPtr Amask) Convert one of the enumerated pixel formats to a bpp value and RGBA masks.booleanSDL3.getMasksForPixelFormat(int format, @Nullable IntPtr bpp, @Nullable IntPtr Rmask, @Nullable IntPtr Gmask, @Nullable IntPtr Bmask, @Nullable IntPtr Amask) Convert one of the enumerated pixel formats to a bpp value and RGBA masks.SDL3.getMouseNameForID(int instance_id) Get the name of a mouse.intSDL3.getNaturalDisplayOrientation(int displayID) Get the orientation of a display when it is unrotated.longSDL3.getNumberProperty(int props, @Nullable BytePtr name, long default_value) Get a number property from a group of properties.intSDL3.getPixelFormatForMasks(int bpp, int Rmask, int Gmask, int Bmask, int Amask) Convert a bpp value and RGBA masks to an enumerated pixel format.intSDL3.getPixelFormatForMasks(int bpp, int Rmask, int Gmask, int Bmask, int Amask) Convert a bpp value and RGBA masks to an enumerated pixel format.intSDL3.getPixelFormatForMasks(int bpp, int Rmask, int Gmask, int Bmask, int Amask) Convert a bpp value and RGBA masks to an enumerated pixel format.intSDL3.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.intSDL3.getPropertyType(int props, @Nullable BytePtr name) Get the type of a property in a group of properties.intSDL3.getRealGamepadTypeForID(int instance_id) Get the type of a gamepad, ignoring any mapping override.booleanSDL3.getRenderDrawColor(@Nullable SDL_Renderer renderer, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get the color used for drawing operations (Rect, Line and Clear).booleanSDL3.getRenderDrawColor(@Nullable SDL_Renderer renderer, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get the color used for drawing operations (Rect, Line and Clear).booleanSDL3.getRenderDrawColor(@Nullable SDL_Renderer renderer, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get the color used for drawing operations (Rect, Line and Clear).booleanSDL3.getRenderDrawColor(@Nullable SDL_Renderer renderer, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get the color used for drawing operations (Rect, Line and Clear).voidSDL3.getRGB(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get RGB values from a pixel in the specified format.voidSDL3.getRGB(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get RGB values from a pixel in the specified format.voidSDL3.getRGB(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get RGB values from a pixel in the specified format.voidSDL3.getRGB(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get RGB values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.voidSDL3.getRGBA(int pixel, @Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Get RGBA values from a pixel in the specified format.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.intSDL3.getSensorNonPortableTypeForID(int instance_id) Get the platform dependent type of a sensor.intSDL3.getSensorTypeForID(int instance_id) Get the type of a sensor.booleanSDL3.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.booleanSDL3.getSurfaceAlphaMod(@Nullable SDL_Surface surface, @Nullable BytePtr alpha) Get the additional alpha value used in blit operations.booleanSDL3.getSurfaceColorKey(@Nullable SDL_Surface surface, @Nullable IntPtr key) Get the color key (transparent pixel) for a surface.booleanSDL3.getSurfaceColorMod(@Nullable SDL_Surface surface, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into blit operations.booleanSDL3.getSurfaceColorMod(@Nullable SDL_Surface surface, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into blit operations.booleanSDL3.getSurfaceColorMod(@Nullable SDL_Surface surface, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into blit operations.booleanSDL3.getTextureAlphaMod(@Nullable SDL_Texture texture, @Nullable BytePtr alpha) Get the additional alpha value multiplied into render copy operations.booleanSDL3.getTextureColorMod(@Nullable SDL_Texture texture, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into render copy operations.booleanSDL3.getTextureColorMod(@Nullable SDL_Texture texture, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into render copy operations.booleanSDL3.getTextureColorMod(@Nullable SDL_Texture texture, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b) Get the additional color value multiplied into render copy operations.SDL3.getTouchDeviceName(long touchID) Get the touch device name as reported from the driver.intSDL3.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.booleanSDL3.GPUSupportsProperties(int props) Checks for GPU runtime support.booleanSDL3.hasEvent(int type) Check for the existence of a certain event type in the event queue.booleanSDL3.hasEvents(int minType, int maxType) Check for the existence of certain event types in the event queue.booleanSDL3.hasEvents(int minType, int maxType) Check for the existence of certain event types in the event queue.booleanSDL3.hasProperty(int props, @Nullable BytePtr name) Return whether a property exists in a group of properties.booleanSDL3.isAudioDevicePhysical(int devid) Determine if an audio device is physical (instead of logical).booleanSDL3.isAudioDevicePlayback(int devid) Determine if an audio device is a playback device (instead of recording).booleanSDL3.isGamepad(int instance_id) Check if the given joystick is supported by the gamepad interface.booleanSDL3.isJoystickVirtual(int instance_id) Query whether or not a joystick is virtual.booleanSDL3.loadWAV(@Nullable BytePtr path, @Nullable ISDL_AudioSpec spec, @Nullable PointerPtr audio_buf, @Nullable IntPtr audio_len) Loads a WAV from a file path.booleanSDL3.loadWAV_IO(@Nullable SDL_IOStream src, boolean closeio, @Nullable ISDL_AudioSpec spec, @Nullable PointerPtr audio_buf, @Nullable IntPtr audio_len) Load the audio data of a WAVE file into memory.booleanSDL3.lockProperties(int props) Lock a group of properties.intSDL3.mapRGB(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a given pixel format.intSDL3.mapRGB(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a given pixel format.intSDL3.mapRGB(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a given pixel format.intSDL3.mapRGBA(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a given pixel format.intSDL3.mapRGBA(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a given pixel format.intSDL3.mapRGBA(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a given pixel format.intSDL3.mapRGBA(@Nullable ISDL_PixelFormatDetails format, @Nullable ISDL_Palette palette, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a given pixel format.intSDL3.mapSurfaceRGB(@Nullable SDL_Surface surface, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a surface.intSDL3.mapSurfaceRGB(@Nullable SDL_Surface surface, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a surface.intSDL3.mapSurfaceRGB(@Nullable SDL_Surface surface, byte r, byte g, byte b) Map an RGB triple to an opaque pixel value for a surface.intSDL3.mapSurfaceRGBA(@Nullable SDL_Surface surface, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a surface.intSDL3.mapSurfaceRGBA(@Nullable SDL_Surface surface, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a surface.intSDL3.mapSurfaceRGBA(@Nullable SDL_Surface surface, byte r, byte g, byte b, byte a) Map an RGBA quadruple to a pixel value for a surface.intSDL3.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.booleanMix audio data in a specified format.booleanMix audio data in a specified format.booleanMix audio data in a specified format.intSDL3.murmur3_32(MemorySegment data, long len, int seed) Calculate a 32-bit MurmurHash3 value for a block of data.intSDL3.openAudioDevice(int devid, @Nullable ISDL_AudioSpec spec) Open a specific audio device.SDL3.openAudioDeviceStream(int devid, @Nullable ISDL_AudioSpec spec, MemorySegment callback, MemorySegment userdata) Convenience function for straightforward audio init for the common case.SDL3.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.booleanSDL3.pauseAudioDevice(int devid) Use this function to pause audio playback on a specified device.intSDL3.peepEvents(@Nullable ISDL_Event events, int numevents, int action, int minType, int maxType) Check the event queue for messages and optionally return them.intSDL3.peepEvents(@Nullable ISDL_Event events, int numevents, int action, int minType, int maxType) Check the event queue for messages and optionally return them.booleanSDL3.playHapticRumble(@Nullable SDL_Haptic haptic, float strength, int length) Run a simple rumble effect on a haptic device.voidSDL3.pushGPUComputeUniformData(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a uniform slot on the command buffer.voidSDL3.pushGPUComputeUniformData(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a uniform slot on the command buffer.voidSDL3.pushGPUFragmentUniformData(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a fragment uniform slot on the command buffer.voidSDL3.pushGPUFragmentUniformData(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a fragment uniform slot on the command buffer.voidSDL3.pushGPUVertexUniformData(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a vertex uniform slot on the command buffer.voidSDL3.pushGPUVertexUniformData(@Nullable SDL_GPUCommandBuffer command_buffer, int slot_index, MemorySegment data, int length) Pushes data to a vertex uniform slot on the command buffer.intSDL3.rand_bits_r(@Nullable LongPtr state) Generate 32 pseudo-random bits.intGenerate a pseudo-random number less than n for positive nfloatGenerate a uniform pseudo-random floating point number less than 1.0booleanSDL3.readAsyncIO(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async read.booleanSDL3.readAsyncIO(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async read.booleanSDL3.readStorageFile(@Nullable SDL_Storage storage, @Nullable BytePtr path, MemorySegment destination, long length) Synchronously read a file from a storage container into a client-provided buffer.booleanSDL3.readSurfacePixel(@Nullable SDL_Surface surface, int x, int y, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Retrieves a single pixel from a surface.booleanSDL3.readSurfacePixel(@Nullable SDL_Surface surface, int x, int y, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Retrieves a single pixel from a surface.booleanSDL3.readSurfacePixel(@Nullable SDL_Surface surface, int x, int y, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Retrieves a single pixel from a surface.booleanSDL3.readSurfacePixel(@Nullable SDL_Surface surface, int x, int y, @Nullable BytePtr r, @Nullable BytePtr g, @Nullable BytePtr b, @Nullable BytePtr a) Retrieves a single pixel from a surface.booleanSDL3.readU16BE(@Nullable SDL_IOStream src, @Nullable ShortPtr value) Use this function to read 16 bits of big-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU16LE(@Nullable SDL_IOStream src, @Nullable ShortPtr value) Use this function to read 16 bits of little-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU32BE(@Nullable SDL_IOStream src, @Nullable IntPtr value) Use this function to read 32 bits of big-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU32LE(@Nullable SDL_IOStream src, @Nullable IntPtr value) Use this function to read 32 bits of little-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU64BE(@Nullable SDL_IOStream src, @Nullable LongPtr value) Use this function to read 64 bits of big-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU64LE(@Nullable SDL_IOStream src, @Nullable LongPtr value) Use this function to read 64 bits of little-endian data from an SDL_IOStream and return in native format.booleanSDL3.readU8(@Nullable SDL_IOStream src, @Nullable BytePtr value) Use this function to read a byte from an SDL_IOStream.booleanSDL3.removeTimer(int id) Remove a timer created with SDL_AddTimer().booleanSDL3.resumeAudioDevice(int devid) Use this function to unpause audio playback on a specified device.booleanSDL3.rumbleGamepad(@Nullable SDL_Gamepad gamepad, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect on a gamepad.booleanSDL3.rumbleGamepad(@Nullable SDL_Gamepad gamepad, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect on a gamepad.booleanSDL3.rumbleGamepad(@Nullable SDL_Gamepad gamepad, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect on a gamepad.booleanSDL3.rumbleGamepadTriggers(@Nullable SDL_Gamepad gamepad, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the gamepad's triggers.booleanSDL3.rumbleGamepadTriggers(@Nullable SDL_Gamepad gamepad, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the gamepad's triggers.booleanSDL3.rumbleGamepadTriggers(@Nullable SDL_Gamepad gamepad, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the gamepad's triggers.booleanSDL3.rumbleJoystick(@Nullable SDL_Joystick joystick, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect.booleanSDL3.rumbleJoystick(@Nullable SDL_Joystick joystick, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect.booleanSDL3.rumbleJoystick(@Nullable SDL_Joystick joystick, short low_frequency_rumble, short high_frequency_rumble, int duration_ms) Start a rumble effect.booleanSDL3.rumbleJoystickTriggers(@Nullable SDL_Joystick joystick, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the joystick's triggers.booleanSDL3.rumbleJoystickTriggers(@Nullable SDL_Joystick joystick, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the joystick's triggers.booleanSDL3.rumbleJoystickTriggers(@Nullable SDL_Joystick joystick, short left_rumble, short right_rumble, int duration_ms) Start a rumble effect in the joystick's triggers.booleanSDL3.runHapticEffect(@Nullable SDL_Haptic haptic, int effect, int iterations) Run the haptic effect on its associated haptic device.booleanSDL3.sendAndroidMessage(int command, int param) Send a user command to SDLActivity.booleanSDL3.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.intSDL3.setAtomicU32(@Nullable ISDL_AtomicU32 a, int v) Set an atomic variable to a value.booleanSDL3.setAudioDeviceGain(int devid, float gain) Change the gain of an audio device.booleanSDL3.setAudioPostmixCallback(int devid, MemorySegment callback, MemorySegment userdata) Set a callback that fires when data is about to be fed to an audio device.booleanSDL3.setBooleanProperty(int props, @Nullable BytePtr name, boolean value) Set a boolean property in a group of properties.voidSDL3.setEventEnabled(int type, boolean enabled) Set the state of processing events by type.booleanSDL3.setFloatProperty(int props, @Nullable BytePtr name, float value) Set a floating point property in a group of properties.booleanSDL3.setGamepadLED(@Nullable SDL_Gamepad gamepad, byte red, byte green, byte blue) Update a gamepad's LED color.booleanSDL3.setGamepadLED(@Nullable SDL_Gamepad gamepad, byte red, byte green, byte blue) Update a gamepad's LED color.booleanSDL3.setGamepadLED(@Nullable SDL_Gamepad gamepad, byte red, byte green, byte blue) Update a gamepad's LED color.booleanSDL3.setGamepadMapping(int instance_id, @Nullable BytePtr mapping) Set the current mapping of a joystick or gamepad.booleanSDL3.setGPUAllowedFramesInFlight(@Nullable SDL_GPUDevice device, int allowed_frames_in_flight) Configures the maximum allowed number of frames in flight.voidSDL3.setGPUStencilReference(@Nullable SDL_GPURenderPass render_pass, byte reference) Sets the current stencil reference value on a command buffer.booleanSDL3.setJoystickLED(@Nullable SDL_Joystick joystick, byte red, byte green, byte blue) Update a joystick's LED color.booleanSDL3.setJoystickLED(@Nullable SDL_Joystick joystick, byte red, byte green, byte blue) Update a joystick's LED color.booleanSDL3.setJoystickLED(@Nullable SDL_Joystick joystick, byte red, byte green, byte blue) Update a joystick's LED color.booleanSDL3.setJoystickVirtualHat(@Nullable SDL_Joystick joystick, int hat, byte value) Set the state of a hat on an opened virtual joystick.booleanSDL3.setNumberProperty(int props, @Nullable BytePtr name, long value) Set an integer property in a group of properties.booleanSDL3.setPointerProperty(int props, @Nullable BytePtr name, MemorySegment value) Set a pointer property in a group of properties.booleanSDL3.setPointerPropertyWithCleanup(int props, @Nullable BytePtr name, MemorySegment value, MemorySegment cleanup, MemorySegment userdata) Set a pointer property in a group of properties with a cleanup function that is called when the property is deleted.booleanSDL3.setRenderDrawColor(@Nullable SDL_Renderer renderer, byte r, byte g, byte b, byte a) Set the color used for drawing operations.booleanSDL3.setRenderDrawColor(@Nullable SDL_Renderer renderer, byte r, byte g, byte b, byte a) Set the color used for drawing operations.booleanSDL3.setRenderDrawColor(@Nullable SDL_Renderer renderer, byte r, byte g, byte b, byte a) Set the color used for drawing operations.booleanSDL3.setRenderDrawColor(@Nullable SDL_Renderer renderer, byte r, byte g, byte b, byte a) Set the color used for drawing operations.booleanSDL3.setStringProperty(int props, @Nullable BytePtr name, @Nullable BytePtr value) Set a string property in a group of properties.booleanSDL3.setSurfaceAlphaMod(@Nullable SDL_Surface surface, byte alpha) Set an additional alpha value used in blit operations.booleanSDL3.setSurfaceColorKey(@Nullable SDL_Surface surface, boolean enabled, int key) Set the color key (transparent pixel) in a surface.booleanSDL3.setSurfaceColorMod(@Nullable SDL_Surface surface, byte r, byte g, byte b) Set an additional color value multiplied into blit operations.booleanSDL3.setSurfaceColorMod(@Nullable SDL_Surface surface, byte r, byte g, byte b) Set an additional color value multiplied into blit operations.booleanSDL3.setSurfaceColorMod(@Nullable SDL_Surface surface, byte r, byte g, byte b) Set an additional color value multiplied into blit operations.booleanSDL3.setTextureAlphaMod(@Nullable SDL_Texture texture, byte alpha) Set an additional alpha value multiplied into render copy operations.booleanSDL3.setTextureColorMod(@Nullable SDL_Texture texture, byte r, byte g, byte b) Set an additional color value multiplied into render copy operations.booleanSDL3.setTextureColorMod(@Nullable SDL_Texture texture, byte r, byte g, byte b) Set an additional color value multiplied into render copy operations.booleanSDL3.setTextureColorMod(@Nullable SDL_Texture texture, byte r, byte g, byte b) Set an additional color value multiplied into render copy operations.voidSDL3.showFileDialogWithProperties(int type, MemorySegment callback, MemorySegment userdata, int props) Create and launch a file dialog with the specified properties.voidSDL3.srand(long seed) Seeds the pseudo-random number generator.booleanSDL3.startTextInputWithProperties(@Nullable SDL_Window window, int props) Start accepting Unicode text input events in a window, with properties describing the input.longSDL3.timeFromWindows(int dwLowDateTime, int dwHighDateTime) Converts a Windows FILETIME (100-nanosecond intervals since January 1, 1601) to an SDL time.longSDL3.timeFromWindows(int dwLowDateTime, int dwHighDateTime) Converts a Windows FILETIME (100-nanosecond intervals since January 1, 1601) to an SDL time.voidSDL3.timeToWindows(long ticks, @Nullable IntPtr dwLowDateTime, @Nullable IntPtr dwHighDateTime) Converts an SDL time into a Windows FILETIME (100-nanosecond intervals since January 1, 1601).voidSDL3.timeToWindows(long ticks, @Nullable IntPtr dwLowDateTime, @Nullable IntPtr dwHighDateTime) Converts an SDL time into a Windows FILETIME (100-nanosecond intervals since January 1, 1601).SDL3.UCS4ToUTF8(int codepoint, @Nullable BytePtr dst) Convert a single Unicode codepoint to UTF-8.voidSDL3.unlockProperties(int props) Unlock a group of properties.booleanSDL3.updateNVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr UVplane, int UVpitch) Update a rectangle within a planar NV12 or NV21 texture with new pixels.booleanSDL3.updateNVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr UVplane, int UVpitch) Update a rectangle within a planar NV12 or NV21 texture with new pixels.booleanSDL3.updateYUVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr Uplane, int Upitch, @Nullable BytePtr Vplane, int Vpitch) Update a rectangle within a planar YV12 or IYUV texture with new pixel data.booleanSDL3.updateYUVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr Uplane, int Upitch, @Nullable BytePtr Vplane, int Vpitch) Update a rectangle within a planar YV12 or IYUV texture with new pixel data.booleanSDL3.updateYUVTexture(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, @Nullable BytePtr Yplane, int Ypitch, @Nullable BytePtr Uplane, int Upitch, @Nullable BytePtr Vplane, int Vpitch) Update a rectangle within a planar YV12 or IYUV texture with new pixel data.booleanSDL3.waitAndAcquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Blocks the thread until a swapchain texture is available to be acquired, and then acquires it.booleanSDL3.waitAndAcquireGPUSwapchainTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_Window window, SDL_GPUTexture.Ptr swapchain_texture, @Nullable IntPtr swapchain_texture_width, @Nullable IntPtr swapchain_texture_height) Blocks the thread until a swapchain texture is available to be acquired, and then acquires it.booleanSDL3.waitForGPUFences(@Nullable SDL_GPUDevice device, boolean wait_all, SDL_GPUFence.Ptr fences, int num_fences) Blocks the thread until the given fences are signaled.booleanSDL3.writeAsyncIO(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async write.booleanSDL3.writeAsyncIO(@Nullable SDL_AsyncIO asyncio, MemorySegment ptr, long offset, long size, @Nullable SDL_AsyncIOQueue queue, MemorySegment userdata) Start an async write.booleanSDL3.writeStorageFile(@Nullable SDL_Storage storage, @Nullable BytePtr path, MemorySegment source, long length) Synchronously write a file from client memory into a storage container.booleanSDL3.writeSurfacePixel(@Nullable SDL_Surface surface, int x, int y, byte r, byte g, byte b, byte a) Writes a single pixel to a surface.booleanSDL3.writeSurfacePixel(@Nullable SDL_Surface surface, int x, int y, byte r, byte g, byte b, byte a) Writes a single pixel to a surface.booleanSDL3.writeSurfacePixel(@Nullable SDL_Surface surface, int x, int y, byte r, byte g, byte b, byte a) Writes a single pixel to a surface.booleanSDL3.writeSurfacePixel(@Nullable SDL_Surface surface, int x, int y, byte r, byte g, byte b, byte a) Writes a single pixel to a surface.booleanSDL3.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.booleanSDL3.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.booleanSDL3.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.booleanSDL3.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.booleanSDL3.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.booleanSDL3.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.booleanSDL3.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 TypeMethodDescriptionbyteSDL_alignment_test.a()byteSDL_Color.a()byteSDL_PixelFormatDetails.Abits()intSDL_PixelFormatDetails.Amask()byteSDL_PixelFormatDetails.Ashift()shortSDL_HapticConstant.attack_length()shortSDL_HapticCustom.attack_length()shortSDL_HapticPeriodic.attack_length()shortSDL_HapticRamp.attack_length()shortSDL_HapticConstant.attack_level()shortSDL_HapticCustom.attack_level()shortSDL_HapticPeriodic.attack_level()shortSDL_HapticRamp.attack_level()byteSDL_GamepadAxisEvent.axis()byteSDL_JoyAxisEvent.axis()intSDL_VirtualJoystickDesc.axis_mask()byteSDL_Color.b()byteSDL_MessageBoxColor.b()byteSDL_JoyBallEvent.ball()byteSDL_PixelFormatDetails.Bbits()byteSDL_PixelFormatDetails.bits_per_pixel()intSDL_PixelFormatDetails.Bmask()byteSDL_PixelFormatDetails.Bshift()intSDL_GPUVertexAttribute.buffer_slot()byteSDL_GamepadButtonEvent.button()shortSDL_HapticCondition.button()shortSDL_HapticConstant.button()shortSDL_HapticCustom.button()shortSDL_HapticPeriodic.button()shortSDL_HapticRamp.button()byteSDL_JoyButtonEvent.button()byteSDL_MouseButtonEvent.button()byteSDL_PenButtonEvent.button()intSDL_VirtualJoystickDesc.button_mask()byteSDL_PixelFormatDetails.bytes_per_pixel()longSDL_AsyncIOOutcome.bytes_requested()longSDL_AsyncIOOutcome.bytes_transferred()byteSDL_HapticCustom.channels()byteSDL_GPUDepthStencilTargetInfo.clear_stencil()byteSDL_MouseButtonEvent.clicks()@Nullable BytePtrSDL_GPUComputePipelineCreateInfo.code()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.@Nullable BytePtrSDL_GPUShaderCreateInfo.code()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.longSDL_GPUComputePipelineCreateInfo.code_size()longSDL_GPUShaderCreateInfo.code_size()byteSDL_GPUDepthStencilState.compare_mask()intSDL_GPUTextureRegion.d()@Nullable ShortPtrSDL_HapticCustom.data()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.SDL_HapticCondition.deadband()shortSDL_HapticCondition.delay()shortSDL_HapticConstant.delay()shortSDL_HapticCustom.delay()shortSDL_HapticPeriodic.delay()shortSDL_HapticRamp.delay()intSDL_DisplayEvent.displayID()intSDL_DisplayMode.displayID()shortSDL_HapticConstant.fade_length()shortSDL_HapticCustom.fade_length()shortSDL_HapticPeriodic.fade_length()shortSDL_HapticRamp.fade_length()shortSDL_HapticConstant.fade_level()shortSDL_HapticCustom.fade_level()shortSDL_HapticPeriodic.fade_level()shortSDL_HapticRamp.fade_level()longSDL_TouchFingerEvent.fingerID()intSDL_GPUIndexedIndirectDrawCommand.first_index()intSDL_GPUIndexedIndirectDrawCommand.first_instance()intSDL_GPUIndirectDrawCommand.first_instance()intSDL_GPUIndirectDrawCommand.first_vertex()byteSDL_Color.g()byteSDL_MessageBoxColor.g()byteSDL_PixelFormatDetails.Gbits()intSDL_PixelFormatDetails.Gmask()intSDL_GPUIndirectDispatchCommand.groupcount_x()intSDL_GPUIndirectDispatchCommand.groupcount_y()intSDL_GPUIndirectDispatchCommand.groupcount_z()byteSDL_PixelFormatDetails.Gshift()intSDL_GPUBlitRegion.h()intSDL_GPUTextureRegion.h()byteSDL_JoyHatEvent.hat()intSDL_GPUTextureCreateInfo.height()longSDL_Finger.id()intSDL_GPUVertexBufferDescription.instance_step_rate()shortSDL_HapticCondition.interval()shortSDL_HapticConstant.interval()shortSDL_HapticCustom.interval()shortSDL_HapticPeriodic.interval()shortSDL_HapticRamp.interval()shortSDL_HapticLeftRight.large_magnitude()intSDL_GPUStorageTextureReadWriteBinding.layer()intSDL_GPUTextureLocation.layer()intSDL_GPUTextureRegion.layer()intSDL_GPUTextureCreateInfo.layer_count_or_depth()intSDL_GPUBlitRegion.layer_or_depth_plane()intSDL_GPUColorTargetInfo.layer_or_depth_plane()SDL_HapticCondition.left_sat()intSDL_HapticCondition.length()intSDL_HapticConstant.length()intSDL_HapticCustom.length()intSDL_HapticLeftRight.length()intSDL_HapticPeriodic.length()intSDL_HapticRamp.length()intSDL_GPUVertexAttribute.location()intSDL_GPUBlitRegion.mip_level()intSDL_GPUColorTargetInfo.mip_level()intSDL_GPUStorageTextureReadWriteBinding.mip_level()intSDL_GPUTextureLocation.mip_level()intSDL_GPUTextureRegion.mip_level()shortSDL_VirtualJoystickDesc.naxes()shortSDL_VirtualJoystickDesc.nballs()shortSDL_VirtualJoystickDesc.nbuttons()shortSDL_VirtualJoystickTouchpadDesc.nfingers()shortSDL_VirtualJoystickDesc.nhats()shortSDL_VirtualJoystickDesc.nsensors()shortSDL_VirtualJoystickDesc.ntouchpads()intSDL_GPUGraphicsPipelineTargetInfo.num_color_targets()intSDL_GPUIndexedIndirectDrawCommand.num_indices()intSDL_GPUIndexedIndirectDrawCommand.num_instances()intSDL_GPUIndirectDrawCommand.num_instances()intSDL_GPUTextureCreateInfo.num_levels()intSDL_GPUComputePipelineCreateInfo.num_readonly_storage_buffers()intSDL_GPUComputePipelineCreateInfo.num_readonly_storage_textures()intSDL_GPUComputePipelineCreateInfo.num_readwrite_storage_buffers()intSDL_GPUComputePipelineCreateInfo.num_readwrite_storage_textures()intSDL_GPUComputePipelineCreateInfo.num_samplers()intSDL_GPUShaderCreateInfo.num_samplers()intSDL_GPUShaderCreateInfo.num_storage_buffers()intSDL_GPUShaderCreateInfo.num_storage_textures()intSDL_GPUComputePipelineCreateInfo.num_uniform_buffers()intSDL_GPUShaderCreateInfo.num_uniform_buffers()intSDL_GPUVertexInputState.num_vertex_attributes()intSDL_GPUVertexInputState.num_vertex_buffers()intSDL_GPUIndirectDrawCommand.num_vertices()longSDL_AsyncIOOutcome.offset()intSDL_GPUBufferBinding.offset()intSDL_GPUBufferLocation.offset()intSDL_GPUBufferRegion.offset()intSDL_GPUTextureTransferInfo.offset()intSDL_GPUTransferBufferLocation.offset()intSDL_GPUVertexAttribute.offset()SDL_Event.padding()byteSDL_MouseButtonEvent.padding()SDL_PixelFormatDetails.padding()shortSDL_VirtualJoystickDesc.padding()SDL_VirtualJoystickTouchpadDesc.padding()byteSDL_AudioDeviceEvent.padding1()byteSDL_GamepadAxisEvent.padding1()byteSDL_GamepadButtonEvent.padding1()byteSDL_GPUBlitInfo.padding1()byteSDL_GPUColorTargetBlendState.padding1()byteSDL_GPUColorTargetInfo.padding1()byteSDL_GPUDepthStencilState.padding1()byteSDL_GPUDepthStencilTargetInfo.padding1()byteSDL_GPUGraphicsPipelineTargetInfo.padding1()byteSDL_GPUMultisampleState.padding1()byteSDL_GPURasterizerState.padding1()byteSDL_GPUSamplerCreateInfo.padding1()byteSDL_GPUStorageBufferReadWriteBinding.padding1()byteSDL_GPUStorageTextureReadWriteBinding.padding1()byteSDL_JoyAxisEvent.padding1()byteSDL_JoyBallEvent.padding1()byteSDL_JoyButtonEvent.padding1()byteSDL_JoyHatEvent.padding1()byteSDL_TextEditingCandidatesEvent.padding1()byteSDL_AudioDeviceEvent.padding2()byteSDL_GamepadAxisEvent.padding2()byteSDL_GamepadButtonEvent.padding2()byteSDL_GPUBlitInfo.padding2()byteSDL_GPUColorTargetBlendState.padding2()byteSDL_GPUColorTargetInfo.padding2()byteSDL_GPUDepthStencilState.padding2()byteSDL_GPUDepthStencilTargetInfo.padding2()byteSDL_GPUGraphicsPipelineTargetInfo.padding2()byteSDL_GPUMultisampleState.padding2()byteSDL_GPURasterizerState.padding2()byteSDL_GPUSamplerCreateInfo.padding2()byteSDL_GPUStorageBufferReadWriteBinding.padding2()byteSDL_GPUStorageTextureReadWriteBinding.padding2()byteSDL_JoyAxisEvent.padding2()byteSDL_JoyBallEvent.padding2()byteSDL_JoyButtonEvent.padding2()byteSDL_JoyHatEvent.padding2()byteSDL_TextEditingCandidatesEvent.padding2()SDL_VirtualJoystickDesc.padding2()byteSDL_AudioDeviceEvent.padding3()byteSDL_GamepadAxisEvent.padding3()byteSDL_GPUBlitInfo.padding3()byteSDL_GPUDepthStencilState.padding3()byteSDL_GPUGraphicsPipelineTargetInfo.padding3()byteSDL_GPUMultisampleState.padding3()byteSDL_GPUStorageBufferReadWriteBinding.padding3()byteSDL_GPUStorageTextureReadWriteBinding.padding3()byteSDL_JoyAxisEvent.padding3()byteSDL_JoyBallEvent.padding3()byteSDL_TextEditingCandidatesEvent.padding3()shortSDL_GamepadAxisEvent.padding4()shortSDL_JoyAxisEvent.padding4()shortSDL_HapticCustom.period()shortSDL_HapticPeriodic.period()shortSDL_HapticPeriodic.phase()intSDL_GPUVertexBufferDescription.pitch()intSDL_GPUTextureTransferInfo.pixels_per_row()shortSDL_VirtualJoystickDesc.product_id()intSDL_GPUBufferCreateInfo.props()intSDL_GPUComputePipelineCreateInfo.props()intSDL_GPUGraphicsPipelineCreateInfo.props()intSDL_GPUSamplerCreateInfo.props()intSDL_GPUShaderCreateInfo.props()intSDL_GPUTextureCreateInfo.props()intSDL_GPUTransferBufferCreateInfo.props()byteSDL_Color.r()byteSDL_MessageBoxColor.r()shortSDL_KeyboardEvent.raw()byteSDL_PixelFormatDetails.Rbits()intSDL_GPUColorTargetInfo.resolve_layer()intSDL_GPUColorTargetInfo.resolve_mip_level()SDL_HapticCondition.right_sat()intSDL_PixelFormatDetails.Rmask()intSDL_GPUTextureTransferInfo.rows_per_layer()byteSDL_PixelFormatDetails.Rshift()intSDL_GPUMultisampleState.sample_mask()shortSDL_HapticCustom.samples()longSDL_GamepadSensorEvent.sensor_timestamp()longSDL_SensorEvent.sensor_timestamp()intSDL_GPUBufferCreateInfo.size()intSDL_GPUBufferRegion.size()intSDL_GPUTransferBufferCreateInfo.size()longSDL_PathInfo.size()intSDL_GPUVertexBufferDescription.slot()shortSDL_HapticLeftRight.small_magnitude()longSDL_InitState.thread()intSDL_GPUComputePipelineCreateInfo.threadcount_x()intSDL_GPUComputePipelineCreateInfo.threadcount_y()intSDL_GPUComputePipelineCreateInfo.threadcount_z()longSDL_AudioDeviceEvent.timestamp()longSDL_CameraDeviceEvent.timestamp()longSDL_ClipboardEvent.timestamp()longSDL_CommonEvent.timestamp()longSDL_DisplayEvent.timestamp()longSDL_DropEvent.timestamp()longSDL_GamepadAxisEvent.timestamp()longSDL_GamepadButtonEvent.timestamp()longSDL_GamepadDeviceEvent.timestamp()longSDL_GamepadSensorEvent.timestamp()longSDL_GamepadTouchpadEvent.timestamp()longSDL_JoyAxisEvent.timestamp()longSDL_JoyBallEvent.timestamp()longSDL_JoyBatteryEvent.timestamp()longSDL_JoyButtonEvent.timestamp()longSDL_JoyDeviceEvent.timestamp()longSDL_JoyHatEvent.timestamp()longSDL_KeyboardDeviceEvent.timestamp()longSDL_KeyboardEvent.timestamp()longSDL_MouseButtonEvent.timestamp()longSDL_MouseDeviceEvent.timestamp()longSDL_MouseMotionEvent.timestamp()longSDL_MouseWheelEvent.timestamp()longSDL_PenAxisEvent.timestamp()longSDL_PenButtonEvent.timestamp()longSDL_PenMotionEvent.timestamp()longSDL_PenProximityEvent.timestamp()longSDL_PenTouchEvent.timestamp()longSDL_QuitEvent.timestamp()longSDL_RenderEvent.timestamp()longSDL_SensorEvent.timestamp()longSDL_TextEditingCandidatesEvent.timestamp()longSDL_TextEditingEvent.timestamp()longSDL_TextInputEvent.timestamp()longSDL_TouchFingerEvent.timestamp()longSDL_UserEvent.timestamp()longSDL_WindowEvent.timestamp()longSDL_TouchFingerEvent.touchID()intSDL_CommonEvent.type()intSDL_Event.type()shortSDL_HapticCondition.type()shortSDL_HapticConstant.type()shortSDL_HapticCustom.type()byteSDL_HapticDirection.type()shortSDL_HapticEffect.type()shortSDL_HapticLeftRight.type()shortSDL_HapticPeriodic.type()shortSDL_HapticRamp.type()intSDL_UserEvent.type()shortSDL_VirtualJoystickDesc.type()intSDL_AtomicU32.value()byteSDL_JoyHatEvent.value()shortSDL_VirtualJoystickDesc.vendor_id()intSDL_IOStreamInterface.version()intSDL_Palette.version()intSDL_StorageInterface.version()intSDL_VirtualJoystickDesc.version()intSDL_GPUBlitRegion.w()intSDL_GPUTextureRegion.w()intSDL_AudioDeviceEvent.which()intSDL_CameraDeviceEvent.which()intSDL_GamepadAxisEvent.which()intSDL_GamepadButtonEvent.which()intSDL_GamepadDeviceEvent.which()intSDL_GamepadSensorEvent.which()intSDL_GamepadTouchpadEvent.which()intSDL_JoyAxisEvent.which()intSDL_JoyBallEvent.which()intSDL_JoyBatteryEvent.which()intSDL_JoyButtonEvent.which()intSDL_JoyDeviceEvent.which()intSDL_JoyHatEvent.which()intSDL_KeyboardDeviceEvent.which()intSDL_KeyboardEvent.which()intSDL_MouseButtonEvent.which()intSDL_MouseDeviceEvent.which()intSDL_MouseMotionEvent.which()intSDL_MouseWheelEvent.which()intSDL_PenAxisEvent.which()intSDL_PenButtonEvent.which()intSDL_PenMotionEvent.which()intSDL_PenProximityEvent.which()intSDL_PenTouchEvent.which()intSDL_SensorEvent.which()intSDL_GPUTextureCreateInfo.width()intSDL_DropEvent.windowID()intSDL_KeyboardEvent.windowID()intSDL_MouseButtonEvent.windowID()intSDL_MouseMotionEvent.windowID()intSDL_MouseWheelEvent.windowID()intSDL_PenAxisEvent.windowID()intSDL_PenButtonEvent.windowID()intSDL_PenMotionEvent.windowID()intSDL_PenProximityEvent.windowID()intSDL_PenTouchEvent.windowID()intSDL_RenderEvent.windowID()intSDL_TextEditingCandidatesEvent.windowID()intSDL_TextEditingEvent.windowID()intSDL_TextInputEvent.windowID()intSDL_TouchFingerEvent.windowID()intSDL_UserEvent.windowID()intSDL_WindowEvent.windowID()byteSDL_GPUDepthStencilState.write_mask()intSDL_GPUBlitRegion.x()intSDL_GPUTextureLocation.x()intSDL_GPUTextureRegion.x()intSDL_GPUBlitRegion.y()intSDL_GPUTextureLocation.y()intSDL_GPUTextureRegion.y()intSDL_GPUTextureLocation.z()intSDL_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.shaderc
Method parameters in club.doki7.shaderc with annotations of type UnsignedModifier and TypeMethodDescriptionvoidShaderc.compileOptionsSetBindingBase(@Nullable ShadercCompileOptions options, int kind, int base) voidShaderc.compileOptionsSetBindingBaseForStage(@Nullable ShadercCompileOptions options, int shaderKind, int kind, int base) voidShaderc.compileOptionsSetTargetEnv(@Nullable ShadercCompileOptions options, int target, int version) -
Uses of Unsigned in club.doki7.shaderc.datatype
Methods in club.doki7.shaderc.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionlongShadercIncludeResult.contentLength()longShadercIncludeResult.sourceNameLength()Method parameters in club.doki7.shaderc.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionShadercIncludeResult.contentLength(long value) ShadercIncludeResult.sourceNameLength(long value) -
Uses of Unsigned in club.doki7.vma
Methods in club.doki7.vma with annotations of type UnsignedModifier and TypeMethodDescriptionintVMAFunctionTypes.IPFN_vmaCheckDefragmentationBreakFunction.invoke(@NotNull MemorySegment p0) intVMA.isVirtualBlockEmpty(VmaVirtualBlock virtualBlock) Returns true of theVmaVirtualBlockis 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 TypeMethodDescriptionintVMA.bindBufferMemory2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, VkBuffer buffer, @NotNull MemorySegment pNext) Binds buffer to allocation with additional parameters.intVMA.bindImageMemory2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, VkImage image, @NotNull MemorySegment pNext) Binds image to allocation with additional parameters.voidVMA.buildStatsString(VmaAllocator allocator, PointerPtr ppStatsString, int detailedMap) Builds and returns statistics as a null-terminated string in JSON format.voidVMA.buildVirtualBlockStatsString(VmaVirtualBlock virtualBlock, PointerPtr ppStatsString, int detailedMap) Builds and returns a null-terminated string in JSON format with information about givenVmaVirtualBlock.intVMA.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.intVMA.copyAllocationToMemory(VmaAllocator allocator, VmaAllocation srcAllocation, long srcAllocationLocalOffset, @NotNull MemorySegment pDstHostPointer, long size) Invalidates memory in the host caches if needed, maps the allocation temporarily if needed, and copies data from it to a specified host pointer.intVMA.copyAllocationToMemory(VmaAllocator allocator, VmaAllocation srcAllocation, long srcAllocationLocalOffset, @NotNull MemorySegment pDstHostPointer, long size) Invalidates memory in the host caches if needed, maps the allocation temporarily if needed, and copies data from it to a specified host pointer.intVMA.copyMemoryToAllocation(VmaAllocator allocator, @NotNull MemorySegment pSrcHostPointer, VmaAllocation dstAllocation, long dstAllocationLocalOffset, long size) Maps the allocation temporarily if needed, copies data from specified host pointer to it, and flushes the memory from the host caches if needed.intVMA.copyMemoryToAllocation(VmaAllocator allocator, @NotNull MemorySegment pSrcHostPointer, VmaAllocation dstAllocation, long dstAllocationLocalOffset, long size) Maps the allocation temporarily if needed, copies data from specified host pointer to it, and flushes the memory from the host caches if needed.intVMA.createAliasingBuffer2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkBufferCreateInfo pBufferCreateInfo, VkBuffer.Ptr pBuffer) Creates a newVkBuffer, binds already created memory for it.intVMA.createAliasingImage2(VmaAllocator allocator, VmaAllocation allocation, long allocationLocalOffset, IVkImageCreateInfo pImageCreateInfo, VkImage.Ptr pImage) Function similar to vmaCreateAliasingBuffer2() but for images.intVMA.createBufferWithAlignment(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, long minAlignment, VkBuffer.Ptr pBuffer, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) Creates a buffer with additional minimum alignment.intVMA.findMemoryTypeIndex(VmaAllocator allocator, int memoryTypeBits, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given memoryTypeBits and VmaAllocationCreateInfo.intVMA.findMemoryTypeIndex(VmaAllocator allocator, int memoryTypeBits, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given memoryTypeBits and VmaAllocationCreateInfo.intVMA.findMemoryTypeIndexForBufferInfo(VmaAllocator allocator, IVkBufferCreateInfo pBufferCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkBufferCreateInfo and VmaAllocationCreateInfo.intVMA.findMemoryTypeIndexForImageInfo(VmaAllocator allocator, IVkImageCreateInfo pImageCreateInfo, IVmaAllocationCreateInfo pAllocationCreateInfo, IntPtr pMemoryTypeIndex) Helps to find memoryTypeIndex, given VkImageCreateInfo and VmaAllocationCreateInfo.intVMA.flushAllocation(VmaAllocator allocator, VmaAllocation allocation, long offset, long size) Flushes memory of given allocation.intVMA.flushAllocation(VmaAllocator allocator, VmaAllocation allocation, long offset, long size) Flushes memory of given allocation.intVMA.flushAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Flushes memory of given set of allocations.intVMA.flushAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Flushes memory of given set of allocations.intVMA.flushAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Flushes memory of given set of allocations.voidVMA.getMemoryTypeProperties(VmaAllocator allocator, int memoryTypeIndex, IntPtr pFlags) Given Memory Type Index, returns Property Flags of this memory type.intVMA.invalidateAllocation(VmaAllocator allocator, VmaAllocation allocation, long offset, long size) Invalidates memory of given allocation.intVMA.invalidateAllocation(VmaAllocator allocator, VmaAllocation allocation, long offset, long size) Invalidates memory of given allocation.intVMA.invalidateAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Invalidates memory of given set of allocations.intVMA.invalidateAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Invalidates memory of given set of allocations.intVMA.invalidateAllocations(VmaAllocator allocator, int allocationCount, VmaAllocation.Ptr allocations, @Nullable LongPtr offsets, @Nullable LongPtr sizes) Invalidates memory of given set of allocations.voidVMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction.invoke(MemorySegment p0, int p1, MemorySegment p2, long p3, @NotNull MemorySegment p4) voidVMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction.invoke(MemorySegment p0, int p1, MemorySegment p2, long p3, @NotNull MemorySegment p4) voidVMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction.invoke(MemorySegment p0, int p1, MemorySegment p2, long p3, @NotNull MemorySegment p4) voidVMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction.invoke(MemorySegment p0, int p1, MemorySegment p2, long p3, @NotNull MemorySegment p4) voidVMA.setCurrentFrameIndex(VmaAllocator allocator, int frameIndex) Sets index of the current frame.intVMA.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 TypeMethodDescriptionlongVmaVirtualAllocationCreateInfo.alignment()longVmaStatistics.allocationBytes()intVmaStatistics.allocationCount()longVmaDetailedStatistics.allocationSizeMax()longVmaDetailedStatistics.allocationSizeMin()intVmaDefragmentationStats.allocationsMoved()longVmaStatistics.blockBytes()intVmaStatistics.blockCount()longVmaAllocationInfo2.blockSize()longVmaPoolCreateInfo.blockSize()longVmaBudget.budget()longVmaDefragmentationStats.bytesFreed()longVmaDefragmentationStats.bytesMoved()intVmaAllocationInfo2.dedicatedMemory()intVmaDefragmentationStats.deviceMemoryBlocksFreed()intVmaDefragmentationInfo.maxAllocationsPerPass()longVmaPoolCreateInfo.maxBlockCount()longVmaDefragmentationInfo.maxBytesPerPass()intVmaAllocationInfo.memoryType()intVmaAllocationCreateInfo.memoryTypeBits()intVmaPoolCreateInfo.memoryTypeIndex()longVmaPoolCreateInfo.minAllocationAlignment()longVmaPoolCreateInfo.minBlockCount()intVmaDefragmentationPassMoveInfo.moveCount()longVmaAllocationInfo.offset()longVmaVirtualAllocationInfo.offset()@Nullable LongPtrVmaAllocatorCreateInfo.pHeapSizeLimit()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.longVmaAllocatorCreateInfo.preferredLargeHeapBlockSize()longVmaAllocationInfo.size()longVmaVirtualAllocationCreateInfo.size()longVmaVirtualAllocationInfo.size()longVmaVirtualBlockCreateInfo.size()intVmaDetailedStatistics.unusedRangeCount()longVmaDetailedStatistics.unusedRangeSizeMax()longVmaDetailedStatistics.unusedRangeSizeMin()longVmaBudget.usage()intVmaAllocatorCreateInfo.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 intVkConstants.ATTACHMENT_UNUSEDstatic final intVkConstants.FALSEstatic final intstatic final intVkConstants.QUEUE_FAMILY_EXTERNALstatic final intVkConstants.QUEUE_FAMILY_FOREIGN_EXTstatic final intVkConstants.QUEUE_FAMILY_IGNOREDstatic final intVkConstants.REMAINING_3D_SLICES_EXTstatic final intVkConstants.REMAINING_ARRAY_LAYERSstatic final intVkConstants.REMAINING_MIP_LEVELSstatic final intVkConstants.SHADER_INDEX_UNUSED_AMDXstatic final intVkConstants.SHADER_UNUSED_KHRstatic final intVkConstants.SUBPASS_EXTERNALstatic final intVkConstants.TRUEMethods in club.doki7.vulkan with annotations of type UnsignedModifier and TypeMethodDescriptionintVersion.encode()intVkFunctionTypes.IPFN_vkDebugReportCallbackEXT.invoke(int p0, int p1, long p2, MemorySegment p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) intVkFunctionTypes.IPFN_vkDebugUtilsMessengerCallbackEXT.invoke(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) intVersion.major()Returns the value of themajorrecord component.intVersion.minor()Returns the value of theminorrecord component.intVersion.patch()Returns the value of thepatchrecord component.intVersion.variant()Returns the value of thevariantrecord component.Method parameters in club.doki7.vulkan with annotations of type UnsignedModifier and TypeMethodDescriptionstatic VersionVersion.decode(int version) intVkFunctionTypes.IPFN_vkDebugReportCallbackEXT.invoke(int p0, int p1, long p2, MemorySegment p3, int p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) Constructor parameters in club.doki7.vulkan with annotations of type UnsignedModifierConstructorDescriptionVersion(int variant, int major, int minor, int patch) Creates an instance of aVersionrecord class.Version(int variant, int major, int minor, int patch) Creates an instance of aVersionrecord class.Version(int variant, int major, int minor, int patch) Creates an instance of aVersionrecord class.Version(int variant, int major, int minor, int patch) Creates an instance of aVersionrecord class. -
Uses of Unsigned in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with annotations of type UnsignedModifier and TypeMethodDescriptionlongVkDeviceCommands.getAccelerationStructureDeviceAddressKHR(VkDevice device, VkAccelerationStructureDeviceAddressInfoKHR pInfo) longVkDeviceCommands.getBufferDeviceAddress(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferDeviceAddressEXT(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferDeviceAddressKHR(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferOpaqueCaptureAddress(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferOpaqueCaptureAddressKHR(VkDevice device, VkBufferDeviceAddressInfo pInfo) intVkDeviceCommands.getDeferredOperationMaxConcurrencyKHR(VkDevice device, VkDeferredOperationKHR operation) longVkDeviceCommands.getDeviceMemoryOpaqueCaptureAddress(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) longVkDeviceCommands.getDeviceMemoryOpaqueCaptureAddressKHR(VkDevice device, VkDeviceMemoryOpaqueCaptureAddressInfo pInfo) longVkDeviceCommands.getImageViewHandle64NVX(VkDevice device, VkImageViewHandleInfoNVX pInfo) intVkDeviceCommands.getImageViewHandleNVX(VkDevice device, VkImageViewHandleInfoNVX pInfo) intVkInstanceCommands.getPhysicalDeviceDirectFBPresentationSupportEXT(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr dfb) intVkInstanceCommands.getPhysicalDeviceScreenPresentationSupportQNX(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr window) intVkInstanceCommands.getPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr display) intVkInstanceCommands.getPhysicalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex) intVkInstanceCommands.getPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, @NotNull MemorySegment connection, int visual_id) intVkInstanceCommands.getPhysicalDeviceXlibPresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr dpy, long visualID) longVkDeviceCommands.getPipelineIndirectDeviceAddressNV(VkDevice device, VkPipelineIndirectDeviceAddressInfoNV pInfo) longVkDeviceCommands.getRayTracingShaderGroupStackSizeKHR(VkDevice device, VkPipeline pipeline, int group, int groupShader) Method parameters in club.doki7.vulkan.command with annotations of type UnsignedModifier and TypeMethodDescriptionintVkDeviceCommands.acquireNextImage2KHR(VkDevice device, VkAcquireNextImageInfoKHR pAcquireInfo, IntPtr pImageIndex) intVkDeviceCommands.acquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, IntPtr pImageIndex) intVkDeviceCommands.acquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, IntPtr pImageIndex) intVkDeviceCommands.bindAccelerationStructureMemoryNV(VkDevice device, int bindInfoCount, IVkBindAccelerationStructureMemoryInfoNV pBindInfos) intVkDeviceCommands.bindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, long memoryOffset) intVkDeviceCommands.bindBufferMemory2(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) intVkDeviceCommands.bindBufferMemory2KHR(VkDevice device, int bindInfoCount, IVkBindBufferMemoryInfo pBindInfos) intVkDeviceCommands.bindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, long memoryOffset) intVkDeviceCommands.bindImageMemory2(VkDevice device, int bindInfoCount, IVkBindImageMemoryInfo pBindInfos) intVkDeviceCommands.bindImageMemory2KHR(VkDevice device, int bindInfoCount, IVkBindImageMemoryInfo pBindInfos) intVkDeviceCommands.bindVideoSessionMemoryKHR(VkDevice device, VkVideoSessionKHR videoSession, int bindSessionMemoryInfoCount, IVkBindVideoSessionMemoryInfoKHR pBindSessionMemoryInfos) intVkDeviceCommands.buildAccelerationStructuresKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, PointerPtr ppBuildRangeInfos) intVkDeviceCommands.buildMicromapsEXT(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, int infoCount, IVkMicromapBuildInfoEXT pInfos) voidVkDeviceCommands.cmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags) voidVkDeviceCommands.cmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags, int index) voidVkDeviceCommands.cmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags, int index) voidVkDeviceCommands.cmdBeginTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdBeginTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdBeginTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdBindDescriptorBufferEmbeddedSamplersEXT(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set) voidVkDeviceCommands.cmdBindDescriptorBuffersEXT(VkCommandBuffer commandBuffer, int bufferCount, IVkDescriptorBufferBindingInfoEXT pBindingInfos) voidVkDeviceCommands.cmdBindDescriptorSets(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) voidVkDeviceCommands.cmdBindDescriptorSets(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) voidVkDeviceCommands.cmdBindDescriptorSets(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) voidVkDeviceCommands.cmdBindDescriptorSets(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets, int dynamicOffsetCount, @Nullable IntPtr pDynamicOffsets) voidVkDeviceCommands.cmdBindIndexBuffer(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, int indexType) voidVkDeviceCommands.cmdBindIndexBuffer2(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) voidVkDeviceCommands.cmdBindIndexBuffer2(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) voidVkDeviceCommands.cmdBindIndexBuffer2KHR(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) voidVkDeviceCommands.cmdBindIndexBuffer2KHR(VkCommandBuffer commandBuffer, @Nullable VkBuffer buffer, long offset, long size, int indexType) voidVkDeviceCommands.cmdBindPipelineShaderGroupNV(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipeline pipeline, int groupIndex) voidVkDeviceCommands.cmdBindShadersEXT(VkCommandBuffer commandBuffer, int stageCount, IntPtr pStages, VkShaderEXT.Ptr pShaders) voidVkDeviceCommands.cmdBindTransformFeedbackBuffersEXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) voidVkDeviceCommands.cmdBindTransformFeedbackBuffersEXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) voidVkDeviceCommands.cmdBindTransformFeedbackBuffersEXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) voidVkDeviceCommands.cmdBindTransformFeedbackBuffersEXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes) voidVkDeviceCommands.cmdBindVertexBuffers(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets) voidVkDeviceCommands.cmdBindVertexBuffers(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets) voidVkDeviceCommands.cmdBindVertexBuffers(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets) voidVkDeviceCommands.cmdBindVertexBuffers2(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2EXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2EXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2EXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2EXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBindVertexBuffers2EXT(VkCommandBuffer commandBuffer, int firstBinding, int bindingCount, VkBuffer.Ptr pBuffers, LongPtr pOffsets, @Nullable LongPtr pSizes, @Nullable LongPtr pStrides) voidVkDeviceCommands.cmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageBlit pRegions, int filter) voidVkDeviceCommands.cmdBuildAccelerationStructureNV(VkCommandBuffer commandBuffer, VkAccelerationStructureInfoNV pInfo, @Nullable VkBuffer instanceData, long instanceOffset, int update, VkAccelerationStructureNV dst, @Nullable VkAccelerationStructureNV src, VkBuffer scratch, long scratchOffset) voidVkDeviceCommands.cmdBuildAccelerationStructureNV(VkCommandBuffer commandBuffer, VkAccelerationStructureInfoNV pInfo, @Nullable VkBuffer instanceData, long instanceOffset, int update, VkAccelerationStructureNV dst, @Nullable VkAccelerationStructureNV src, VkBuffer scratch, long scratchOffset) voidVkDeviceCommands.cmdBuildAccelerationStructureNV(VkCommandBuffer commandBuffer, VkAccelerationStructureInfoNV pInfo, @Nullable VkBuffer instanceData, long instanceOffset, int update, VkAccelerationStructureNV dst, @Nullable VkAccelerationStructureNV src, VkBuffer scratch, long scratchOffset) voidVkDeviceCommands.cmdBuildAccelerationStructuresIndirectKHR(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, LongPtr pIndirectDeviceAddresses, IntPtr pIndirectStrides, PointerPtr ppMaxPrimitiveCounts) voidVkDeviceCommands.cmdBuildAccelerationStructuresIndirectKHR(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, LongPtr pIndirectDeviceAddresses, IntPtr pIndirectStrides, PointerPtr ppMaxPrimitiveCounts) voidVkDeviceCommands.cmdBuildAccelerationStructuresIndirectKHR(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, LongPtr pIndirectDeviceAddresses, IntPtr pIndirectStrides, PointerPtr ppMaxPrimitiveCounts) voidVkDeviceCommands.cmdBuildAccelerationStructuresKHR(VkCommandBuffer commandBuffer, int infoCount, IVkAccelerationStructureBuildGeometryInfoKHR pInfos, PointerPtr ppBuildRangeInfos) voidVkDeviceCommands.cmdBuildMicromapsEXT(VkCommandBuffer commandBuffer, int infoCount, IVkMicromapBuildInfoEXT pInfos) voidVkDeviceCommands.cmdClearAttachments(VkCommandBuffer commandBuffer, int attachmentCount, IVkClearAttachment pAttachments, int rectCount, IVkClearRect pRects) voidVkDeviceCommands.cmdClearAttachments(VkCommandBuffer commandBuffer, int attachmentCount, IVkClearAttachment pAttachments, int rectCount, IVkClearRect pRects) voidVkDeviceCommands.cmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearColorValue pColor, int rangeCount, IVkImageSubresourceRange pRanges) voidVkDeviceCommands.cmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearDepthStencilValue pDepthStencil, int rangeCount, IVkImageSubresourceRange pRanges) voidVkDeviceCommands.cmdConvertCooperativeVectorMatrixNV(VkCommandBuffer commandBuffer, int infoCount, IVkConvertCooperativeVectorMatrixInfoNV pInfos) voidVkDeviceCommands.cmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, int regionCount, IVkBufferCopy pRegions) voidVkDeviceCommands.cmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, int dstImageLayout, int regionCount, IVkBufferImageCopy pRegions) voidVkDeviceCommands.cmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageCopy pRegions) voidVkDeviceCommands.cmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkBuffer dstBuffer, int regionCount, IVkBufferImageCopy pRegions) voidVkDeviceCommands.cmdCopyMemoryIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride) voidVkDeviceCommands.cmdCopyMemoryIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride) voidVkDeviceCommands.cmdCopyMemoryIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride) voidVkDeviceCommands.cmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) voidVkDeviceCommands.cmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) voidVkDeviceCommands.cmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) voidVkDeviceCommands.cmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) voidVkDeviceCommands.cmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) voidVkDeviceCommands.cmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) voidVkDeviceCommands.cmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) voidVkDeviceCommands.cmdDecompressMemoryIndirectCountNV(VkCommandBuffer commandBuffer, long indirectCommandsAddress, long indirectCommandsCountAddress, int stride) voidVkDeviceCommands.cmdDecompressMemoryIndirectCountNV(VkCommandBuffer commandBuffer, long indirectCommandsAddress, long indirectCommandsCountAddress, int stride) voidVkDeviceCommands.cmdDecompressMemoryIndirectCountNV(VkCommandBuffer commandBuffer, long indirectCommandsAddress, long indirectCommandsCountAddress, int stride) voidVkDeviceCommands.cmdDecompressMemoryNV(VkCommandBuffer commandBuffer, int decompressRegionCount, IVkDecompressMemoryRegionNV pDecompressMemoryRegions) voidVkDeviceCommands.cmdDispatch(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatch(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatch(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBase(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBase(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBase(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBase(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBase(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBase(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBaseKHR(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBaseKHR(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBaseKHR(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBaseKHR(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBaseKHR(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchBaseKHR(VkCommandBuffer commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDispatchGraphAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) voidVkDeviceCommands.cmdDispatchGraphAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) voidVkDeviceCommands.cmdDispatchGraphIndirectAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) voidVkDeviceCommands.cmdDispatchGraphIndirectAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) voidVkDeviceCommands.cmdDispatchGraphIndirectCountAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, long countInfo) voidVkDeviceCommands.cmdDispatchGraphIndirectCountAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, long countInfo) voidVkDeviceCommands.cmdDispatchGraphIndirectCountAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, long countInfo) voidVkDeviceCommands.cmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset) voidVkDeviceCommands.cmdDraw(VkCommandBuffer commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidVkDeviceCommands.cmdDraw(VkCommandBuffer commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidVkDeviceCommands.cmdDraw(VkCommandBuffer commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidVkDeviceCommands.cmdDraw(VkCommandBuffer commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidVkDeviceCommands.cmdDrawClusterHUAWEI(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDrawClusterHUAWEI(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDrawClusterHUAWEI(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDrawClusterIndirectHUAWEI(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset) voidVkDeviceCommands.cmdDrawIndexed(VkCommandBuffer commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance) voidVkDeviceCommands.cmdDrawIndexed(VkCommandBuffer commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance) voidVkDeviceCommands.cmdDrawIndexed(VkCommandBuffer commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance) voidVkDeviceCommands.cmdDrawIndexed(VkCommandBuffer commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance) voidVkDeviceCommands.cmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndexedIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectByteCountEXT(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) voidVkDeviceCommands.cmdDrawIndirectByteCountEXT(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) voidVkDeviceCommands.cmdDrawIndirectByteCountEXT(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) voidVkDeviceCommands.cmdDrawIndirectByteCountEXT(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) voidVkDeviceCommands.cmdDrawIndirectByteCountEXT(VkCommandBuffer commandBuffer, int instanceCount, int firstInstance, VkBuffer counterBuffer, long counterBufferOffset, int counterOffset, int vertexStride) voidVkDeviceCommands.cmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksEXT(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDrawMeshTasksEXT(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDrawMeshTasksEXT(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) voidVkDeviceCommands.cmdDrawMeshTasksIndirectCountEXT(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectCountEXT(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectCountEXT(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectCountEXT(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectCountNV(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectCountNV(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectCountNV(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectCountNV(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, VkBuffer countBuffer, long countBufferOffset, int maxDrawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectEXT(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectEXT(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectEXT(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectNV(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectNV(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksIndirectNV(VkCommandBuffer commandBuffer, VkBuffer buffer, long offset, int drawCount, int stride) voidVkDeviceCommands.cmdDrawMeshTasksNV(VkCommandBuffer commandBuffer, int taskCount, int firstTask) voidVkDeviceCommands.cmdDrawMeshTasksNV(VkCommandBuffer commandBuffer, int taskCount, int firstTask) voidVkDeviceCommands.cmdDrawMultiEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) voidVkDeviceCommands.cmdDrawMultiEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) voidVkDeviceCommands.cmdDrawMultiEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) voidVkDeviceCommands.cmdDrawMultiEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawInfoEXT pVertexInfo, int instanceCount, int firstInstance, int stride) voidVkDeviceCommands.cmdDrawMultiIndexedEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) voidVkDeviceCommands.cmdDrawMultiIndexedEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) voidVkDeviceCommands.cmdDrawMultiIndexedEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) voidVkDeviceCommands.cmdDrawMultiIndexedEXT(VkCommandBuffer commandBuffer, int drawCount, @Nullable IVkMultiDrawIndexedInfoEXT pIndexInfo, int instanceCount, int firstInstance, int stride, @Nullable IntPtr pVertexOffset) voidVkDeviceCommands.cmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query) voidVkDeviceCommands.cmdEndQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int index) voidVkDeviceCommands.cmdEndQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int index) voidVkDeviceCommands.cmdEndTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdEndTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdEndTransformFeedbackEXT(VkCommandBuffer commandBuffer, int firstCounterBuffer, int counterBufferCount, VkBuffer.Ptr pCounterBuffers, @Nullable LongPtr pCounterBufferOffsets) voidVkDeviceCommands.cmdExecuteCommands(VkCommandBuffer commandBuffer, int commandBufferCount, VkCommandBuffer.Ptr pCommandBuffers) voidVkDeviceCommands.cmdExecuteGeneratedCommandsEXT(VkCommandBuffer commandBuffer, int isPreprocessed, VkGeneratedCommandsInfoEXT pGeneratedCommandsInfo) voidVkDeviceCommands.cmdExecuteGeneratedCommandsNV(VkCommandBuffer commandBuffer, int isPreprocessed, VkGeneratedCommandsInfoNV pGeneratedCommandsInfo) voidVkDeviceCommands.cmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long size, int data) voidVkDeviceCommands.cmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long size, int data) voidVkDeviceCommands.cmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long size, int data) voidVkDeviceCommands.cmdInitializeGraphScratchMemoryAMDX(VkCommandBuffer commandBuffer, VkPipeline executionGraph, long scratch, long scratchSize) voidVkDeviceCommands.cmdInitializeGraphScratchMemoryAMDX(VkCommandBuffer commandBuffer, VkPipeline executionGraph, long scratch, long scratchSize) voidVkDeviceCommands.cmdPipelineBarrier(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdPipelineBarrier(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdPipelineBarrier(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, int stageFlags, int offset, int size, @NotNull MemorySegment pValues) voidVkDeviceCommands.cmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, int stageFlags, int offset, int size, @NotNull MemorySegment pValues) voidVkDeviceCommands.cmdPushDescriptorSet(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) voidVkDeviceCommands.cmdPushDescriptorSet(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) voidVkDeviceCommands.cmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) voidVkDeviceCommands.cmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) voidVkDeviceCommands.cmdPushDescriptorSetWithTemplate(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, int set, @NotNull MemorySegment pData) voidVkDeviceCommands.cmdPushDescriptorSetWithTemplateKHR(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, int set, @NotNull MemorySegment pData) voidVkDeviceCommands.cmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount) voidVkDeviceCommands.cmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount) voidVkDeviceCommands.cmdResolveImage(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageResolve pRegions) voidVkDeviceCommands.cmdSetAlphaToCoverageEnableEXT(VkCommandBuffer commandBuffer, int alphaToCoverageEnable) voidVkDeviceCommands.cmdSetAlphaToOneEnableEXT(VkCommandBuffer commandBuffer, int alphaToOneEnable) voidVkDeviceCommands.cmdSetCoarseSampleOrderNV(VkCommandBuffer commandBuffer, int sampleOrderType, int customSampleOrderCount, @Nullable IVkCoarseSampleOrderCustomNV pCustomSampleOrders) voidVkDeviceCommands.cmdSetColorBlendAdvancedEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendAdvancedEXT pColorBlendAdvanced) voidVkDeviceCommands.cmdSetColorBlendAdvancedEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendAdvancedEXT pColorBlendAdvanced) voidVkDeviceCommands.cmdSetColorBlendEnableEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorBlendEnables) voidVkDeviceCommands.cmdSetColorBlendEnableEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorBlendEnables) voidVkDeviceCommands.cmdSetColorBlendEnableEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorBlendEnables) voidVkDeviceCommands.cmdSetColorBlendEquationEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendEquationEXT pColorBlendEquations) voidVkDeviceCommands.cmdSetColorBlendEquationEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IVkColorBlendEquationEXT pColorBlendEquations) voidVkDeviceCommands.cmdSetColorWriteEnableEXT(VkCommandBuffer commandBuffer, int attachmentCount, IntPtr pColorWriteEnables) voidVkDeviceCommands.cmdSetColorWriteEnableEXT(VkCommandBuffer commandBuffer, int attachmentCount, IntPtr pColorWriteEnables) voidVkDeviceCommands.cmdSetColorWriteMaskEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorWriteMasks) voidVkDeviceCommands.cmdSetColorWriteMaskEXT(VkCommandBuffer commandBuffer, int firstAttachment, int attachmentCount, IntPtr pColorWriteMasks) voidVkDeviceCommands.cmdSetCoverageModulationTableEnableNV(VkCommandBuffer commandBuffer, int coverageModulationTableEnable) voidVkDeviceCommands.cmdSetCoverageModulationTableNV(VkCommandBuffer commandBuffer, int coverageModulationTableCount, FloatPtr pCoverageModulationTable) voidVkDeviceCommands.cmdSetCoverageToColorEnableNV(VkCommandBuffer commandBuffer, int coverageToColorEnable) voidVkDeviceCommands.cmdSetCoverageToColorLocationNV(VkCommandBuffer commandBuffer, int coverageToColorLocation) voidVkDeviceCommands.cmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, int depthBiasEnable) voidVkDeviceCommands.cmdSetDepthBiasEnableEXT(VkCommandBuffer commandBuffer, int depthBiasEnable) voidVkDeviceCommands.cmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, int depthBoundsTestEnable) voidVkDeviceCommands.cmdSetDepthBoundsTestEnableEXT(VkCommandBuffer commandBuffer, int depthBoundsTestEnable) voidVkDeviceCommands.cmdSetDepthClampEnableEXT(VkCommandBuffer commandBuffer, int depthClampEnable) voidVkDeviceCommands.cmdSetDepthClipEnableEXT(VkCommandBuffer commandBuffer, int depthClipEnable) voidVkDeviceCommands.cmdSetDepthClipNegativeOneToOneEXT(VkCommandBuffer commandBuffer, int negativeOneToOne) voidVkDeviceCommands.cmdSetDepthTestEnable(VkCommandBuffer commandBuffer, int depthTestEnable) voidVkDeviceCommands.cmdSetDepthTestEnableEXT(VkCommandBuffer commandBuffer, int depthTestEnable) voidVkDeviceCommands.cmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, int depthWriteEnable) voidVkDeviceCommands.cmdSetDepthWriteEnableEXT(VkCommandBuffer commandBuffer, int depthWriteEnable) voidVkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) voidVkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) voidVkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) voidVkDeviceCommands.cmdSetDescriptorBufferOffsetsEXT(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int firstSet, int setCount, IntPtr pBufferIndices, LongPtr pOffsets) voidVkDeviceCommands.cmdSetDeviceMask(VkCommandBuffer commandBuffer, int deviceMask) voidVkDeviceCommands.cmdSetDeviceMaskKHR(VkCommandBuffer commandBuffer, int deviceMask) voidVkDeviceCommands.cmdSetDiscardRectangleEnableEXT(VkCommandBuffer commandBuffer, int discardRectangleEnable) voidVkDeviceCommands.cmdSetDiscardRectangleEXT(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, IVkRect2D pDiscardRectangles) voidVkDeviceCommands.cmdSetDiscardRectangleEXT(VkCommandBuffer commandBuffer, int firstDiscardRectangle, int discardRectangleCount, IVkRect2D pDiscardRectangles) voidVkDeviceCommands.cmdSetExclusiveScissorEnableNV(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IntPtr pExclusiveScissorEnables) voidVkDeviceCommands.cmdSetExclusiveScissorEnableNV(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IntPtr pExclusiveScissorEnables) voidVkDeviceCommands.cmdSetExclusiveScissorEnableNV(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IntPtr pExclusiveScissorEnables) voidVkDeviceCommands.cmdSetExclusiveScissorNV(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IVkRect2D pExclusiveScissors) voidVkDeviceCommands.cmdSetExclusiveScissorNV(VkCommandBuffer commandBuffer, int firstExclusiveScissor, int exclusiveScissorCount, IVkRect2D pExclusiveScissors) voidVkDeviceCommands.cmdSetLineStipple(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) voidVkDeviceCommands.cmdSetLineStipple(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) voidVkDeviceCommands.cmdSetLineStippleEnableEXT(VkCommandBuffer commandBuffer, int stippledLineEnable) voidVkDeviceCommands.cmdSetLineStippleEXT(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) voidVkDeviceCommands.cmdSetLineStippleEXT(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) voidVkDeviceCommands.cmdSetLineStippleKHR(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) voidVkDeviceCommands.cmdSetLineStippleKHR(VkCommandBuffer commandBuffer, int lineStippleFactor, short lineStipplePattern) voidVkDeviceCommands.cmdSetLogicOpEnableEXT(VkCommandBuffer commandBuffer, int logicOpEnable) voidVkDeviceCommands.cmdSetPatchControlPointsEXT(VkCommandBuffer commandBuffer, int patchControlPoints) voidVkDeviceCommands.cmdSetPrimitiveRestartEnable(VkCommandBuffer commandBuffer, int primitiveRestartEnable) voidVkDeviceCommands.cmdSetPrimitiveRestartEnableEXT(VkCommandBuffer commandBuffer, int primitiveRestartEnable) voidVkDeviceCommands.cmdSetRasterizationStreamEXT(VkCommandBuffer commandBuffer, int rasterizationStream) voidVkDeviceCommands.cmdSetRasterizerDiscardEnable(VkCommandBuffer commandBuffer, int rasterizerDiscardEnable) voidVkDeviceCommands.cmdSetRasterizerDiscardEnableEXT(VkCommandBuffer commandBuffer, int rasterizerDiscardEnable) voidVkDeviceCommands.cmdSetRayTracingPipelineStackSizeKHR(VkCommandBuffer commandBuffer, int pipelineStackSize) voidVkDeviceCommands.cmdSetRepresentativeFragmentTestEnableNV(VkCommandBuffer commandBuffer, int representativeFragmentTestEnable) voidVkDeviceCommands.cmdSetSampleLocationsEnableEXT(VkCommandBuffer commandBuffer, int sampleLocationsEnable) voidVkDeviceCommands.cmdSetSampleMaskEXT(VkCommandBuffer commandBuffer, int samples, IntPtr pSampleMask) voidVkDeviceCommands.cmdSetScissor(VkCommandBuffer commandBuffer, int firstScissor, int scissorCount, IVkRect2D pScissors) voidVkDeviceCommands.cmdSetScissor(VkCommandBuffer commandBuffer, int firstScissor, int scissorCount, IVkRect2D pScissors) voidVkDeviceCommands.cmdSetScissorWithCount(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) voidVkDeviceCommands.cmdSetScissorWithCountEXT(VkCommandBuffer commandBuffer, int scissorCount, IVkRect2D pScissors) voidVkDeviceCommands.cmdSetShadingRateImageEnableNV(VkCommandBuffer commandBuffer, int shadingRateImageEnable) voidVkDeviceCommands.cmdSetStencilCompareMask(VkCommandBuffer commandBuffer, int faceMask, int compareMask) voidVkDeviceCommands.cmdSetStencilReference(VkCommandBuffer commandBuffer, int faceMask, int reference) voidVkDeviceCommands.cmdSetStencilTestEnable(VkCommandBuffer commandBuffer, int stencilTestEnable) voidVkDeviceCommands.cmdSetStencilTestEnableEXT(VkCommandBuffer commandBuffer, int stencilTestEnable) voidVkDeviceCommands.cmdSetStencilWriteMask(VkCommandBuffer commandBuffer, int faceMask, int writeMask) voidVkDeviceCommands.cmdSetVertexInputEXT(VkCommandBuffer commandBuffer, int vertexBindingDescriptionCount, @Nullable IVkVertexInputBindingDescription2EXT pVertexBindingDescriptions, int vertexAttributeDescriptionCount, @Nullable IVkVertexInputAttributeDescription2EXT pVertexAttributeDescriptions) voidVkDeviceCommands.cmdSetVertexInputEXT(VkCommandBuffer commandBuffer, int vertexBindingDescriptionCount, @Nullable IVkVertexInputBindingDescription2EXT pVertexBindingDescriptions, int vertexAttributeDescriptionCount, @Nullable IVkVertexInputAttributeDescription2EXT pVertexAttributeDescriptions) voidVkDeviceCommands.cmdSetViewport(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewport pViewports) voidVkDeviceCommands.cmdSetViewport(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewport pViewports) voidVkDeviceCommands.cmdSetViewportShadingRatePaletteNV(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkShadingRatePaletteNV pShadingRatePalettes) voidVkDeviceCommands.cmdSetViewportShadingRatePaletteNV(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkShadingRatePaletteNV pShadingRatePalettes) voidVkDeviceCommands.cmdSetViewportSwizzleNV(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportSwizzleNV pViewportSwizzles) voidVkDeviceCommands.cmdSetViewportSwizzleNV(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportSwizzleNV pViewportSwizzles) voidVkDeviceCommands.cmdSetViewportWithCount(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) voidVkDeviceCommands.cmdSetViewportWithCountEXT(VkCommandBuffer commandBuffer, int viewportCount, IVkViewport pViewports) voidVkDeviceCommands.cmdSetViewportWScalingEnableNV(VkCommandBuffer commandBuffer, int viewportWScalingEnable) voidVkDeviceCommands.cmdSetViewportWScalingNV(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportWScalingNV pViewportWScalings) voidVkDeviceCommands.cmdSetViewportWScalingNV(VkCommandBuffer commandBuffer, int firstViewport, int viewportCount, IVkViewportWScalingNV pViewportWScalings) voidVkDeviceCommands.cmdTraceRaysIndirect2KHR(VkCommandBuffer commandBuffer, long indirectDeviceAddress) voidVkDeviceCommands.cmdTraceRaysIndirectKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) voidVkDeviceCommands.cmdTraceRaysKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) voidVkDeviceCommands.cmdTraceRaysKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) voidVkDeviceCommands.cmdTraceRaysKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) voidVkDeviceCommands.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) voidVkDeviceCommands.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) voidVkDeviceCommands.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) voidVkDeviceCommands.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) voidVkDeviceCommands.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) voidVkDeviceCommands.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) voidVkDeviceCommands.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) voidVkDeviceCommands.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) voidVkDeviceCommands.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) voidVkDeviceCommands.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) voidVkDeviceCommands.cmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long dataSize, @NotNull MemorySegment pData) voidVkDeviceCommands.cmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, long dstOffset, long dataSize, @NotNull MemorySegment pData) voidVkDeviceCommands.cmdWaitEvents(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdWaitEvents(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdWaitEvents(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdWaitEvents(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.cmdWaitEvents2(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) voidVkDeviceCommands.cmdWaitEvents2KHR(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) voidVkDeviceCommands.cmdWriteAccelerationStructuresPropertiesKHR(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteAccelerationStructuresPropertiesKHR(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteAccelerationStructuresPropertiesNV(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureNV.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteAccelerationStructuresPropertiesNV(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureNV.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteBufferMarker2AMD(VkCommandBuffer commandBuffer, long stage, VkBuffer dstBuffer, long dstOffset, int marker) voidVkDeviceCommands.cmdWriteBufferMarker2AMD(VkCommandBuffer commandBuffer, long stage, VkBuffer dstBuffer, long dstOffset, int marker) voidVkDeviceCommands.cmdWriteBufferMarkerAMD(VkCommandBuffer commandBuffer, int pipelineStage, VkBuffer dstBuffer, long dstOffset, int marker) voidVkDeviceCommands.cmdWriteBufferMarkerAMD(VkCommandBuffer commandBuffer, int pipelineStage, VkBuffer dstBuffer, long dstOffset, int marker) voidVkDeviceCommands.cmdWriteMicromapsPropertiesEXT(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteMicromapsPropertiesEXT(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteTimestamp(VkCommandBuffer commandBuffer, int pipelineStage, VkQueryPool queryPool, int query) voidVkDeviceCommands.cmdWriteTimestamp2(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) voidVkDeviceCommands.cmdWriteTimestamp2KHR(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) intVkDeviceCommands.compileDeferredNV(VkDevice device, VkPipeline pipeline, int shader) intVkDeviceCommands.createComputePipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkComputePipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createExecutionGraphPipelinesAMDX(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createGraphicsPipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkGraphicsPipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createRayTracingPipelinesKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createRayTracingPipelinesNV(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoNV pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) intVkDeviceCommands.createShadersEXT(VkDevice device, int createInfoCount, IVkShaderCreateInfoEXT pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkShaderEXT.Ptr pShaders) intVkDeviceCommands.createSharedSwapchainsKHR(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) voidVkInstanceCommands.debugReportMessageEXT(VkInstance instance, int flags, int objectType, long object, long location, int messageCode, BytePtr pLayerPrefix, BytePtr pMessage) intVkInstanceCommands.enumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, @Nullable BytePtr pLayerName, IntPtr pPropertyCount, @Nullable IVkExtensionProperties pProperties) intVkInstanceCommands.enumerateDeviceLayerProperties(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkLayerProperties pProperties) intVkEntryCommands.enumerateInstanceExtensionProperties(@Nullable BytePtr pLayerName, IntPtr pPropertyCount, @Nullable IVkExtensionProperties pProperties) intVkEntryCommands.enumerateInstanceLayerProperties(IntPtr pPropertyCount, @Nullable IVkLayerProperties pProperties) intVkEntryCommands.enumerateInstanceVersion(IntPtr pApiVersion) intVkInstanceCommands.enumeratePhysicalDeviceGroups(VkInstance instance, IntPtr pPhysicalDeviceGroupCount, @Nullable IVkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) intVkInstanceCommands.enumeratePhysicalDeviceGroupsKHR(VkInstance instance, IntPtr pPhysicalDeviceGroupCount, @Nullable IVkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) intVkInstanceCommands.enumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, IntPtr pCounterCount, @Nullable IVkPerformanceCounterKHR pCounters, @Nullable IVkPerformanceCounterDescriptionKHR pCounterDescriptions) intVkInstanceCommands.enumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, IntPtr pCounterCount, @Nullable IVkPerformanceCounterKHR pCounters, @Nullable IVkPerformanceCounterDescriptionKHR pCounterDescriptions) intVkInstanceCommands.enumeratePhysicalDevices(VkInstance instance, IntPtr pPhysicalDeviceCount, VkPhysicalDevice.Ptr pPhysicalDevices) intVkDeviceCommands.flushMappedMemoryRanges(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) voidVkDeviceCommands.freeCommandBuffers(VkDevice device, VkCommandPool commandPool, int commandBufferCount, VkCommandBuffer.Ptr pCommandBuffers) intVkDeviceCommands.freeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets) voidVkDeviceCommands.getAccelerationStructureBuildSizesKHR(VkDevice device, int buildType, VkAccelerationStructureBuildGeometryInfoKHR pBuildInfo, @Nullable IntPtr pMaxPrimitiveCounts, VkAccelerationStructureBuildSizesInfoKHR pSizeInfo) intVkDeviceCommands.getCalibratedTimestampsEXT(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) intVkDeviceCommands.getCalibratedTimestampsEXT(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) intVkDeviceCommands.getCalibratedTimestampsEXT(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) intVkDeviceCommands.getCalibratedTimestampsKHR(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) intVkDeviceCommands.getCalibratedTimestampsKHR(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) intVkDeviceCommands.getCalibratedTimestampsKHR(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) voidVkDeviceCommands.getDescriptorSetLayoutBindingOffsetEXT(VkDevice device, VkDescriptorSetLayout layout, int binding, LongPtr pOffset) voidVkDeviceCommands.getDescriptorSetLayoutBindingOffsetEXT(VkDevice device, VkDescriptorSetLayout layout, int binding, LongPtr pOffset) voidVkDeviceCommands.getDescriptorSetLayoutSizeEXT(VkDevice device, VkDescriptorSetLayout layout, LongPtr pLayoutSizeInBytes) voidVkDeviceCommands.getDeviceGroupPeerMemoryFeatures(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) voidVkDeviceCommands.getDeviceGroupPeerMemoryFeatures(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) voidVkDeviceCommands.getDeviceGroupPeerMemoryFeatures(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) voidVkDeviceCommands.getDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) voidVkDeviceCommands.getDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) voidVkDeviceCommands.getDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, int heapIndex, int localDeviceIndex, int remoteDeviceIndex, IntPtr pPeerMemoryFeatures) voidVkDeviceCommands.getDeviceImageSparseMemoryRequirements(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getDeviceImageSparseMemoryRequirementsKHR(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, LongPtr pCommittedMemoryInBytes) voidVkDeviceCommands.getDeviceQueue(VkDevice device, int queueFamilyIndex, int queueIndex, VkQueue.Ptr pQueue) voidVkDeviceCommands.getDeviceQueue(VkDevice device, int queueFamilyIndex, int queueIndex, VkQueue.Ptr pQueue) intVkInstanceCommands.getDisplayModeProperties2KHR(VkPhysicalDevice physicalDevice, VkDisplayKHR display, IntPtr pPropertyCount, @Nullable IVkDisplayModeProperties2KHR pProperties) intVkInstanceCommands.getDisplayModePropertiesKHR(VkPhysicalDevice physicalDevice, VkDisplayKHR display, IntPtr pPropertyCount, @Nullable IVkDisplayModePropertiesKHR pProperties) intVkInstanceCommands.getDisplayPlaneCapabilitiesKHR(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, int planeIndex, VkDisplayPlaneCapabilitiesKHR pCapabilities) intVkInstanceCommands.getDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, int planeIndex, IntPtr pDisplayCount, VkDisplayKHR.Ptr pDisplays) intVkInstanceCommands.getDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, int planeIndex, IntPtr pDisplayCount, VkDisplayKHR.Ptr pDisplays) intVkInstanceCommands.getDrmDisplayEXT(VkPhysicalDevice physicalDevice, int drmFd, int connectorId, VkDisplayKHR.Ptr display) intVkDeviceCommands.getExecutionGraphPipelineNodeIndexAMDX(VkDevice device, VkPipeline executionGraph, VkPipelineShaderStageNodeCreateInfoAMDX pNodeInfo, IntPtr pNodeIndex) intVkDeviceCommands.getFramebufferTilePropertiesQCOM(VkDevice device, VkFramebuffer framebuffer, IntPtr pPropertiesCount, @Nullable IVkTilePropertiesQCOM pProperties) voidVkDeviceCommands.getImageSparseMemoryRequirements(VkDevice device, VkImage image, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements pSparseMemoryRequirements) voidVkDeviceCommands.getImageSparseMemoryRequirements2(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.getImageSparseMemoryRequirements2KHR(VkDevice device, VkImageSparseMemoryRequirementsInfo2 pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) intVkDeviceCommands.getMemoryZirconHandleFUCHSIA(VkDevice device, VkMemoryGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) intVkDeviceCommands.getMemoryZirconHandlePropertiesFUCHSIA(VkDevice device, int handleType, int zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA pMemoryZirconHandleProperties) intVkDeviceCommands.getPastPresentationTimingGOOGLE(VkDevice device, VkSwapchainKHR swapchain, IntPtr pPresentationTimingCount, @Nullable IVkPastPresentationTimingGOOGLE pPresentationTimings) intVkInstanceCommands.getPhysicalDeviceCalibrateableTimeDomainsEXT(VkPhysicalDevice physicalDevice, IntPtr pTimeDomainCount, @Nullable IntPtr pTimeDomains) intVkInstanceCommands.getPhysicalDeviceCalibrateableTimeDomainsKHR(VkPhysicalDevice physicalDevice, IntPtr pTimeDomainCount, @Nullable IntPtr pTimeDomains) intVkInstanceCommands.getPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixFlexibleDimensionsPropertiesNV pProperties) intVkInstanceCommands.getPhysicalDeviceCooperativeMatrixPropertiesKHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixPropertiesKHR pProperties) intVkInstanceCommands.getPhysicalDeviceCooperativeMatrixPropertiesNV(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixPropertiesNV pProperties) intVkInstanceCommands.getPhysicalDeviceCooperativeVectorPropertiesNV(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeVectorPropertiesNV pProperties) intVkInstanceCommands.getPhysicalDeviceDirectFBPresentationSupportEXT(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr dfb) intVkInstanceCommands.getPhysicalDeviceDisplayPlaneProperties2KHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPlaneProperties2KHR pProperties) intVkInstanceCommands.getPhysicalDeviceDisplayPlanePropertiesKHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPlanePropertiesKHR pProperties) intVkInstanceCommands.getPhysicalDeviceDisplayProperties2KHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayProperties2KHR pProperties) intVkInstanceCommands.getPhysicalDeviceDisplayPropertiesKHR(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPropertiesKHR pProperties) intVkInstanceCommands.getPhysicalDeviceFragmentShadingRatesKHR(VkPhysicalDevice physicalDevice, IntPtr pFragmentShadingRateCount, @Nullable IVkPhysicalDeviceFragmentShadingRateKHR pFragmentShadingRates) intVkInstanceCommands.getPhysicalDeviceOpticalFlowImageFormatsNV(VkPhysicalDevice physicalDevice, VkOpticalFlowImageFormatInfoNV pOpticalFlowImageFormatInfo, IntPtr pFormatCount, @Nullable IVkOpticalFlowImageFormatPropertiesNV pImageFormatProperties) intVkInstanceCommands.getPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, IntPtr pRectCount, @Nullable IVkRect2D pRects) voidVkInstanceCommands.getPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR(VkPhysicalDevice physicalDevice, VkQueryPoolPerformanceCreateInfoKHR pPerformanceQueryCreateInfo, IntPtr pNumPasses) voidVkInstanceCommands.getPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties pQueueFamilyProperties) voidVkInstanceCommands.getPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties2 pQueueFamilyProperties) voidVkInstanceCommands.getPhysicalDeviceQueueFamilyProperties2KHR(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties2 pQueueFamilyProperties) intVkInstanceCommands.getPhysicalDeviceRefreshableObjectTypesKHR(VkPhysicalDevice physicalDevice, IntPtr pRefreshableObjectTypeCount, @Nullable IntPtr pRefreshableObjectTypes) intVkInstanceCommands.getPhysicalDeviceScreenPresentationSupportQNX(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr window) voidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, int format, int type, int samples, int usage, int tiling, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties pProperties) voidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) voidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) intVkInstanceCommands.getPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(VkPhysicalDevice physicalDevice, IntPtr pCombinationCount, @Nullable IVkFramebufferMixedSamplesCombinationNV pCombinations) intVkInstanceCommands.getPhysicalDeviceSurfaceFormats2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormat2KHR pSurfaceFormats) intVkInstanceCommands.getPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice physicalDevice, @Nullable VkSurfaceKHR surface, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormatKHR pSurfaceFormats) intVkInstanceCommands.getPhysicalDeviceSurfacePresentModes2EXT(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pPresentModeCount, @Nullable IntPtr pPresentModes) intVkInstanceCommands.getPhysicalDeviceSurfacePresentModesKHR(VkPhysicalDevice physicalDevice, @Nullable VkSurfaceKHR surface, IntPtr pPresentModeCount, @Nullable IntPtr pPresentModes) intVkInstanceCommands.getPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, VkSurfaceKHR surface, IntPtr pSupported) intVkInstanceCommands.getPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, VkSurfaceKHR surface, IntPtr pSupported) intVkInstanceCommands.getPhysicalDeviceToolProperties(VkPhysicalDevice physicalDevice, IntPtr pToolCount, @Nullable IVkPhysicalDeviceToolProperties pToolProperties) intVkInstanceCommands.getPhysicalDeviceToolPropertiesEXT(VkPhysicalDevice physicalDevice, IntPtr pToolCount, @Nullable IVkPhysicalDeviceToolProperties pToolProperties) intVkInstanceCommands.getPhysicalDeviceVideoFormatPropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoFormatInfoKHR pVideoFormatInfo, IntPtr pVideoFormatPropertyCount, @Nullable IVkVideoFormatPropertiesKHR pVideoFormatProperties) intVkInstanceCommands.getPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr display) intVkInstanceCommands.getPhysicalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex) intVkInstanceCommands.getPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, @NotNull MemorySegment connection, int visual_id) intVkInstanceCommands.getPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, @NotNull MemorySegment connection, int visual_id) intVkInstanceCommands.getPhysicalDeviceXlibPresentationSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, PointerPtr dpy, long visualID) intVkDeviceCommands.getPipelineExecutableInternalRepresentationsKHR(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pInternalRepresentationCount, @Nullable IVkPipelineExecutableInternalRepresentationKHR pInternalRepresentations) intVkDeviceCommands.getPipelineExecutablePropertiesKHR(VkDevice device, VkPipelineInfoKHR pPipelineInfo, IntPtr pExecutableCount, @Nullable IVkPipelineExecutablePropertiesKHR pProperties) intVkDeviceCommands.getPipelineExecutableStatisticsKHR(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pStatisticCount, @Nullable IVkPipelineExecutableStatisticKHR pStatistics) voidVkDeviceCommands.getPrivateData(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, LongPtr pData) voidVkDeviceCommands.getPrivateData(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, LongPtr pData) voidVkDeviceCommands.getPrivateDataEXT(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, LongPtr pData) voidVkDeviceCommands.getPrivateDataEXT(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, LongPtr pData) intVkDeviceCommands.getQueryPoolResults(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, @NotNull MemorySegment pData, long stride, int flags) intVkDeviceCommands.getQueryPoolResults(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, @NotNull MemorySegment pData, long stride, int flags) intVkDeviceCommands.getQueryPoolResults(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, @NotNull MemorySegment pData, long stride, int flags) voidVkDeviceCommands.getQueueCheckpointData2NV(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointData2NV pCheckpointData) voidVkDeviceCommands.getQueueCheckpointDataNV(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointDataNV pCheckpointData) intVkDeviceCommands.getRayTracingCaptureReplayShaderGroupHandlesKHR(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getRayTracingCaptureReplayShaderGroupHandlesKHR(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getRayTracingShaderGroupHandlesKHR(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getRayTracingShaderGroupHandlesKHR(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getRayTracingShaderGroupHandlesNV(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) intVkDeviceCommands.getRayTracingShaderGroupHandlesNV(VkDevice device, VkPipeline pipeline, int firstGroup, int groupCount, long dataSize, @NotNull MemorySegment pData) longVkDeviceCommands.getRayTracingShaderGroupStackSizeKHR(VkDevice device, VkPipeline pipeline, int group, int groupShader) intVkDeviceCommands.getSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, LongPtr pValue) intVkDeviceCommands.getSemaphoreCounterValueKHR(VkDevice device, VkSemaphore semaphore, LongPtr pValue) intVkDeviceCommands.getSemaphoreZirconHandleFUCHSIA(VkDevice device, VkSemaphoreGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) intVkDeviceCommands.getSwapchainCounterEXT(VkDevice device, VkSwapchainKHR swapchain, int counter, LongPtr pCounterValue) intVkDeviceCommands.getSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, IntPtr pSwapchainImageCount, VkImage.Ptr pSwapchainImages) intVkDeviceCommands.getVideoSessionMemoryRequirementsKHR(VkDevice device, VkVideoSessionKHR videoSession, IntPtr pMemoryRequirementsCount, @Nullable IVkVideoSessionMemoryRequirementsKHR pMemoryRequirements) intVkInstanceCommands.getWinrtDisplayNV(VkPhysicalDevice physicalDevice, int deviceRelativeId, VkDisplayKHR.Ptr pDisplay) intVkDeviceCommands.invalidateMappedMemoryRanges(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) intVkDeviceCommands.mapMemory(VkDevice device, VkDeviceMemory memory, long offset, long size, int flags, PointerPtr ppData) intVkDeviceCommands.mapMemory(VkDevice device, VkDeviceMemory memory, long offset, long size, int flags, PointerPtr ppData) intVkDeviceCommands.mergePipelineCaches(VkDevice device, VkPipelineCache dstCache, int srcCacheCount, VkPipelineCache.Ptr pSrcCaches) intVkDeviceCommands.mergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, int srcCacheCount, VkValidationCacheEXT.Ptr pSrcCaches) intVkDeviceCommands.queueBindSparse(VkQueue queue, int bindInfoCount, @Nullable IVkBindSparseInfo pBindInfo, @Nullable VkFence fence) intVkDeviceCommands.queueSubmit(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo pSubmits, @Nullable VkFence fence) intVkDeviceCommands.queueSubmit2(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) intVkDeviceCommands.queueSubmit2KHR(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) intVkDeviceCommands.resetFences(VkDevice device, int fenceCount, VkFence.Ptr pFences) voidVkDeviceCommands.resetQueryPool(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) voidVkDeviceCommands.resetQueryPool(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) voidVkDeviceCommands.resetQueryPoolEXT(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) voidVkDeviceCommands.resetQueryPoolEXT(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) voidVkDeviceCommands.setHdrMetadataEXT(VkDevice device, int swapchainCount, VkSwapchainKHR.Ptr pSwapchains, IVkHdrMetadataEXT pMetadata) voidVkDeviceCommands.setLocalDimmingAMD(VkDevice device, VkSwapchainKHR swapChain, int localDimmingEnable) intVkDeviceCommands.setPrivateData(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, long data) intVkDeviceCommands.setPrivateData(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, long data) intVkDeviceCommands.setPrivateDataEXT(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, long data) intVkDeviceCommands.setPrivateDataEXT(VkDevice device, int objectType, long objectHandle, VkPrivateDataSlot privateDataSlot, long data) intVkDeviceCommands.transitionImageLayout(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) intVkDeviceCommands.transitionImageLayoutEXT(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) voidVkDeviceCommands.updateDescriptorSets(VkDevice device, int descriptorWriteCount, @Nullable IVkWriteDescriptorSet pDescriptorWrites, int descriptorCopyCount, @Nullable IVkCopyDescriptorSet pDescriptorCopies) voidVkDeviceCommands.updateDescriptorSets(VkDevice device, int descriptorWriteCount, @Nullable IVkWriteDescriptorSet pDescriptorWrites, int descriptorCopyCount, @Nullable IVkCopyDescriptorSet pDescriptorCopies) voidVkDeviceCommands.updateIndirectExecutionSetPipelineEXT(VkDevice device, VkIndirectExecutionSetEXT indirectExecutionSet, int executionSetWriteCount, IVkWriteIndirectExecutionSetPipelineEXT pExecutionSetWrites) voidVkDeviceCommands.updateIndirectExecutionSetShaderEXT(VkDevice device, VkIndirectExecutionSetEXT indirectExecutionSet, int executionSetWriteCount, IVkWriteIndirectExecutionSetShaderEXT pExecutionSetWrites) intVkDeviceCommands.waitForFences(VkDevice device, int fenceCount, VkFence.Ptr pFences, int waitAll, long timeout) intVkDeviceCommands.waitForFences(VkDevice device, int fenceCount, VkFence.Ptr pFences, int waitAll, long timeout) intVkDeviceCommands.waitForFences(VkDevice device, int fenceCount, VkFence.Ptr pFences, int waitAll, long timeout) intVkDeviceCommands.waitForPresentKHR(VkDevice device, VkSwapchainKHR swapchain, long presentId, long timeout) intVkDeviceCommands.waitForPresentKHR(VkDevice device, VkSwapchainKHR swapchain, long presentId, long timeout) intVkDeviceCommands.waitSemaphores(VkDevice device, VkSemaphoreWaitInfo pWaitInfo, long timeout) intVkDeviceCommands.waitSemaphoresKHR(VkDevice device, VkSemaphoreWaitInfo pWaitInfo, long timeout) intVkDeviceCommands.writeAccelerationStructuresPropertiesKHR(VkDevice device, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, long dataSize, @NotNull MemorySegment pData, long stride) intVkDeviceCommands.writeMicromapsPropertiesEXT(VkDevice device, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, long dataSize, @NotNull MemorySegment pData, long stride) -
Uses of Unsigned in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionshortStdVideoH265ShortTermRefPicSet.abs_delta_rps_minus1()shortStdVideoEncodeH264RefListModEntry.abs_diff_pic_num_minus1()longVkDescriptorDataEXT.accelerationStructure()longVkPartitionedAccelerationStructureUpdateInstanceDataNV.accelerationStructure()longVkPartitionedAccelerationStructureWriteInstanceDataNV.accelerationStructure()intVkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructure()intVkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureCaptureReplay()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.accelerationStructureCaptureReplayDescriptorDataSize()intVkWriteDescriptorSetAccelerationStructureKHR.accelerationStructureCount()intVkWriteDescriptorSetAccelerationStructureNV.accelerationStructureCount()intVkWriteDescriptorSetPartitionedAccelerationStructureNV.accelerationStructureCount()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.accelerationStructureDescriptorSize()intVkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureHostCommands()intVkPhysicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureIndirectBuild()longVkAccelerationStructureInstanceKHR.accelerationStructureReference()longVkAccelerationStructureMatrixMotionInstanceNV.accelerationStructureReference()longVkAccelerationStructureSRTMotionInstanceNV.accelerationStructureReference()longVkAccelerationStructureBuildSizesInfoKHR.accelerationStructureSize()intVkWin32KeyedMutexAcquireReleaseInfoKHR.acquireCount()intVkWin32KeyedMutexAcquireReleaseInfoNV.acquireCount()intVkExternalMemoryAcquireUnmodifiedEXT.acquireUnmodifiedMemory()intVkPhysicalDeviceShaderCoreProperties2AMD.activeComputeUnitCount()longVkPastPresentationTimingGOOGLE.actualPresentTime()byteStdVideoAV1SequenceHeader.additional_frame_id_length_minus_1()longVkDescriptorAddressInfoEXT.address()longVkDescriptorBufferBindingInfoEXT.address()intVkDeviceFaultCountsEXT.addressInfoCount()longVkDeviceFaultAddressInfoEXT.addressPrecision()intVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendAllOperations()intVkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.advancedBlendCoherentOperations()intVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendCorrelatedOverlap()intVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendIndependentBlend()intVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendMaxColorAttachments()intVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendNonPremultipliedDstColor()intVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.advancedBlendNonPremultipliedSrcColor()longVkMemoryRequirements.alignment()longVkTileMemoryRequirementsQCOM.alignment()longVkAndroidHardwareBufferPropertiesANDROID.allocationSize()longVkMemoryAllocateInfo.allocationSize()longVkScreenBufferPropertiesQNX.allocationSize()intVkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.allowClusterAccelerationStructure()intVkPhysicalDevicePerformanceQueryPropertiesKHR.allowCommandBufferQueryCopies()intVkPhysicalDeviceDescriptorBufferPropertiesEXT.allowSamplerImageViewPostSubmitCreation()intVkPipelineMultisampleStateCreateInfo.alphaToCoverageEnable()intVkPhysicalDeviceFeatures.alphaToOne()intVkPipelineMultisampleStateCreateInfo.alphaToOneEnable()intVkPhysicalDeviceAmigoProfilingFeaturesSEC.amigoProfiling()longVkAndroidHardwareBufferUsageANDROID.androidHardwareBufferUsage()intVkSamplerCreateInfo.anisotropyEnable()intVkPhysicalDeviceAntiLagFeaturesAMD.antiLag()intVkRayTracingShaderGroupCreateInfoKHR.anyHitShader()intVkRayTracingShaderGroupCreateInfoNV.anyHitShader()intVkApplicationInfo.apiVersion()intVkDeviceFaultVendorBinaryHeaderVersionOneEXT.apiVersion()intVkPhysicalDeviceProperties.apiVersion()intVkDeviceFaultVendorBinaryHeaderVersionOneEXT.applicationNameOffset()intVkApplicationInfo.applicationVersion()intVkDeviceFaultVendorBinaryHeaderVersionOneEXT.applicationVersion()byteStdVideoAV1FilmGrain.ar_coeff_lag()byteStdVideoAV1FilmGrain.ar_coeff_shift_minus_6()intVkBuildPartitionedAccelerationStructureIndirectCommandNV.argCount()intVkImageSubresource.arrayLayer()intVkImageCreateInfo.arrayLayers()intVkAccelerationStructureGeometryInstancesDataKHR.arrayOfPointers()longVkSubresourceLayout.arrayPitch()intVkRenderPassInputAttachmentAspectCreateInfo.aspectReferenceCount()intVkAttachmentReference.attachment()intVkAttachmentReference2.attachment()intVkFramebufferCreateInfo.attachmentCount()intVkPipelineColorBlendStateCreateInfo.attachmentCount()intVkPipelineColorWriteCreateInfoEXT.attachmentCount()intVkRenderPassAttachmentBeginInfo.attachmentCount()intVkRenderPassCreateInfo.attachmentCount()intVkRenderPassCreateInfo2.attachmentCount()intVkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.attachmentFeedbackLoopDynamicState()intVkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.attachmentFeedbackLoopLayout()intVkPhysicalDeviceFragmentShadingRateFeaturesKHR.attachmentFragmentShadingRate()intVkFramebufferAttachmentsCreateInfo.attachmentImageInfoCount()intVkAttachmentSampleLocationsEXT.attachmentIndex()intVkRenderPassSampleLocationsBeginInfoEXT.attachmentInitialSampleLocationsCount()byteStdVideoH265HrdParameters.au_cpb_removal_delay_length_minus1()longVkVideoEncodeRateControlLayerInfoKHR.averageBitrate()intVkPipelineExecutableStatisticValueKHR.b32()byteStdVideoAV1Quantization.base_q_idx()longVkDeviceAddressBindingCallbackDataEXT.baseAddress()intVkClearRect.baseArrayLayer()intVkImageSubresourceLayers.baseArrayLayer()intVkImageSubresourceRange.baseArrayLayer()intVkVideoPictureResourceInfoKHR.baseArrayLayer()intVkImageSubresourceRange.baseMipLevel()intVkAccelerationStructureTrianglesDisplacementMicromapNV.baseTriangle()intVkAccelerationStructureTrianglesOpacityMicromapEXT.baseTriangle()intVkVideoEncodeAV1CapabilitiesKHR.bidirectionalCompoundReferenceNameMask()intVkPhysicalDeviceOpticalFlowPropertiesNV.bidirectionalFlowSupported()intVkPipelineBinaryInfoKHR.binaryCount()intVkPipelineBinaryKeysAndDataKHR.binaryCount()intVkSparseBufferMemoryBindInfo.bindCount()intVkSparseImageMemoryBindInfo.bindCount()intVkSparseImageOpaqueMemoryBindInfo.bindCount()intVkDescriptorSetBindingReferenceVALVE.binding()intVkDescriptorSetLayoutBinding.binding()intVkVertexInputAttributeDescription.binding()intVkVertexInputAttributeDescription2EXT.binding()intVkVertexInputBindingDescription.binding()intVkVertexInputBindingDescription2EXT.binding()intVkVertexInputBindingDivisorDescription.binding()intVkDescriptorSetLayoutBindingFlagsCreateInfo.bindingCount()intVkDescriptorSetLayoutCreateInfo.bindingCount()intVkVideoEncodeAV1FrameSizeKHR.bipredictiveFrameSize()intVkVideoEncodeAV1QIndexKHR.bipredictiveQIndex()byteStdVideoH264SequenceParameterSet.bit_depth_chroma_minus8()byteStdVideoH265SequenceParameterSet.bit_depth_chroma_minus8()byteStdVideoH264SequenceParameterSet.bit_depth_luma_minus8()byteStdVideoH265SequenceParameterSet.bit_depth_luma_minus8()StdVideoH265SubLayerHrdParameters.bit_rate_du_value_minus1()byteStdVideoH264HrdParameters.bit_rate_scale()byteStdVideoH265HrdParameters.bit_rate_scale()StdVideoH264HrdParameters.bit_rate_value_minus1()StdVideoH265SubLayerHrdParameters.bit_rate_value_minus1()byteStdVideoAV1ColorConfig.BitDepth()intVkPipelineColorBlendAttachmentState.blendEnable()intVkCudaLaunchInfoNV.blockDimX()intVkCuLaunchInfoNVX.blockDimX()intVkCudaLaunchInfoNV.blockDimY()intVkCuLaunchInfoNVX.blockDimY()intVkCudaLaunchInfoNV.blockDimZ()intVkCuLaunchInfoNVX.blockDimZ()intVkPhysicalDeviceMaintenance6Properties.blockTexelViewCompatibleMultipleLayers()intVkPhysicalDeviceVulkan14Properties.blockTexelViewCompatibleMultipleLayers()intVkPhysicalDeviceBorderColorSwizzleFeaturesEXT.borderColorSwizzle()intVkPhysicalDeviceBorderColorSwizzleFeaturesEXT.borderColorSwizzleFromImage()intVkPhysicalDeviceLineRasterizationFeatures.bresenhamLines()intVkPhysicalDeviceVulkan14Features.bresenhamLines()byteStdVideoEncodeAV1DecoderModelInfo.buffer_delay_length_minus_1()byteStdVideoEncodeAV1DecoderModelInfo.buffer_removal_time_length_minus_1()longVkBindIndexBufferIndirectCommandEXT.bufferAddress()longVkBindIndexBufferIndirectCommandNV.bufferAddress()longVkBindVertexBufferIndirectCommandEXT.bufferAddress()longVkBindVertexBufferIndirectCommandNV.bufferAddress()longVkDrawIndirectCountIndirectCommandEXT.bufferAddress()intVkBindSparseInfo.bufferBindCount()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.bufferCaptureReplayDescriptorDataSize()intVkBufferCollectionPropertiesFUCHSIA.bufferCount()intVkFrameBoundaryEXT.bufferCount()intVkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddress()intVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddress()intVkPhysicalDeviceVulkan12Features.bufferDeviceAddress()intVkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressCaptureReplay()intVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddressCaptureReplay()intVkPhysicalDeviceVulkan12Features.bufferDeviceAddressCaptureReplay()intVkPhysicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressMultiDevice()intVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddressMultiDevice()intVkPhysicalDeviceVulkan12Features.bufferDeviceAddressMultiDevice()longVkPhysicalDeviceLimits.bufferImageGranularity()intVkBufferImageCopy.bufferImageHeight()intVkBufferImageCopy2.bufferImageHeight()intVkCopyMemoryToImageIndirectCommandNV.bufferImageHeight()intVkPhysicalDeviceDescriptorBufferPropertiesEXT.bufferlessPushDescriptors()intVkDependencyInfo.bufferMemoryBarrierCount()longVkBufferImageCopy.bufferOffset()longVkBufferImageCopy2.bufferOffset()intVkBufferImageCopy.bufferRowLength()intVkBufferImageCopy2.bufferRowLength()intVkCopyMemoryToImageIndirectCommandNV.bufferRowLength()longVkAccelerationStructureBuildSizesInfoKHR.buildScratchSize()longVkMicromapBuildSizesInfoEXT.buildScratchSize()longVkTraceRaysIndirectCommand2KHR.callableShaderBindingTableAddress()longVkTraceRaysIndirectCommand2KHR.callableShaderBindingTableSize()longVkTraceRaysIndirectCommand2KHR.callableShaderBindingTableStride()byteStdVideoAV1FilmGrain.cb_luma_mult()byteStdVideoAV1FilmGrain.cb_mult()shortStdVideoAV1FilmGrain.cb_offset()StdVideoH264HrdParameters.cbr_flag()intStdVideoH265SubLayerHrdParameters.cbr_flag()byteStdVideoAV1CDEF.cdef_bits()byteStdVideoAV1CDEF.cdef_damping_minus_3()StdVideoAV1CDEF.cdef_uv_pri_strength()StdVideoAV1CDEF.cdef_uv_sec_strength()StdVideoAV1CDEF.cdef_y_pri_strength()StdVideoAV1CDEF.cdef_y_sec_strength()byteStdVideoH265PictureParameterSet.chroma_bit_depth_entry_minus8()byteStdVideoEncodeH264WeightTable.chroma_log2_weight_denom()byteStdVideoH265PictureParameterSet.chroma_qp_offset_list_len_minus1()byteStdVideoH264SequenceParameterSetVui.chroma_sample_loc_type_bottom_field()byteStdVideoH265SequenceParameterSetVui.chroma_sample_loc_type_bottom_field()byteStdVideoH264SequenceParameterSetVui.chroma_sample_loc_type_top_field()byteStdVideoH265SequenceParameterSetVui.chroma_sample_loc_type_top_field()intStdVideoEncodeH264WeightTableFlags.chroma_weight_l0_flag()shortStdVideoEncodeH265WeightTableFlags.chroma_weight_l0_flag()intStdVideoEncodeH264WeightTableFlags.chroma_weight_l1_flag()shortStdVideoEncodeH265WeightTableFlags.chroma_weight_l1_flag()intVkColorBlendAdvancedEXT.clampResults()intVkRenderPassBeginInfo.clearValueCount()intVkSwapchainCreateInfoKHR.clipped()intVkRayTracingShaderGroupCreateInfoKHR.closestHitShader()intVkRayTracingShaderGroupCreateInfoNV.closestHitShader()intVkPhysicalDeviceClusterAccelerationStructureFeaturesNV.clusterAccelerationStructure()intVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterBottomLevelByteAlignment()intVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterByteAlignment()intVkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.clustercullingShader()intVkClusterAccelerationStructureBuildTriangleClusterInfoNV.clusterID()intVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.clusterID()intVkClusterAccelerationStructureInstantiateClusterInfoNV.clusterIdOffset()longVkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.clusterReferences()intVkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.clusterReferencesCount()intVkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.clusterReferencesStride()intVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterScratchByteAlignment()intVkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.clusterShadingRate()longVkClusterAccelerationStructureInstantiateClusterInfoNV.clusterTemplateAddress()intVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterTemplateBoundsByteAlignment()intVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.clusterTemplateByteAlignment()intVkDebugUtilsMessengerCallbackDataEXT.cmdBufLabelCount()byteStdVideoDecodeAV1PictureInfo.coded_denom()byteStdVideoEncodeAV1PictureInfo.coded_denom()longVkShaderCreateInfoEXT.codeSize()longVkShaderModuleCreateInfo.codeSize()intVkBufferCollectionCreateInfoFUCHSIA.collectionToken()byteStdVideoEncodeH265SliceSegmentHeader.collocated_ref_idx()intVkClearAttachment.colorAttachment()intVkAttachmentSampleCountInfoAMD.colorAttachmentCount()intVkCommandBufferInheritanceRenderingInfo.colorAttachmentCount()intVkPipelineRenderingCreateInfo.colorAttachmentCount()intVkRenderingAreaInfo.colorAttachmentCount()intVkRenderingAttachmentLocationInfo.colorAttachmentCount()intVkRenderingInfo.colorAttachmentCount()intVkRenderingInputAttachmentIndexInfo.colorAttachmentCount()intVkSubpassDescription.colorAttachmentCount()intVkSubpassDescription2.colorAttachmentCount()intVkSysmemColorSpaceFUCHSIA.colorSpace()intVkImageFormatConstraintsInfoFUCHSIA.colorSpaceCount()intVkPhysicalDeviceColorWriteEnableFeaturesEXT.colorWriteEnable()byteStdVideoH264SequenceParameterSetVui.colour_primaries()byteStdVideoH265SequenceParameterSetVui.colour_primaries()StdVideoH265PictureParameterSet.column_width_minus1()longVkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.combinedImageSamplerDensityMapDescriptorSize()intVkSamplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount()intVkPhysicalDeviceDescriptorBufferPropertiesEXT.combinedImageSamplerDescriptorSingleArray()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.combinedImageSamplerDescriptorSize()intVkCommandBufferAllocateInfo.commandBufferCount()intVkDeviceGroupSubmitInfo.commandBufferCount()intVkSubmitInfo.commandBufferCount()intVkSubmitInfo2.commandBufferInfoCount()intVkPhysicalDeviceCommandBufferInheritanceFeaturesNV.commandBufferInheritance()intVkDrawIndirectCountIndirectCommandEXT.commandCount()longVkAccelerationStructureCreateInfoNV.compactedSize()intVkSamplerCreateInfo.compareEnable()intVkStencilOpState.compareMask()longVkDecompressMemoryRegionNV.compressedSize()intVkImageCompressionControlEXT.compressionControlPlaneCount()intVkPhysicalDeviceCudaKernelLaunchPropertiesNV.computeCapabilityMajor()intVkPhysicalDeviceCudaKernelLaunchPropertiesNV.computeCapabilityMinor()intVkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.computeDerivativeGroupLinear()intVkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.computeDerivativeGroupQuads()intVkPhysicalDeviceSubgroupSizeControlFeatures.computeFullSubgroups()intVkPhysicalDeviceVulkan13Features.computeFullSubgroups()intVkPhysicalDeviceShaderCorePropertiesAMD.computeUnitsPerShaderArray()VkShaderStatisticsInfoAMD.computeWorkGroupSize()intVkPhysicalDeviceConditionalRenderingFeaturesEXT.conditionalRendering()intVkCommandBufferInheritanceConditionalRenderingInfoEXT.conditionalRenderingEnable()intStdVideoH265SequenceParameterSet.conf_win_bottom_offset()intStdVideoH265SequenceParameterSet.conf_win_left_offset()intStdVideoH265SequenceParameterSet.conf_win_right_offset()intStdVideoH265SequenceParameterSet.conf_win_top_offset()intVkVideoEncodeH264RateControlInfoKHR.consecutiveBFrameCount()intVkVideoEncodeH265RateControlInfoKHR.consecutiveBFrameCount()intVkVideoEncodeAV1RateControlInfoKHR.consecutiveBipredictiveFrameCount()intVkPhysicalDeviceConservativeRasterizationPropertiesEXT.conservativePointAndLineRasterization()intVkPhysicalDeviceConservativeRasterizationPropertiesEXT.conservativeRasterizationPostDepthCoverage()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.constantAlphaColorBlendFactors()intVkSpecializationMapEntry.constantID()intVkVideoEncodeAV1PictureInfoKHR.constantQIndex()shortStdVideoAV1TileInfo.context_update_tile_id()intVkPhysicalDeviceCooperativeMatrixFeaturesKHR.cooperativeMatrix()intVkPhysicalDeviceCooperativeMatrixFeaturesNV.cooperativeMatrix()intVkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixBlockLoads()intVkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixConversions()intVkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixFlexibleDimensions()intVkPhysicalDeviceCooperativeMatrix2PropertiesNV.cooperativeMatrixFlexibleDimensionsMaxDimension()intVkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixPerElementOperations()intVkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixReductions()intVkPhysicalDeviceCooperativeMatrixFeaturesKHR.cooperativeMatrixRobustBufferAccess()intVkPhysicalDeviceCooperativeMatrixFeaturesNV.cooperativeMatrixRobustBufferAccess()intVkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixTensorAddressing()intVkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixWorkgroupScope()intVkPhysicalDeviceCooperativeMatrix2PropertiesNV.cooperativeMatrixWorkgroupScopeMaxWorkgroupSize()intVkPhysicalDeviceCooperativeMatrix2PropertiesNV.cooperativeMatrixWorkgroupScopeReservedSharedMemory()intVkPhysicalDeviceCooperativeVectorFeaturesNV.cooperativeVector()intVkPhysicalDeviceCooperativeVectorFeaturesNV.cooperativeVectorTraining()intVkPhysicalDeviceCooperativeVectorPropertiesNV.cooperativeVectorTrainingFloat16Accumulation()intVkPhysicalDeviceCooperativeVectorPropertiesNV.cooperativeVectorTrainingFloat32Accumulation()intVkPhysicalDeviceHostImageCopyProperties.copyDstLayoutCount()intVkPhysicalDeviceVulkan14Properties.copyDstLayoutCount()intVkPhysicalDeviceHostImageCopyProperties.copySrcLayoutCount()intVkPhysicalDeviceVulkan14Properties.copySrcLayoutCount()intVkPhysicalDeviceCornerSampledImageFeaturesNV.cornerSampledImage()intVkRenderPassCreateInfo2.correlatedViewMaskCount()intVkRenderPassMultiviewCreateInfo.correlationMaskCount()intVkPhysicalDeviceOpticalFlowPropertiesNV.costSupported()intVkDispatchGraphCountInfoAMDX.count()intVkMicromapUsageEXT.count()intVkQueryPoolPerformanceCreateInfoKHR.counterIndexCount()intVkPerformanceQuerySubmitInfoKHR.counterPassIndex()intVkPipelineCoverageModulationStateCreateInfoNV.coverageModulationTableCount()intVkPipelineCoverageModulationStateCreateInfoNV.coverageModulationTableEnable()intVkPhysicalDeviceCoverageReductionModeFeaturesNV.coverageReductionMode()intVkPipelineCoverageToColorStateCreateInfoNV.coverageToColorEnable()intVkPipelineCoverageToColorStateCreateInfoNV.coverageToColorLocation()byteStdVideoH264HrdParameters.cpb_cnt_minus1()StdVideoH265HrdParameters.cpb_cnt_minus1()intStdVideoH264HrdParameters.cpb_removal_delay_length_minus1()byteStdVideoH265HrdParameters.cpb_size_du_scale()StdVideoH265SubLayerHrdParameters.cpb_size_du_value_minus1()byteStdVideoH264HrdParameters.cpb_size_scale()byteStdVideoH265HrdParameters.cpb_size_scale()StdVideoH264HrdParameters.cpb_size_value_minus1()StdVideoH265SubLayerHrdParameters.cpb_size_value_minus1()byteStdVideoAV1FilmGrain.cr_luma_mult()byteStdVideoAV1FilmGrain.cr_mult()shortStdVideoAV1FilmGrain.cr_offset()intVkBufferCollectionPropertiesFUCHSIA.createInfoIndex()intVkPhysicalDeviceCubicClampFeaturesQCOM.cubicRangeClamp()intVkPhysicalDeviceCudaKernelLaunchFeaturesNV.cudaKernelLaunchFeatures()intStdVideoDecodeAV1PictureInfo.current_frame_id()intStdVideoEncodeAV1PictureInfo.current_frame_id()intVkDisplayPlanePropertiesKHR.currentStackIndex()intVkPhysicalDeviceCustomBorderColorFeaturesEXT.customBorderColors()intVkPhysicalDeviceCustomBorderColorFeaturesEXT.customBorderColorWithoutFormat()intVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.customSampleOrderCount()intVkSetStateFlagsIndirectCommandNV.data()intVkMicromapTriangleEXT.dataOffset()longVkCudaModuleCreateInfoNV.dataSize()longVkCuModuleCreateInfoNVX.dataSize()longVkPipelineBinaryDataKHR.dataSize()longVkPipelineExecutableInternalRepresentationKHR.dataSize()longVkSpecializationInfo.dataSize()intVkWriteDescriptorSetInlineUniformBlock.dataSize()intVkPhysicalDeviceASTCDecodeFeaturesEXT.decodeModeSharedExponent()intStdVideoEncodeAV1OperatingPointInfo.decoder_buffer_delay()longVkDecompressMemoryRegionNV.decompressedSize()intVkDedicatedAllocationBufferCreateInfoNV.dedicatedAllocation()intVkDedicatedAllocationImageCreateInfoNV.dedicatedAllocation()intVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.dedicatedAllocationImageAliasing()shortStdVideoH265SequenceParameterSetVui.def_disp_win_bottom_offset()shortStdVideoH265SequenceParameterSetVui.def_disp_win_left_offset()shortStdVideoH265SequenceParameterSetVui.def_disp_win_right_offset()shortStdVideoH265SequenceParameterSetVui.def_disp_win_top_offset()intVkPhysicalDeviceConservativeRasterizationPropertiesEXT.degenerateLinesRasterized()intVkPhysicalDeviceConservativeRasterizationPropertiesEXT.degenerateTrianglesRasterized()byteStdVideoAV1SequenceHeader.delta_frame_id_length_minus_2()StdVideoEncodeAV1PictureInfo.delta_frame_id_minus_1()intStdVideoH265ShortTermRefPicSet.delta_idx_minus1()byteStdVideoDecodeAV1PictureInfo.delta_lf_res()byteStdVideoEncodeAV1PictureInfo.delta_lf_res()byteStdVideoH265SequenceParameterSet.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()byteStdVideoDecodeAV1PictureInfo.delta_q_res()byteStdVideoEncodeAV1PictureInfo.delta_q_res()intVkRenderPassCreateInfo.dependencyCount()intVkRenderPassCreateInfo2.dependencyCount()intVkRenderPassMultiviewCreateInfo.dependencyCount()intVkExtent3D.depth()intVkTraceRaysIndirectCommand2KHR.depth()intVkTraceRaysIndirectCommandKHR.depth()intVkPhysicalDeviceFeatures.depthBiasClamp()intVkPhysicalDeviceDepthBiasControlFeaturesEXT.depthBiasControl()intVkPipelineRasterizationStateCreateInfo.depthBiasEnable()intVkDepthBiasRepresentationInfoEXT.depthBiasExact()intVkPhysicalDeviceDepthBiasControlFeaturesEXT.depthBiasExact()intVkPhysicalDeviceFeatures.depthBounds()intVkPipelineDepthStencilStateCreateInfo.depthBoundsTestEnable()intVkPhysicalDeviceFeatures.depthClamp()intVkPhysicalDeviceDepthClampControlFeaturesEXT.depthClampControl()intVkPipelineRasterizationStateCreateInfo.depthClampEnable()intVkPhysicalDeviceDepthClampZeroOneFeaturesKHR.depthClampZeroOne()intVkPhysicalDeviceDepthClipControlFeaturesEXT.depthClipControl()intVkPhysicalDeviceDepthClipEnableFeaturesEXT.depthClipEnable()intVkPipelineRasterizationDepthClipStateCreateInfoEXT.depthClipEnable()longVkSubresourceLayout.depthPitch()intVkPhysicalDeviceMaintenance5Properties.depthStencilSwizzleOneSupport()intVkPhysicalDeviceVulkan14Properties.depthStencilSwizzleOneSupport()intVkPipelineDepthStencilStateCreateInfo.depthTestEnable()intVkPipelineDepthStencilStateCreateInfo.depthWriteEnable()intVkPhysicalDeviceAccelerationStructureFeaturesKHR.descriptorBindingAccelerationStructureUpdateAfterBind()intVkPhysicalDeviceInlineUniformBlockFeatures.descriptorBindingInlineUniformBlockUpdateAfterBind()intVkPhysicalDeviceVulkan13Features.descriptorBindingInlineUniformBlockUpdateAfterBind()intVkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingPartiallyBound()intVkPhysicalDeviceVulkan12Features.descriptorBindingPartiallyBound()intVkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingSampledImageUpdateAfterBind()intVkPhysicalDeviceVulkan12Features.descriptorBindingSampledImageUpdateAfterBind()intVkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageBufferUpdateAfterBind()intVkPhysicalDeviceVulkan12Features.descriptorBindingStorageBufferUpdateAfterBind()intVkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageImageUpdateAfterBind()intVkPhysicalDeviceVulkan12Features.descriptorBindingStorageImageUpdateAfterBind()intVkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageTexelBufferUpdateAfterBind()intVkPhysicalDeviceVulkan12Features.descriptorBindingStorageTexelBufferUpdateAfterBind()intVkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUniformBufferUpdateAfterBind()intVkPhysicalDeviceVulkan12Features.descriptorBindingUniformBufferUpdateAfterBind()intVkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUniformTexelBufferUpdateAfterBind()intVkPhysicalDeviceVulkan12Features.descriptorBindingUniformTexelBufferUpdateAfterBind()intVkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUpdateUnusedWhilePending()intVkPhysicalDeviceVulkan12Features.descriptorBindingUpdateUnusedWhilePending()intVkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingVariableDescriptorCount()intVkPhysicalDeviceVulkan12Features.descriptorBindingVariableDescriptorCount()intVkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBuffer()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.descriptorBufferAddressSpaceSize()intVkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferCaptureReplay()intVkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferImageLayoutIgnored()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.descriptorBufferOffsetAlignment()intVkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferPushDescriptors()intVkCopyDescriptorSet.descriptorCount()intVkDescriptorPoolSize.descriptorCount()intVkDescriptorSetLayoutBinding.descriptorCount()intVkDescriptorUpdateTemplateEntry.descriptorCount()intVkWriteDescriptorSet.descriptorCount()intVkPhysicalDeviceVulkan12Features.descriptorIndexing()longVkDescriptorSetLayoutHostMappingInfoVALVE.descriptorOffset()intVkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.descriptorPoolOverallocation()intVkBindDescriptorSetsInfo.descriptorSetCount()intVkDescriptorSetAllocateInfo.descriptorSetCount()intVkDescriptorSetVariableDescriptorCountAllocateInfo.descriptorSetCount()intVkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.descriptorSetHostMapping()intVkDescriptorSetLayoutHostMappingInfoVALVE.descriptorSize()intVkMutableDescriptorTypeListEXT.descriptorTypeCount()intVkDescriptorUpdateTemplateCreateInfo.descriptorUpdateEntryCount()intVkPushDescriptorSetInfo.descriptorWriteCount()longVkPastPresentationTimingGOOGLE.desiredPresentTime()longVkPresentTimeGOOGLE.desiredPresentTime()longVkAccelerationStructureCreateInfoKHR.deviceAddress()longVkBufferDeviceAddressCreateInfoEXT.deviceAddress()longVkComputePipelineIndirectBufferInfoNV.deviceAddress()longVkDeviceOrHostAddressConstAMDX.deviceAddress()longVkDeviceOrHostAddressConstKHR.deviceAddress()longVkDeviceOrHostAddressKHR.deviceAddress()longVkImageViewAddressPropertiesNVX.deviceAddress()longVkMicromapCreateInfoEXT.deviceAddress()longVkStridedDeviceAddressRegionKHR.deviceAddress()intVkPhysicalDeviceCoherentMemoryFeaturesAMD.deviceCoherentMemory()intVkPhysicalDeviceFaultFeaturesEXT.deviceFault()intVkPhysicalDeviceFaultFeaturesEXT.deviceFaultVendorBinary()intVkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.deviceGeneratedCommands()intVkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.deviceGeneratedCommands()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.deviceGeneratedCommandsMultiDrawIndirectCount()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.deviceGeneratedCommandsTransformFeedback()intVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.deviceGeneratedCompute()intVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.deviceGeneratedComputeCaptureReplay()intVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.deviceGeneratedComputePipelines()intVkApplicationParametersEXT.deviceID()intVkDeviceFaultVendorBinaryHeaderVersionOneEXT.deviceID()intVkPhysicalDeviceLayeredApiPropertiesKHR.deviceID()intVkPhysicalDeviceProperties.deviceID()intVkPipelineCacheHeaderVersionOne.deviceID()intVkExternalComputeQueueDataParamsNV.deviceIndex()intVkSemaphoreSubmitInfo.deviceIndex()intVkBindAccelerationStructureMemoryInfoNV.deviceIndexCount()intVkBindBufferMemoryDeviceGroupInfo.deviceIndexCount()intVkBindImageMemoryDeviceGroupInfo.deviceIndexCount()VkPhysicalDeviceIDProperties.deviceLUID()VkPhysicalDeviceVulkan11Properties.deviceLUID()intVkPhysicalDeviceIDProperties.deviceLUIDValid()intVkPhysicalDeviceVulkan11Properties.deviceLUIDValid()intVkAcquireNextImageInfoKHR.deviceMask()intVkCommandBufferSubmitInfo.deviceMask()intVkDeviceGroupCommandBufferBeginInfo.deviceMask()intVkDeviceGroupRenderPassBeginInfo.deviceMask()intVkMemoryAllocateFlagsInfo.deviceMask()intVkPhysicalDeviceDeviceMemoryReportFeaturesEXT.deviceMemoryReport()intVkPhysicalDeviceIDProperties.deviceNodeMask()intVkPhysicalDeviceVulkan11Properties.deviceNodeMask()intVkDeviceGroupRenderPassBeginInfo.deviceRenderAreaCount()VkPhysicalDeviceIDProperties.deviceUUID()VkPhysicalDeviceVulkan11Properties.deviceUUID()intVkPhysicalDeviceDiagnosticsConfigFeaturesNV.diagnosticsConfig()byteStdVideoH265PictureParameterSet.diff_cu_chroma_qp_offset_depth()byteStdVideoH265PictureParameterSet.diff_cu_qp_delta_depth()shortStdVideoEncodeH264RefPicMarkingEntry.difference_of_pic_nums_minus1()intVkValidationFlagsEXT.disabledValidationCheckCount()intVkValidationFeaturesEXT.disabledValidationFeatureCount()intVkDevicePipelineBinaryInternalCacheControlKHR.disableInternalCache()intVkRenderPassCreationControlEXT.disallowMerging()intVkMicromapBuildSizesInfoEXT.discardable()intVkPipelineDiscardRectangleStateCreateInfoEXT.discardRectangleCount()intVkPhysicalDeviceLimits.discreteQueuePriorities()longVkAccelerationStructureTrianglesDisplacementMicromapNV.displacedMicromapPrimitiveFlagsStride()longVkAccelerationStructureTrianglesDisplacementMicromapNV.displacementBiasAndScaleStride()intVkPhysicalDeviceDisplacementMicromapFeaturesNV.displacementMicromap()longVkAccelerationStructureTrianglesDisplacementMicromapNV.displacementVectorStride()intVkVertexInputBindingDescription2EXT.divisor()intVkVertexInputBindingDivisorDescription.divisor()byteStdVideoH265HrdParameters.dpb_output_delay_du_length_minus1()intStdVideoH264HrdParameters.dpb_output_delay_length_minus1()byteStdVideoH265HrdParameters.dpb_output_delay_length_minus1()intVkPhysicalDeviceVulkan12Features.drawIndirectCount()intVkPhysicalDeviceFeatures.drawIndirectFirstInstance()intVkDirectDriverLoadingListLUNARG.driverCount()longVkLatencyTimingsFrameReportNV.driverEndTimeUs()longVkLatencyTimingsFrameReportNV.driverStartTimeUs()VkPhysicalDeviceIDProperties.driverUUID()VkPhysicalDeviceVulkan11Properties.driverUUID()intVkDeviceFaultVendorBinaryHeaderVersionOneEXT.driverVersion()intVkPhysicalDeviceProperties.driverVersion()longVkDrmFormatModifierProperties2EXT.drmFormatModifier()longVkDrmFormatModifierPropertiesEXT.drmFormatModifier()longVkImageDrmFormatModifierExplicitCreateInfoEXT.drmFormatModifier()longVkImageDrmFormatModifierPropertiesEXT.drmFormatModifier()longVkPhysicalDeviceImageDrmFormatModifierInfoEXT.drmFormatModifier()intVkDrmFormatModifierPropertiesList2EXT.drmFormatModifierCount()intVkDrmFormatModifierPropertiesListEXT.drmFormatModifierCount()intVkImageDrmFormatModifierListCreateInfoEXT.drmFormatModifierCount()intVkDrmFormatModifierProperties2EXT.drmFormatModifierPlaneCount()intVkDrmFormatModifierPropertiesEXT.drmFormatModifierPlaneCount()intVkImageDrmFormatModifierExplicitCreateInfoEXT.drmFormatModifierPlaneCount()longVkBuildPartitionedAccelerationStructureInfoNV.dstAccelerationStructureData()longVkCopyMemoryIndirectCommandNV.dstAddress()longVkDecompressMemoryRegionNV.dstAddress()intVkCopyDescriptorSet.dstArrayElement()intVkDescriptorUpdateTemplateEntry.dstArrayElement()intVkWriteDescriptorSet.dstArrayElement()intVkCopyDescriptorSet.dstBinding()intVkDescriptorUpdateTemplateEntry.dstBinding()intVkWriteDescriptorSet.dstBinding()longVkVideoEncodeInfoKHR.dstBufferOffset()longVkVideoEncodeInfoKHR.dstBufferRange()longVkClusterAccelerationStructureCommandsInfoNV.dstImplicitData()longVkBufferCopy.dstOffset()longVkBufferCopy2.dstOffset()intVkColorBlendAdvancedEXT.dstPremultiplied()intVkPipelineColorBlendAdvancedStateCreateInfoEXT.dstPremultiplied()intVkBufferMemoryBarrier.dstQueueFamilyIndex()intVkBufferMemoryBarrier2.dstQueueFamilyIndex()intVkImageMemoryBarrier.dstQueueFamilyIndex()intVkImageMemoryBarrier2.dstQueueFamilyIndex()longVkConvertCooperativeVectorMatrixInfoNV.dstStride()intVkSubpassDependency.dstSubpass()intVkSubpassDependency2.dstSubpass()byteStdVideoH265HrdParameters.du_cpb_removal_delay_increment_length_minus1()intVkPhysicalDeviceFeatures.dualSrcBlend()longVkPipelineCreationFeedback.duration()intVkExportFenceWin32HandleInfoKHR.dwAccess()intVkExportMemoryWin32HandleInfoKHR.dwAccess()intVkExportMemoryWin32HandleInfoNV.dwAccess()intVkExportSemaphoreWin32HandleInfoKHR.dwAccess()intVkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.dynamicGeneratedPipelineLayout()longVkHdrVividDynamicMetadataHUAWEI.dynamicMetadataSize()intVkBindDescriptorSetsInfo.dynamicOffsetCount()intVkPhysicalDevicePerStageDescriptorSetFeaturesNV.dynamicPipelineLayout()intVkPhysicalDeviceExtendedDynamicState3PropertiesEXT.dynamicPrimitiveTopologyUnrestricted()intVkPhysicalDeviceDynamicRenderingFeatures.dynamicRendering()intVkPhysicalDeviceVulkan13Features.dynamicRendering()intVkPhysicalDeviceDynamicRenderingLocalReadFeatures.dynamicRenderingLocalRead()intVkPhysicalDeviceVulkan14Features.dynamicRenderingLocalRead()intVkPhysicalDeviceVulkan14Properties.dynamicRenderingLocalReadDepthStencilAttachments()intVkPhysicalDeviceVulkan14Properties.dynamicRenderingLocalReadMultisampledAttachments()intVkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.dynamicRenderingUnusedAttachments()intVkPipelineDynamicStateCreateInfo.dynamicStateCount()longVkPastPresentationTimingGOOGLE.earliestPresentTime()intVkPhysicalDeviceMaintenance5Properties.earlyFragmentMultisampleCoverageAfterSampleCounting()intVkPhysicalDeviceVulkan14Properties.earlyFragmentMultisampleCoverageAfterSampleCounting()intVkPhysicalDeviceMaintenance5Properties.earlyFragmentSampleMaskTestBeforeSampleCounting()intVkPhysicalDeviceVulkan14Properties.earlyFragmentSampleMaskTestBeforeSampleCounting()StdVideoH265HrdParameters.elemental_duration_in_tc_minus1()intVkPerformanceOverrideInfoINTEL.enable()intVkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.enableCbCrDegamma()intVkDeviceCreateInfo.enabledExtensionCount()intVkInstanceCreateInfo.enabledExtensionCount()intVkDeviceCreateInfo.enabledLayerCount()intVkInstanceCreateInfo.enabledLayerCount()intVkValidationFeaturesEXT.enabledValidationFeatureCount()intVkPartitionedAccelerationStructureFlagsNV.enablePartitionTranslation()intVkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.enableYDegamma()intStdVideoEncodeAV1OperatingPointInfo.encoder_buffer_delay()intVkDeviceFaultVendorBinaryHeaderVersionOneEXT.engineNameOffset()intVkApplicationInfo.engineVersion()intVkDeviceFaultVendorBinaryHeaderVersionOneEXT.engineVersion()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.events()intVkPhysicalDeviceExclusiveScissorFeaturesNV.exclusiveScissor()intVkPipelineViewportExclusiveScissorStateCreateInfoNV.exclusiveScissorCount()intVkPipelineExecutableInfoKHR.executableIndex()intVkPhysicalDeviceShaderEnqueuePropertiesAMDX.executionGraphDispatchAddressAlignment()intVkVideoEncodeH264CapabilitiesKHR.expectDyadicTemporalLayerPattern()intVkVideoEncodeH265CapabilitiesKHR.expectDyadicTemporalSubLayerPattern()StdVideoDecodeAV1PictureInfo.expectedFrameId()intVkPhysicalDeviceExtendedDynamicStateFeaturesEXT.extendedDynamicState()intVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.extendedDynamicState2()intVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.extendedDynamicState2LogicOp()intVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.extendedDynamicState2PatchControlPoints()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3AlphaToCoverageEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3AlphaToOneEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorBlendAdvanced()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorBlendEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorBlendEquation()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ColorWriteMask()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ConservativeRasterizationMode()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageModulationMode()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageModulationTable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageModulationTableEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageReductionMode()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageToColorEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3CoverageToColorLocation()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClampEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClipEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClipNegativeOneToOne()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ExtraPrimitiveOverestimationSize()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LineRasterizationMode()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LineStippleEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LogicOpEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3PolygonMode()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ProvokingVertexMode()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3RasterizationSamples()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3RasterizationStream()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3RepresentativeFragmentTestEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3SampleLocationsEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3SampleMask()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ShadingRateImageEnable()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3TessellationDomainOrigin()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ViewportSwizzle()intVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3ViewportWScalingEnable()intVkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.extendedSparseAddressSpace()longVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.extendedSparseAddressSpaceSize()intVkPhysicalDeviceExternalComputeQueuePropertiesNV.externalDataSize()longVkAndroidHardwareBufferFormatProperties2ANDROID.externalFormat()longVkAndroidHardwareBufferFormatPropertiesANDROID.externalFormat()longVkExternalFormatANDROID.externalFormat()longVkExternalFormatQNX.externalFormat()longVkScreenBufferFormatPropertiesQNX.externalFormat()intVkPhysicalDeviceExternalFormatResolveFeaturesANDROID.externalFormatResolve()intVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.externalMemoryRDMA()longVkCudaLaunchInfoNV.extraCount()longVkCuLaunchInfoNVX.extraCount()StdVideoAV1Segmentation.FeatureEnabled()intVkPhysicalDeviceFeatures.fillModeNonSolid()byteStdVideoAV1FilmGrain.film_grain_params_ref_idx()intVkVideoDecodeAV1ProfileInfoKHR.filmGrainSupport()intVkFilterCubicImageViewImageFormatPropertiesEXT.filterCubic()intVkFilterCubicImageViewImageFormatPropertiesEXT.filterCubicMinmax()intVkPhysicalDeviceSamplerFilterMinmaxProperties.filterMinmaxImageComponentMapping()intVkPhysicalDeviceVulkan12Properties.filterMinmaxImageComponentMapping()intVkPhysicalDeviceSamplerFilterMinmaxProperties.filterMinmaxSingleComponentFormats()intVkPhysicalDeviceVulkan12Properties.filterMinmaxSingleComponentFormats()intStdVideoEncodeH264SliceHeader.first_mb_in_slice()longVkAmigoProfilingSubmitInfoSEC.firstDrawTimestamp()intVkDrawIndexedIndirectCommand.firstIndex()intVkMultiDrawIndexedInfoEXT.firstIndex()intVkDrawIndexedIndirectCommand.firstInstance()intVkDrawIndirectCommand.firstInstance()intVkVideoInlineQueryInfoKHR.firstQuery()intVkBindDescriptorSetsInfo.firstSet()intVkSetDescriptorBufferOffsetsInfoEXT.firstSet()intVkDrawMeshTasksIndirectCommandNV.firstTask()intVkAccelerationStructureBuildRangeInfoKHR.firstVertex()intVkDrawIndirectCommand.firstVertex()intVkMultiDrawInfoEXT.firstVertex()intStdVideoH265HrdFlags.fixed_pic_rate_general_flag()intStdVideoH265HrdFlags.fixed_pic_rate_within_cvs_flag()intVkAccelerationStructureInstanceKHR.flags()intVkAccelerationStructureMatrixMotionInstanceNV.flags()intVkAccelerationStructureSRTMotionInstanceNV.flags()intVkPhysicalDeviceDepthBiasControlFeaturesEXT.floatRepresentation()intVkPhysicalDeviceShaderCorePropertiesARM.fmaRate()intVkSamplerYcbcrConversionCreateInfo.forceExplicitReconstruction()shortVkMicromapTriangleEXT.format()intVkMicromapUsageEXT.format()intVkPhysicalDevice4444FormatsFeaturesEXT.formatA4B4G4R4()intVkPhysicalDevice4444FormatsFeaturesEXT.formatA4R4G4B4()intVkImageConstraintsInfoFUCHSIA.formatConstraintsCount()intVkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.formatRgba10x6WithoutYCbCrSampler()intVkPhysicalDeviceFragmentDensityMapPropertiesEXT.fragmentDensityInvocations()intVkPhysicalDeviceFragmentDensityMapFeaturesEXT.fragmentDensityMap()intVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.fragmentDensityMapDeferred()intVkPhysicalDeviceFragmentDensityMapFeaturesEXT.fragmentDensityMapDynamic()intVkPhysicalDeviceFragmentDensityMapFeaturesEXT.fragmentDensityMapNonSubsampledImages()intVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.fragmentDensityMapOffset()intVkRenderPassFragmentDensityMapOffsetEndInfoEXT.fragmentDensityOffsetCount()intVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.fragmentShaderBarycentric()intVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderPixelInterlock()intVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderSampleInterlock()intVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderShadingRateInterlock()intVkPhysicalDeviceMaintenance6Properties.fragmentShadingRateClampCombinerInputs()intVkPhysicalDeviceVulkan14Properties.fragmentShadingRateClampCombinerInputs()intVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.fragmentShadingRateEnums()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateNonTrivialCombinerOps()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateStrictMultiplyCombiner()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithConservativeRasterization()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithCustomSampleLocations()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithFragmentShaderInterlock()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithSampleMask()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithShaderDepthStencilWrites()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.fragmentShadingRateWithShaderSampleMask()intVkPhysicalDeviceFeatures.fragmentStoresAndAtomics()intStdVideoH264SequenceParameterSet.frame_crop_bottom_offset()intStdVideoH264SequenceParameterSet.frame_crop_left_offset()intStdVideoH264SequenceParameterSet.frame_crop_right_offset()intStdVideoH264SequenceParameterSet.frame_crop_top_offset()byteStdVideoAV1SequenceHeader.frame_height_bits_minus_1()shortStdVideoDecodeH264PictureInfo.frame_num()intStdVideoEncodeH264PictureInfo.frame_num()intStdVideoEncodeAV1PictureInfo.frame_presentation_time()byteStdVideoEncodeAV1DecoderModelInfo.frame_presentation_time_length_minus_1()byteStdVideoDecodeAV1ReferenceInfo.frame_type()byteStdVideoAV1SequenceHeader.frame_width_bits_minus_1()intVkPhysicalDeviceFrameBoundaryFeaturesEXT.frameBoundary()intVkVideoEncodeH264FrameSizeKHR.frameBSize()intVkVideoEncodeH265FrameSizeKHR.frameBSize()intVkVideoDecodeAV1PictureInfoKHR.frameHeaderOffset()longVkFrameBoundaryEXT.frameID()longVkAntiLagPresentationInfoAMD.frameIndex()intVkVideoEncodeH264FrameSizeKHR.frameISize()intVkVideoEncodeH265FrameSizeKHR.frameISize()shortStdVideoDecodeH264ReferenceInfo.FrameNum()intStdVideoEncodeH264ReferenceInfo.FrameNum()intVkVideoEncodeH264FrameSizeKHR.framePSize()intVkVideoEncodeH265FrameSizeKHR.framePSize()intVkVideoEncodeRateControlLayerInfoKHR.frameRateDenominator()intVkVideoEncodeRateControlLayerInfoKHR.frameRateNumerator()intVkPresentFrameTokenGGP.frameToken()intVkPhysicalDeviceFeatures.fullDrawIndexUint32()intVkSurfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported()intVkPhysicalDeviceConservativeRasterizationPropertiesEXT.fullyCoveredFragmentShaderInputVariable()intVkRayTracingShaderGroupCreateInfoKHR.generalShader()intVkRayTracingShaderGroupCreateInfoNV.generalShader()intVkVideoEncodeAV1PictureInfoKHR.generateObuExtensionHeader()intVkVideoEncodeH264PictureInfoKHR.generatePrefixNalu()intVkAccelerationStructureBuildGeometryInfoKHR.geometryCount()intVkAccelerationStructureInfoNV.geometryCount()intVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.geometryFlags()intVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.geometryIndex()longVkClusterAccelerationStructureBuildTriangleClusterInfoNV.geometryIndexAndFlagsBuffer()longVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.geometryIndexAndFlagsBuffer()shortVkClusterAccelerationStructureBuildTriangleClusterInfoNV.geometryIndexAndFlagsBufferStride()shortVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.geometryIndexAndFlagsBufferStride()intVkClusterAccelerationStructureInstantiateClusterInfoNV.geometryIndexOffset()intVkPhysicalDeviceFeatures.geometryShader()intVkPhysicalDeviceTransformFeedbackFeaturesEXT.geometryStreams()intVkPhysicalDeviceOpticalFlowPropertiesNV.globalFlowSupported()intVkPhysicalDeviceGlobalPriorityQueryFeatures.globalPriorityQuery()intVkPhysicalDeviceVulkan14Features.globalPriorityQuery()StdVideoAV1GlobalMotion.GmType()intVkVideoEncodeAV1RateControlInfoKHR.gopFrameCount()intVkVideoEncodeH264RateControlInfoKHR.gopFrameCount()intVkVideoEncodeH265RateControlInfoKHR.gopFrameCount()intVkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingB()intVkVideoEncodeH265GopRemainingFrameInfoKHR.gopRemainingB()intVkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingBipredictive()intVkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingI()intVkVideoEncodeH265GopRemainingFrameInfoKHR.gopRemainingI()intVkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingIntra()intVkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingP()intVkVideoEncodeH265GopRemainingFrameInfoKHR.gopRemainingP()intVkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingPredictive()longVkLatencyTimingsFrameReportNV.gpuRenderEndTimeUs()longVkLatencyTimingsFrameReportNV.gpuRenderStartTimeUs()byteStdVideoAV1FilmGrain.grain_scale_shift()byteStdVideoAV1FilmGrain.grain_scaling_minus_8()shortStdVideoAV1FilmGrain.grain_seed()intVkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.graphicsPipelineLibrary()intVkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.graphicsPipelineLibraryFastLinking()intVkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.graphicsPipelineLibraryIndependentInterpolationDecoration()intVkCudaLaunchInfoNV.gridDimX()intVkCuLaunchInfoNVX.gridDimX()intVkCudaLaunchInfoNV.gridDimY()intVkCuLaunchInfoNVX.gridDimY()intVkCudaLaunchInfoNV.gridDimZ()intVkCuLaunchInfoNVX.gridDimZ()intVkGraphicsPipelineShaderGroupsCreateInfoNV.groupCount()intVkRayTracingPipelineCreateInfoKHR.groupCount()intVkRayTracingPipelineCreateInfoNV.groupCount()intVkDrawMeshTasksIndirectCommandEXT.groupCountX()intVkDrawMeshTasksIndirectCommandEXT.groupCountY()intVkDrawMeshTasksIndirectCommandEXT.groupCountZ()intVkBindShaderGroupIndirectCommandNV.groupIndex()intVkImportMemoryZirconHandleInfoFUCHSIA.handle()intVkVideoEncodeSessionParametersFeedbackInfoKHR.hasOverrides()intVkPhysicalDeviceDrmPropertiesEXT.hasPrimary()intVkPhysicalDeviceDrmPropertiesEXT.hasRender()intVkVideoEncodeH264SessionParametersFeedbackInfoKHR.hasStdPPSOverrides()intVkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdPPSOverrides()intVkVideoEncodeH264SessionParametersFeedbackInfoKHR.hasStdSPSOverrides()intVkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdSPSOverrides()intVkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdVPSOverrides()intVkDisplayModeStereoPropertiesNV.hdmi3DSupported()intVkPhysicalDeviceHdrVividFeaturesHUAWEI.hdrVivid()intVkDeviceFaultVendorBinaryHeaderVersionOneEXT.headerSize()intVkPipelineCacheHeaderVersionOne.headerSize()VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapBudget()intVkDeviceMemoryReportCallbackDataEXT.heapIndex()intVkMemoryType.heapIndex()VkPhysicalDeviceMemoryBudgetPropertiesEXT.heapUsage()intVkExtent2D.height()intVkExtent3D.height()intVkFramebufferAttachmentImageInfo.height()intVkFramebufferCreateInfo.height()intVkOpticalFlowSessionCreateInfoNV.height()intVkTraceRaysIndirectCommand2KHR.height()intVkTraceRaysIndirectCommandKHR.height()intVkPhysicalDeviceOpticalFlowPropertiesNV.hintSupported()longVkTraceRaysIndirectCommand2KHR.hitShaderBindingTableAddress()longVkTraceRaysIndirectCommand2KHR.hitShaderBindingTableSize()longVkTraceRaysIndirectCommand2KHR.hitShaderBindingTableStride()intVkPhysicalDeviceHostImageCopyFeatures.hostImageCopy()intVkPhysicalDeviceVulkan14Features.hostImageCopy()intVkPhysicalDeviceHostQueryResetFeatures.hostQueryReset()intVkPhysicalDeviceVulkan12Features.hostQueryReset()intVkOpticalFlowSessionCreatePrivateDataInfoNV.id()intVkHostImageCopyDevicePerformanceQuery.identicalMemoryLayout()intVkPhysicalDeviceHostImageCopyProperties.identicalMemoryTypeRequirements()intVkPhysicalDeviceVulkan14Properties.identicalMemoryTypeRequirements()VkShaderModuleIdentifierEXT.identifier()intVkPipelineShaderStageModuleIdentifierCreateInfoEXT.identifierSize()intVkShaderModuleIdentifierEXT.identifierSize()shortStdVideoDecodeH264PictureInfo.idr_pic_id()shortStdVideoEncodeH264PictureInfo.idr_pic_id()intVkVideoEncodeH264RateControlInfoKHR.idrPeriod()intVkVideoEncodeH265RateControlInfoKHR.idrPeriod()intVkPhysicalDeviceImage2DViewOf3DFeaturesEXT.image2DViewOf3D()intVkPhysicalDeviceImageAlignmentControlFeaturesMESA.imageAlignmentControl()intVkSwapchainCreateInfoKHR.imageArrayLayers()intVkBindSparseInfo.imageBindCount()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.imageCaptureReplayDescriptorDataSize()intVkPhysicalDeviceImageCompressionControlFeaturesEXT.imageCompressionControl()intVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.imageCompressionControlSwapchain()intVkFrameBoundaryEXT.imageCount()intVkPhysicalDeviceFeatures.imageCubeArray()intVkPhysicalDeviceShaderImageFootprintFeaturesNV.imageFootprint()intVkBindImageMemorySwapchainInfoKHR.imageIndex()intVkReleaseSwapchainImagesInfoEXT.imageIndexCount()intVkPhysicalDeviceImagelessFramebufferFeatures.imagelessFramebuffer()intVkPhysicalDeviceVulkan12Features.imagelessFramebuffer()intVkDependencyInfo.imageMemoryBarrierCount()intVkSparseImageMemoryRequirements.imageMipTailFirstLod()longVkSparseImageMemoryRequirements.imageMipTailOffset()longVkSparseImageMemoryRequirements.imageMipTailSize()longVkSparseImageMemoryRequirements.imageMipTailStride()intVkBindSparseInfo.imageOpaqueBindCount()intVkImagePipeSurfaceCreateInfoFUCHSIA.imagePipeHandle()intVkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.imageSlicedViewOf3D()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.imageView2DOn3DImage()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.imageViewCaptureReplayDescriptorDataSize()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.imageViewFormatReinterpretation()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.imageViewFormatSwizzle()intVkLayerProperties.implementationVersion()intVkPhysicalDeviceFeatures.independentBlend()intVkPhysicalDeviceDepthStencilResolveProperties.independentResolve()intVkPhysicalDeviceVulkan12Properties.independentResolve()intVkPhysicalDeviceDepthStencilResolveProperties.independentResolveNone()intVkPhysicalDeviceVulkan12Properties.independentResolveNone()intVkBufferCollectionBufferCreateInfoFUCHSIA.index()intVkBufferCollectionImageCreateInfoFUCHSIA.index()intVkImportMemoryBufferCollectionFUCHSIA.index()intVkPipelineShaderStageNodeCreateInfoAMDX.index()intVkWriteIndirectExecutionSetPipelineEXT.index()intVkWriteIndirectExecutionSetShaderEXT.index()longVkClusterAccelerationStructureBuildTriangleClusterInfoNV.indexBuffer()longVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.indexBuffer()shortVkClusterAccelerationStructureBuildTriangleClusterInfoNV.indexBufferStride()shortVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.indexBufferStride()intVkDrawIndexedIndirectCommand.indexCount()intVkGeometryTrianglesNV.indexCount()intVkMultiDrawIndexedInfoEXT.indexCount()longVkGeometryTrianglesNV.indexOffset()longVkAccelerationStructureGeometryLinearSweptSpheresDataNV.indexStride()longVkAccelerationStructureGeometrySpheresDataNV.indexStride()longVkAccelerationStructureTrianglesDisplacementMicromapNV.indexStride()longVkAccelerationStructureTrianglesOpacityMicromapEXT.indexStride()intVkClusterAccelerationStructureBuildTriangleClusterInfoNV.indexType()intVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.indexType()intVkIndirectCommandsLayoutTokenNV.indexTypeCount()intVkPhysicalDeviceIndexTypeUint8Features.indexTypeUint8()intVkPhysicalDeviceVulkan14Features.indexTypeUint8()longVkGeneratedCommandsInfoEXT.indirectAddress()longVkGeneratedCommandsInfoEXT.indirectAddressSize()longVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.indirectBufferOffsetAlignment()intVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.indirectCopy()intVkIndirectCommandsLayoutCreateInfoEXT.indirectStride()intVkPhysicalDeviceConditionalRenderingFeaturesEXT.inheritedConditionalRendering()intVkPhysicalDeviceFeatures.inheritedQueries()intVkPhysicalDeviceInheritedViewportScissorFeaturesNV.inheritedViewportScissor2D()intStdVideoH264HrdParameters.initial_cpb_removal_delay_length_minus1()byteStdVideoH265HrdParameters.initial_cpb_removal_delay_length_minus1()byteStdVideoEncodeAV1OperatingPointInfo.initial_display_delay_minus_1()longVkPipelineCacheCreateInfo.initialDataSize()longVkValidationCacheCreateInfoEXT.initialDataSize()longVkSemaphoreTypeCreateInfo.initialValue()intVkVideoEncodeRateControlInfoKHR.initialVirtualBufferSizeInMs()intVkPhysicalDeviceInlineUniformBlockFeatures.inlineUniformBlock()intVkPhysicalDeviceVulkan13Features.inlineUniformBlock()intVkSubpassDescription.inputAttachmentCount()intVkSubpassDescription2.inputAttachmentCount()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.inputAttachmentDescriptorSize()intVkInputAttachmentAspectReference.inputAttachmentIndex()longVkLatencyTimingsFrameReportNV.inputSampleTimeUs()intVkPartitionedAccelerationStructureUpdateInstanceDataNV.instanceContributionToHitGroupIndex()intVkPartitionedAccelerationStructureWriteInstanceDataNV.instanceContributionToHitGroupIndex()intVkAccelerationStructureInfoNV.instanceCount()intVkDrawIndexedIndirectCommand.instanceCount()intVkDrawIndirectCommand.instanceCount()intVkPartitionedAccelerationStructureInstancesInputNV.instanceCount()intVkAccelerationStructureInstanceKHR.instanceCustomIndex()intVkAccelerationStructureMatrixMotionInstanceNV.instanceCustomIndex()intVkAccelerationStructureSRTMotionInstanceNV.instanceCustomIndex()intVkPartitionedAccelerationStructureWriteInstanceDataNV.instanceID()intVkPartitionedAccelerationStructureUpdateInstanceDataNV.instanceIndex()intVkPartitionedAccelerationStructureWriteInstanceDataNV.instanceIndex()intVkPartitionedAccelerationStructureWriteInstanceDataNV.instanceMask()intVkAccelerationStructureInstanceKHR.instanceShaderBindingTableRecordOffset()intVkAccelerationStructureMatrixMotionInstanceNV.instanceShaderBindingTableRecordOffset()intVkAccelerationStructureSRTMotionInstanceNV.instanceShaderBindingTableRecordOffset()longVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.instantiationBoundingBoxLimit()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct16BitMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct16BitSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct16BitUnsignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct32BitMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct32BitMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct32BitSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct32BitSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct32BitUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct32BitUnsignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct4x8BitPackedMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct4x8BitPackedMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct4x8BitPackedSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct4x8BitPackedSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct4x8BitPackedUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct4x8BitPackedUnsignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct64BitMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct64BitMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct64BitSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct64BitSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct64BitUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct64BitUnsignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct8BitMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct8BitSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProduct8BitUnsignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating16BitSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating16BitSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating32BitSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating32BitSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating64BitSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating64BitSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating8BitSignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating8BitSignedAccelerated()intVkPhysicalDeviceShaderIntegerDotProductProperties.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated()intVkPhysicalDeviceVulkan13Properties.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated()intVkRayTracingShaderGroupCreateInfoKHR.intersectionShader()intVkRayTracingShaderGroupCreateInfoNV.intersectionShader()intVkVideoEncodeAV1FrameSizeKHR.intraFrameSize()intVkVideoEncodeAV1QIndexKHR.intraQIndex()intVkPhysicalDeviceInvocationMaskFeaturesHUAWEI.invocationMask()intVkPipelineExecutableInternalRepresentationKHR.isText()intVkApplicationParametersEXT.key()VkPipelineBinaryKeyKHR.key()intVkVideoEncodeAV1RateControlInfoKHR.keyFramePeriod()intVkPipelineBinaryKeyKHR.keySize()intVkCooperativeMatrixFlexibleDimensionsPropertiesNV.KGranularity()intVkCooperativeMatrixPropertiesKHR.KSize()intVkCooperativeMatrixPropertiesNV.KSize()intVkPhysicalDeviceFeatures.largePoints()intVkSwapchainLatencyCreateInfoNV.latencyModeEnable()intVkRectLayerKHR.layer()intVkClearRect.layerCount()intVkFramebufferAttachmentImageInfo.layerCount()intVkImageSubresourceLayers.layerCount()intVkImageSubresourceRange.layerCount()intVkRenderingInfo.layerCount()intVkVideoEncodeRateControlInfoKHR.layerCount()intVkPhysicalDeviceLayeredApiPropertiesListKHR.layeredApiCount()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.layeredShadingRateAttachments()intVkFramebufferCreateInfo.layers()intVkShaderResourceUsageAMD.ldsSizePerLocalWorkGroup()longVkShaderResourceUsageAMD.ldsUsageSizeInBytes()intVkPhysicalDeviceDepthBiasControlFeaturesEXT.leastRepresentableValueForceUnormRepresentation()intVkPhysicalDeviceLegacyDitheringFeaturesEXT.legacyDithering()intVkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.legacyVertexAttributes()intVkImageSubresourceRange.levelCount()intVkPipelineLibraryCreateInfoKHR.libraryCount()intVkPhysicalDeviceLinearColorAttachmentFeaturesNV.linearColorAttachment()intVkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.linearSweptSpheres()intVkPipelineRasterizationLineStateCreateInfo.lineStippleFactor()shortVkPipelineRasterizationLineStateCreateInfo.lineStipplePattern()intVkPhysicalDeviceLineRasterizationProperties.lineSubPixelPrecisionBits()intVkPhysicalDeviceVulkan14Properties.lineSubPixelPrecisionBits()StdVideoEncodeH265ReferenceListsInfo.list_entry_l0()StdVideoEncodeH265ReferenceListsInfo.list_entry_l1()intVkSwapchainDisplayNativeHdrCreateInfoAMD.localDimmingEnable()intVkDisplayNativeHdrSurfaceCapabilitiesAMD.localDimmingSupport()intVkVertexInputAttributeDescription.location()intVkVertexInputAttributeDescription2EXT.location()byteStdVideoH265SequenceParameterSet.log2_diff_max_min_luma_coding_block_size()byteStdVideoH265SequenceParameterSet.log2_diff_max_min_luma_transform_block_size()byteStdVideoH265SequenceParameterSet.log2_diff_max_min_pcm_luma_coding_block_size()byteStdVideoH264SequenceParameterSet.log2_max_frame_num_minus4()byteStdVideoH265SequenceParameterSetVui.log2_max_mv_length_horizontal()byteStdVideoH265SequenceParameterSetVui.log2_max_mv_length_vertical()byteStdVideoH264SequenceParameterSet.log2_max_pic_order_cnt_lsb_minus4()byteStdVideoH265SequenceParameterSet.log2_max_pic_order_cnt_lsb_minus4()byteStdVideoH265PictureParameterSet.log2_max_transform_skip_block_size_minus2()byteStdVideoH265SequenceParameterSet.log2_min_luma_coding_block_size_minus3()byteStdVideoH265SequenceParameterSet.log2_min_luma_transform_block_size_minus2()byteStdVideoH265SequenceParameterSet.log2_min_pcm_luma_coding_block_size_minus3()byteStdVideoH265PictureParameterSet.log2_parallel_merge_level_minus2()byteStdVideoH265PictureParameterSet.log2_sao_offset_scale_chroma()byteStdVideoH265PictureParameterSet.log2_sao_offset_scale_luma()intVkPhysicalDeviceFeatures.logicOp()intVkPipelineColorBlendStateCreateInfo.logicOpEnable()shortStdVideoEncodeH264ReferenceInfo.long_term_frame_idx()shortStdVideoEncodeH264RefPicMarkingEntry.long_term_frame_idx()shortStdVideoEncodeH264ReferenceInfo.long_term_pic_num()shortStdVideoEncodeH264RefListModEntry.long_term_pic_num()shortStdVideoEncodeH264RefPicMarkingEntry.long_term_pic_num()StdVideoAV1LoopFilter.loop_filter_level()byteStdVideoAV1LoopFilter.loop_filter_sharpness()StdVideoAV1LoopRestoration.LoopRestorationSize()intStdVideoH265HrdFlags.low_delay_hrd_flag()intVkLatencySleepModeInfoNV.lowLatencyBoost()intVkLatencySleepModeInfoNV.lowLatencyMode()StdVideoEncodeH265LongTermRefPics.lt_idx_sps()StdVideoH265LongTermRefPicsSps.lt_ref_pic_poc_lsb_sps()byteStdVideoH265PictureParameterSet.luma_bit_depth_entry_minus8()byteStdVideoEncodeH264WeightTable.luma_log2_weight_denom()byteStdVideoEncodeH265WeightTable.luma_log2_weight_denom()intStdVideoEncodeH264WeightTableFlags.luma_weight_l0_flag()shortStdVideoEncodeH265WeightTableFlags.luma_weight_l0_flag()intStdVideoEncodeH264WeightTableFlags.luma_weight_l1_flag()shortStdVideoEncodeH265WeightTableFlags.luma_weight_l1_flag()intVkPhysicalDeviceMaintenance4Features.maintenance4()intVkPhysicalDeviceVulkan13Features.maintenance4()intVkPhysicalDeviceMaintenance5Features.maintenance5()intVkPhysicalDeviceVulkan14Features.maintenance5()intVkPhysicalDeviceMaintenance6Features.maintenance6()intVkPhysicalDeviceVulkan14Features.maintenance6()intVkPhysicalDeviceMaintenance7FeaturesKHR.maintenance7()intVkPhysicalDeviceMaintenance8FeaturesKHR.maintenance8()byteVkConformanceVersion.major()intVkSpecializationInfo.mapEntryCount()longVkPerformanceMarkerInfoINTEL.marker()intVkPerformanceStreamMarkerInfoINTEL.marker()intVkAccelerationStructureInstanceKHR.mask()intVkAccelerationStructureMatrixMotionInstanceNV.mask()intVkAccelerationStructureSRTMotionInstanceNV.mask()byteStdVideoH264SequenceParameterSetVui.matrix_coefficients()byteStdVideoH265SequenceParameterSetVui.matrix_coeffs()byteStdVideoH265SequenceParameterSetVui.max_bits_per_min_cu_denom()byteStdVideoH265SequenceParameterSetVui.max_bytes_per_pic_denom()byteStdVideoH264SequenceParameterSetVui.max_dec_frame_buffering()StdVideoH265DecPicBufMgr.max_dec_pic_buffering_minus1()shortStdVideoAV1SequenceHeader.max_frame_height_minus_1()shortStdVideoAV1SequenceHeader.max_frame_width_minus_1()StdVideoH265DecPicBufMgr.max_latency_increase_plus1()shortStdVideoEncodeH264RefPicMarkingEntry.max_long_term_frame_idx_plus1()byteStdVideoH264SequenceParameterSet.max_num_ref_frames()byteStdVideoH264SequenceParameterSetVui.max_num_reorder_frames()StdVideoH265DecPicBufMgr.max_num_reorder_pics()byteStdVideoH265SequenceParameterSet.max_transform_hierarchy_depth_inter()byteStdVideoH265SequenceParameterSet.max_transform_hierarchy_depth_intra()intVkClusterAccelerationStructureInputInfoNV.maxAccelerationStructureCount()intVkVideoCapabilitiesKHR.maxActiveReferencePictures()intVkVideoSessionCreateInfoKHR.maxActiveReferencePictures()intVkPhysicalDeviceTileShadingPropertiesQCOM.maxApronSize()intVkImageFormatProperties.maxArrayLayers()intVkVideoEncodeAV1CapabilitiesKHR.maxBidirectionalCompoundGroup1ReferenceCount()intVkVideoEncodeAV1CapabilitiesKHR.maxBidirectionalCompoundGroup2ReferenceCount()intVkVideoEncodeAV1CapabilitiesKHR.maxBidirectionalCompoundReferenceCount()longVkVideoEncodeCapabilitiesKHR.maxBitrate()longVkVideoEncodeRateControlLayerInfoKHR.maxBitrate()intVkPhysicalDeviceLimits.maxBoundDescriptorSets()intVkVideoEncodeH264CapabilitiesKHR.maxBPictureL0ReferenceCount()intVkVideoEncodeH265CapabilitiesKHR.maxBPictureL0ReferenceCount()intVkBufferCollectionConstraintsInfoFUCHSIA.maxBufferCount()longVkPhysicalDeviceMaintenance4Properties.maxBufferSize()longVkPhysicalDeviceVulkan13Properties.maxBufferSize()intVkPhysicalDeviceLimits.maxClipDistances()intVkClusterAccelerationStructureClustersBottomLevelInputNV.maxClusterCountPerAccelerationStructure()intVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.maxClusterGeometryIndex()intVkClusterAccelerationStructureTriangleClusterInputNV.maxClusterTriangleCount()intVkClusterAccelerationStructureTriangleClusterInputNV.maxClusterUniqueGeometryCount()intVkClusterAccelerationStructureTriangleClusterInputNV.maxClusterVertexCount()intVkPhysicalDeviceLimits.maxColorAttachments()intVkPhysicalDeviceLimits.maxCombinedClipAndCullDistances()intVkPhysicalDeviceMaintenance6Properties.maxCombinedImageSamplerDescriptorCount()intVkPhysicalDeviceVulkan14Properties.maxCombinedImageSamplerDescriptorCount()intVkPhysicalDeviceNestedCommandBufferPropertiesEXT.maxCommandBufferNestingLevel()intVkPhysicalDeviceLimits.maxComputeSharedMemorySize()VkPhysicalDeviceLimits.maxComputeWorkGroupCount()intVkPhysicalDeviceLimits.maxComputeWorkGroupInvocations()VkPhysicalDeviceLimits.maxComputeWorkGroupSize()intVkPhysicalDeviceSubgroupSizeControlProperties.maxComputeWorkgroupSubgroups()intVkPhysicalDeviceVulkan13Properties.maxComputeWorkgroupSubgroups()intVkPhysicalDeviceCooperativeVectorPropertiesNV.maxCooperativeVectorComponents()intVkPhysicalDeviceLimits.maxCullDistances()intVkPhysicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers()longVkPhysicalDeviceMemoryDecompressionPropertiesNV.maxDecompressionIndirectCount()intVkPhysicalDeviceDescriptorBufferPropertiesEXT.maxDescriptorBufferBindings()intVkPhysicalDeviceAccelerationStructurePropertiesKHR.maxDescriptorSetAccelerationStructures()intVkPhysicalDeviceRayTracingPropertiesNV.maxDescriptorSetAccelerationStructures()intVkPhysicalDeviceInlineUniformBlockProperties.maxDescriptorSetInlineUniformBlocks()intVkPhysicalDeviceVulkan13Properties.maxDescriptorSetInlineUniformBlocks()intVkPhysicalDeviceLimits.maxDescriptorSetInputAttachments()intVkPhysicalDeviceLimits.maxDescriptorSetSampledImages()intVkPhysicalDeviceLimits.maxDescriptorSetSamplers()intVkPhysicalDeviceLimits.maxDescriptorSetStorageBuffers()intVkPhysicalDeviceLimits.maxDescriptorSetStorageBuffersDynamic()intVkPhysicalDeviceLimits.maxDescriptorSetStorageImages()intVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.maxDescriptorSetSubsampledSamplers()intVkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalBuffersDynamic()intVkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalStorageBuffersDynamic()intVkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalUniformBuffersDynamic()intVkPhysicalDeviceLimits.maxDescriptorSetUniformBuffers()intVkPhysicalDeviceLimits.maxDescriptorSetUniformBuffersDynamic()intVkPhysicalDeviceAccelerationStructurePropertiesKHR.maxDescriptorSetUpdateAfterBindAccelerationStructures()intVkPhysicalDeviceInlineUniformBlockProperties.maxDescriptorSetUpdateAfterBindInlineUniformBlocks()intVkPhysicalDeviceVulkan13Properties.maxDescriptorSetUpdateAfterBindInlineUniformBlocks()intVkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindInputAttachments()intVkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindInputAttachments()intVkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindSampledImages()intVkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindSampledImages()intVkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindSamplers()intVkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindSamplers()intVkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageBuffers()intVkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageBuffers()intVkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic()intVkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic()intVkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages()intVkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages()intVkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalBuffersDynamic()intVkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic()intVkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic()intVkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindUniformBuffers()intVkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindUniformBuffers()intVkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindUniformBuffersDynamic()intVkPhysicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindUniformBuffersDynamic()intVkPhysicalDeviceDiscardRectanglePropertiesEXT.maxDiscardRectangles()intVkPhysicalDeviceDisplacementMicromapPropertiesNV.maxDisplacementMicromapSubdivisionLevel()intVkVideoCapabilitiesKHR.maxDpbSlots()intVkVideoSessionCreateInfoKHR.maxDpbSlots()intVkGeneratedCommandsInfoEXT.maxDrawCount()intVkGeneratedCommandsMemoryRequirementsInfoEXT.maxDrawCount()intVkPhysicalDeviceLimits.maxDrawIndexedIndexValue()intVkPhysicalDeviceLimits.maxDrawIndirectCount()intVkPhysicalDeviceMeshShaderPropertiesNV.maxDrawMeshTasksCount()intVkPhysicalDeviceDescriptorBufferPropertiesEXT.maxEmbeddedImmutableSamplerBindings()intVkPhysicalDeviceDescriptorBufferPropertiesEXT.maxEmbeddedImmutableSamplers()intVkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphDepth()intVkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderOutputNodes()intVkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderPayloadCount()intVkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderPayloadSize()VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphWorkgroupCount()intVkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphWorkgroups()intVkPhysicalDeviceExternalComputeQueuePropertiesNV.maxExternalQueues()intVkAntiLagDataAMD.maxFPS()intVkPhysicalDeviceLimits.maxFragmentCombinedOutputResources()intVkPhysicalDeviceLimits.maxFragmentDualSrcAttachments()intVkPhysicalDeviceLimits.maxFragmentInputComponents()intVkPhysicalDeviceLimits.maxFragmentOutputAttachments()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentShadingRateAttachmentTexelSizeAspectRatio()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentShadingRateCoverageSamples()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentSizeAspectRatio()intVkPhysicalDeviceLimits.maxFramebufferHeight()intVkPhysicalDeviceLimits.maxFramebufferLayers()intVkPhysicalDeviceLimits.maxFramebufferWidth()longVkPhysicalDeviceAccelerationStructurePropertiesKHR.maxGeometryCount()longVkPhysicalDeviceRayTracingPropertiesNV.maxGeometryCount()intVkClusterAccelerationStructureTriangleClusterInputNV.maxGeometryIndexValue()intVkPhysicalDeviceLimits.maxGeometryInputComponents()intVkPhysicalDeviceLimits.maxGeometryOutputComponents()intVkPhysicalDeviceLimits.maxGeometryOutputVertices()intVkPhysicalDeviceLimits.maxGeometryShaderInvocations()intVkPhysicalDeviceLimits.maxGeometryTotalOutputComponents()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxGraphicsShaderGroupCount()intVkPhysicalDeviceOpticalFlowPropertiesNV.maxHeight()intVkPhysicalDeviceLimits.maxImageArrayLayers()intVkSurfaceCapabilities2EXT.maxImageArrayLayers()intVkSurfaceCapabilitiesKHR.maxImageArrayLayers()intVkSurfaceCapabilities2EXT.maxImageCount()intVkSurfaceCapabilitiesKHR.maxImageCount()intVkPhysicalDeviceLimits.maxImageDimension1D()intVkPhysicalDeviceLimits.maxImageDimension2D()intVkPhysicalDeviceLimits.maxImageDimension3D()intVkPhysicalDeviceLimits.maxImageDimensionCube()intVkImageAlignmentControlCreateInfoMESA.maximumRequestedAlignment()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectCommandsIndirectStride()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamCount()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamStride()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectCommandsTokenCount()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsTokenCount()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectCommandsTokenOffset()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsTokenOffset()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectPipelineCount()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectSequenceCount()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectSequenceCount()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.maxIndirectShaderObjectCount()intVkDescriptorPoolInlineUniformBlockCreateInfo.maxInlineUniformBlockBindings()intVkPhysicalDeviceInlineUniformBlockProperties.maxInlineUniformBlockSize()intVkPhysicalDeviceVulkan13Properties.maxInlineUniformBlockSize()intVkPhysicalDeviceVulkan13Properties.maxInlineUniformTotalSize()longVkPhysicalDeviceAccelerationStructurePropertiesKHR.maxInstanceCount()longVkPhysicalDeviceRayTracingPropertiesNV.maxInstanceCount()intVkPartitionedAccelerationStructureInstancesInputNV.maxInstanceInGlobalPartitionCount()intVkPartitionedAccelerationStructureInstancesInputNV.maxInstancePerPartitionCount()intVkAccelerationStructureMotionInfoNV.maxInstances()intVkVideoEncodeH264CapabilitiesKHR.maxL1ReferenceCount()intVkVideoEncodeH265CapabilitiesKHR.maxL1ReferenceCount()intVkPhysicalDeviceLimits.maxMemoryAllocationCount()longVkPhysicalDeviceMaintenance3Properties.maxMemoryAllocationSize()longVkPhysicalDeviceVulkan11Properties.maxMemoryAllocationSize()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshMultiviewViewCount()intVkPhysicalDeviceMeshShaderPropertiesNV.maxMeshMultiviewViewCount()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputComponents()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputLayers()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputMemorySize()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputPrimitives()intVkPhysicalDeviceMeshShaderPropertiesNV.maxMeshOutputPrimitives()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputVertices()intVkPhysicalDeviceMeshShaderPropertiesNV.maxMeshOutputVertices()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshPayloadAndOutputMemorySize()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshPayloadAndSharedMemorySize()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshSharedMemorySize()intVkPhysicalDeviceMeshShaderPropertiesNV.maxMeshTotalMemorySize()VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupCount()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupInvocations()intVkPhysicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupInvocations()VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupSize()VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupSize()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupTotalCount()intVkImageFormatProperties.maxMipLevels()longVkClusterAccelerationStructureMoveObjectsInputNV.maxMovedBytes()intVkPhysicalDeviceMultiDrawPropertiesEXT.maxMultiDrawCount()intVkPhysicalDeviceMultiviewProperties.maxMultiviewInstanceIndex()intVkPhysicalDeviceVulkan11Properties.maxMultiviewInstanceIndex()intVkPhysicalDeviceMultiviewProperties.maxMultiviewViewCount()intVkPhysicalDeviceVulkan11Properties.maxMultiviewViewCount()byteStdVideoEncodeH265SliceSegmentHeader.MaxNumMergeCand()intVkPhysicalDeviceOpticalFlowPropertiesNV.maxNumRegionsOfInterest()intVkPhysicalDeviceOpacityMicromapPropertiesEXT.maxOpacity2StateSubdivisionLevel()intVkPhysicalDeviceOpacityMicromapPropertiesEXT.maxOpacity4StateSubdivisionLevel()intVkVideoEncodeAV1CapabilitiesKHR.maxOperatingPoints()intVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.maxOutputClusterCount()intVkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.maxPartitionCount()intVkPerformanceQueryReservationInfoKHR.maxPerformanceQueriesPerPool()intVkPhysicalDeviceMaintenance3Properties.maxPerSetDescriptors()intVkPhysicalDeviceVulkan11Properties.maxPerSetDescriptors()intVkPhysicalDeviceAccelerationStructurePropertiesKHR.maxPerStageDescriptorAccelerationStructures()intVkPhysicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorInlineUniformBlocks()intVkPhysicalDeviceVulkan13Properties.maxPerStageDescriptorInlineUniformBlocks()intVkPhysicalDeviceLimits.maxPerStageDescriptorInputAttachments()intVkPhysicalDeviceLimits.maxPerStageDescriptorSampledImages()intVkPhysicalDeviceLimits.maxPerStageDescriptorSamplers()intVkPhysicalDeviceLimits.maxPerStageDescriptorStorageBuffers()intVkPhysicalDeviceLimits.maxPerStageDescriptorStorageImages()intVkPhysicalDeviceLimits.maxPerStageDescriptorUniformBuffers()intVkPhysicalDeviceAccelerationStructurePropertiesKHR.maxPerStageDescriptorUpdateAfterBindAccelerationStructures()intVkPhysicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks()intVkPhysicalDeviceVulkan13Properties.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks()intVkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments()intVkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments()intVkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindSampledImages()intVkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindSampledImages()intVkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindSamplers()intVkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindSamplers()intVkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers()intVkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers()intVkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageImages()intVkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageImages()intVkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindUniformBuffers()intVkPhysicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindUniformBuffers()intVkPhysicalDeviceLimits.maxPerStageResources()intVkPhysicalDeviceDescriptorIndexingProperties.maxPerStageUpdateAfterBindResources()intVkPhysicalDeviceVulkan12Properties.maxPerStageUpdateAfterBindResources()intVkIndirectExecutionSetPipelineInfoEXT.maxPipelineCount()intVkRayTracingPipelineInterfaceCreateInfoKHR.maxPipelineRayHitAttributeSize()intVkRayTracingPipelineInterfaceCreateInfoKHR.maxPipelineRayPayloadSize()intVkRayTracingPipelineCreateInfoKHR.maxPipelineRayRecursionDepth()intVkVideoEncodeH264CapabilitiesKHR.maxPPictureL0ReferenceCount()intVkVideoEncodeH265CapabilitiesKHR.maxPPictureL0ReferenceCount()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxPreferredMeshWorkGroupInvocations()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxPreferredTaskWorkGroupInvocations()longVkPhysicalDeviceAccelerationStructurePropertiesKHR.maxPrimitiveCount()intVkPhysicalDeviceLimits.maxPushConstantsSize()intVkPhysicalDevicePushDescriptorProperties.maxPushDescriptors()intVkPhysicalDeviceVulkan14Properties.maxPushDescriptors()intVkVideoEncodeAV1CapabilitiesKHR.maxQIndex()intVkVideoEncodeCapabilitiesKHR.maxQualityLevels()intVkVideoEncodeCapabilitiesKHR.maxRateControlLayers()intVkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount()intVkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxRayHitAttributeSize()intVkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxRayRecursionDepth()intVkPhysicalDeviceRayTracingPropertiesNV.maxRecursionDepth()intVkRayTracingPipelineCreateInfoNV.maxRecursionDepth()intVkPhysicalDeviceRenderPassStripedPropertiesARM.maxRenderPassStripes()intVkPhysicalDeviceDescriptorBufferPropertiesEXT.maxResourceDescriptorBufferBindings()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.maxResourceDescriptorBufferRange()longVkImageFormatProperties.maxResourceSize()intVkPhysicalDeviceLimits.maxSampleMaskWords()intVkPhysicalDeviceLimits.maxSamplerAllocationCount()intVkPhysicalDeviceDescriptorBufferPropertiesEXT.maxSamplerDescriptorBufferBindings()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.maxSamplerDescriptorBufferRange()intVkGeneratedCommandsInfoEXT.maxSequenceCount()intVkGeneratedCommandsMemoryRequirementsInfoEXT.maxSequenceCount()intVkGeneratedCommandsMemoryRequirementsInfoNV.maxSequencesCount()intVkDescriptorPoolCreateInfo.maxSets()intVkPhysicalDeviceShaderCorePropertiesAMD.maxSgprAllocation()intVkIndirectExecutionSetShaderInfoEXT.maxShaderCount()intVkPhysicalDeviceRayTracingPipelinePropertiesKHR.maxShaderGroupStride()intVkPhysicalDeviceRayTracingPropertiesNV.maxShaderGroupStride()intVkVideoEncodeAV1CapabilitiesKHR.maxSingleReferenceCount()longVkExecutionGraphPipelineScratchSizeAMDX.maxSize()intVkVideoEncodeH264CapabilitiesKHR.maxSliceCount()intVkVideoEncodeH265CapabilitiesKHR.maxSliceSegmentCount()intVkVideoEncodeAV1CapabilitiesKHR.maxSpatialLayerCount()intVkVideoDecodeH264SessionParametersCreateInfoKHR.maxStdPPSCount()intVkVideoDecodeH265SessionParametersCreateInfoKHR.maxStdPPSCount()intVkVideoEncodeH264SessionParametersCreateInfoKHR.maxStdPPSCount()intVkVideoEncodeH265SessionParametersCreateInfoKHR.maxStdPPSCount()intVkVideoDecodeH264SessionParametersCreateInfoKHR.maxStdSPSCount()intVkVideoDecodeH265SessionParametersCreateInfoKHR.maxStdSPSCount()intVkVideoEncodeH264SessionParametersCreateInfoKHR.maxStdSPSCount()intVkVideoEncodeH265SessionParametersCreateInfoKHR.maxStdSPSCount()intVkVideoDecodeH265SessionParametersCreateInfoKHR.maxStdVPSCount()intVkVideoEncodeH265SessionParametersCreateInfoKHR.maxStdVPSCount()intVkPhysicalDeviceLimits.maxStorageBufferRange()intVkPhysicalDeviceSubgroupSizeControlProperties.maxSubgroupSize()intVkPhysicalDeviceVulkan13Properties.maxSubgroupSize()intVkVideoEncodeH265CapabilitiesKHR.maxSubLayerCount()intVkPhysicalDeviceSubpassShadingPropertiesHUAWEI.maxSubpassShadingWorkgroupSizeAspectRatio()intVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.maxSubsampledArrayLayers()intVkPhysicalDeviceMeshShaderPropertiesNV.maxTaskOutputCount()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskPayloadAndSharedMemorySize()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskPayloadSize()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskSharedMemorySize()intVkPhysicalDeviceMeshShaderPropertiesNV.maxTaskTotalMemorySize()VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupCount()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupInvocations()intVkPhysicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupInvocations()VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupSize()VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupSize()intVkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupTotalCount()intVkVideoEncodeAV1CapabilitiesKHR.maxTemporalLayerCount()intVkVideoEncodeH264CapabilitiesKHR.maxTemporalLayerCount()intVkPhysicalDeviceLimits.maxTessellationControlPerPatchOutputComponents()intVkPhysicalDeviceLimits.maxTessellationControlPerVertexInputComponents()intVkPhysicalDeviceLimits.maxTessellationControlPerVertexOutputComponents()intVkPhysicalDeviceLimits.maxTessellationControlTotalOutputComponents()intVkPhysicalDeviceLimits.maxTessellationEvaluationInputComponents()intVkPhysicalDeviceLimits.maxTessellationEvaluationOutputComponents()intVkPhysicalDeviceLimits.maxTessellationGenerationLevel()intVkPhysicalDeviceLimits.maxTessellationPatchSize()intVkPhysicalDeviceLimits.maxTexelBufferElements()intVkPhysicalDeviceLimits.maxTexelGatherOffset()intVkPhysicalDeviceLimits.maxTexelOffset()longVkPhysicalDeviceTimelineSemaphoreProperties.maxTimelineSemaphoreValueDifference()longVkPhysicalDeviceVulkan12Properties.maxTimelineSemaphoreValueDifference()intVkClusterAccelerationStructureClustersBottomLevelInputNV.maxTotalClusterCount()intVkClusterAccelerationStructureTriangleClusterInputNV.maxTotalTriangleCount()intVkClusterAccelerationStructureTriangleClusterInputNV.maxTotalVertexCount()intVkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBufferDataSize()intVkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBufferDataStride()intVkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBuffers()longVkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackBufferSize()intVkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackStreamDataSize()intVkPhysicalDeviceTransformFeedbackPropertiesEXT.maxTransformFeedbackStreams()longVkPhysicalDeviceRayTracingPropertiesNV.maxTriangleCount()intVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.maxTrianglesPerCluster()intVkVideoEncodeAV1CapabilitiesKHR.maxUnidirectionalCompoundGroup1ReferenceCount()intVkVideoEncodeAV1CapabilitiesKHR.maxUnidirectionalCompoundReferenceCount()intVkPhysicalDeviceLimits.maxUniformBufferRange()intVkPhysicalDeviceDescriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools()intVkPhysicalDeviceVulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools()intVkDescriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount()intVkAccelerationStructureGeometryTrianglesDataKHR.maxVertex()intVkPhysicalDeviceVertexAttributeDivisorProperties.maxVertexAttribDivisor()intVkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.maxVertexAttribDivisor()intVkPhysicalDeviceVulkan14Properties.maxVertexAttribDivisor()intVkPhysicalDeviceLimits.maxVertexInputAttributeOffset()intVkPhysicalDeviceLimits.maxVertexInputAttributes()intVkPhysicalDeviceLimits.maxVertexInputBindings()intVkPhysicalDeviceLimits.maxVertexInputBindingStride()intVkPhysicalDeviceLimits.maxVertexOutputComponents()intVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.maxVerticesPerCluster()intVkPhysicalDeviceShaderCorePropertiesAMD.maxVgprAllocation()VkPhysicalDeviceLimits.maxViewportDimensions()intVkPhysicalDeviceLimits.maxViewports()intVkPhysicalDeviceImageProcessingPropertiesQCOM.maxWeightFilterPhases()intVkPhysicalDeviceOpticalFlowPropertiesNV.maxWidth()VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.maxWorkGroupCount()VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.maxWorkGroupSize()intVkDependencyInfo.memoryBarrierCount()intVkBindVideoSessionMemoryInfoKHR.memoryBindIndex()intVkVideoSessionMemoryRequirementsKHR.memoryBindIndex()intVkPhysicalDeviceMemoryDecompressionFeaturesNV.memoryDecompression()intVkDeviceGroupBindSparseInfo.memoryDeviceIndex()intVkPhysicalDeviceMemoryProperties.memoryHeapCount()intVkImageToMemoryCopy.memoryImageHeight()intVkMemoryToImageCopy.memoryImageHeight()intVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.memoryMapPlaced()intVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.memoryMapRangePlaced()longVkDeviceMemoryReportCallbackDataEXT.memoryObjectId()longVkBindAccelerationStructureMemoryInfoNV.memoryOffset()longVkBindBufferMemoryInfo.memoryOffset()longVkBindImageMemoryInfo.memoryOffset()longVkBindVideoSessionMemoryInfoKHR.memoryOffset()longVkSparseImageMemoryBind.memoryOffset()longVkSparseMemoryBind.memoryOffset()intVkPhysicalDeviceMemoryPriorityFeaturesEXT.memoryPriority()intVkImageToMemoryCopy.memoryRowLength()intVkMemoryToImageCopy.memoryRowLength()longVkBindVideoSessionMemoryInfoKHR.memorySize()intVkAndroidHardwareBufferPropertiesANDROID.memoryTypeBits()intVkBufferCollectionPropertiesFUCHSIA.memoryTypeBits()intVkMemoryFdPropertiesKHR.memoryTypeBits()intVkMemoryHostPointerPropertiesEXT.memoryTypeBits()intVkMemoryMetalHandlePropertiesEXT.memoryTypeBits()intVkMemoryRequirements.memoryTypeBits()intVkMemorySciBufPropertiesNV.memoryTypeBits()intVkMemoryWin32HandlePropertiesKHR.memoryTypeBits()intVkMemoryZirconHandlePropertiesFUCHSIA.memoryTypeBits()intVkScreenBufferPropertiesQNX.memoryTypeBits()intVkPhysicalDeviceMemoryProperties.memoryTypeCount()intVkMemoryAllocateInfo.memoryTypeIndex()intVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.memoryUnmapReserve()intVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.meshAndTaskShaderDerivatives()intVkPhysicalDeviceMeshShaderPropertiesEXT.meshOutputPerPrimitiveGranularity()intVkPhysicalDeviceMeshShaderPropertiesNV.meshOutputPerPrimitiveGranularity()intVkPhysicalDeviceMeshShaderPropertiesEXT.meshOutputPerVertexGranularity()intVkPhysicalDeviceMeshShaderPropertiesNV.meshOutputPerVertexGranularity()intVkPhysicalDeviceMeshShaderFeaturesEXT.meshShader()intVkPhysicalDeviceMeshShaderFeaturesNV.meshShader()intVkPhysicalDeviceMeshShaderFeaturesEXT.meshShaderQueries()intVkCooperativeMatrixFlexibleDimensionsPropertiesNV.MGranularity()intVkPhysicalDeviceOpacityMicromapFeaturesEXT.micromap()intVkPhysicalDeviceOpacityMicromapFeaturesEXT.micromapCaptureReplay()intVkPhysicalDeviceOpacityMicromapFeaturesEXT.micromapHostCommands()longVkMicromapBuildSizesInfoEXT.micromapSize()shortStdVideoH265SequenceParameterSetVui.min_spatial_segmentation_idc()intVkPhysicalDeviceAccelerationStructurePropertiesKHR.minAccelerationStructureScratchOffsetAlignment()longVkVideoCapabilitiesKHR.minBitstreamBufferOffsetAlignment()longVkVideoCapabilitiesKHR.minBitstreamBufferSizeAlignment()intVkBufferCollectionConstraintsInfoFUCHSIA.minBufferCount()intVkBufferCollectionConstraintsInfoFUCHSIA.minBufferCountForCamping()intVkBufferCollectionConstraintsInfoFUCHSIA.minBufferCountForDedicatedSlack()intVkBufferCollectionConstraintsInfoFUCHSIA.minBufferCountForSharedSlack()intVkPhysicalDeviceOpticalFlowPropertiesNV.minHeight()intVkSurfaceCapabilities2EXT.minImageCount()intVkSurfaceCapabilitiesKHR.minImageCount()intVkSwapchainCreateInfoKHR.minImageCount()longVkPhysicalDeviceExternalMemoryHostPropertiesEXT.minImportedHostPointerAlignment()intVkLatencySleepModeInfoNV.minimumIntervalUs()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minIndirectCommandsBufferOffsetAlignment()intVkPhysicalDeviceImageViewMinLodFeaturesEXT.minLod()longVkPhysicalDeviceLimits.minMemoryMapAlignment()byteVkConformanceVersion.minor()longVkPhysicalDeviceMapMemoryPlacedPropertiesEXT.minPlacedMemoryMapAlignment()intVkClusterAccelerationStructureTriangleClusterInputNV.minPositionTruncateBitCount()intVkVideoEncodeAV1CapabilitiesKHR.minQIndex()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minSequencesCountBufferOffsetAlignment()intVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minSequencesIndexBufferOffsetAlignment()intVkPhysicalDeviceShaderCorePropertiesAMD.minSgprAllocation()longVkExecutionGraphPipelineScratchSizeAMDX.minSize()longVkPhysicalDeviceLimits.minStorageBufferOffsetAlignment()intVkPhysicalDeviceSubgroupSizeControlProperties.minSubgroupSize()intVkPhysicalDeviceVulkan13Properties.minSubgroupSize()longVkPhysicalDeviceLimits.minTexelBufferOffsetAlignment()longVkPhysicalDeviceLimits.minUniformBufferOffsetAlignment()intVkPhysicalDevicePortabilitySubsetPropertiesKHR.minVertexInputBindingStrideAlignment()intVkPhysicalDeviceShaderCorePropertiesAMD.minVgprAllocation()intVkPhysicalDeviceOpticalFlowPropertiesNV.minWidth()intVkImageSubresource.mipLevel()intVkImageSubresourceLayers.mipLevel()intVkImageCreateInfo.mipLevels()intVkPhysicalDeviceLimits.mipmapPrecisionBits()longVkTraceRaysIndirectCommand2KHR.missShaderBindingTableAddress()longVkTraceRaysIndirectCommand2KHR.missShaderBindingTableSize()longVkTraceRaysIndirectCommand2KHR.missShaderBindingTableStride()byteStdVideoH265SequenceParameterSet.motion_vector_resolution_control_idc()intVkCooperativeMatrixPropertiesKHR.MSize()intVkCooperativeMatrixPropertiesNV.MSize()intVkPhysicalDeviceMultiDrawFeaturesEXT.multiDraw()intVkPhysicalDeviceFeatures.multiDrawIndirect()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.multisampleArrayImage()intVkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.multisampledRenderToSingleSampled()intVkMultisampledRenderToSingleSampledInfoEXT.multisampledRenderToSingleSampledEnable()intVkPhysicalDeviceMultiviewFeatures.multiview()intVkPhysicalDeviceVulkan11Features.multiview()intVkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.multiviewClusterCullingShader()intVkPhysicalDeviceMultiviewFeatures.multiviewGeometryShader()intVkPhysicalDeviceVulkan11Features.multiviewGeometryShader()intVkPhysicalDeviceMeshShaderFeaturesEXT.multiviewMeshShader()intVkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.multiviewPerViewRenderAreas()intVkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.multiviewPerViewViewports()intVkPhysicalDeviceFeatures.multiViewport()intVkPhysicalDeviceMultiviewFeatures.multiviewTessellationShader()intVkPhysicalDeviceVulkan11Features.multiviewTessellationShader()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.mutableComparisonSamplers()intVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType()intVkMutableDescriptorTypeCreateInfoEXT.mutableDescriptorTypeListCount()intVkVideoEncodeH264PictureInfoKHR.naluSliceEntryCount()intVkVideoEncodeH265PictureInfoKHR.naluSliceSegmentEntryCount()@Nullable ShortPtrVkExportFenceWin32HandleInfoKHR.name()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.@Nullable ShortPtrVkExportMemoryWin32HandleInfoKHR.name()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.@Nullable ShortPtrVkExportSemaphoreWin32HandleInfoKHR.name()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.@Nullable ShortPtrVkImportFenceWin32HandleInfoKHR.name()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.@Nullable ShortPtrVkImportMemoryWin32HandleInfoKHR.name()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.@Nullable ShortPtrVkImportSemaphoreWin32HandleInfoKHR.name()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.intVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.nativeUnalignedPerformance()intVkPipelineViewportDepthClipControlCreateInfoEXT.negativeOneToOne()intVkPhysicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer()intVkPhysicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferRendering()intVkPhysicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferSimultaneousUse()intVkCooperativeMatrixFlexibleDimensionsPropertiesNV.NGranularity()intVkDispatchGraphInfoAMDX.nodeIndex()intVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.noInvocationFragmentShadingRates()intVkClusterAccelerationStructureMoveObjectsInputNV.noMoveOverlap()longVkPhysicalDeviceLimits.nonCoherentAtomSize()intVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.nonSeamlessCubeMap()intVkPhysicalDeviceMaintenance5Properties.nonStrictSinglePixelWideLinesUseParallelogram()intVkPhysicalDeviceVulkan14Properties.nonStrictSinglePixelWideLinesUseParallelogram()intVkPhysicalDeviceMaintenance5Properties.nonStrictWideLinesUseParallelogram()intVkPhysicalDeviceVulkan14Properties.nonStrictWideLinesUseParallelogram()intVkCooperativeMatrixPropertiesKHR.NSize()intVkCooperativeMatrixPropertiesNV.NSize()intVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.nullColorAttachmentWithExternalFormatResolve()intVkPhysicalDeviceRobustness2FeaturesEXT.nullDescriptor()byteStdVideoAV1FilmGrain.num_cb_points()byteStdVideoAV1FilmGrain.num_cr_points()byteStdVideoH265PictureParameterSet.num_extra_slice_header_bits()byteStdVideoEncodeH265LongTermRefPics.num_long_term_pics()byteStdVideoH265SequenceParameterSet.num_long_term_ref_pics_sps()byteStdVideoEncodeH265LongTermRefPics.num_long_term_sps()byteStdVideoH265ShortTermRefPicSet.num_negative_pics()byteStdVideoH265ShortTermRefPicSet.num_positive_pics()byteStdVideoH264SequenceParameterSet.num_ref_frames_in_pic_order_cnt_cycle()byteStdVideoEncodeH264ReferenceListsInfo.num_ref_idx_l0_active_minus1()byteStdVideoEncodeH265ReferenceListsInfo.num_ref_idx_l0_active_minus1()byteStdVideoH264PictureParameterSet.num_ref_idx_l0_default_active_minus1()byteStdVideoH265PictureParameterSet.num_ref_idx_l0_default_active_minus1()byteStdVideoEncodeH264ReferenceListsInfo.num_ref_idx_l1_active_minus1()byteStdVideoEncodeH265ReferenceListsInfo.num_ref_idx_l1_active_minus1()byteStdVideoH264PictureParameterSet.num_ref_idx_l1_default_active_minus1()byteStdVideoH265PictureParameterSet.num_ref_idx_l1_default_active_minus1()byteStdVideoH265SequenceParameterSet.num_short_term_ref_pic_sets()intStdVideoAV1TimingInfo.num_ticks_per_picture_minus_1()byteStdVideoH265PictureParameterSet.num_tile_columns_minus1()byteStdVideoH265PictureParameterSet.num_tile_rows_minus1()intStdVideoEncodeAV1DecoderModelInfo.num_units_in_decoding_tick()intStdVideoAV1TimingInfo.num_units_in_display_tick()intStdVideoH264SequenceParameterSetVui.num_units_in_tick()byteStdVideoAV1FilmGrain.num_y_points()intVkGeometryAABBNV.numAABBs()intVkShaderStatisticsInfoAMD.numAvailableSgprs()intVkShaderStatisticsInfoAMD.numAvailableVgprs()shortStdVideoDecodeH265PictureInfo.NumBitsForSTRefPicSetInSlice()intVkConvertCooperativeVectorMatrixInfoNV.numColumns()byteStdVideoDecodeH265PictureInfo.NumDeltaPocsOfRefRpsIdx()intVkSetPresentConfigNV.numFramesPerBatch()intVkImageViewSampleWeightCreateInfoQCOM.numPhases()intVkShaderStatisticsInfoAMD.numPhysicalSgprs()intVkShaderStatisticsInfoAMD.numPhysicalVgprs()intVkConvertCooperativeVectorMatrixInfoNV.numRows()intVkShaderResourceUsageAMD.numUsedSgprs()intVkShaderResourceUsageAMD.numUsedVgprs()longVkDebugMarkerObjectNameInfoEXT.object()longVkDebugMarkerObjectTagInfoEXT.object()intVkDebugUtilsMessengerCallbackDataEXT.objectCount()intVkRefreshObjectListKHR.objectCount()longVkDebugUtilsObjectNameInfoEXT.objectHandle()longVkDebugUtilsObjectTagInfoEXT.objectHandle()longVkDeviceMemoryReportCallbackDataEXT.objectHandle()longVkRefreshObjectKHR.objectHandle()intVkCommandBufferInheritanceInfo.occlusionQueryEnable()intVkPhysicalDeviceFeatures.occlusionQueryPrecise()longVkAccelerationStructureCreateInfoKHR.offset()longVkBufferMemoryBarrier.offset()longVkBufferMemoryBarrier2.offset()longVkBufferViewCreateInfo.offset()longVkConditionalRenderingBeginInfoEXT.offset()longVkDescriptorBufferInfo.offset()longVkDescriptorUpdateTemplateEntry.offset()longVkGeometryAABBNV.offset()intVkIndirectCommandsLayoutTokenEXT.offset()intVkIndirectCommandsLayoutTokenNV.offset()longVkIndirectCommandsStreamNV.offset()longVkMappedMemoryRange.offset()longVkMemoryMapInfo.offset()longVkMicromapCreateInfoEXT.offset()intVkPushConstantRange.offset()intVkPushConstantsInfo.offset()intVkSpecializationMapEntry.offset()longVkSubresourceLayout.offset()intVkVertexInputAttributeDescription.offset()intVkVertexInputAttributeDescription2EXT.offset()longVkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapArray()longVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapArray()longVkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapIndexBuffer()longVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapIndexBuffer()shortVkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapIndexBufferStride()shortVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapIndexBufferStride()intVkClusterAccelerationStructureBuildTriangleClusterInfoNV.opacityMicromapIndexType()intVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.opacityMicromapIndexType()longVkBufferOpaqueCaptureAddressCreateInfo.opaqueCaptureAddress()longVkMemoryOpaqueCaptureAddressAllocateInfo.opaqueCaptureAddress()shortStdVideoEncodeAV1OperatingPointInfo.operating_point_idc()intVkPhysicalDeviceOpticalFlowFeaturesNV.opticalFlow()intVkSubpassResolvePerformanceQueryEXT.optimal()longVkPhysicalDeviceLimits.optimalBufferCopyOffsetAlignment()longVkPhysicalDeviceLimits.optimalBufferCopyRowPitchAlignment()intVkHostImageCopyDevicePerformanceQuery.optimalDeviceAccess()VkPhysicalDeviceHostImageCopyProperties.optimalTilingLayoutUUID()VkPhysicalDeviceVulkan14Properties.optimalTilingLayoutUUID()byteStdVideoEncodeAV1PictureInfo.order_hint()byteStdVideoAV1SequenceHeader.order_hint_bits_minus_1()byteStdVideoDecodeAV1PictureInfo.OrderHint()byteStdVideoDecodeAV1ReferenceInfo.OrderHint()byteStdVideoEncodeAV1ReferenceInfo.OrderHint()StdVideoDecodeAV1PictureInfo.OrderHints()longVkLatencyTimingsFrameReportNV.osRenderQueueEndTimeUs()longVkLatencyTimingsFrameReportNV.osRenderQueueStartTimeUs()@Nullable LongPtrVkWriteDescriptorSetPartitionedAccelerationStructureNV.pAccelerationStructures()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable LongPtrVkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireKeys()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable LongPtrVkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireKeys()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable IntPtrVkWin32KeyedMutexAcquireReleaseInfoNV.pAcquireTimeoutMilliseconds()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkWin32KeyedMutexAcquireReleaseInfoKHR.pAcquireTimeouts()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.intVkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.pageableDeviceLocalMemory()byteStdVideoH265SequenceParameterSet.palette_max_size()longVkCudaLaunchInfoNV.paramCount()longVkCuLaunchInfoNVX.paramCount()longVkPerformanceOverrideInfoINTEL.parameter()intVkPartitionedAccelerationStructureInstancesInputNV.partitionCount()intVkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.partitionedAccelerationStructure()intVkPartitionedAccelerationStructureWriteInstanceDataNV.partitionIndex()intVkPartitionedAccelerationStructureWritePartitionTranslationDataNV.partitionIndex()byteVkConformanceVersion.patch()intVkPipelineTessellationStateCreateInfo.patchControlPoints()NvSciSyncFenceVKREF.payload()intVkDispatchGraphInfoAMDX.payloadCount()longVkDispatchGraphInfoAMDX.payloadStride()@Nullable IntPtrVkSetDescriptorBufferOffsetsInfoEXT.pBufferIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrStdVideoEncodeAV1PictureInfo.pBufferRemovalTimes()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.intVkPhysicalDevicePCIBusInfoPropertiesEXT.pciBus()intVkPhysicalDevicePCIBusInfoPropertiesEXT.pciDevice()intVkPhysicalDevicePCIBusInfoPropertiesEXT.pciDomain()intVkPhysicalDevicePCIBusInfoPropertiesEXT.pciFunction()byteStdVideoH265SequenceParameterSet.pcm_sample_bit_depth_chroma_minus1()byteStdVideoH265SequenceParameterSet.pcm_sample_bit_depth_luma_minus1()@Nullable IntPtrVkShaderModuleCreateInfo.pCode()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkRenderingInputAttachmentIndexInfo.pColorAttachmentInputIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkRenderingAttachmentLocationInfo.pColorAttachmentLocations()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkPipelineColorWriteCreateInfoEXT.pColorWriteEnables()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkDeviceGroupSubmitInfo.pCommandBufferDeviceMasks()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkRenderPassCreateInfo2.pCorrelatedViewMasks()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkRenderPassMultiviewCreateInfo.pCorrelationMasks()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkQueryPoolPerformanceCreateInfoKHR.pCounterIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkRenderingInputAttachmentIndexInfo.pDepthInputAttachmentIndex()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkDescriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCounts()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkBindAccelerationStructureMemoryInfoNV.pDeviceIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkBindBufferMemoryDeviceGroupInfo.pDeviceIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkBindImageMemoryDeviceGroupInfo.pDeviceIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkDeviceGroupPresentInfoKHR.pDeviceMasks()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable LongPtrVkImageDrmFormatModifierListCreateInfoEXT.pDrmFormatModifiers()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable IntPtrVkBindDescriptorSetsInfo.pDynamicOffsets()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.intVkPhysicalDevicePerformanceQueryFeaturesKHR.performanceCounterMultipleQueryPools()intVkPhysicalDevicePerformanceQueryFeaturesKHR.performanceCounterQueryPools()intVkDisplayPresentInfoKHR.persistent()intVkDisplayPropertiesKHR.persistentContent()intVkPhysicalDevicePerStageDescriptorSetFeaturesNV.perStageDescriptorSet()intVkMultiviewPerViewAttributesInfoNVX.perViewAttributes()intVkMultiviewPerViewAttributesInfoNVX.perViewAttributesPositionXOnly()intVkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.perViewPositionAllComponents()intVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.perViewRenderAreaCount()@Nullable ShortPtrStdVideoAV1TileInfo.pHeightInSbsMinus1()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.intVkDeviceGroupDeviceCreateInfo.physicalDeviceCount()intVkPhysicalDeviceGroupProperties.physicalDeviceCount()intStdVideoH265SequenceParameterSet.pic_height_in_luma_samples()intStdVideoH264SequenceParameterSet.pic_height_in_map_units_minus1()byteStdVideoDecodeH264PictureInfo.pic_parameter_set_id()byteStdVideoEncodeH264PictureInfo.pic_parameter_set_id()byteStdVideoH264PictureParameterSet.pic_parameter_set_id()intStdVideoH265SequenceParameterSet.pic_width_in_luma_samples()intStdVideoH264SequenceParameterSet.pic_width_in_mbs_minus1()@Nullable BytePtrVkPipelineShaderStageModuleIdentifierCreateInfoEXT.pIdentifier()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.@Nullable IntPtrVkPresentInfoKHR.pImageIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkReleaseSwapchainImagesInfoEXT.pImageIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkIndirectCommandsLayoutTokenNV.pIndexTypeValues()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.longVkBindPipelineIndirectCommandNV.pipelineAddress()intVkPhysicalDevicePipelineBinaryFeaturesKHR.pipelineBinaries()intVkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryCompressedData()intVkPipelineBinaryHandlesInfoKHR.pipelineBinaryCount()intVkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryInternalCache()intVkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryInternalCacheControl()intVkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryPrecompiledInternalCache()intVkPhysicalDevicePipelineBinaryPropertiesKHR.pipelineBinaryPrefersInternalCache()VkDeviceFaultVendorBinaryHeaderVersionOneEXT.pipelineCacheUUID()VkPhysicalDeviceProperties.pipelineCacheUUID()VkPipelineCacheHeaderVersionOne.pipelineCacheUUID()intVkGraphicsPipelineShaderGroupsCreateInfoNV.pipelineCount()intVkPhysicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl()intVkPhysicalDeviceVulkan13Features.pipelineCreationCacheControl()longVkComputePipelineIndirectBufferInfoNV.pipelineDeviceAddressCaptureReplay()intVkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.pipelineExecutableInfo()intVkPhysicalDeviceFragmentShadingRateFeaturesKHR.pipelineFragmentShadingRate()VkPipelinePropertiesIdentifierEXT.pipelineIdentifier()intVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.pipelineLibraryGroupHandles()intVkPhysicalDevicePipelineOpacityMicromapFeaturesARM.pipelineOpacityMicromap()intVkPhysicalDevicePipelinePropertiesFeaturesEXT.pipelinePropertiesIdentifier()intVkPhysicalDevicePipelineProtectedAccessFeatures.pipelineProtectedAccess()intVkPhysicalDeviceVulkan14Features.pipelineProtectedAccess()intVkPhysicalDevicePipelineRobustnessFeatures.pipelineRobustness()intVkPhysicalDeviceVulkan14Features.pipelineRobustness()intVkPipelineCreationFeedbackCreateInfo.pipelineStageCreationFeedbackCount()intVkPhysicalDeviceFeatures.pipelineStatisticsQuery()intVkPhysicalDeviceShaderCorePropertiesARM.pixelRate()intVkCoarseSampleLocationNV.pixelX()intVkCoarseSampleLocationNV.pixelY()intVkDisplayPlaneInfo2KHR.planeIndex()intVkDisplaySurfaceCreateInfoKHR.planeIndex()intVkDisplayPropertiesKHR.planeReorderPossible()intVkDisplaySurfaceCreateInfoKHR.planeStackIndex()@Nullable ShortPtrStdVideoAV1TileInfo.pMiColStarts()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.@Nullable ShortPtrStdVideoAV1TileInfo.pMiRowStarts()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.StdVideoEncodeH265LongTermRefPics.poc_lsb_lt()@Nullable LongPtrVkSetDescriptorBufferOffsetsInfoEXT.pOffsets()Note: the returnedLongPtrdoes 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()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.pointPolygons()intVkPhysicalDeviceMaintenance5Properties.polygonModePointSize()intVkPhysicalDeviceVulkan14Properties.polygonModePointSize()intVkDescriptorPoolCreateInfo.poolSizeCount()intVkClusterAccelerationStructureBuildTriangleClusterInfoNV.positionTruncateBitCount()intVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.positionTruncateBitCount()intVkRenderPassSubpassFeedbackInfoEXT.postMergeIndex()intVkRenderPassCreationFeedbackInfoEXT.postMergeSubpassCount()intVkRenderPassSampleLocationsBeginInfoEXT.postSubpassSampleLocationsCount()@Nullable LongPtrVkPresentIdKHR.pPresentIds()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable IntPtrVkSubpassDescription.pPreserveAttachments()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkSubpassDescription2.pPreserveAttachments()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.byteStdVideoH265PictureParameterSet.pps_num_palette_predictor_initializers()byteStdVideoDecodeH265PictureInfo.pps_pic_parameter_set_id()byteStdVideoEncodeH265PictureInfo.pps_pic_parameter_set_id()byteStdVideoH265PictureParameterSet.pps_pic_parameter_set_id()byteStdVideoDecodeH265PictureInfo.pps_seq_parameter_set_id()byteStdVideoEncodeH265PictureInfo.pps_seq_parameter_set_id()byteStdVideoH265PictureParameterSet.pps_seq_parameter_set_id()@Nullable IntPtrVkBufferCreateInfo.pQueueFamilyIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkImageCreateInfo.pQueueFamilyIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkSwapchainCreateInfoKHR.pQueueFamilyIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.intVkVideoEncodeInfoKHR.precedingExternallyEncodedBytes()intVkVideoEncodeAV1FrameSizeKHR.predictiveFrameSize()intVkVideoEncodeAV1QIndexKHR.predictiveQIndex()StdVideoH265PredictorPaletteEntries.PredictorPaletteEntries()intVkPhysicalDeviceTileShadingPropertiesQCOM.preferNonCoherent()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredBidirectionalCompoundReferenceNameMask()intVkVideoEncodeH264QualityLevelPropertiesKHR.preferredConsecutiveBFrameCount()intVkVideoEncodeH265QualityLevelPropertiesKHR.preferredConsecutiveBFrameCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredConsecutiveBipredictiveFrameCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredGopFrameCount()intVkVideoEncodeH264QualityLevelPropertiesKHR.preferredGopFrameCount()intVkVideoEncodeH265QualityLevelPropertiesKHR.preferredGopFrameCount()intVkVideoEncodeH264QualityLevelPropertiesKHR.preferredIdrPeriod()intVkVideoEncodeH265QualityLevelPropertiesKHR.preferredIdrPeriod()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredKeyFramePeriod()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxBidirectionalCompoundGroup1ReferenceCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxBidirectionalCompoundGroup2ReferenceCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxBidirectionalCompoundReferenceCount()intVkVideoEncodeH264QualityLevelPropertiesKHR.preferredMaxL0ReferenceCount()intVkVideoEncodeH265QualityLevelPropertiesKHR.preferredMaxL0ReferenceCount()intVkVideoEncodeH264QualityLevelPropertiesKHR.preferredMaxL1ReferenceCount()intVkVideoEncodeH265QualityLevelPropertiesKHR.preferredMaxL1ReferenceCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxSingleReferenceCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxUnidirectionalCompoundGroup1ReferenceCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredMaxUnidirectionalCompoundReferenceCount()intVkVideoEncodeQualityLevelPropertiesKHR.preferredRateControlLayerCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredSingleReferenceNameMask()intVkVideoEncodeH264QualityLevelPropertiesKHR.preferredStdEntropyCodingModeFlag()intVkVideoEncodeH265QualityLevelPropertiesKHR.preferredSubLayerCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredTemporalLayerCount()intVkVideoEncodeH264QualityLevelPropertiesKHR.preferredTemporalLayerCount()intVkVideoEncodeAV1QualityLevelPropertiesKHR.preferredUnidirectionalCompoundReferenceNameMask()intVkPhysicalDeviceMeshShaderPropertiesEXT.prefersCompactPrimitiveOutput()intVkPhysicalDeviceMeshShaderPropertiesEXT.prefersCompactVertexOutput()intVkMemoryDedicatedRequirements.prefersDedicatedAllocation()intVkVideoEncodeAV1CapabilitiesKHR.prefersGopRemainingFrames()intVkVideoEncodeH264CapabilitiesKHR.prefersGopRemainingFrames()intVkVideoEncodeH265CapabilitiesKHR.prefersGopRemainingFrames()intVkPhysicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationPrimitiveOutput()intVkPhysicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationVertexOutput()@Nullable LongPtrVkWin32KeyedMutexAcquireReleaseInfoKHR.pReleaseKeys()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable LongPtrVkWin32KeyedMutexAcquireReleaseInfoNV.pReleaseKeys()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.longVkGeneratedCommandsInfoEXT.preprocessAddress()longVkGeneratedCommandsInfoNV.preprocessOffset()longVkGeneratedCommandsInfoEXT.preprocessSize()longVkGeneratedCommandsInfoNV.preprocessSize()intVkPhysicalDevicePresentBarrierFeaturesNV.presentBarrier()intVkSwapchainPresentBarrierCreateInfoNV.presentBarrierEnable()intVkSurfaceCapabilitiesPresentBarrierNV.presentBarrierSupported()intVkSetPresentConfigNV.presentConfigFeedback()longVkLatencyTimingsFrameReportNV.presentEndTimeUs()intVkPhysicalDevicePresentIdFeaturesKHR.presentId()longVkLatencySubmissionPresentIdNV.presentID()longVkLatencyTimingsFrameReportNV.presentID()intVkPastPresentationTimingGOOGLE.presentID()intVkPresentTimeGOOGLE.presentID()longVkSetLatencyMarkerInfoNV.presentID()longVkPastPresentationTimingGOOGLE.presentMargin()VkDeviceGroupPresentCapabilitiesKHR.presentMask()intVkPhysicalDevicePresentMeteringFeaturesNV.presentMetering()intVkLatencySurfaceCapabilitiesNV.presentModeCount()intVkSurfacePresentModeCompatibilityEXT.presentModeCount()intVkSwapchainPresentModesCreateInfoEXT.presentModeCount()intVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.presentModeFifoLatestReady()longVkLatencyTimingsFrameReportNV.presentStartTimeUs()intVkPhysicalDevicePresentWaitFeaturesKHR.presentWait()intVkSubpassDescription.preserveAttachmentCount()intVkSubpassDescription2.preserveAttachmentCount()byteStdVideoDecodeAV1PictureInfo.primary_ref_frame()byteStdVideoEncodeAV1PictureInfo.primary_ref_frame()intVkVideoEncodeAV1PictureInfoKHR.primaryReferenceCdfOnly()intVkAccelerationStructureBuildRangeInfoKHR.primitiveCount()intVkPhysicalDeviceFragmentShadingRateFeaturesKHR.primitiveFragmentShadingRate()intVkPhysicalDeviceMeshShaderFeaturesEXT.primitiveFragmentShadingRateMeshShader()intVkPhysicalDeviceFragmentShadingRatePropertiesKHR.primitiveFragmentShadingRateWithMultipleViewports()intVkAccelerationStructureBuildRangeInfoKHR.primitiveOffset()intVkPipelineInputAssemblyStateCreateInfo.primitiveRestartEnable()intVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQuery()intVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQueryWithNonZeroStreams()intVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQueryWithRasterizerDiscard()intVkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.primitiveTopologyListRestart()intVkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.primitiveTopologyPatchListRestart()intVkPhysicalDeviceConservativeRasterizationPropertiesEXT.primitiveUnderestimation()intVkQueueFamilyGlobalPriorityProperties.priorityCount()intVkPhysicalDevicePrivateDataFeatures.privateData()intVkPhysicalDeviceVulkan13Features.privateData()intVkDevicePrivateDataCreateInfo.privateDataSlotRequestCount()intVkVideoProfileListInfoKHR.profileCount()intVkPhysicalDeviceProtectedMemoryFeatures.protectedMemory()intVkPhysicalDeviceVulkan11Features.protectedMemory()intVkPhysicalDeviceProtectedMemoryProperties.protectedNoFault()intVkPhysicalDeviceVulkan11Properties.protectedNoFault()intVkProtectedSubmitInfo.protectedSubmit()intVkPhysicalDeviceProvokingVertexFeaturesEXT.provokingVertexLast()intVkPhysicalDeviceProvokingVertexPropertiesEXT.provokingVertexModePerPipeline()@Nullable IntPtrVkPipelineMultisampleStateCreateInfo.pSampleMask()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable LongPtrVkD3D12FenceSubmitInfoKHR.pSignalSemaphoreValues()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable LongPtrVkTimelineSemaphoreSubmitInfo.pSignalSemaphoreValues()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable IntPtrVkVideoDecodeH264PictureInfoKHR.pSliceOffsets()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkVideoDecodeH265PictureInfoKHR.pSliceSegmentOffsets()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkRenderingInputAttachmentIndexInfo.pStencilInputAttachmentIndex()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkIndirectCommandsLayoutCreateInfoNV.pStreamStrides()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkVideoDecodeAV1PictureInfoKHR.pTileOffsets()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkVideoDecodeAV1PictureInfoKHR.pTileSizes()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.intVkIndirectCommandsLayoutTokenNV.pushconstantOffset()intVkIndirectExecutionSetShaderInfoEXT.pushConstantRangeCount()intVkPipelineLayoutCreateInfo.pushConstantRangeCount()intVkShaderCreateInfoEXT.pushConstantRangeCount()intVkIndirectCommandsLayoutTokenNV.pushconstantSize()intVkPhysicalDeviceVulkan14Features.pushDescriptor()@Nullable LongPtrVkSemaphoreWaitInfo.pValues()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable BytePtrVkAccelerationStructureVersionInfoKHR.pVersionData()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.@Nullable BytePtrVkMicromapVersionInfoEXT.pVersionData()Note: the returnedBytePtrdoes not have correctBytePtr.size()property.@Nullable IntPtrVkRenderPassMultiviewCreateInfo.pViewMasks()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable IntPtrVkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.@Nullable LongPtrVkD3D12FenceSubmitInfoKHR.pWaitSemaphoreValues()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable LongPtrVkTimelineSemaphoreSubmitInfo.pWaitSemaphoreValues()Note: the returnedLongPtrdoes not have correctLongPtr.size()property.@Nullable ShortPtrStdVideoAV1TileInfo.pWidthInSbsMinus1()Note: the returnedShortPtrdoes not have correctShortPtr.size()property.byteStdVideoAV1Quantization.qm_u()byteStdVideoAV1Quantization.qm_v()byteStdVideoAV1Quantization.qm_y()intVkPhysicalDeviceDescriptorIndexingProperties.quadDivergentImplicitLod()intVkPhysicalDeviceVulkan12Properties.quadDivergentImplicitLod()intVkPhysicalDeviceSubgroupProperties.quadOperationsInAllStages()intVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.qualityLevel()intVkVideoEncodeQualityLevelInfoKHR.qualityLevel()intVkQueryPoolCreateInfo.queryCount()intVkVideoInlineQueryInfoKHR.queryCount()intVkQueueFamilyQueryResultStatusPropertiesKHR.queryResultStatusSupport()intVkDeviceQueueCreateInfo.queueCount()intVkQueueFamilyProperties.queueCount()intVkDeviceCreateInfo.queueCreateInfoCount()intVkCommandPoolCreateInfo.queueFamilyIndex()intVkDeviceQueueCreateInfo.queueFamilyIndex()intVkDeviceQueueInfo2.queueFamilyIndex()intVkQueryPoolPerformanceCreateInfoKHR.queueFamilyIndex()intVkVideoSessionCreateInfoKHR.queueFamilyIndex()intVkBufferCreateInfo.queueFamilyIndexCount()intVkImageCreateInfo.queueFamilyIndexCount()intVkPhysicalDeviceImageDrmFormatModifierInfoEXT.queueFamilyIndexCount()intVkSwapchainCreateInfoKHR.queueFamilyIndexCount()intVkDeviceQueueInfo2.queueIndex()intVkDebugUtilsMessengerCallbackDataEXT.queueLabelCount()intVkPhysicalDeviceTileMemoryHeapPropertiesQCOM.queueSubmitBoundary()longVkAccelerationStructureGeometryLinearSweptSpheresDataNV.radiusStride()longVkAccelerationStructureGeometrySpheresDataNV.radiusStride()longVkBufferViewCreateInfo.range()longVkDescriptorAddressInfoEXT.range()longVkDescriptorBufferInfo.range()intVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.rasterizationOrderColorAttachmentAccess()intVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.rasterizationOrderDepthAttachmentAccess()intVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.rasterizationOrderStencilAttachmentAccess()intVkPipelineRasterizationStateStreamCreateInfoEXT.rasterizationStream()intVkPipelineRasterizationStateCreateInfo.rasterizerDiscardEnable()longVkTraceRaysIndirectCommand2KHR.raygenShaderRecordAddress()longVkTraceRaysIndirectCommand2KHR.raygenShaderRecordSize()intVkPhysicalDeviceRayQueryFeaturesKHR.rayQuery()intVkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.rayTracingInvocationReorder()intVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.rayTracingMaintenance1()intVkPhysicalDeviceRayTracingMotionBlurFeaturesNV.rayTracingMotionBlur()intVkPhysicalDeviceRayTracingMotionBlurFeaturesNV.rayTracingMotionBlurPipelineTraceRaysIndirect()intVkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipeline()intVkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipelineShaderGroupHandleCaptureReplay()intVkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipelineShaderGroupHandleCaptureReplayMixed()intVkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTracingPipelineTraceRaysIndirect()intVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.rayTracingPipelineTraceRaysIndirect2()intVkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.rayTracingPositionFetch()intVkPhysicalDeviceRayTracingValidationFeaturesNV.rayTracingValidation()intVkPhysicalDeviceRayTracingPipelineFeaturesKHR.rayTraversalPrimitiveCulling()intVkPresentRegionKHR.rectangleCount()intVkPhysicalDeviceLineRasterizationFeatures.rectangularLines()intVkPhysicalDeviceVulkan14Features.rectangularLines()StdVideoEncodeAV1PictureInfo.ref_order_hint()intVkStencilOpState.reference()intVkVideoBeginCodingInfoKHR.referenceSlotCount()intVkVideoDecodeInfoKHR.referenceSlotCount()intVkVideoEncodeInfoKHR.referenceSlotCount()intStdVideoEncodeAV1ReferenceInfo.RefFrameId()byteStdVideoDecodeAV1ReferenceInfo.RefFrameSignBias()byteStdVideoEncodeH264ReferenceListsInfo.refList0ModOpCount()byteStdVideoEncodeH264ReferenceListsInfo.refList1ModOpCount()StdVideoEncodeH264ReferenceListsInfo.RefPicList0()StdVideoEncodeH265ReferenceListsInfo.RefPicList0()StdVideoEncodeH264ReferenceListsInfo.RefPicList1()StdVideoEncodeH265ReferenceListsInfo.RefPicList1()byteStdVideoEncodeH264ReferenceListsInfo.refPicMarkingOpCount()StdVideoDecodeH265PictureInfo.RefPicSetLtCurr()StdVideoDecodeH265PictureInfo.RefPicSetStCurrAfter()StdVideoDecodeH265PictureInfo.RefPicSetStCurrBefore()byteStdVideoDecodeAV1PictureInfo.refresh_frame_flags()byteStdVideoEncodeAV1PictureInfo.refresh_frame_flags()longVkRefreshCycleDurationGOOGLE.refreshDuration()intVkDisplayModeParametersKHR.refreshRate()intVkBlitImageInfo2.regionCount()intVkCopyBufferInfo2.regionCount()intVkCopyBufferToImageInfo2.regionCount()intVkCopyImageInfo2.regionCount()intVkCopyImageToBufferInfo2.regionCount()intVkCopyImageToImageInfo.regionCount()intVkCopyImageToMemoryInfo.regionCount()intVkCopyMemoryToImageInfo.regionCount()intVkOpticalFlowExecuteInfoNV.regionCount()intVkResolveImageInfo2.regionCount()intVkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.relaxedLineRasterization()intVkWin32KeyedMutexAcquireReleaseInfoKHR.releaseCount()intVkWin32KeyedMutexAcquireReleaseInfoNV.releaseCount()shortStdVideoEncodeAV1PictureInfo.render_height_minus_1()shortStdVideoEncodeAV1PictureInfo.render_width_minus_1()intVkPhysicalDeviceRenderPassStripedFeaturesARM.renderPassStriped()longVkLatencyTimingsFrameReportNV.renderSubmitEndTimeUs()longVkLatencyTimingsFrameReportNV.renderSubmitStartTimeUs()intVkPhysicalDeviceAddressBindingReportFeaturesEXT.reportAddressBinding()longVkDeviceFaultAddressInfoEXT.reportedAddress()intVkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.representativeFragmentTest()intVkPipelineRepresentativeFragmentTestStateCreateInfoNV.representativeFragmentTestEnable()intVkPipelineShaderStageRequiredSubgroupSizeCreateInfo.requiredSubgroupSize()intVkMemoryDedicatedRequirements.requiresDedicatedAllocation()intVkVideoEncodeAV1CapabilitiesKHR.requiresGopRemainingFrames()intVkVideoEncodeH264CapabilitiesKHR.requiresGopRemainingFrames()intVkVideoEncodeH265CapabilitiesKHR.requiresGopRemainingFrames()intVkExternalComputeQueueDeviceCreateInfoNV.reservedExternalQueues()intVkPhysicalDeviceSparseProperties.residencyAlignedMipSize()intVkPhysicalDeviceSparseProperties.residencyNonResidentStrict()intVkPhysicalDeviceSparseProperties.residencyStandard2DBlockShape()intVkPhysicalDeviceSparseProperties.residencyStandard2DMultisampleBlockShape()intVkPhysicalDeviceSparseProperties.residencyStandard3DBlockShape()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.resourceDescriptorBufferAddressSpaceSize()intVkDeviceGroupBindSparseInfo.resourceDeviceIndex()longVkSparseMemoryBind.resourceOffset()intVkPhysicalDeviceFeatures.robustBufferAccess()intVkPhysicalDeviceRobustness2FeaturesEXT.robustBufferAccess2()intVkPhysicalDeviceDescriptorIndexingProperties.robustBufferAccessUpdateAfterBind()intVkPhysicalDeviceVulkan12Properties.robustBufferAccessUpdateAfterBind()intVkPhysicalDeviceMaintenance7PropertiesKHR.robustFragmentShadingRateAttachmentAccess()intVkPhysicalDeviceImageRobustnessFeatures.robustImageAccess()intVkPhysicalDeviceVulkan13Features.robustImageAccess()intVkPhysicalDeviceRobustness2FeaturesEXT.robustImageAccess2()longVkPhysicalDeviceRobustness2PropertiesEXT.robustStorageBufferAccessSizeAlignment()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.robustStorageBufferDescriptorSize()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.robustStorageTexelBufferDescriptorSize()longVkPhysicalDeviceRobustness2PropertiesEXT.robustUniformBufferAccessSizeAlignment()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.robustUniformBufferDescriptorSize()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.robustUniformTexelBufferDescriptorSize()StdVideoH265PictureParameterSet.row_height_minus1()longVkSubresourceLayout.rowPitch()intVkPhysicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray()intVkPhysicalDeviceVulkan12Features.runtimeDescriptorArray()intVkCoarseSampleLocationNV.sample()intVkCoarseSampleOrderCustomNV.sampleCount()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.sampledImageDescriptorSize()intVkCoarseSampleOrderCustomNV.sampleLocationCount()intVkSampleLocationsInfoEXT.sampleLocationsCount()intVkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsEnable()intVkPhysicalDeviceSampleLocationsPropertiesEXT.sampleLocationSubPixelBits()intVkPhysicalDeviceImage2DViewOf3DFeaturesEXT.sampler2DViewOf3D()intVkPhysicalDeviceFeatures.samplerAnisotropy()intVkPhysicalDeviceFeatures.sampleRateShading()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.samplerCaptureReplayDescriptorDataSize()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.samplerDescriptorBufferAddressSpaceSize()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.samplerDescriptorSize()intVkPhysicalDeviceVulkan12Features.samplerFilterMinmax()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.samplerMipLodBias()intVkPhysicalDeviceVulkan12Features.samplerMirrorClampToEdge()intVkPhysicalDeviceSamplerYcbcrConversionFeatures.samplerYcbcrConversion()intVkPhysicalDeviceVulkan11Features.samplerYcbcrConversion()intVkPipelineMultisampleStateCreateInfo.sampleShadingEnable()shortStdVideoH264SequenceParameterSetVui.sar_height()shortStdVideoH265SequenceParameterSetVui.sar_height()shortStdVideoH264SequenceParameterSetVui.sar_width()shortStdVideoH265SequenceParameterSetVui.sar_width()intVkCooperativeMatrixFlexibleDimensionsPropertiesNV.saturatingAccumulation()intVkCooperativeMatrixPropertiesKHR.saturatingAccumulation()StdVideoDecodeAV1ReferenceInfo.SavedOrderHints()intVkPhysicalDeviceScalarBlockLayoutFeatures.scalarBlockLayout()intVkPhysicalDeviceVulkan12Features.scalarBlockLayout()shortStdVideoH264ScalingLists.scaling_list_present_mask()StdVideoH265ScalingLists.ScalingList16x16()StdVideoH265ScalingLists.ScalingList32x32()StdVideoH264ScalingLists.ScalingList4x4()StdVideoH265ScalingLists.ScalingList4x4()StdVideoH264ScalingLists.ScalingList8x8()StdVideoH265ScalingLists.ScalingList8x8()StdVideoH265ScalingLists.ScalingListDCCoef16x16()StdVideoH265ScalingLists.ScalingListDCCoef32x32()intVkPhysicalDeviceSchedulingControlsFeaturesARM.schedulingControls()intVkPhysicalDeviceExternalMemorySciBufFeaturesNV.sciBufExport()intVkPhysicalDeviceExternalMemorySciBufFeaturesNV.sciBufImport()intVkPipelineViewportStateCreateInfo.scissorCount()intVkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncExport()intVkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncExport()intVkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncFence()intVkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncFence()intVkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncImport()intVkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncImport()intVkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncSemaphore()intVkPhysicalDeviceExternalSciSync2FeaturesNV.sciSyncSemaphore2()longVkBuildPartitionedAccelerationStructureInfoNV.scratchData()longVkClusterAccelerationStructureCommandsInfoNV.scratchData()longVkShaderResourceUsageAMD.scratchMemUsageInBytes()intVkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.screenBufferImport()longVkScreenBufferFormatPropertiesQNX.screenUsage()intVkPhysicalDeviceCubicWeightsFeaturesQCOM.selectableCubicWeights()intVkSemaphoreWaitInfo.semaphoreCount()intVkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.semaphoreSciSyncPoolRequestCount()intVkPhysicalDeviceMaintenance7PropertiesKHR.separateDepthStencilAttachmentAccess()intVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.separateDepthStencilLayouts()intVkPhysicalDeviceVulkan12Features.separateDepthStencilLayouts()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.separateStencilMaskRef()byteStdVideoAV1SequenceHeader.seq_force_integer_mv()byteStdVideoAV1SequenceHeader.seq_force_screen_content_tools()byteStdVideoEncodeAV1OperatingPointInfo.seq_level_idx()byteStdVideoDecodeH264PictureInfo.seq_parameter_set_id()byteStdVideoEncodeH264PictureInfo.seq_parameter_set_id()byteStdVideoH264PictureParameterSet.seq_parameter_set_id()byteStdVideoH264SequenceParameterSet.seq_parameter_set_id()byteStdVideoEncodeAV1OperatingPointInfo.seq_tier()longVkGeneratedCommandsInfoEXT.sequenceCountAddress()intVkGeneratedCommandsInfoNV.sequencesCount()longVkGeneratedCommandsInfoNV.sequencesCountOffset()longVkGeneratedCommandsInfoNV.sequencesIndexOffset()intVkBindDescriptorBufferEmbeddedSamplersInfoEXT.set()intVkDescriptorUpdateTemplateCreateInfo.set()intVkPushDescriptorSetInfo.set()intVkPushDescriptorSetWithTemplateInfo.set()intVkSetDescriptorBufferOffsetsInfoEXT.setCount()intVkIndirectExecutionSetShaderLayoutInfoEXT.setLayoutCount()intVkPipelineLayoutCreateInfo.setLayoutCount()intVkShaderCreateInfoEXT.setLayoutCount()intVkLayerSettingsCreateInfoEXT.settingCount()intVkPhysicalDeviceShaderCorePropertiesAMD.sgprAllocationGranularity()intVkPhysicalDeviceShaderCorePropertiesAMD.sgprsPerSimd()intVkPhysicalDeviceShaderCorePropertiesAMD.shaderArraysPerEngineCount()intVkPhysicalDeviceShaderBfloat16FeaturesKHR.shaderBFloat16CooperativeMatrix()intVkPhysicalDeviceShaderBfloat16FeaturesKHR.shaderBFloat16DotProduct()intVkPhysicalDeviceShaderBfloat16FeaturesKHR.shaderBFloat16Type()VkPhysicalDeviceShaderObjectPropertiesEXT.shaderBinaryUUID()intVkPhysicalDeviceShaderObjectPropertiesEXT.shaderBinaryVersion()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16AtomicAdd()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16AtomicMinMax()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16Atomics()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat32AtomicAdd()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat32AtomicMinMax()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat32Atomics()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat64AtomicAdd()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat64AtomicMinMax()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderBufferFloat64Atomics()intVkPhysicalDeviceShaderAtomicInt64Features.shaderBufferInt64Atomics()intVkPhysicalDeviceVulkan12Features.shaderBufferInt64Atomics()intVkPhysicalDeviceFeatures.shaderClipDistance()intVkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.shaderCoreBuiltins()intVkDeviceQueueShaderCoreControlCreateInfoARM.shaderCoreCount()intVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.shaderCoreCount()longVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.shaderCoreMask()intVkGeneratedCommandsShaderInfoEXT.shaderCount()intVkIndirectExecutionSetShaderInfoEXT.shaderCount()intVkPhysicalDeviceFeatures.shaderCullDistance()intVkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation()intVkPhysicalDeviceVulkan13Features.shaderDemoteToHelperInvocation()intVkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat16()intVkPhysicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat16()intVkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat32()intVkPhysicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat32()intVkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat64()intVkPhysicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat64()intVkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat16()intVkPhysicalDeviceVulkan12Properties.shaderDenormPreserveFloat16()intVkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat32()intVkPhysicalDeviceVulkan12Properties.shaderDenormPreserveFloat32()intVkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat64()intVkPhysicalDeviceVulkan12Properties.shaderDenormPreserveFloat64()intVkPhysicalDeviceShaderClockFeaturesKHR.shaderDeviceClock()intVkPhysicalDeviceShaderDrawParametersFeatures.shaderDrawParameters()intVkPhysicalDeviceVulkan11Features.shaderDrawParameters()intVkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.shaderEarlyAndLateFragmentTests()intVkPhysicalDeviceShaderCorePropertiesAMD.shaderEngineCount()intVkPhysicalDeviceShaderEnqueueFeaturesAMDX.shaderEnqueue()intVkPhysicalDeviceShaderExpectAssumeFeatures.shaderExpectAssume()intVkPhysicalDeviceVulkan14Features.shaderExpectAssume()intVkPhysicalDeviceShaderFloat16Int8Features.shaderFloat16()intVkPhysicalDeviceVulkan12Features.shaderFloat16()intVkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.shaderFloat16VectorAtomics()intVkPhysicalDeviceFeatures.shaderFloat64()intVkPhysicalDeviceShaderFloatControls2Features.shaderFloatControls2()intVkPhysicalDeviceVulkan14Features.shaderFloatControls2()intVkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupBaseAlignment()intVkPhysicalDeviceRayTracingPropertiesNV.shaderGroupBaseAlignment()intVkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleAlignment()intVkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleCaptureReplaySize()intVkPhysicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleSize()intVkPhysicalDeviceRayTracingPropertiesNV.shaderGroupHandleSize()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderImageFloat32AtomicAdd()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderImageFloat32AtomicMinMax()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderImageFloat32Atomics()intVkPhysicalDeviceFeatures.shaderImageGatherExtended()intVkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.shaderImageInt64Atomics()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderInputAttachmentArrayDynamicIndexing()intVkPhysicalDeviceVulkan12Features.shaderInputAttachmentArrayDynamicIndexing()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderInputAttachmentArrayNonUniformIndexing()intVkPhysicalDeviceVulkan12Features.shaderInputAttachmentArrayNonUniformIndexing()intVkPhysicalDeviceDescriptorIndexingProperties.shaderInputAttachmentArrayNonUniformIndexingNative()intVkPhysicalDeviceVulkan12Properties.shaderInputAttachmentArrayNonUniformIndexingNative()intVkPhysicalDeviceFeatures.shaderInt16()intVkPhysicalDeviceFeatures.shaderInt64()intVkPhysicalDeviceShaderFloat16Int8Features.shaderInt8()intVkPhysicalDeviceVulkan12Features.shaderInt8()intVkPhysicalDeviceShaderIntegerDotProductFeatures.shaderIntegerDotProduct()intVkPhysicalDeviceVulkan13Features.shaderIntegerDotProduct()intVkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.shaderIntegerFunctions2()intVkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.shaderMaximalReconvergence()intVkPhysicalDeviceShaderEnqueueFeaturesAMDX.shaderMeshEnqueue()intVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.shaderModuleIdentifier()VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.shaderModuleIdentifierAlgorithmUUID()intVkPhysicalDeviceShaderObjectFeaturesEXT.shaderObject()intVkPhysicalDeviceVulkan12Features.shaderOutputLayer()intVkPhysicalDeviceVulkan12Features.shaderOutputViewportIndex()intVkPhysicalDeviceShaderQuadControlFeaturesKHR.shaderQuadControl()intVkPhysicalDeviceRawAccessChainsFeaturesNV.shaderRawAccessChains()intVkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.shaderRelaxedExtendedInstruction()intVkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.shaderReplicatedComposites()intVkPhysicalDeviceFeatures.shaderResourceMinLod()intVkPhysicalDeviceFeatures.shaderResourceResidency()intVkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat16()intVkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTEFloat16()intVkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat32()intVkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTEFloat32()intVkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat64()intVkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTEFloat64()intVkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat16()intVkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTZFloat16()intVkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat32()intVkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTZFloat32()intVkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat64()intVkPhysicalDeviceVulkan12Properties.shaderRoundingModeRTZFloat64()intVkPhysicalDeviceFeatures.shaderSampledImageArrayDynamicIndexing()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderSampledImageArrayNonUniformIndexing()intVkPhysicalDeviceVulkan12Features.shaderSampledImageArrayNonUniformIndexing()intVkPhysicalDeviceDescriptorIndexingProperties.shaderSampledImageArrayNonUniformIndexingNative()intVkPhysicalDeviceVulkan12Properties.shaderSampledImageArrayNonUniformIndexingNative()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.shaderSampleRateInterpolationFunctions()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16AtomicAdd()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16AtomicMinMax()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16Atomics()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat32AtomicAdd()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat32AtomicMinMax()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat32Atomics()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat64AtomicAdd()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat64AtomicMinMax()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.shaderSharedFloat64Atomics()intVkPhysicalDeviceShaderAtomicInt64Features.shaderSharedInt64Atomics()intVkPhysicalDeviceVulkan12Features.shaderSharedInt64Atomics()intVkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat16()intVkPhysicalDeviceVulkan12Properties.shaderSignedZeroInfNanPreserveFloat16()intVkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat32()intVkPhysicalDeviceVulkan12Properties.shaderSignedZeroInfNanPreserveFloat32()intVkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat64()intVkPhysicalDeviceVulkan12Properties.shaderSignedZeroInfNanPreserveFloat64()intVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.shaderSMBuiltins()intVkPhysicalDeviceShaderSMBuiltinsPropertiesNV.shaderSMCount()intVkPhysicalDeviceFeatures.shaderStorageBufferArrayDynamicIndexing()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageBufferArrayNonUniformIndexing()intVkPhysicalDeviceVulkan12Features.shaderStorageBufferArrayNonUniformIndexing()intVkPhysicalDeviceDescriptorIndexingProperties.shaderStorageBufferArrayNonUniformIndexingNative()intVkPhysicalDeviceVulkan12Properties.shaderStorageBufferArrayNonUniformIndexingNative()intVkPhysicalDeviceFeatures.shaderStorageImageArrayDynamicIndexing()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageImageArrayNonUniformIndexing()intVkPhysicalDeviceVulkan12Features.shaderStorageImageArrayNonUniformIndexing()intVkPhysicalDeviceDescriptorIndexingProperties.shaderStorageImageArrayNonUniformIndexingNative()intVkPhysicalDeviceVulkan12Properties.shaderStorageImageArrayNonUniformIndexingNative()intVkPhysicalDeviceFeatures.shaderStorageImageExtendedFormats()intVkPhysicalDeviceFeatures.shaderStorageImageMultisample()intVkPhysicalDeviceFeatures.shaderStorageImageReadWithoutFormat()intVkPhysicalDeviceFeatures.shaderStorageImageWriteWithoutFormat()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageTexelBufferArrayDynamicIndexing()intVkPhysicalDeviceVulkan12Features.shaderStorageTexelBufferArrayDynamicIndexing()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageTexelBufferArrayNonUniformIndexing()intVkPhysicalDeviceVulkan12Features.shaderStorageTexelBufferArrayNonUniformIndexing()intVkPhysicalDeviceShaderClockFeaturesKHR.shaderSubgroupClock()intVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.shaderSubgroupExtendedTypes()intVkPhysicalDeviceVulkan12Features.shaderSubgroupExtendedTypes()intVkPhysicalDeviceShaderSubgroupRotateFeatures.shaderSubgroupRotate()intVkPhysicalDeviceVulkan14Features.shaderSubgroupRotate()intVkPhysicalDeviceShaderSubgroupRotateFeatures.shaderSubgroupRotateClustered()intVkPhysicalDeviceVulkan14Features.shaderSubgroupRotateClustered()intVkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.shaderSubgroupUniformControlFlow()intVkPhysicalDeviceShaderTerminateInvocationFeatures.shaderTerminateInvocation()intVkPhysicalDeviceVulkan13Features.shaderTerminateInvocation()intVkPhysicalDeviceFeatures.shaderTessellationAndGeometryPointSize()intVkPhysicalDeviceShaderTileImagePropertiesEXT.shaderTileImageCoherentReadAccelerated()intVkPhysicalDeviceShaderTileImageFeaturesEXT.shaderTileImageColorReadAccess()intVkPhysicalDeviceShaderTileImageFeaturesEXT.shaderTileImageDepthReadAccess()intVkPhysicalDeviceShaderTileImagePropertiesEXT.shaderTileImageReadFromHelperInvocation()intVkPhysicalDeviceShaderTileImagePropertiesEXT.shaderTileImageReadSampleFromPixelRateInvocation()intVkPhysicalDeviceShaderTileImageFeaturesEXT.shaderTileImageStencilReadAccess()intVkPhysicalDeviceFeatures.shaderUniformBufferArrayDynamicIndexing()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformBufferArrayNonUniformIndexing()intVkPhysicalDeviceVulkan12Features.shaderUniformBufferArrayNonUniformIndexing()intVkPhysicalDeviceDescriptorIndexingProperties.shaderUniformBufferArrayNonUniformIndexingNative()intVkPhysicalDeviceVulkan12Properties.shaderUniformBufferArrayNonUniformIndexingNative()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformTexelBufferArrayDynamicIndexing()intVkPhysicalDeviceVulkan12Features.shaderUniformTexelBufferArrayDynamicIndexing()intVkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformTexelBufferArrayNonUniformIndexing()intVkPhysicalDeviceVulkan12Features.shaderUniformTexelBufferArrayNonUniformIndexing()intVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.shaderWarpsPerCore()intVkPhysicalDeviceShaderSMBuiltinsPropertiesNV.shaderWarpsPerSM()intVkPhysicalDeviceVulkan13Features.shaderZeroInitializeWorkgroupMemory()intVkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.shaderZeroInitializeWorkgroupMemory()intVkPhysicalDeviceShadingRateImageFeaturesNV.shadingRateCoarseSampleOrder()intVkPhysicalDeviceShadingRateImageFeaturesNV.shadingRateImage()intVkPipelineViewportShadingRateImageStateCreateInfoNV.shadingRateImageEnable()intVkPhysicalDeviceShadingRateImagePropertiesNV.shadingRateMaxCoarseSamples()intVkShadingRatePaletteNV.shadingRatePaletteEntryCount()intVkPhysicalDeviceShadingRateImagePropertiesNV.shadingRatePaletteSize()intVkCudaLaunchInfoNV.sharedMemBytes()intVkCuLaunchInfoNVX.sharedMemBytes()byteStdVideoEncodeH265PictureInfo.short_term_ref_pic_set_idx()intVkBindSparseInfo.signalSemaphoreCount()intVkDeviceGroupSubmitInfo.signalSemaphoreCount()intVkSubmitInfo.signalSemaphoreCount()intVkSubmitInfo2.signalSemaphoreInfoCount()intVkTimelineSemaphoreSubmitInfo.signalSemaphoreValueCount()intVkD3D12FenceSubmitInfoKHR.signalSemaphoreValuesCount()intVkPhysicalDeviceShaderCorePropertiesAMD.simdPerComputeUnit()longVkLatencyTimingsFrameReportNV.simEndTimeUs()longVkLatencyTimingsFrameReportNV.simStartTimeUs()intVkVideoEncodeAV1CapabilitiesKHR.singleReferenceNameMask()longVkAccelerationStructureCreateInfoKHR.size()intVkBindIndexBufferIndirectCommandEXT.size()intVkBindIndexBufferIndirectCommandNV.size()intVkBindVertexBufferIndirectCommandEXT.size()intVkBindVertexBufferIndirectCommandNV.size()longVkBufferCopy.size()longVkBufferCopy2.size()longVkBufferCreateInfo.size()longVkBufferMemoryBarrier.size()longVkBufferMemoryBarrier2.size()longVkComputePipelineIndirectBufferInfoNV.size()longVkCopyMemoryIndirectCommandNV.size()longVkDeviceAddressBindingCallbackDataEXT.size()longVkDeviceMemoryReportCallbackDataEXT.size()longVkImageViewAddressPropertiesNVX.size()longVkMappedMemoryRange.size()longVkMemoryHeap.size()longVkMemoryMapInfo.size()longVkMemoryRequirements.size()longVkMicromapCreateInfoEXT.size()intVkOpticalFlowSessionCreatePrivateDataInfoNV.size()intVkPushConstantRange.size()intVkPushConstantsInfo.size()longVkSparseMemoryBind.size()longVkSpecializationMapEntry.size()longVkStridedDeviceAddressRegionKHR.size()longVkSubresourceHostMemcpySize.size()longVkSubresourceLayout.size()longVkTileMemoryRequirementsQCOM.size()longVkTileMemorySizeInfoQCOM.size()longVkExecutionGraphPipelineScratchSizeAMDX.sizeGranularity()StdVideoDecodeAV1PictureInfo.SkipModeFrame()intStdVideoEncodeH265SliceSegmentHeader.slice_segment_address()intVkImageViewSlicedCreateInfoEXT.sliceCount()intVkVideoDecodeH264PictureInfoKHR.sliceCount()intVkImageViewSlicedCreateInfoEXT.sliceOffset()intVkVideoDecodeH265PictureInfoKHR.sliceSegmentCount()intVkPhysicalDeviceLineRasterizationFeatures.smoothLines()intVkPhysicalDeviceVulkan14Features.smoothLines()longVkPhysicalDeviceLimits.sparseAddressSpaceSize()intVkPhysicalDeviceFeatures.sparseBinding()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.sparseImageFloat32AtomicAdd()intVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.sparseImageFloat32AtomicMinMax()intVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.sparseImageFloat32Atomics()intVkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.sparseImageInt64Atomics()intVkPhysicalDeviceFeatures.sparseResidency16Samples()intVkPhysicalDeviceFeatures.sparseResidency2Samples()intVkPhysicalDeviceFeatures.sparseResidency4Samples()intVkPhysicalDeviceFeatures.sparseResidency8Samples()intVkPhysicalDeviceFeatures.sparseResidencyAliased()intVkPhysicalDeviceFeatures.sparseResidencyBuffer()intVkPhysicalDeviceFeatures.sparseResidencyImage2D()intVkPhysicalDeviceFeatures.sparseResidencyImage3D()byteStdVideoEncodeAV1ExtensionHeader.spatial_id()intVkExtensionProperties.specVersion()intVkLayerProperties.specVersion()intVkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.spheres()intVkBindImageMemoryDeviceGroupInfo.splitInstanceBindRegionCount()byteStdVideoH265SequenceParameterSet.sps_max_sub_layers_minus1()byteStdVideoH265SequenceParameterSet.sps_num_palette_predictor_initializers_minus1()byteStdVideoH265SequenceParameterSet.sps_seq_parameter_set_id()byteStdVideoDecodeH265PictureInfo.sps_video_parameter_set_id()byteStdVideoEncodeH265PictureInfo.sps_video_parameter_set_id()byteStdVideoH265PictureParameterSet.sps_video_parameter_set_id()byteStdVideoH265SequenceParameterSet.sps_video_parameter_set_id()longVkClusterAccelerationStructureMoveObjectsInfoNV.srcAccelerationStructure()longVkBuildPartitionedAccelerationStructureInfoNV.srcAccelerationStructureData()longVkCopyMemoryIndirectCommandNV.srcAddress()longVkCopyMemoryToImageIndirectCommandNV.srcAddress()longVkDecompressMemoryRegionNV.srcAddress()intVkCopyDescriptorSet.srcArrayElement()intVkCopyDescriptorSet.srcBinding()longVkVideoDecodeInfoKHR.srcBufferOffset()longVkVideoDecodeInfoKHR.srcBufferRange()longVkBuildPartitionedAccelerationStructureInfoNV.srcInfos()longVkBuildPartitionedAccelerationStructureInfoNV.srcInfosCount()longVkClusterAccelerationStructureCommandsInfoNV.srcInfosCount()longVkBufferCopy.srcOffset()longVkBufferCopy2.srcOffset()intVkColorBlendAdvancedEXT.srcPremultiplied()intVkPipelineColorBlendAdvancedStateCreateInfoEXT.srcPremultiplied()intVkBufferMemoryBarrier.srcQueueFamilyIndex()intVkBufferMemoryBarrier2.srcQueueFamilyIndex()intVkImageMemoryBarrier.srcQueueFamilyIndex()intVkImageMemoryBarrier2.srcQueueFamilyIndex()longVkConvertCooperativeVectorMatrixInfoNV.srcSize()longVkConvertCooperativeVectorMatrixInfoNV.srcStride()intVkSubpassDependency.srcSubpass()intVkSubpassDependency2.srcSubpass()intVkSamplerBorderColorComponentMappingCreateInfoEXT.srgb()intVkExecutionGraphPipelineCreateInfoAMDX.stageCount()intVkGraphicsPipelineCreateInfo.stageCount()intVkGraphicsShaderGroupCreateInfoNV.stageCount()intVkRayTracingPipelineCreateInfoKHR.stageCount()intVkRayTracingPipelineCreateInfoNV.stageCount()intVkPhysicalDeviceLimits.standardSampleLocations()longVkStridedDeviceAddressNV.startAddress()intVkVideoEncodeAV1SessionParametersCreateInfoKHR.stdOperatingPointCount()intVkVideoDecodeH264SessionParametersAddInfoKHR.stdPPSCount()intVkVideoDecodeH265SessionParametersAddInfoKHR.stdPPSCount()intVkVideoEncodeH264SessionParametersAddInfoKHR.stdPPSCount()intVkVideoEncodeH265SessionParametersAddInfoKHR.stdPPSCount()intVkVideoEncodeH264SessionParametersGetInfoKHR.stdPPSId()intVkVideoEncodeH265SessionParametersGetInfoKHR.stdPPSId()intVkVideoDecodeH264SessionParametersAddInfoKHR.stdSPSCount()intVkVideoDecodeH265SessionParametersAddInfoKHR.stdSPSCount()intVkVideoEncodeH264SessionParametersAddInfoKHR.stdSPSCount()intVkVideoEncodeH265SessionParametersAddInfoKHR.stdSPSCount()intVkVideoEncodeH264SessionParametersGetInfoKHR.stdSPSId()intVkVideoEncodeH265SessionParametersGetInfoKHR.stdSPSId()intVkVideoDecodeH265SessionParametersAddInfoKHR.stdVPSCount()intVkVideoEncodeH265SessionParametersAddInfoKHR.stdVPSCount()intVkVideoEncodeH265SessionParametersGetInfoKHR.stdVPSId()intVkClearDepthStencilValue.stencil()intVkPipelineDepthStencilStateCreateInfo.stencilTestEnable()intVkPhysicalDeviceLineRasterizationFeatures.stippledBresenhamLines()intVkPhysicalDeviceVulkan14Features.stippledBresenhamLines()intVkPipelineRasterizationLineStateCreateInfo.stippledLineEnable()intVkPhysicalDeviceLineRasterizationFeatures.stippledRectangularLines()intVkPhysicalDeviceVulkan14Features.stippledRectangularLines()intVkPhysicalDeviceLineRasterizationFeatures.stippledSmoothLines()intVkPhysicalDeviceVulkan14Features.stippledSmoothLines()intVkPhysicalDevice16BitStorageFeatures.storageBuffer16BitAccess()intVkPhysicalDeviceVulkan11Features.storageBuffer16BitAccess()intVkPhysicalDevice8BitStorageFeatures.storageBuffer8BitAccess()intVkPhysicalDeviceVulkan12Features.storageBuffer8BitAccess()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.storageBufferDescriptorSize()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.storageImageDescriptorSize()intVkPhysicalDevice16BitStorageFeatures.storageInputOutput16()intVkPhysicalDeviceVulkan11Features.storageInputOutput16()intVkPhysicalDevice16BitStorageFeatures.storagePushConstant16()intVkPhysicalDeviceVulkan11Features.storagePushConstant16()intVkPhysicalDevice8BitStorageFeatures.storagePushConstant8()intVkPhysicalDeviceVulkan12Features.storagePushConstant8()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.storageTexelBufferDescriptorSize()longVkPhysicalDeviceTexelBufferAlignmentProperties.storageTexelBufferOffsetAlignmentBytes()longVkPhysicalDeviceVulkan13Properties.storageTexelBufferOffsetAlignmentBytes()intVkPhysicalDeviceTexelBufferAlignmentProperties.storageTexelBufferOffsetSingleTexelAlignment()intVkPhysicalDeviceVulkan13Properties.storageTexelBufferOffsetSingleTexelAlignment()intVkIndirectCommandsLayoutTokenNV.stream()intVkGeneratedCommandsInfoNV.streamCount()intVkIndirectCommandsLayoutCreateInfoNV.streamCount()intVkStreamDescriptorSurfaceCreateInfoGGP.streamDescriptor()intVkPhysicalDeviceLimits.strictLines()longVkAccelerationStructureGeometryAabbsDataKHR.stride()intVkBindVertexBufferIndirectCommandEXT.stride()intVkBindVertexBufferIndirectCommandNV.stride()longVkDescriptorUpdateTemplateEntry.stride()longVkDispatchGraphCountInfoAMDX.stride()intVkDrawIndirectCountIndirectCommandEXT.stride()intVkGeometryAABBNV.stride()longVkStridedDeviceAddressRegionKHR.stride()intVkVertexInputBindingDescription.stride()intVkVertexInputBindingDescription2EXT.stride()longVkStridedDeviceAddressNV.strideInBytes()intVkRenderPassStripeBeginInfoARM.stripeInfoCount()intVkRenderPassStripeSubmitInfoARM.stripeSemaphoreInfoCount()shortVkMicromapTriangleEXT.subdivisionLevel()intVkMicromapUsageEXT.subdivisionLevel()intVkPhysicalDeviceVulkan12Features.subgroupBroadcastDynamicId()intVkPhysicalDeviceVulkan11Properties.subgroupQuadOperationsInAllStages()intVkPhysicalDeviceSubgroupProperties.subgroupSize()intVkPhysicalDeviceVulkan11Properties.subgroupSize()intVkPipelineExecutablePropertiesKHR.subgroupSize()intVkPhysicalDeviceSubgroupSizeControlFeatures.subgroupSizeControl()intVkPhysicalDeviceVulkan13Features.subgroupSizeControl()intVkVideoEncodeH265RateControlInfoKHR.subLayerCount()byteVkConformanceVersion.subminor()intVkCommandBufferInheritanceInfo.subpass()intVkGraphicsPipelineCreateInfo.subpass()intVkInputAttachmentAspectReference.subpass()intVkSubpassShadingPipelineCreateInfoHUAWEI.subpass()intVkRenderPassCreateInfo.subpassCount()intVkRenderPassCreateInfo2.subpassCount()intVkRenderPassMultiviewCreateInfo.subpassCount()intVkSubpassSampleLocationsEXT.subpassIndex()intVkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.subpassMergeFeedback()intVkPhysicalDeviceSubpassShadingFeaturesHUAWEI.subpassShading()intVkPhysicalDeviceLimits.subPixelInterpolationOffsetBits()intVkPhysicalDeviceLimits.subPixelPrecisionBits()intVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.subsampledCoarseReconstructionEarlyAccess()intVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.subsampledLoads()byteStdVideoAV1ColorConfig.subsampling_x()byteStdVideoAV1ColorConfig.subsampling_y()intVkPhysicalDeviceGroupProperties.subsetAllocation()intVkPhysicalDeviceLimits.subTexelPrecisionBits()intVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.supersampleFragmentShadingRates()intVkDescriptorSetLayoutSupport.supported()intVkPhysicalDeviceImageAlignmentControlPropertiesMESA.supportedImageAlignmentMask()intVkPhysicalDeviceVertexAttributeDivisorProperties.supportsNonZeroFirstInstance()intVkPhysicalDeviceVulkan14Properties.supportsNonZeroFirstInstance()intVkSurfaceProtectedCapabilitiesKHR.supportsProtected()intVkTextureLODGatherFormatPropertiesAMD.supportsTextureGatherLODBiasAMD()longVkAmigoProfilingSubmitInfoSEC.swapBufferTimestamp()intVkDeviceGroupPresentInfoKHR.swapchainCount()intVkPresentIdKHR.swapchainCount()intVkPresentInfoKHR.swapchainCount()intVkPresentRegionsKHR.swapchainCount()intVkPresentTimesInfoGOOGLE.swapchainCount()intVkSwapchainPresentFenceInfoEXT.swapchainCount()intVkSwapchainPresentModeInfoEXT.swapchainCount()intVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.swapchainMaintenance1()intVkPhysicalDeviceSynchronization2Features.synchronization2()intVkPhysicalDeviceVulkan13Features.synchronization2()longVkBufferCollectionPropertiesFUCHSIA.sysmemPixelFormat()longVkImageFormatConstraintsInfoFUCHSIA.sysmemPixelFormat()longVkDebugMarkerObjectTagInfoEXT.tagName()longVkDebugUtilsObjectTagInfoEXT.tagName()longVkFrameBoundaryEXT.tagName()longVkDebugMarkerObjectTagInfoEXT.tagSize()longVkDebugUtilsObjectTagInfoEXT.tagSize()longVkFrameBoundaryEXT.tagSize()intVkDrawMeshTasksIndirectCommandNV.taskCount()intVkPhysicalDeviceMeshShaderFeaturesEXT.taskShader()intVkPhysicalDeviceMeshShaderFeaturesNV.taskShader()byteStdVideoEncodeAV1ExtensionHeader.temporal_id()byteStdVideoEncodeH264PictureInfo.temporal_id()byteStdVideoEncodeH264ReferenceInfo.temporal_id()byteStdVideoEncodeH265PictureInfo.TemporalId()byteStdVideoEncodeH265ReferenceInfo.TemporalId()intVkVideoEncodeAV1RateControlInfoKHR.temporalLayerCount()intVkVideoEncodeH264RateControlInfoKHR.temporalLayerCount()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.tessellationIsolines()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.tessellationPointMode()intVkPhysicalDeviceFeatures.tessellationShader()intVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.texelBufferAlignment()intVkPhysicalDeviceShaderCorePropertiesARM.texelRate()intVkPhysicalDeviceImageProcessingFeaturesQCOM.textureBlockMatch()intVkPhysicalDeviceImageProcessing2FeaturesQCOM.textureBlockMatch2()intVkPhysicalDeviceImageProcessingFeaturesQCOM.textureBoxFilter()intVkPhysicalDeviceTextureCompressionASTCHDRFeatures.textureCompressionASTC_HDR()intVkPhysicalDeviceVulkan13Features.textureCompressionASTC_HDR()intVkPhysicalDeviceFeatures.textureCompressionASTC_LDR()intVkPhysicalDeviceFeatures.textureCompressionBC()intVkPhysicalDeviceFeatures.textureCompressionETC2()intVkPhysicalDeviceImageProcessingFeaturesQCOM.textureSampleWeighted()byteStdVideoH265HrdParameters.tick_divisor_minus2()byteStdVideoAV1TileInfo.tile_size_bytes_minus_1()intVkPhysicalDeviceTileMemoryHeapPropertiesQCOM.tileBufferTransfers()byteStdVideoAV1TileInfo.TileCols()intVkVideoDecodeAV1PictureInfoKHR.tileCount()intVkPhysicalDeviceTileMemoryHeapFeaturesQCOM.tileMemoryHeap()intVkPhysicalDeviceTilePropertiesFeaturesQCOM.tileProperties()byteStdVideoAV1TileInfo.TileRows()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShading()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingAnisotropicApron()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingApron()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingAtomicOps()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingColorAttachments()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingDepthAttachments()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingDispatchTile()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingFragmentStage()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingImageProcessing()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingInputAttachments()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingPerTileDispatch()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingPerTileDraw()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingSampledAttachments()intVkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingStencilAttachments()intStdVideoH264HrdParameters.time_offset_length()intStdVideoAV1TimingInfo.time_scale()intStdVideoH264SequenceParameterSetVui.time_scale()intVkPhysicalDeviceTimelineSemaphoreFeatures.timelineSemaphore()intVkPhysicalDeviceVulkan12Features.timelineSemaphore()longVkAcquireNextImageInfoKHR.timeout()longVkAcquireProfilingLockInfoKHR.timeout()intVkPhysicalDeviceLimits.timestampComputeAndGraphics()intVkQueueFamilyProperties.timestampValidBits()intVkGetLatencyMarkerInfoNV.timingCount()intVkIndirectCommandsLayoutCreateInfoEXT.tokenCount()intVkIndirectCommandsLayoutCreateInfoNV.tokenCount()byteStdVideoH264SequenceParameterSetVui.transfer_characteristics()byteStdVideoH265SequenceParameterSetVui.transfer_characteristics()intVkPhysicalDeviceTransformFeedbackFeaturesEXT.transformFeedback()intVkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackDraw()intVkPhysicalDeviceProvokingVertexFeaturesEXT.transformFeedbackPreservesProvokingVertex()intVkPhysicalDeviceProvokingVertexPropertiesEXT.transformFeedbackPreservesTriangleFanProvokingVertex()intVkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackQueries()intVkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackRasterizationStreamSelect()intVkPhysicalDeviceTransformFeedbackPropertiesEXT.transformFeedbackStreamsLinesTriangles()intVkAccelerationStructureBuildRangeInfoKHR.transformOffset()longVkGeometryTrianglesNV.transformOffset()intVkCooperativeVectorPropertiesNV.transpose()longVkMicromapBuildInfoEXT.triangleArrayStride()intVkClusterAccelerationStructureBuildTriangleClusterInfoNV.triangleCount()intVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.triangleCount()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.triangleFans()intVkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.triStripVertexOrderIndependentOfProvokingVertex()longVkPipelineExecutableStatisticValueKHR.u64()VkClearColorValue.uint32()intVkPerformanceCounterResultKHR.uint32()longVkPerformanceCounterResultKHR.uint64()intVkVideoEncodeAV1CapabilitiesKHR.unidirectionalCompoundReferenceNameMask()intVkPhysicalDevice16BitStorageFeatures.uniformAndStorageBuffer16BitAccess()intVkPhysicalDeviceVulkan11Features.uniformAndStorageBuffer16BitAccess()intVkPhysicalDevice8BitStorageFeatures.uniformAndStorageBuffer8BitAccess()intVkPhysicalDeviceVulkan12Features.uniformAndStorageBuffer8BitAccess()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.uniformBufferDescriptorSize()intVkPhysicalDeviceUniformBufferStandardLayoutFeatures.uniformBufferStandardLayout()intVkPhysicalDeviceVulkan12Features.uniformBufferStandardLayout()longVkPhysicalDeviceDescriptorBufferPropertiesEXT.uniformTexelBufferDescriptorSize()longVkPhysicalDeviceTexelBufferAlignmentProperties.uniformTexelBufferOffsetAlignmentBytes()longVkPhysicalDeviceVulkan13Properties.uniformTexelBufferOffsetAlignmentBytes()intVkPhysicalDeviceTexelBufferAlignmentProperties.uniformTexelBufferOffsetSingleTexelAlignment()intVkPhysicalDeviceVulkan13Properties.uniformTexelBufferOffsetSingleTexelAlignment()intVkSamplerCreateInfo.unnormalizedCoordinates()byteStdVideoAV1LoopFilter.update_mode_delta()byteStdVideoAV1LoopFilter.update_ref_delta()longVkAccelerationStructureBuildSizesInfoKHR.updateScratchSize()intVkVideoSessionParametersUpdateInfoKHR.updateSequenceCount()intVkAccelerationStructureTrianglesDisplacementMicromapNV.usageCountsCount()intVkAccelerationStructureTrianglesOpacityMicromapEXT.usageCountsCount()intVkMicromapBuildInfoEXT.usageCountsCount()shortStdVideoH264ScalingLists.use_default_scaling_matrix_mask()shortStdVideoH265ShortTermRefPicSet.use_delta_flag()intVkCuModuleTexturingModeCreateInfoNVX.use64bitTexturing()shortStdVideoH265ShortTermRefPicSet.used_by_curr_pic_flag()shortStdVideoEncodeH265LongTermRefPics.used_by_curr_pic_lt_flag()intStdVideoH265LongTermRefPicsSps.used_by_curr_pic_lt_sps_flag()shortStdVideoH265ShortTermRefPicSet.used_by_curr_pic_s0_flag()shortStdVideoH265ShortTermRefPicSet.used_by_curr_pic_s1_flag()intVkVideoEncodeAV1GopRemainingFrameInfoKHR.useGopRemainingFrames()intVkVideoEncodeH264GopRemainingFrameInfoKHR.useGopRemainingFrames()intVkVideoEncodeH265GopRemainingFrameInfoKHR.useGopRemainingFrames()intVkVideoEncodeAV1RateControlLayerInfoKHR.useMaxFrameSize()intVkVideoEncodeH264RateControlLayerInfoKHR.useMaxFrameSize()intVkVideoEncodeH265RateControlLayerInfoKHR.useMaxFrameSize()intVkVideoEncodeAV1SessionCreateInfoKHR.useMaxLevel()intVkVideoEncodeH264SessionCreateInfoKHR.useMaxLevelIdc()intVkVideoEncodeH265SessionCreateInfoKHR.useMaxLevelIdc()intVkVideoEncodeAV1RateControlLayerInfoKHR.useMaxQIndex()intVkVideoEncodeH264RateControlLayerInfoKHR.useMaxQp()intVkVideoEncodeH265RateControlLayerInfoKHR.useMaxQp()intVkVideoEncodeAV1RateControlLayerInfoKHR.useMinQIndex()intVkVideoEncodeH264RateControlLayerInfoKHR.useMinQp()intVkVideoEncodeH265RateControlLayerInfoKHR.useMinQp()VkPerformanceCounterKHR.uuid()longVkApplicationParametersEXT.value()longVkLatencySleepInfoNV.value()longVkSemaphoreSignalInfo.value()longVkSemaphoreSubmitInfo.value()intVkPerformanceValueDataINTEL.value32()longVkPerformanceValueDataINTEL.value64()intVkPerformanceValueDataINTEL.valueBool()intVkLayerSettingEXT.valueCount()intVkPhysicalDeviceFeatures.variableMultisampleRate()intVkPhysicalDeviceVariablePointersFeatures.variablePointers()intVkPhysicalDeviceVulkan11Features.variablePointers()intVkPhysicalDeviceVariablePointersFeatures.variablePointersStorageBuffer()intVkPhysicalDeviceVulkan11Features.variablePointersStorageBuffer()intVkPhysicalDeviceSampleLocationsPropertiesEXT.variableSampleLocations()longVkDeviceFaultCountsEXT.vendorBinarySize()longVkDeviceFaultVendorInfoEXT.vendorFaultCode()longVkDeviceFaultVendorInfoEXT.vendorFaultData()intVkApplicationParametersEXT.vendorID()intVkDeviceFaultVendorBinaryHeaderVersionOneEXT.vendorID()intVkPhysicalDeviceLayeredApiPropertiesKHR.vendorID()intVkPhysicalDeviceProperties.vendorID()intVkPipelineCacheHeaderVersionOne.vendorID()intVkDeviceFaultCountsEXT.vendorInfoCount()intVkPhysicalDevicePortabilitySubsetFeaturesKHR.vertexAttributeAccessBeyondStride()intVkPipelineVertexInputStateCreateInfo.vertexAttributeDescriptionCount()intVkPhysicalDeviceVertexAttributeDivisorFeatures.vertexAttributeInstanceRateDivisor()intVkPhysicalDeviceVulkan14Features.vertexAttributeInstanceRateDivisor()intVkPhysicalDeviceVertexAttributeDivisorFeatures.vertexAttributeInstanceRateZeroDivisor()intVkPhysicalDeviceVulkan14Features.vertexAttributeInstanceRateZeroDivisor()intVkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.vertexAttributeRobustness()intVkPipelineVertexInputStateCreateInfo.vertexBindingDescriptionCount()intVkPipelineVertexInputDivisorStateCreateInfo.vertexBindingDivisorCount()intVkIndirectCommandsLayoutTokenNV.vertexBindingUnit()intVkIndirectCommandsVertexBufferTokenEXT.vertexBindingUnit()longVkClusterAccelerationStructureBuildTriangleClusterInfoNV.vertexBuffer()longVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.vertexBuffer()shortVkClusterAccelerationStructureBuildTriangleClusterInfoNV.vertexBufferStride()shortVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.vertexBufferStride()intVkClusterAccelerationStructureBuildTriangleClusterInfoNV.vertexCount()intVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.vertexCount()intVkDrawIndirectCommand.vertexCount()intVkGeometryTrianglesNV.vertexCount()intVkMultiDrawInfoEXT.vertexCount()intVkIndirectCommandsLayoutTokenNV.vertexDynamicStride()intVkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.vertexInputDynamicState()longVkGeometryTrianglesNV.vertexOffset()intVkPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics()longVkAccelerationStructureGeometryLinearSweptSpheresDataNV.vertexStride()longVkAccelerationStructureGeometrySpheresDataNV.vertexStride()longVkAccelerationStructureGeometryTrianglesDataKHR.vertexStride()longVkGeometryTrianglesNV.vertexStride()intVkPhysicalDeviceShaderCorePropertiesAMD.vgprAllocationGranularity()intVkPhysicalDeviceShaderCorePropertiesAMD.vgprsPerSimd()byteStdVideoH264SequenceParameterSetVui.video_format()byteStdVideoH265SequenceParameterSetVui.video_format()intVkPhysicalDeviceVideoEncodeAV1FeaturesKHR.videoEncodeAV1()intVkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.videoEncodeQuantizationMap()intVkPhysicalDeviceVideoMaintenance1FeaturesKHR.videoMaintenance1()intVkPhysicalDeviceVideoMaintenance2FeaturesKHR.videoMaintenance2()intVkFramebufferAttachmentImageInfo.viewFormatCount()intVkImageFormatListCreateInfo.viewFormatCount()intVkCommandBufferInheritanceRenderingInfo.viewMask()intVkPipelineRenderingCreateInfo.viewMask()intVkRenderingAreaInfo.viewMask()intVkRenderingInfo.viewMask()intVkSubpassDescription2.viewMask()intVkPipelineViewportShadingRateImageStateCreateInfoNV.viewportCount()intVkPipelineViewportStateCreateInfo.viewportCount()intVkPipelineViewportSwizzleStateCreateInfoNV.viewportCount()intVkPipelineViewportWScalingStateCreateInfoNV.viewportCount()intVkCommandBufferInheritanceViewportScissorInfoNV.viewportDepthCount()intVkCommandBufferInheritanceViewportScissorInfoNV.viewportScissor2D()intVkPhysicalDeviceLimits.viewportSubPixelBits()intVkPipelineViewportWScalingStateCreateInfoNV.viewportWScalingEnable()intVkVideoEncodeRateControlInfoKHR.virtualBufferSizeInMs()byteStdVideoH265VideoParameterSet.vps_max_sub_layers_minus1()intStdVideoH265VideoParameterSet.vps_num_ticks_poc_diff_one_minus1()intStdVideoH265VideoParameterSet.vps_num_units_in_tick()intStdVideoH265VideoParameterSet.vps_time_scale()byteStdVideoH265VideoParameterSet.vps_video_parameter_set_id()intStdVideoH265SequenceParameterSetVui.vui_num_ticks_poc_diff_one_minus1()intStdVideoH265SequenceParameterSetVui.vui_num_units_in_tick()intStdVideoH265SequenceParameterSetVui.vui_time_scale()intVkPhysicalDeviceVulkan12Features.vulkanMemoryModel()intVkPhysicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModel()intVkPhysicalDeviceVulkan12Features.vulkanMemoryModelAvailabilityVisibilityChains()intVkPhysicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModelAvailabilityVisibilityChains()intVkPhysicalDeviceVulkan12Features.vulkanMemoryModelDeviceScope()intVkPhysicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModelDeviceScope()intVkBindSparseInfo.waitSemaphoreCount()intVkDeviceGroupSubmitInfo.waitSemaphoreCount()intVkPresentInfoKHR.waitSemaphoreCount()intVkSubmitInfo.waitSemaphoreCount()intVkSubmitInfo2.waitSemaphoreInfoCount()intVkTimelineSemaphoreSubmitInfo.waitSemaphoreValueCount()intVkD3D12FenceSubmitInfoKHR.waitSemaphoreValuesCount()intVkPhysicalDeviceShaderCorePropertiesAMD.wavefrontSize()intVkPhysicalDeviceShaderCorePropertiesAMD.wavefrontsPerSimd()intVkPhysicalDeviceFeatures.wideLines()intVkExtent2D.width()intVkExtent3D.width()intVkFramebufferAttachmentImageInfo.width()intVkFramebufferCreateInfo.width()intVkOpticalFlowSessionCreateInfoNV.width()intVkTraceRaysIndirectCommand2KHR.width()intVkTraceRaysIndirectCommandKHR.width()intVkXcbSurfaceCreateInfoKHR.window()intVkCooperativeMatrixFlexibleDimensionsPropertiesNV.workgroupInvocations()intVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayout()intVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayout16BitAccess()intVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayout8BitAccess()intVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.workgroupMemoryExplicitLayoutScalarBlockLayout()intVkStencilOpState.writeMask()intVkVideoEncodeH264SessionParametersGetInfoKHR.writeStdPPS()intVkVideoEncodeH265SessionParametersGetInfoKHR.writeStdPPS()intVkVideoEncodeH264SessionParametersGetInfoKHR.writeStdSPS()intVkVideoEncodeH265SessionParametersGetInfoKHR.writeStdSPS()intVkVideoEncodeH265SessionParametersGetInfoKHR.writeStdVPS()intVkDispatchIndirectCommand.x()intVkDispatchIndirectCommand.y()intVkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.ycbcr2plane444Formats()intVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.ycbcrDegamma()intVkPhysicalDeviceYcbcrImageArraysFeaturesEXT.ycbcrImageArrays()intVkDispatchIndirectCommand.z()intVkImportSemaphoreZirconHandleInfoFUCHSIA.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) -
Uses of Unsigned in club.doki7.webgpu
Fields in club.doki7.webgpu with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final intWGPUConstants.ARRAY_LAYER_COUNT_UNDEFINEDstatic final intWGPUConstants.COPY_STRIDE_UNDEFINEDstatic final intWGPUConstants.DEPTH_SLICE_UNDEFINEDstatic final intWGPUConstants.LIMIT_U32_UNDEFINEDstatic final longWGPUConstants.LIMIT_U64_UNDEFINEDstatic final intWGPUConstants.MIP_LEVEL_COUNT_UNDEFINEDstatic final intWGPUConstants.QUERY_SET_INDEX_UNDEFINEDstatic final longWGPUConstants.WHOLE_SIZEMethods in club.doki7.webgpu with annotations of type UnsignedModifier and TypeMethodDescriptionintWGPU.adapterHasFeature(WGPUAdapter adapter, int feature) longWGPU.bufferGetSize(WGPUBuffer buffer) intWGPU.deviceHasFeature(WGPUDevice device, int feature) intWGPU.devicePoll(@Nullable WGPUDevice device, int wait, @Nullable LongPtr submissionIndex) intWGPU.getVersion()intWGPU.instanceHasWgslLanguageFeature(WGPUInstance instance, int feature) intWGPU.querySetGetCount(WGPUQuerySet querySet) longWGPU.queueSubmitForIndex(@Nullable WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) intWGPU.textureGetDepthOrArrayLayers(WGPUTexture texture) intWGPU.textureGetHeight(WGPUTexture texture) intWGPU.textureGetMipLevelCount(WGPUTexture texture) intWGPU.textureGetSampleCount(WGPUTexture texture) intWGPU.textureGetWidth(WGPUTexture texture) Method parameters in club.doki7.webgpu with annotations of type UnsignedModifier and TypeMethodDescriptionvoidWGPU.commandEncoderClearBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer buffer, long offset, long size) voidWGPU.commandEncoderClearBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer buffer, long offset, long size) voidWGPU.commandEncoderCopyBufferToBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer source, long sourceOffset, WGPUBuffer destination, long destinationOffset, long size) voidWGPU.commandEncoderCopyBufferToBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer source, long sourceOffset, WGPUBuffer destination, long destinationOffset, long size) voidWGPU.commandEncoderCopyBufferToBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer source, long sourceOffset, WGPUBuffer destination, long destinationOffset, long size) voidWGPU.commandEncoderResolveQuerySet(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, int firstQuery, int queryCount, WGPUBuffer destination, long destinationOffset) voidWGPU.commandEncoderResolveQuerySet(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, int firstQuery, int queryCount, WGPUBuffer destination, long destinationOffset) voidWGPU.commandEncoderResolveQuerySet(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, int firstQuery, int queryCount, WGPUBuffer destination, long destinationOffset) voidWGPU.commandEncoderWriteTimestamp(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, int queryIndex) voidWGPU.computePassEncoderBeginPipelineStatisticsQuery(@Nullable WGPUComputePassEncoder computePassEncoder, @Nullable WGPUQuerySet querySet, int queryIndex) voidWGPU.computePassEncoderDispatchWorkgroups(WGPUComputePassEncoder computePassEncoder, int workgroupcountx, int workgroupcounty, int workgroupcountz) voidWGPU.computePassEncoderDispatchWorkgroups(WGPUComputePassEncoder computePassEncoder, int workgroupcountx, int workgroupcounty, int workgroupcountz) voidWGPU.computePassEncoderDispatchWorkgroups(WGPUComputePassEncoder computePassEncoder, int workgroupcountx, int workgroupcounty, int workgroupcountz) voidWGPU.computePassEncoderDispatchWorkgroupsIndirect(WGPUComputePassEncoder computePassEncoder, WGPUBuffer indirectBuffer, long indirectOffset) voidWGPU.computePassEncoderSetBindGroup(WGPUComputePassEncoder computePassEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) voidWGPU.computePassEncoderSetBindGroup(WGPUComputePassEncoder computePassEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) voidWGPU.computePassEncoderSetPushConstants(@Nullable WGPUComputePassEncoder encoder, int offset, int sizeBytes, @NotNull MemorySegment data) voidWGPU.computePassEncoderSetPushConstants(@Nullable WGPUComputePassEncoder encoder, int offset, int sizeBytes, @NotNull MemorySegment data) voidWGPU.computePassEncoderWriteTimestamp(@Nullable WGPUComputePassEncoder computePassEncoder, @Nullable WGPUQuerySet querySet, int queryIndex) @Nullable WGPUBindGroupLayoutWGPU.computePipelineGetBindGroupLayout(WGPUComputePipeline computePipeline, int groupIndex) intWGPU.devicePoll(@Nullable WGPUDevice device, int wait, @Nullable LongPtr submissionIndex) intWGPU.devicePoll(@Nullable WGPUDevice device, int wait, @Nullable LongPtr submissionIndex) intWGPU.instanceWaitAny(WGPUInstance instance, long futureCount, @Nullable IWGPUFutureWaitInfo futures, long timeoutNs) voidWGPU.queueWriteBuffer(WGPUQueue queue, WGPUBuffer buffer, long bufferOffset, @NotNull MemorySegment data, long size) voidWGPU.renderBundleEncoderDraw(WGPURenderBundleEncoder renderBundleEncoder, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidWGPU.renderBundleEncoderDraw(WGPURenderBundleEncoder renderBundleEncoder, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidWGPU.renderBundleEncoderDraw(WGPURenderBundleEncoder renderBundleEncoder, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidWGPU.renderBundleEncoderDraw(WGPURenderBundleEncoder renderBundleEncoder, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidWGPU.renderBundleEncoderDrawIndexed(WGPURenderBundleEncoder renderBundleEncoder, int indexCount, int instanceCount, int firstIndex, int baseVertex, int firstInstance) voidWGPU.renderBundleEncoderDrawIndexed(WGPURenderBundleEncoder renderBundleEncoder, int indexCount, int instanceCount, int firstIndex, int baseVertex, int firstInstance) voidWGPU.renderBundleEncoderDrawIndexed(WGPURenderBundleEncoder renderBundleEncoder, int indexCount, int instanceCount, int firstIndex, int baseVertex, int firstInstance) voidWGPU.renderBundleEncoderDrawIndexed(WGPURenderBundleEncoder renderBundleEncoder, int indexCount, int instanceCount, int firstIndex, int baseVertex, int firstInstance) voidWGPU.renderBundleEncoderDrawIndexedIndirect(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer indirectBuffer, long indirectOffset) voidWGPU.renderBundleEncoderDrawIndirect(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer indirectBuffer, long indirectOffset) voidWGPU.renderBundleEncoderSetBindGroup(WGPURenderBundleEncoder renderBundleEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) voidWGPU.renderBundleEncoderSetBindGroup(WGPURenderBundleEncoder renderBundleEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) voidWGPU.renderBundleEncoderSetIndexBuffer(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer buffer, int format, long offset, long size) voidWGPU.renderBundleEncoderSetIndexBuffer(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer buffer, int format, long offset, long size) voidWGPU.renderBundleEncoderSetPushConstants(@Nullable WGPURenderBundleEncoder encoder, long stages, int offset, int sizeBytes, @NotNull MemorySegment data) voidWGPU.renderBundleEncoderSetPushConstants(@Nullable WGPURenderBundleEncoder encoder, long stages, int offset, int sizeBytes, @NotNull MemorySegment data) voidWGPU.renderBundleEncoderSetVertexBuffer(WGPURenderBundleEncoder renderBundleEncoder, int slot, @Nullable WGPUBuffer buffer, long offset, long size) voidWGPU.renderBundleEncoderSetVertexBuffer(WGPURenderBundleEncoder renderBundleEncoder, int slot, @Nullable WGPUBuffer buffer, long offset, long size) voidWGPU.renderBundleEncoderSetVertexBuffer(WGPURenderBundleEncoder renderBundleEncoder, int slot, @Nullable WGPUBuffer buffer, long offset, long size) voidWGPU.renderPassEncoderBeginOcclusionQuery(WGPURenderPassEncoder renderPassEncoder, int queryIndex) voidWGPU.renderPassEncoderBeginPipelineStatisticsQuery(@Nullable WGPURenderPassEncoder renderPassEncoder, @Nullable WGPUQuerySet querySet, int queryIndex) voidWGPU.renderPassEncoderDraw(WGPURenderPassEncoder renderPassEncoder, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidWGPU.renderPassEncoderDraw(WGPURenderPassEncoder renderPassEncoder, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidWGPU.renderPassEncoderDraw(WGPURenderPassEncoder renderPassEncoder, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidWGPU.renderPassEncoderDraw(WGPURenderPassEncoder renderPassEncoder, int vertexCount, int instanceCount, int firstVertex, int firstInstance) voidWGPU.renderPassEncoderDrawIndexed(WGPURenderPassEncoder renderPassEncoder, int indexCount, int instanceCount, int firstIndex, int baseVertex, int firstInstance) voidWGPU.renderPassEncoderDrawIndexed(WGPURenderPassEncoder renderPassEncoder, int indexCount, int instanceCount, int firstIndex, int baseVertex, int firstInstance) voidWGPU.renderPassEncoderDrawIndexed(WGPURenderPassEncoder renderPassEncoder, int indexCount, int instanceCount, int firstIndex, int baseVertex, int firstInstance) voidWGPU.renderPassEncoderDrawIndexed(WGPURenderPassEncoder renderPassEncoder, int indexCount, int instanceCount, int firstIndex, int baseVertex, int firstInstance) voidWGPU.renderPassEncoderDrawIndexedIndirect(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer indirectBuffer, long indirectOffset) voidWGPU.renderPassEncoderDrawIndirect(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer indirectBuffer, long indirectOffset) voidWGPU.renderPassEncoderMultiDrawIndexedIndirect(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, int count) voidWGPU.renderPassEncoderMultiDrawIndexedIndirect(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, int count) voidWGPU.renderPassEncoderMultiDrawIndexedIndirectCount(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, @Nullable WGPUBuffer count_buffer, long count_buffer_offset, int max_count) voidWGPU.renderPassEncoderMultiDrawIndexedIndirectCount(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, @Nullable WGPUBuffer count_buffer, long count_buffer_offset, int max_count) voidWGPU.renderPassEncoderMultiDrawIndexedIndirectCount(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, @Nullable WGPUBuffer count_buffer, long count_buffer_offset, int max_count) voidWGPU.renderPassEncoderMultiDrawIndirect(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, int count) voidWGPU.renderPassEncoderMultiDrawIndirect(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, int count) voidWGPU.renderPassEncoderMultiDrawIndirectCount(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, @Nullable WGPUBuffer count_buffer, long count_buffer_offset, int max_count) voidWGPU.renderPassEncoderMultiDrawIndirectCount(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, @Nullable WGPUBuffer count_buffer, long count_buffer_offset, int max_count) voidWGPU.renderPassEncoderMultiDrawIndirectCount(@Nullable WGPURenderPassEncoder encoder, @Nullable WGPUBuffer buffer, long offset, @Nullable WGPUBuffer count_buffer, long count_buffer_offset, int max_count) voidWGPU.renderPassEncoderSetBindGroup(WGPURenderPassEncoder renderPassEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) voidWGPU.renderPassEncoderSetBindGroup(WGPURenderPassEncoder renderPassEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) voidWGPU.renderPassEncoderSetIndexBuffer(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer buffer, int format, long offset, long size) voidWGPU.renderPassEncoderSetIndexBuffer(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer buffer, int format, long offset, long size) voidWGPU.renderPassEncoderSetPushConstants(@Nullable WGPURenderPassEncoder encoder, long stages, int offset, int sizeBytes, @NotNull MemorySegment data) voidWGPU.renderPassEncoderSetPushConstants(@Nullable WGPURenderPassEncoder encoder, long stages, int offset, int sizeBytes, @NotNull MemorySegment data) voidWGPU.renderPassEncoderSetScissorRect(WGPURenderPassEncoder renderPassEncoder, int x, int y, int width, int height) voidWGPU.renderPassEncoderSetScissorRect(WGPURenderPassEncoder renderPassEncoder, int x, int y, int width, int height) voidWGPU.renderPassEncoderSetScissorRect(WGPURenderPassEncoder renderPassEncoder, int x, int y, int width, int height) voidWGPU.renderPassEncoderSetScissorRect(WGPURenderPassEncoder renderPassEncoder, int x, int y, int width, int height) voidWGPU.renderPassEncoderSetStencilReference(WGPURenderPassEncoder renderPassEncoder, int reference) voidWGPU.renderPassEncoderSetVertexBuffer(WGPURenderPassEncoder renderPassEncoder, int slot, @Nullable WGPUBuffer buffer, long offset, long size) voidWGPU.renderPassEncoderSetVertexBuffer(WGPURenderPassEncoder renderPassEncoder, int slot, @Nullable WGPUBuffer buffer, long offset, long size) voidWGPU.renderPassEncoderSetVertexBuffer(WGPURenderPassEncoder renderPassEncoder, int slot, @Nullable WGPUBuffer buffer, long offset, long size) voidWGPU.renderPassEncoderWriteTimestamp(@Nullable WGPURenderPassEncoder renderPassEncoder, @Nullable WGPUQuerySet querySet, int queryIndex) @Nullable WGPUBindGroupLayoutWGPU.renderPipelineGetBindGroupLayout(WGPURenderPipeline renderPipeline, int groupIndex) -
Uses of Unsigned in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionlongWGPUSurfaceCapabilities.alphaModeCount()intWGPUMultisampleState.alphaToCoverageEnabled()intWGPUTextureViewDescriptor.arrayLayerCount()longWGPUVertexBufferLayout.arrayStride()longWGPUVertexBufferLayout.attributeCount()intWGPUTextureViewDescriptor.baseArrayLayer()intWGPUTextureViewDescriptor.baseMipLevel()intWGPUComputePassTimestampWrites.beginningOfPassWriteIndex()intWGPURenderPassTimestampWrites.beginningOfPassWriteIndex()longWGPUPipelineLayoutDescriptor.bindGroupLayoutCount()intWGPUBindGroupEntry.binding()intWGPUBindGroupLayoutEntry.binding()longWGPUBindGroupEntryExtras.bufferCount()longWGPUVertexState.bufferCount()intWGPUTexelCopyBufferLayout.bytesPerRow()@Nullable IntPtrWGPUShaderSourceSpirv.code()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.intWGPUShaderSourceSpirv.codeSize()longWGPURenderPassDescriptor.colorAttachmentCount()longWGPURenderBundleEncoderDescriptor.colorFormatCount()intWGPUFutureWaitInfo.completed()longWGPUFragmentState.constantCount()longWGPUProgrammableStageDescriptor.constantCount()longWGPUVertexState.constantCount()intWGPUBindGroupLayoutEntryExtras.count()intWGPUMultisampleState.count()intWGPUQuerySetDescriptor.count()intWGPUShaderSourceGLSL.defineCount()intWGPUExtent3d.depthOrArrayLayers()intWGPURenderBundleEncoderDescriptor.depthReadOnly()intWGPURenderPassDepthStencilAttachment.depthReadOnly()intWGPURenderPassColorAttachment.depthSlice()intWGPUSurfaceConfigurationExtras.desiredMaximumFrameLatency()intWGPUAdapterInfo.deviceId()longWGPURegistryReport.elementSize()intWGPUPushConstantRange.end()intWGPUComputePassTimestampWrites.endOfPassWriteIndex()intWGPURenderPassTimestampWrites.endOfPassWriteIndex()longWGPUBindGroupDescriptor.entryCount()longWGPUBindGroupLayoutDescriptor.entryCount()longWGPUSupportedFeatures.featureCount()longWGPUSupportedWgslLanguageFeatures.featureCount()intWGPURequestAdapterOptions.forceFallbackAdapter()longWGPUSurfaceCapabilities.formatCount()intWGPUBufferBindingLayout.hasDynamicOffset()intWGPUExtent3d.height()intWGPUSurfaceConfiguration.height()longWGPUFuture.id()longWGPUCompilationMessage.length()longWGPUStringView.length()longWGPUCompilationMessage.lineNum()longWGPUCompilationMessage.linePos()intWGPUBufferDescriptor.mappedAtCreation()intWGPUMultisampleState.mask()shortWGPUSamplerDescriptor.maxAnisotropy()intWGPULimits.maxBindGroups()intWGPULimits.maxBindGroupsPlusVertexBuffers()intWGPULimits.maxBindingsPerBindGroup()longWGPULimits.maxBufferSize()intWGPULimits.maxColorAttachmentBytesPerSample()intWGPULimits.maxColorAttachments()intWGPULimits.maxComputeInvocationsPerWorkgroup()intWGPULimits.maxComputeWorkgroupSizeX()intWGPULimits.maxComputeWorkgroupSizeY()intWGPULimits.maxComputeWorkgroupSizeZ()intWGPULimits.maxComputeWorkgroupsPerDimension()intWGPULimits.maxComputeWorkgroupStorageSize()longWGPURenderPassMaxDrawCount.maxDrawCount()intWGPULimits.maxDynamicStorageBuffersPerPipelineLayout()intWGPULimits.maxDynamicUniformBuffersPerPipelineLayout()intWGPULimits.maxInterStageShaderVariables()intWGPUNativeLimits.maxNonSamplerBindings()intWGPUNativeLimits.maxPushConstantSize()intWGPULimits.maxSampledTexturesPerShaderStage()intWGPULimits.maxSamplersPerShaderStage()longWGPULimits.maxStorageBufferBindingSize()intWGPULimits.maxStorageBuffersPerShaderStage()intWGPULimits.maxStorageTexturesPerShaderStage()intWGPULimits.maxTextureArrayLayers()intWGPULimits.maxTextureDimension1d()intWGPULimits.maxTextureDimension2d()intWGPULimits.maxTextureDimension3d()longWGPULimits.maxUniformBufferBindingSize()intWGPULimits.maxUniformBuffersPerShaderStage()intWGPULimits.maxVertexAttributes()intWGPULimits.maxVertexBufferArrayStride()intWGPULimits.maxVertexBuffers()longWGPUCompilationInfo.messageCount()longWGPUBufferBindingLayout.minBindingSize()intWGPULimits.minStorageBufferOffsetAlignment()intWGPULimits.minUniformBufferOffsetAlignment()intWGPUTexelCopyTextureInfo.mipLevel()intWGPUTextureDescriptor.mipLevelCount()intWGPUTextureViewDescriptor.mipLevelCount()intWGPUTextureBindingLayout.multisampled()longWGPURegistryReport.numAllocated()longWGPURegistryReport.numKeptFromUser()longWGPURegistryReport.numReleasedFromUser()longWGPUBindGroupEntry.offset()longWGPUCompilationMessage.offset()longWGPUTexelCopyBufferLayout.offset()longWGPUVertexAttribute.offset()longWGPUQuerySetDescriptorExtras.pipelineStatisticCount()longWGPUSurfaceCapabilities.presentModeCount()longWGPUPipelineLayoutExtras.pushConstantRangeCount()longWGPUDeviceDescriptor.requiredFeatureCount()intWGPUTexelCopyBufferLayout.rowsPerImage()intWGPURenderBundleEncoderDescriptor.sampleCount()intWGPUTextureDescriptor.sampleCount()longWGPUBindGroupEntryExtras.samplerCount()intWGPUVertexAttribute.shaderLocation()longWGPUBindGroupEntry.size()longWGPUBufferDescriptor.size()@Nullable IntPtrWGPUShaderModuleDescriptorSpirV.source()Note: the returnedIntPtrdoes not have correctIntPtr.size()property.intWGPUShaderModuleDescriptorSpirV.sourceSize()intWGPUPushConstantRange.start()intWGPURenderPassDepthStencilAttachment.stencilClearValue()intWGPUDepthStencilState.stencilReadMask()intWGPURenderBundleEncoderDescriptor.stencilReadOnly()intWGPURenderPassDepthStencilAttachment.stencilReadOnly()intWGPUDepthStencilState.stencilWriteMask()longWGPUFragmentState.targetCount()longWGPUBindGroupEntryExtras.textureViewCount()intWGPUInstanceCapabilities.timedWaitAnyEnable()longWGPUInstanceCapabilities.timedWaitAnyMaxCount()intWGPUPrimitiveState.unclippedDepth()intWGPUAdapterInfo.vendorId()longWGPUSurfaceConfiguration.viewFormatCount()longWGPUTextureDescriptor.viewFormatCount()intWGPUExtent3d.width()intWGPUSurfaceConfiguration.width()intWGPUSurfaceSourceXcbWindow.window()longWGPUSurfaceSourceXlibWindow.window()intWGPUOrigin3d.x()intWGPUOrigin3d.y()intWGPUOrigin3d.z()Method parameters in club.doki7.webgpu.datatype with annotations of type UnsignedModifier and TypeMethodDescriptionWGPUSurfaceCapabilities.alphaModeCount(long value) WGPUMultisampleState.alphaToCoverageEnabled(int value) WGPUTextureViewDescriptor.arrayLayerCount(int value) WGPUVertexBufferLayout.arrayStride(long value) WGPUVertexBufferLayout.attributeCount(long value) WGPUTextureViewDescriptor.baseArrayLayer(int value) WGPUTextureViewDescriptor.baseMipLevel(int value) WGPUComputePassTimestampWrites.beginningOfPassWriteIndex(int value) WGPURenderPassTimestampWrites.beginningOfPassWriteIndex(int value) WGPUPipelineLayoutDescriptor.bindGroupLayoutCount(long value) WGPUBindGroupEntry.binding(int value) WGPUBindGroupLayoutEntry.binding(int value) WGPUBindGroupEntryExtras.bufferCount(long value) WGPUVertexState.bufferCount(long value) WGPUTexelCopyBufferLayout.bytesPerRow(int value) WGPUShaderSourceSpirv.codeSize(int value) WGPURenderPassDescriptor.colorAttachmentCount(long value) WGPURenderBundleEncoderDescriptor.colorFormatCount(long value) WGPUFutureWaitInfo.completed(int value) WGPUFragmentState.constantCount(long value) WGPUProgrammableStageDescriptor.constantCount(long value) WGPUVertexState.constantCount(long value) WGPUBindGroupLayoutEntryExtras.count(int value) WGPUMultisampleState.count(int value) WGPUQuerySetDescriptor.count(int value) WGPUShaderSourceGLSL.defineCount(int value) WGPUExtent3d.depthOrArrayLayers(int value) WGPURenderBundleEncoderDescriptor.depthReadOnly(int value) WGPURenderPassDepthStencilAttachment.depthReadOnly(int value) WGPURenderPassColorAttachment.depthSlice(int value) WGPUSurfaceConfigurationExtras.desiredMaximumFrameLatency(int value) WGPUAdapterInfo.deviceId(int value) WGPURegistryReport.elementSize(long value) WGPUPushConstantRange.end(int value) WGPUComputePassTimestampWrites.endOfPassWriteIndex(int value) WGPURenderPassTimestampWrites.endOfPassWriteIndex(int value) WGPUBindGroupDescriptor.entryCount(long value) WGPUBindGroupLayoutDescriptor.entryCount(long value) WGPUSupportedFeatures.featureCount(long value) WGPUSupportedWgslLanguageFeatures.featureCount(long value) WGPURequestAdapterOptions.forceFallbackAdapter(int value) WGPUSurfaceCapabilities.formatCount(long value) WGPUBufferBindingLayout.hasDynamicOffset(int value) WGPUExtent3d.height(int value) WGPUSurfaceConfiguration.height(int value) WGPUFuture.id(long value) WGPUCompilationMessage.length(long value) WGPUStringView.length(long value) WGPUCompilationMessage.lineNum(long value) WGPUCompilationMessage.linePos(long value) WGPUBufferDescriptor.mappedAtCreation(int value) WGPUMultisampleState.mask(int value) WGPUSamplerDescriptor.maxAnisotropy(short value) WGPULimits.maxBindGroups(int value) WGPULimits.maxBindGroupsPlusVertexBuffers(int value) WGPULimits.maxBindingsPerBindGroup(int value) WGPULimits.maxBufferSize(long value) WGPULimits.maxColorAttachmentBytesPerSample(int value) WGPULimits.maxColorAttachments(int value) WGPULimits.maxComputeInvocationsPerWorkgroup(int value) WGPULimits.maxComputeWorkgroupSizeX(int value) WGPULimits.maxComputeWorkgroupSizeY(int value) WGPULimits.maxComputeWorkgroupSizeZ(int value) WGPULimits.maxComputeWorkgroupsPerDimension(int value) WGPULimits.maxComputeWorkgroupStorageSize(int value) WGPURenderPassMaxDrawCount.maxDrawCount(long value) WGPULimits.maxDynamicStorageBuffersPerPipelineLayout(int value) WGPULimits.maxDynamicUniformBuffersPerPipelineLayout(int value) WGPULimits.maxInterStageShaderVariables(int value) WGPUNativeLimits.maxNonSamplerBindings(int value) WGPUNativeLimits.maxPushConstantSize(int value) WGPULimits.maxSampledTexturesPerShaderStage(int value) WGPULimits.maxSamplersPerShaderStage(int value) WGPULimits.maxStorageBufferBindingSize(long value) WGPULimits.maxStorageBuffersPerShaderStage(int value) WGPULimits.maxStorageTexturesPerShaderStage(int value) WGPULimits.maxTextureArrayLayers(int value) WGPULimits.maxTextureDimension1d(int value) WGPULimits.maxTextureDimension2d(int value) WGPULimits.maxTextureDimension3d(int value) WGPULimits.maxUniformBufferBindingSize(long value) WGPULimits.maxUniformBuffersPerShaderStage(int value) WGPULimits.maxVertexAttributes(int value) WGPULimits.maxVertexBufferArrayStride(int value) WGPULimits.maxVertexBuffers(int value) WGPUCompilationInfo.messageCount(long value) WGPUBufferBindingLayout.minBindingSize(long value) WGPULimits.minStorageBufferOffsetAlignment(int value) WGPULimits.minUniformBufferOffsetAlignment(int value) WGPUTexelCopyTextureInfo.mipLevel(int value) WGPUTextureDescriptor.mipLevelCount(int value) WGPUTextureViewDescriptor.mipLevelCount(int value) WGPUTextureBindingLayout.multisampled(int value) WGPURegistryReport.numAllocated(long value) WGPURegistryReport.numKeptFromUser(long value) WGPURegistryReport.numReleasedFromUser(long value) WGPUBindGroupEntry.offset(long value) WGPUCompilationMessage.offset(long value) WGPUTexelCopyBufferLayout.offset(long value) WGPUVertexAttribute.offset(long value) WGPUQuerySetDescriptorExtras.pipelineStatisticCount(long value) WGPUSurfaceCapabilities.presentModeCount(long value) WGPUPipelineLayoutExtras.pushConstantRangeCount(long value) WGPUDeviceDescriptor.requiredFeatureCount(long value) WGPUTexelCopyBufferLayout.rowsPerImage(int value) WGPURenderBundleEncoderDescriptor.sampleCount(int value) WGPUTextureDescriptor.sampleCount(int value) WGPUBindGroupEntryExtras.samplerCount(long value) WGPUVertexAttribute.shaderLocation(int value) WGPUBindGroupEntry.size(long value) WGPUBufferDescriptor.size(long value) WGPUShaderModuleDescriptorSpirV.sourceSize(int value) WGPUPushConstantRange.start(int value) WGPURenderPassDepthStencilAttachment.stencilClearValue(int value) WGPUDepthStencilState.stencilReadMask(int value) WGPURenderBundleEncoderDescriptor.stencilReadOnly(int value) WGPURenderPassDepthStencilAttachment.stencilReadOnly(int value) WGPUDepthStencilState.stencilWriteMask(int value) WGPUFragmentState.targetCount(long value) WGPUBindGroupEntryExtras.textureViewCount(long value) WGPUInstanceCapabilities.timedWaitAnyEnable(int value) WGPUInstanceCapabilities.timedWaitAnyMaxCount(long value) WGPUPrimitiveState.unclippedDepth(int value) WGPUAdapterInfo.vendorId(int value) WGPUSurfaceConfiguration.viewFormatCount(long value) WGPUTextureDescriptor.viewFormatCount(long value) WGPUExtent3d.width(int value) WGPUSurfaceConfiguration.width(int value) WGPUSurfaceSourceXcbWindow.window(int value) WGPUSurfaceSourceXlibWindow.window(long value) WGPUOrigin3d.x(int value) WGPUOrigin3d.y(int value) WGPUOrigin3d.z(int value)