Class VKCapabilitiesDevice

java.lang.Object
org.lwjgl.vulkan.VKCapabilitiesDevice

public class VKCapabilitiesDevice extends Object
Reports the enabled capabilities and function pointers of a Vulkan VkDevice.

The addresses are cached for future use. This class also allows developers to query the capabilities made available to the Vulkan device handle.

  • Field Details

    • vkGetDeviceProcAddr

      public final long vkGetDeviceProcAddr
      Function pointers for VK10
    • vkDestroyDevice

      public final long vkDestroyDevice
      Function pointers for VK10
    • vkGetDeviceQueue

      public final long vkGetDeviceQueue
      Function pointers for VK10
    • vkQueueSubmit

      public final long vkQueueSubmit
      Function pointers for VK10
    • vkQueueWaitIdle

      public final long vkQueueWaitIdle
      Function pointers for VK10
    • vkDeviceWaitIdle

      public final long vkDeviceWaitIdle
      Function pointers for VK10
    • vkAllocateMemory

      public final long vkAllocateMemory
      Function pointers for VK10
    • vkFreeMemory

      public final long vkFreeMemory
      Function pointers for VK10
    • vkMapMemory

      public final long vkMapMemory
      Function pointers for VK10
    • vkUnmapMemory

      public final long vkUnmapMemory
      Function pointers for VK10
    • vkFlushMappedMemoryRanges

      public final long vkFlushMappedMemoryRanges
      Function pointers for VK10
    • vkInvalidateMappedMemoryRanges

      public final long vkInvalidateMappedMemoryRanges
      Function pointers for VK10
    • vkGetDeviceMemoryCommitment

      public final long vkGetDeviceMemoryCommitment
      Function pointers for VK10
    • vkBindBufferMemory

      public final long vkBindBufferMemory
      Function pointers for VK10
    • vkBindImageMemory

      public final long vkBindImageMemory
      Function pointers for VK10
    • vkGetBufferMemoryRequirements

      public final long vkGetBufferMemoryRequirements
      Function pointers for VK10
    • vkGetImageMemoryRequirements

      public final long vkGetImageMemoryRequirements
      Function pointers for VK10
    • vkGetImageSparseMemoryRequirements

      public final long vkGetImageSparseMemoryRequirements
      Function pointers for VK10
    • vkQueueBindSparse

      public final long vkQueueBindSparse
      Function pointers for VK10
    • vkCreateFence

      public final long vkCreateFence
      Function pointers for VK10
    • vkDestroyFence

      public final long vkDestroyFence
      Function pointers for VK10
    • vkResetFences

      public final long vkResetFences
      Function pointers for VK10
    • vkGetFenceStatus

      public final long vkGetFenceStatus
      Function pointers for VK10
    • vkWaitForFences

      public final long vkWaitForFences
      Function pointers for VK10
    • vkCreateSemaphore

      public final long vkCreateSemaphore
      Function pointers for VK10
    • vkDestroySemaphore

      public final long vkDestroySemaphore
      Function pointers for VK10
    • vkCreateEvent

      public final long vkCreateEvent
      Function pointers for VK10
    • vkDestroyEvent

      public final long vkDestroyEvent
      Function pointers for VK10
    • vkGetEventStatus

      public final long vkGetEventStatus
      Function pointers for VK10
    • vkSetEvent

      public final long vkSetEvent
      Function pointers for VK10
    • vkResetEvent

      public final long vkResetEvent
      Function pointers for VK10
    • vkCreateQueryPool

      public final long vkCreateQueryPool
      Function pointers for VK10
    • vkDestroyQueryPool

      public final long vkDestroyQueryPool
      Function pointers for VK10
    • vkGetQueryPoolResults

      public final long vkGetQueryPoolResults
      Function pointers for VK10
    • vkCreateBuffer

      public final long vkCreateBuffer
      Function pointers for VK10
    • vkDestroyBuffer

      public final long vkDestroyBuffer
      Function pointers for VK10
    • vkCreateBufferView

      public final long vkCreateBufferView
      Function pointers for VK10
    • vkDestroyBufferView

      public final long vkDestroyBufferView
      Function pointers for VK10
    • vkCreateImage

      public final long vkCreateImage
      Function pointers for VK10
    • vkDestroyImage

      public final long vkDestroyImage
      Function pointers for VK10
    • vkGetImageSubresourceLayout

      public final long vkGetImageSubresourceLayout
      Function pointers for VK10
    • vkCreateImageView

      public final long vkCreateImageView
      Function pointers for VK10
    • vkDestroyImageView

      public final long vkDestroyImageView
      Function pointers for VK10
    • vkCreateShaderModule

      public final long vkCreateShaderModule
      Function pointers for VK10
    • vkDestroyShaderModule

      public final long vkDestroyShaderModule
      Function pointers for VK10
    • vkCreatePipelineCache

      public final long vkCreatePipelineCache
      Function pointers for VK10
    • vkDestroyPipelineCache

      public final long vkDestroyPipelineCache
      Function pointers for VK10
    • vkGetPipelineCacheData

      public final long vkGetPipelineCacheData
      Function pointers for VK10
    • vkMergePipelineCaches

      public final long vkMergePipelineCaches
      Function pointers for VK10
    • vkCreateGraphicsPipelines

      public final long vkCreateGraphicsPipelines
      Function pointers for VK10
    • vkCreateComputePipelines

      public final long vkCreateComputePipelines
      Function pointers for VK10
    • vkDestroyPipeline

      public final long vkDestroyPipeline
      Function pointers for VK10
    • vkCreatePipelineLayout

      public final long vkCreatePipelineLayout
      Function pointers for VK10
    • vkDestroyPipelineLayout

      public final long vkDestroyPipelineLayout
      Function pointers for VK10
    • vkCreateSampler

      public final long vkCreateSampler
      Function pointers for VK10
    • vkDestroySampler

      public final long vkDestroySampler
      Function pointers for VK10
    • vkCreateDescriptorSetLayout

      public final long vkCreateDescriptorSetLayout
      Function pointers for VK10
    • vkDestroyDescriptorSetLayout

      public final long vkDestroyDescriptorSetLayout
      Function pointers for VK10
    • vkCreateDescriptorPool

      public final long vkCreateDescriptorPool
      Function pointers for VK10
    • vkDestroyDescriptorPool

      public final long vkDestroyDescriptorPool
      Function pointers for VK10
    • vkResetDescriptorPool

      public final long vkResetDescriptorPool
      Function pointers for VK10
    • vkAllocateDescriptorSets

      public final long vkAllocateDescriptorSets
      Function pointers for VK10
    • vkFreeDescriptorSets

      public final long vkFreeDescriptorSets
      Function pointers for VK10
    • vkUpdateDescriptorSets

      public final long vkUpdateDescriptorSets
      Function pointers for VK10
    • vkCreateFramebuffer

      public final long vkCreateFramebuffer
      Function pointers for VK10
    • vkDestroyFramebuffer

      public final long vkDestroyFramebuffer
      Function pointers for VK10
    • vkCreateRenderPass

      public final long vkCreateRenderPass
      Function pointers for VK10
    • vkDestroyRenderPass

      public final long vkDestroyRenderPass
      Function pointers for VK10
    • vkGetRenderAreaGranularity

      public final long vkGetRenderAreaGranularity
      Function pointers for VK10
    • vkCreateCommandPool

      public final long vkCreateCommandPool
      Function pointers for VK10
    • vkDestroyCommandPool

      public final long vkDestroyCommandPool
      Function pointers for VK10
    • vkResetCommandPool

      public final long vkResetCommandPool
      Function pointers for VK10
    • vkAllocateCommandBuffers

      public final long vkAllocateCommandBuffers
      Function pointers for VK10
    • vkFreeCommandBuffers

      public final long vkFreeCommandBuffers
      Function pointers for VK10
    • vkBeginCommandBuffer

      public final long vkBeginCommandBuffer
      Function pointers for VK10
    • vkEndCommandBuffer

      public final long vkEndCommandBuffer
      Function pointers for VK10
    • vkResetCommandBuffer

      public final long vkResetCommandBuffer
      Function pointers for VK10
    • vkCmdBindPipeline

      public final long vkCmdBindPipeline
      Function pointers for VK10
    • vkCmdSetViewport

      public final long vkCmdSetViewport
      Function pointers for VK10
    • vkCmdSetScissor

      public final long vkCmdSetScissor
      Function pointers for VK10
    • vkCmdSetLineWidth

      public final long vkCmdSetLineWidth
      Function pointers for VK10
    • vkCmdSetDepthBias

      public final long vkCmdSetDepthBias
      Function pointers for VK10
    • vkCmdSetBlendConstants

      public final long vkCmdSetBlendConstants
      Function pointers for VK10
    • vkCmdSetDepthBounds

      public final long vkCmdSetDepthBounds
      Function pointers for VK10
    • vkCmdSetStencilCompareMask

      public final long vkCmdSetStencilCompareMask
      Function pointers for VK10
    • vkCmdSetStencilWriteMask

      public final long vkCmdSetStencilWriteMask
      Function pointers for VK10
    • vkCmdSetStencilReference

      public final long vkCmdSetStencilReference
      Function pointers for VK10
    • vkCmdBindDescriptorSets

      public final long vkCmdBindDescriptorSets
      Function pointers for VK10
    • vkCmdBindIndexBuffer

      public final long vkCmdBindIndexBuffer
      Function pointers for VK10
    • vkCmdBindVertexBuffers

      public final long vkCmdBindVertexBuffers
      Function pointers for VK10
    • vkCmdDraw

      public final long vkCmdDraw
      Function pointers for VK10
    • vkCmdDrawIndexed

      public final long vkCmdDrawIndexed
      Function pointers for VK10
    • vkCmdDrawIndirect

      public final long vkCmdDrawIndirect
      Function pointers for VK10
    • vkCmdDrawIndexedIndirect

      public final long vkCmdDrawIndexedIndirect
      Function pointers for VK10
    • vkCmdDispatch

      public final long vkCmdDispatch
      Function pointers for VK10
    • vkCmdDispatchIndirect

      public final long vkCmdDispatchIndirect
      Function pointers for VK10
    • vkCmdCopyBuffer

      public final long vkCmdCopyBuffer
      Function pointers for VK10
    • vkCmdCopyImage

      public final long vkCmdCopyImage
      Function pointers for VK10
    • vkCmdBlitImage

      public final long vkCmdBlitImage
      Function pointers for VK10
    • vkCmdCopyBufferToImage

      public final long vkCmdCopyBufferToImage
      Function pointers for VK10
    • vkCmdCopyImageToBuffer

      public final long vkCmdCopyImageToBuffer
      Function pointers for VK10
    • vkCmdUpdateBuffer

      public final long vkCmdUpdateBuffer
      Function pointers for VK10
    • vkCmdFillBuffer

      public final long vkCmdFillBuffer
      Function pointers for VK10
    • vkCmdClearColorImage

      public final long vkCmdClearColorImage
      Function pointers for VK10
    • vkCmdClearDepthStencilImage

      public final long vkCmdClearDepthStencilImage
      Function pointers for VK10
    • vkCmdClearAttachments

      public final long vkCmdClearAttachments
      Function pointers for VK10
    • vkCmdResolveImage

      public final long vkCmdResolveImage
      Function pointers for VK10
    • vkCmdSetEvent

      public final long vkCmdSetEvent
      Function pointers for VK10
    • vkCmdResetEvent

      public final long vkCmdResetEvent
      Function pointers for VK10
    • vkCmdWaitEvents

      public final long vkCmdWaitEvents
      Function pointers for VK10
    • vkCmdPipelineBarrier

      public final long vkCmdPipelineBarrier
      Function pointers for VK10
    • vkCmdBeginQuery

      public final long vkCmdBeginQuery
      Function pointers for VK10
    • vkCmdEndQuery

      public final long vkCmdEndQuery
      Function pointers for VK10
    • vkCmdResetQueryPool

      public final long vkCmdResetQueryPool
      Function pointers for VK10
    • vkCmdWriteTimestamp

      public final long vkCmdWriteTimestamp
      Function pointers for VK10
    • vkCmdCopyQueryPoolResults

      public final long vkCmdCopyQueryPoolResults
      Function pointers for VK10
    • vkCmdPushConstants

      public final long vkCmdPushConstants
      Function pointers for VK10
    • vkCmdBeginRenderPass

      public final long vkCmdBeginRenderPass
      Function pointers for VK10
    • vkCmdNextSubpass

      public final long vkCmdNextSubpass
      Function pointers for VK10
    • vkCmdEndRenderPass

      public final long vkCmdEndRenderPass
      Function pointers for VK10
    • vkCmdExecuteCommands

      public final long vkCmdExecuteCommands
      Function pointers for VK10
    • vkBindBufferMemory2

      public final long vkBindBufferMemory2
      Function pointers for VK11
    • vkBindImageMemory2

      public final long vkBindImageMemory2
      Function pointers for VK11
    • vkGetDeviceGroupPeerMemoryFeatures

      public final long vkGetDeviceGroupPeerMemoryFeatures
      Function pointers for VK11
    • vkCmdSetDeviceMask

      public final long vkCmdSetDeviceMask
      Function pointers for VK11
    • vkCmdDispatchBase

      public final long vkCmdDispatchBase
      Function pointers for VK11
    • vkGetImageMemoryRequirements2

      public final long vkGetImageMemoryRequirements2
      Function pointers for VK11
    • vkGetBufferMemoryRequirements2

      public final long vkGetBufferMemoryRequirements2
      Function pointers for VK11
    • vkGetImageSparseMemoryRequirements2

      public final long vkGetImageSparseMemoryRequirements2
      Function pointers for VK11
    • vkTrimCommandPool

      public final long vkTrimCommandPool
      Function pointers for VK11
    • vkGetDeviceQueue2

      public final long vkGetDeviceQueue2
      Function pointers for VK11
    • vkCreateSamplerYcbcrConversion

      public final long vkCreateSamplerYcbcrConversion
      Function pointers for VK11
    • vkDestroySamplerYcbcrConversion

      public final long vkDestroySamplerYcbcrConversion
      Function pointers for VK11
    • vkCreateDescriptorUpdateTemplate

      public final long vkCreateDescriptorUpdateTemplate
      Function pointers for VK11
    • vkDestroyDescriptorUpdateTemplate

      public final long vkDestroyDescriptorUpdateTemplate
      Function pointers for VK11
    • vkUpdateDescriptorSetWithTemplate

      public final long vkUpdateDescriptorSetWithTemplate
      Function pointers for VK11
    • vkGetDescriptorSetLayoutSupport

      public final long vkGetDescriptorSetLayoutSupport
      Function pointers for VK11
    • vkCmdDrawIndirectCount

      public final long vkCmdDrawIndirectCount
      Function pointers for VK12
    • vkCmdDrawIndexedIndirectCount

      public final long vkCmdDrawIndexedIndirectCount
      Function pointers for VK12
    • vkCreateRenderPass2

      public final long vkCreateRenderPass2
      Function pointers for VK12
    • vkCmdBeginRenderPass2

      public final long vkCmdBeginRenderPass2
      Function pointers for VK12
    • vkCmdNextSubpass2

      public final long vkCmdNextSubpass2
      Function pointers for VK12
    • vkCmdEndRenderPass2

      public final long vkCmdEndRenderPass2
      Function pointers for VK12
    • vkResetQueryPool

      public final long vkResetQueryPool
      Function pointers for VK12
    • vkGetSemaphoreCounterValue

      public final long vkGetSemaphoreCounterValue
      Function pointers for VK12
    • vkWaitSemaphores

      public final long vkWaitSemaphores
      Function pointers for VK12
    • vkSignalSemaphore

      public final long vkSignalSemaphore
      Function pointers for VK12
    • vkGetBufferDeviceAddress

      public final long vkGetBufferDeviceAddress
      Function pointers for VK12
    • vkGetBufferOpaqueCaptureAddress

      public final long vkGetBufferOpaqueCaptureAddress
      Function pointers for VK12
    • vkGetDeviceMemoryOpaqueCaptureAddress

      public final long vkGetDeviceMemoryOpaqueCaptureAddress
      Function pointers for VK12
    • vkCreatePrivateDataSlot

      public final long vkCreatePrivateDataSlot
      Function pointers for VK13
    • vkDestroyPrivateDataSlot

      public final long vkDestroyPrivateDataSlot
      Function pointers for VK13
    • vkSetPrivateData

      public final long vkSetPrivateData
      Function pointers for VK13
    • vkGetPrivateData

      public final long vkGetPrivateData
      Function pointers for VK13
    • vkCmdSetEvent2

      public final long vkCmdSetEvent2
      Function pointers for VK13
    • vkCmdResetEvent2

      public final long vkCmdResetEvent2
      Function pointers for VK13
    • vkCmdWaitEvents2

      public final long vkCmdWaitEvents2
      Function pointers for VK13
    • vkCmdPipelineBarrier2

      public final long vkCmdPipelineBarrier2
      Function pointers for VK13
    • vkCmdWriteTimestamp2

      public final long vkCmdWriteTimestamp2
      Function pointers for VK13
    • vkQueueSubmit2

      public final long vkQueueSubmit2
      Function pointers for VK13
    • vkCmdCopyBuffer2

      public final long vkCmdCopyBuffer2
      Function pointers for VK13
    • vkCmdCopyImage2

      public final long vkCmdCopyImage2
      Function pointers for VK13
    • vkCmdCopyBufferToImage2

      public final long vkCmdCopyBufferToImage2
      Function pointers for VK13
    • vkCmdCopyImageToBuffer2

      public final long vkCmdCopyImageToBuffer2
      Function pointers for VK13
    • vkCmdBlitImage2

      public final long vkCmdBlitImage2
      Function pointers for VK13
    • vkCmdResolveImage2

      public final long vkCmdResolveImage2
      Function pointers for VK13
    • vkCmdBeginRendering

      public final long vkCmdBeginRendering
      Function pointers for VK13
    • vkCmdEndRendering

      public final long vkCmdEndRendering
      Function pointers for VK13
    • vkCmdSetCullMode

      public final long vkCmdSetCullMode
      Function pointers for VK13
    • vkCmdSetFrontFace

      public final long vkCmdSetFrontFace
      Function pointers for VK13
    • vkCmdSetPrimitiveTopology

      public final long vkCmdSetPrimitiveTopology
      Function pointers for VK13
    • vkCmdSetViewportWithCount

      public final long vkCmdSetViewportWithCount
      Function pointers for VK13
    • vkCmdSetScissorWithCount

      public final long vkCmdSetScissorWithCount
      Function pointers for VK13
    • vkCmdBindVertexBuffers2

      public final long vkCmdBindVertexBuffers2
      Function pointers for VK13
    • vkCmdSetDepthTestEnable

      public final long vkCmdSetDepthTestEnable
      Function pointers for VK13
    • vkCmdSetDepthWriteEnable

      public final long vkCmdSetDepthWriteEnable
      Function pointers for VK13
    • vkCmdSetDepthCompareOp

      public final long vkCmdSetDepthCompareOp
      Function pointers for VK13
    • vkCmdSetDepthBoundsTestEnable

      public final long vkCmdSetDepthBoundsTestEnable
      Function pointers for VK13
    • vkCmdSetStencilTestEnable

      public final long vkCmdSetStencilTestEnable
      Function pointers for VK13
    • vkCmdSetStencilOp

      public final long vkCmdSetStencilOp
      Function pointers for VK13
    • vkCmdSetRasterizerDiscardEnable

      public final long vkCmdSetRasterizerDiscardEnable
      Function pointers for VK13
    • vkCmdSetDepthBiasEnable

      public final long vkCmdSetDepthBiasEnable
      Function pointers for VK13
    • vkCmdSetPrimitiveRestartEnable

      public final long vkCmdSetPrimitiveRestartEnable
      Function pointers for VK13
    • vkGetDeviceBufferMemoryRequirements

      public final long vkGetDeviceBufferMemoryRequirements
      Function pointers for VK13
    • vkGetDeviceImageMemoryRequirements

      public final long vkGetDeviceImageMemoryRequirements
      Function pointers for VK13
    • vkGetDeviceImageSparseMemoryRequirements

      public final long vkGetDeviceImageSparseMemoryRequirements
      Function pointers for VK13
    • vkCmdSetLineStipple

      public final long vkCmdSetLineStipple
      Function pointers for VK14
    • vkMapMemory2

      public final long vkMapMemory2
      Function pointers for VK14
    • vkUnmapMemory2

      public final long vkUnmapMemory2
      Function pointers for VK14
    • vkCmdBindIndexBuffer2

      public final long vkCmdBindIndexBuffer2
      Function pointers for VK14
    • vkGetRenderingAreaGranularity

      public final long vkGetRenderingAreaGranularity
      Function pointers for VK14
    • vkGetDeviceImageSubresourceLayout

      public final long vkGetDeviceImageSubresourceLayout
      Function pointers for VK14
    • vkGetImageSubresourceLayout2

      public final long vkGetImageSubresourceLayout2
      Function pointers for VK14
    • vkCmdPushDescriptorSet

      public final long vkCmdPushDescriptorSet
      Function pointers for VK14
    • vkCmdPushDescriptorSetWithTemplate

      public final long vkCmdPushDescriptorSetWithTemplate
      Function pointers for VK14
    • vkCmdSetRenderingAttachmentLocations

      public final long vkCmdSetRenderingAttachmentLocations
      Function pointers for VK14
    • vkCmdSetRenderingInputAttachmentIndices

      public final long vkCmdSetRenderingInputAttachmentIndices
      Function pointers for VK14
    • vkCmdBindDescriptorSets2

      public final long vkCmdBindDescriptorSets2
      Function pointers for VK14
    • vkCmdPushConstants2

      public final long vkCmdPushConstants2
      Function pointers for VK14
    • vkCmdPushDescriptorSet2

      public final long vkCmdPushDescriptorSet2
      Function pointers for VK14
    • vkCmdPushDescriptorSetWithTemplate2

      public final long vkCmdPushDescriptorSetWithTemplate2
      Function pointers for VK14
    • vkCopyMemoryToImage

      public final long vkCopyMemoryToImage
      Function pointers for VK14
    • vkCopyImageToMemory

      public final long vkCopyImageToMemory
      Function pointers for VK14
    • vkCopyImageToImage

      public final long vkCopyImageToImage
      Function pointers for VK14
    • vkTransitionImageLayout

      public final long vkTransitionImageLayout
      Function pointers for VK14
    • vkAntiLagUpdateAMD

      public final long vkAntiLagUpdateAMD
      Function pointers for AMD_anti_lag
    • vkCmdWriteBufferMarkerAMD

      public final long vkCmdWriteBufferMarkerAMD
      Function pointers for AMD_buffer_marker
    • vkCmdWriteBufferMarker2AMD

      public final long vkCmdWriteBufferMarker2AMD
      Function pointers for AMD_buffer_marker
    • vkSetLocalDimmingAMD

      public final long vkSetLocalDimmingAMD
      Function pointers for AMD_display_native_hdr
    • vkCmdDrawIndirectCountAMD

      public final long vkCmdDrawIndirectCountAMD
      Function pointers for AMD_draw_indirect_count
    • vkCmdDrawIndexedIndirectCountAMD

      public final long vkCmdDrawIndexedIndirectCountAMD
      Function pointers for AMD_draw_indirect_count
    • vkGetShaderInfoAMD

      public final long vkGetShaderInfoAMD
      Function pointers for AMD_shader_info
    • vkCreateExecutionGraphPipelinesAMDX

      public final long vkCreateExecutionGraphPipelinesAMDX
      Function pointers for AMDX_shader_enqueue
    • vkGetExecutionGraphPipelineScratchSizeAMDX

      public final long vkGetExecutionGraphPipelineScratchSizeAMDX
      Function pointers for AMDX_shader_enqueue
    • vkGetExecutionGraphPipelineNodeIndexAMDX

      public final long vkGetExecutionGraphPipelineNodeIndexAMDX
      Function pointers for AMDX_shader_enqueue
    • vkCmdInitializeGraphScratchMemoryAMDX

      public final long vkCmdInitializeGraphScratchMemoryAMDX
      Function pointers for AMDX_shader_enqueue
    • vkCmdDispatchGraphAMDX

      public final long vkCmdDispatchGraphAMDX
      Function pointers for AMDX_shader_enqueue
    • vkCmdDispatchGraphIndirectAMDX

      public final long vkCmdDispatchGraphIndirectAMDX
      Function pointers for AMDX_shader_enqueue
    • vkCmdDispatchGraphIndirectCountAMDX

      public final long vkCmdDispatchGraphIndirectCountAMDX
      Function pointers for AMDX_shader_enqueue
    • vkGetAndroidHardwareBufferPropertiesANDROID

      public final long vkGetAndroidHardwareBufferPropertiesANDROID
      Function pointers for ANDROID_external_memory_android_hardware_buffer
    • vkGetMemoryAndroidHardwareBufferANDROID

      public final long vkGetMemoryAndroidHardwareBufferANDROID
      Function pointers for ANDROID_external_memory_android_hardware_buffer
    • vkCreateTensorARM

      public final long vkCreateTensorARM
      Function pointers for ARM_tensors
    • vkDestroyTensorARM

      public final long vkDestroyTensorARM
      Function pointers for ARM_tensors
    • vkCreateTensorViewARM

      public final long vkCreateTensorViewARM
      Function pointers for ARM_tensors
    • vkDestroyTensorViewARM

      public final long vkDestroyTensorViewARM
      Function pointers for ARM_tensors
    • vkGetTensorMemoryRequirementsARM

      public final long vkGetTensorMemoryRequirementsARM
      Function pointers for ARM_tensors
    • vkBindTensorMemoryARM

      public final long vkBindTensorMemoryARM
      Function pointers for ARM_tensors
    • vkGetDeviceTensorMemoryRequirementsARM

      public final long vkGetDeviceTensorMemoryRequirementsARM
      Function pointers for ARM_tensors
    • vkCmdCopyTensorARM

      public final long vkCmdCopyTensorARM
      Function pointers for ARM_tensors
    • vkGetTensorOpaqueCaptureDescriptorDataARM

      public final long vkGetTensorOpaqueCaptureDescriptorDataARM
      Function pointers for ARM_tensors
    • vkGetTensorViewOpaqueCaptureDescriptorDataARM

      public final long vkGetTensorViewOpaqueCaptureDescriptorDataARM
      Function pointers for ARM_tensors
    • vkCmdSetAttachmentFeedbackLoopEnableEXT

      public final long vkCmdSetAttachmentFeedbackLoopEnableEXT
      Function pointers for EXT_attachment_feedback_loop_dynamic_state
    • vkGetBufferDeviceAddressEXT

      public final long vkGetBufferDeviceAddressEXT
      Function pointers for EXT_buffer_device_address
    • vkGetCalibratedTimestampsEXT

      public final long vkGetCalibratedTimestampsEXT
      Function pointers for EXT_calibrated_timestamps
    • vkCmdSetColorWriteEnableEXT

      public final long vkCmdSetColorWriteEnableEXT
      Function pointers for EXT_color_write_enable
    • vkCmdBeginConditionalRenderingEXT

      public final long vkCmdBeginConditionalRenderingEXT
      Function pointers for EXT_conditional_rendering
    • vkCmdEndConditionalRenderingEXT

      public final long vkCmdEndConditionalRenderingEXT
      Function pointers for EXT_conditional_rendering
    • vkDebugMarkerSetObjectTagEXT

      public final long vkDebugMarkerSetObjectTagEXT
      Function pointers for EXT_debug_marker
    • vkDebugMarkerSetObjectNameEXT

      public final long vkDebugMarkerSetObjectNameEXT
      Function pointers for EXT_debug_marker
    • vkCmdDebugMarkerBeginEXT

      public final long vkCmdDebugMarkerBeginEXT
      Function pointers for EXT_debug_marker
    • vkCmdDebugMarkerEndEXT

      public final long vkCmdDebugMarkerEndEXT
      Function pointers for EXT_debug_marker
    • vkCmdDebugMarkerInsertEXT

      public final long vkCmdDebugMarkerInsertEXT
      Function pointers for EXT_debug_marker
    • vkCmdSetDepthBias2EXT

      public final long vkCmdSetDepthBias2EXT
      Function pointers for EXT_depth_bias_control
    • vkCmdSetDepthClampRangeEXT

      public final long vkCmdSetDepthClampRangeEXT
      Function pointers for EXT_depth_clamp_control
    • vkGetDescriptorSetLayoutSizeEXT

      public final long vkGetDescriptorSetLayoutSizeEXT
      Function pointers for EXT_descriptor_buffer
    • vkGetDescriptorSetLayoutBindingOffsetEXT

      public final long vkGetDescriptorSetLayoutBindingOffsetEXT
      Function pointers for EXT_descriptor_buffer
    • vkGetDescriptorEXT

      public final long vkGetDescriptorEXT
      Function pointers for EXT_descriptor_buffer
    • vkCmdBindDescriptorBuffersEXT

      public final long vkCmdBindDescriptorBuffersEXT
      Function pointers for EXT_descriptor_buffer
    • vkCmdSetDescriptorBufferOffsetsEXT

      public final long vkCmdSetDescriptorBufferOffsetsEXT
      Function pointers for EXT_descriptor_buffer
    • vkCmdBindDescriptorBufferEmbeddedSamplersEXT

      public final long vkCmdBindDescriptorBufferEmbeddedSamplersEXT
      Function pointers for EXT_descriptor_buffer
    • vkGetBufferOpaqueCaptureDescriptorDataEXT

      public final long vkGetBufferOpaqueCaptureDescriptorDataEXT
      Function pointers for EXT_descriptor_buffer
    • vkGetImageOpaqueCaptureDescriptorDataEXT

      public final long vkGetImageOpaqueCaptureDescriptorDataEXT
      Function pointers for EXT_descriptor_buffer
    • vkGetImageViewOpaqueCaptureDescriptorDataEXT

      public final long vkGetImageViewOpaqueCaptureDescriptorDataEXT
      Function pointers for EXT_descriptor_buffer
    • vkGetSamplerOpaqueCaptureDescriptorDataEXT

      public final long vkGetSamplerOpaqueCaptureDescriptorDataEXT
      Function pointers for EXT_descriptor_buffer
    • vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT

      public final long vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT
      Function pointers for EXT_descriptor_buffer
    • vkGetDeviceFaultInfoEXT

      public final long vkGetDeviceFaultInfoEXT
      Function pointers for EXT_device_fault
    • vkGetGeneratedCommandsMemoryRequirementsEXT

      public final long vkGetGeneratedCommandsMemoryRequirementsEXT
      Function pointers for EXT_device_generated_commands
    • vkCmdPreprocessGeneratedCommandsEXT

      public final long vkCmdPreprocessGeneratedCommandsEXT
      Function pointers for EXT_device_generated_commands
    • vkCmdExecuteGeneratedCommandsEXT

      public final long vkCmdExecuteGeneratedCommandsEXT
      Function pointers for EXT_device_generated_commands
    • vkCreateIndirectCommandsLayoutEXT

      public final long vkCreateIndirectCommandsLayoutEXT
      Function pointers for EXT_device_generated_commands
    • vkDestroyIndirectCommandsLayoutEXT

      public final long vkDestroyIndirectCommandsLayoutEXT
      Function pointers for EXT_device_generated_commands
    • vkCreateIndirectExecutionSetEXT

      public final long vkCreateIndirectExecutionSetEXT
      Function pointers for EXT_device_generated_commands
    • vkDestroyIndirectExecutionSetEXT

      public final long vkDestroyIndirectExecutionSetEXT
      Function pointers for EXT_device_generated_commands
    • vkUpdateIndirectExecutionSetPipelineEXT

      public final long vkUpdateIndirectExecutionSetPipelineEXT
      Function pointers for EXT_device_generated_commands
    • vkUpdateIndirectExecutionSetShaderEXT

      public final long vkUpdateIndirectExecutionSetShaderEXT
      Function pointers for EXT_device_generated_commands
    • vkCmdSetDiscardRectangleEXT

      public final long vkCmdSetDiscardRectangleEXT
      Function pointers for EXT_discard_rectangles
    • vkCmdSetDiscardRectangleEnableEXT

      public final long vkCmdSetDiscardRectangleEnableEXT
      Function pointers for EXT_discard_rectangles
    • vkCmdSetDiscardRectangleModeEXT

      public final long vkCmdSetDiscardRectangleModeEXT
      Function pointers for EXT_discard_rectangles
    • vkDisplayPowerControlEXT

      public final long vkDisplayPowerControlEXT
      Function pointers for EXT_display_control
    • vkRegisterDeviceEventEXT

      public final long vkRegisterDeviceEventEXT
      Function pointers for EXT_display_control
    • vkRegisterDisplayEventEXT

      public final long vkRegisterDisplayEventEXT
      Function pointers for EXT_display_control
    • vkGetSwapchainCounterEXT

      public final long vkGetSwapchainCounterEXT
      Function pointers for EXT_display_control
    • vkCmdSetCullModeEXT

      public final long vkCmdSetCullModeEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetFrontFaceEXT

      public final long vkCmdSetFrontFaceEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetPrimitiveTopologyEXT

      public final long vkCmdSetPrimitiveTopologyEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetViewportWithCountEXT

      public final long vkCmdSetViewportWithCountEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetScissorWithCountEXT

      public final long vkCmdSetScissorWithCountEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdBindVertexBuffers2EXT

      public final long vkCmdBindVertexBuffers2EXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetDepthTestEnableEXT

      public final long vkCmdSetDepthTestEnableEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetDepthWriteEnableEXT

      public final long vkCmdSetDepthWriteEnableEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetDepthCompareOpEXT

      public final long vkCmdSetDepthCompareOpEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetDepthBoundsTestEnableEXT

      public final long vkCmdSetDepthBoundsTestEnableEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetStencilTestEnableEXT

      public final long vkCmdSetStencilTestEnableEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetStencilOpEXT

      public final long vkCmdSetStencilOpEXT
      Function pointers for EXT_extended_dynamic_state
    • vkCmdSetPatchControlPointsEXT

      public final long vkCmdSetPatchControlPointsEXT
      Function pointers for EXT_extended_dynamic_state2
    • vkCmdSetRasterizerDiscardEnableEXT

      public final long vkCmdSetRasterizerDiscardEnableEXT
      Function pointers for EXT_extended_dynamic_state2
    • vkCmdSetDepthBiasEnableEXT

      public final long vkCmdSetDepthBiasEnableEXT
      Function pointers for EXT_extended_dynamic_state2
    • vkCmdSetLogicOpEXT

      public final long vkCmdSetLogicOpEXT
      Function pointers for EXT_extended_dynamic_state2
    • vkCmdSetPrimitiveRestartEnableEXT

      public final long vkCmdSetPrimitiveRestartEnableEXT
      Function pointers for EXT_extended_dynamic_state2
    • vkCmdSetDepthClampEnableEXT

      public final long vkCmdSetDepthClampEnableEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetPolygonModeEXT

      public final long vkCmdSetPolygonModeEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetRasterizationSamplesEXT

      public final long vkCmdSetRasterizationSamplesEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetSampleMaskEXT

      public final long vkCmdSetSampleMaskEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetAlphaToCoverageEnableEXT

      public final long vkCmdSetAlphaToCoverageEnableEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetAlphaToOneEnableEXT

      public final long vkCmdSetAlphaToOneEnableEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetLogicOpEnableEXT

      public final long vkCmdSetLogicOpEnableEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetColorBlendEnableEXT

      public final long vkCmdSetColorBlendEnableEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetColorBlendEquationEXT

      public final long vkCmdSetColorBlendEquationEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetColorWriteMaskEXT

      public final long vkCmdSetColorWriteMaskEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetTessellationDomainOriginEXT

      public final long vkCmdSetTessellationDomainOriginEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetRasterizationStreamEXT

      public final long vkCmdSetRasterizationStreamEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetConservativeRasterizationModeEXT

      public final long vkCmdSetConservativeRasterizationModeEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetExtraPrimitiveOverestimationSizeEXT

      public final long vkCmdSetExtraPrimitiveOverestimationSizeEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetDepthClipEnableEXT

      public final long vkCmdSetDepthClipEnableEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetSampleLocationsEnableEXT

      public final long vkCmdSetSampleLocationsEnableEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetColorBlendAdvancedEXT

      public final long vkCmdSetColorBlendAdvancedEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetProvokingVertexModeEXT

      public final long vkCmdSetProvokingVertexModeEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetLineRasterizationModeEXT

      public final long vkCmdSetLineRasterizationModeEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetLineStippleEnableEXT

      public final long vkCmdSetLineStippleEnableEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetDepthClipNegativeOneToOneEXT

      public final long vkCmdSetDepthClipNegativeOneToOneEXT
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetViewportWScalingEnableNV

      public final long vkCmdSetViewportWScalingEnableNV
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetViewportSwizzleNV

      public final long vkCmdSetViewportSwizzleNV
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetCoverageToColorEnableNV

      public final long vkCmdSetCoverageToColorEnableNV
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetCoverageToColorLocationNV

      public final long vkCmdSetCoverageToColorLocationNV
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetCoverageModulationModeNV

      public final long vkCmdSetCoverageModulationModeNV
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetCoverageModulationTableEnableNV

      public final long vkCmdSetCoverageModulationTableEnableNV
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetCoverageModulationTableNV

      public final long vkCmdSetCoverageModulationTableNV
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetShadingRateImageEnableNV

      public final long vkCmdSetShadingRateImageEnableNV
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetRepresentativeFragmentTestEnableNV

      public final long vkCmdSetRepresentativeFragmentTestEnableNV
      Function pointers for EXT_extended_dynamic_state3
    • vkCmdSetCoverageReductionModeNV

      public final long vkCmdSetCoverageReductionModeNV
      Function pointers for EXT_extended_dynamic_state3
    • vkGetMemoryHostPointerPropertiesEXT

      public final long vkGetMemoryHostPointerPropertiesEXT
      Function pointers for EXT_external_memory_host
    • vkGetMemoryMetalHandleEXT

      public final long vkGetMemoryMetalHandleEXT
      Function pointers for EXT_external_memory_metal
    • vkGetMemoryMetalHandlePropertiesEXT

      public final long vkGetMemoryMetalHandlePropertiesEXT
      Function pointers for EXT_external_memory_metal
    • vkCmdEndRendering2EXT

      public final long vkCmdEndRendering2EXT
      Function pointers for EXT_fragment_density_map_offset
    • vkAcquireFullScreenExclusiveModeEXT

      public final long vkAcquireFullScreenExclusiveModeEXT
      Function pointers for EXT_full_screen_exclusive
    • vkReleaseFullScreenExclusiveModeEXT

      public final long vkReleaseFullScreenExclusiveModeEXT
      Function pointers for EXT_full_screen_exclusive
    • vkGetDeviceGroupSurfacePresentModes2EXT

      public final long vkGetDeviceGroupSurfacePresentModes2EXT
      Function pointers for EXT_full_screen_exclusive
    • vkSetHdrMetadataEXT

      public final long vkSetHdrMetadataEXT
      Function pointers for EXT_hdr_metadata
    • vkCopyMemoryToImageEXT

      public final long vkCopyMemoryToImageEXT
      Function pointers for EXT_host_image_copy
    • vkCopyImageToMemoryEXT

      public final long vkCopyImageToMemoryEXT
      Function pointers for EXT_host_image_copy
    • vkCopyImageToImageEXT

      public final long vkCopyImageToImageEXT
      Function pointers for EXT_host_image_copy
    • vkTransitionImageLayoutEXT

      public final long vkTransitionImageLayoutEXT
      Function pointers for EXT_host_image_copy
    • vkGetImageSubresourceLayout2EXT

      public final long vkGetImageSubresourceLayout2EXT
      Function pointers for EXT_host_image_copy
    • vkResetQueryPoolEXT

      public final long vkResetQueryPoolEXT
      Function pointers for EXT_host_query_reset
    • vkGetImageDrmFormatModifierPropertiesEXT

      public final long vkGetImageDrmFormatModifierPropertiesEXT
      Function pointers for EXT_image_drm_format_modifier
    • vkCmdSetLineStippleEXT

      public final long vkCmdSetLineStippleEXT
      Function pointers for EXT_line_rasterization
    • vkCmdDrawMeshTasksEXT

      public final long vkCmdDrawMeshTasksEXT
      Function pointers for EXT_mesh_shader
    • vkCmdDrawMeshTasksIndirectEXT

      public final long vkCmdDrawMeshTasksIndirectEXT
      Function pointers for EXT_mesh_shader
    • vkCmdDrawMeshTasksIndirectCountEXT

      public final long vkCmdDrawMeshTasksIndirectCountEXT
      Function pointers for EXT_mesh_shader
    • vkExportMetalObjectsEXT

      public final long vkExportMetalObjectsEXT
      Function pointers for EXT_metal_objects
    • vkCmdDrawMultiEXT

      public final long vkCmdDrawMultiEXT
      Function pointers for EXT_multi_draw
    • vkCmdDrawMultiIndexedEXT

      public final long vkCmdDrawMultiIndexedEXT
      Function pointers for EXT_multi_draw
    • vkCreateMicromapEXT

      public final long vkCreateMicromapEXT
      Function pointers for EXT_opacity_micromap
    • vkDestroyMicromapEXT

      public final long vkDestroyMicromapEXT
      Function pointers for EXT_opacity_micromap
    • vkCmdBuildMicromapsEXT

      public final long vkCmdBuildMicromapsEXT
      Function pointers for EXT_opacity_micromap
    • vkBuildMicromapsEXT

      public final long vkBuildMicromapsEXT
      Function pointers for EXT_opacity_micromap
    • vkCopyMicromapEXT

      public final long vkCopyMicromapEXT
      Function pointers for EXT_opacity_micromap
    • vkCopyMicromapToMemoryEXT

      public final long vkCopyMicromapToMemoryEXT
      Function pointers for EXT_opacity_micromap
    • vkCopyMemoryToMicromapEXT

      public final long vkCopyMemoryToMicromapEXT
      Function pointers for EXT_opacity_micromap
    • vkWriteMicromapsPropertiesEXT

      public final long vkWriteMicromapsPropertiesEXT
      Function pointers for EXT_opacity_micromap
    • vkCmdCopyMicromapEXT

      public final long vkCmdCopyMicromapEXT
      Function pointers for EXT_opacity_micromap
    • vkCmdCopyMicromapToMemoryEXT

      public final long vkCmdCopyMicromapToMemoryEXT
      Function pointers for EXT_opacity_micromap
    • vkCmdCopyMemoryToMicromapEXT

      public final long vkCmdCopyMemoryToMicromapEXT
      Function pointers for EXT_opacity_micromap
    • vkCmdWriteMicromapsPropertiesEXT

      public final long vkCmdWriteMicromapsPropertiesEXT
      Function pointers for EXT_opacity_micromap
    • vkGetDeviceMicromapCompatibilityEXT

      public final long vkGetDeviceMicromapCompatibilityEXT
      Function pointers for EXT_opacity_micromap
    • vkGetMicromapBuildSizesEXT

      public final long vkGetMicromapBuildSizesEXT
      Function pointers for EXT_opacity_micromap
    • vkSetDeviceMemoryPriorityEXT

      public final long vkSetDeviceMemoryPriorityEXT
      Function pointers for EXT_pageable_device_local_memory
    • vkGetPipelinePropertiesEXT

      public final long vkGetPipelinePropertiesEXT
      Function pointers for EXT_pipeline_properties
    • vkCreatePrivateDataSlotEXT

      public final long vkCreatePrivateDataSlotEXT
      Function pointers for EXT_private_data
    • vkDestroyPrivateDataSlotEXT

      public final long vkDestroyPrivateDataSlotEXT
      Function pointers for EXT_private_data
    • vkSetPrivateDataEXT

      public final long vkSetPrivateDataEXT
      Function pointers for EXT_private_data
    • vkGetPrivateDataEXT

      public final long vkGetPrivateDataEXT
      Function pointers for EXT_private_data
    • vkCmdSetSampleLocationsEXT

      public final long vkCmdSetSampleLocationsEXT
      Function pointers for EXT_sample_locations
    • vkGetShaderModuleIdentifierEXT

      public final long vkGetShaderModuleIdentifierEXT
      Function pointers for EXT_shader_module_identifier
    • vkGetShaderModuleCreateInfoIdentifierEXT

      public final long vkGetShaderModuleCreateInfoIdentifierEXT
      Function pointers for EXT_shader_module_identifier
    • vkCreateShadersEXT

      public final long vkCreateShadersEXT
      Function pointers for EXT_shader_object
    • vkDestroyShaderEXT

      public final long vkDestroyShaderEXT
      Function pointers for EXT_shader_object
    • vkGetShaderBinaryDataEXT

      public final long vkGetShaderBinaryDataEXT
      Function pointers for EXT_shader_object
    • vkCmdBindShadersEXT

      public final long vkCmdBindShadersEXT
      Function pointers for EXT_shader_object
    • vkCmdSetVertexInputEXT

      public final long vkCmdSetVertexInputEXT
      Function pointers for EXT_shader_object
    • vkReleaseSwapchainImagesEXT

      public final long vkReleaseSwapchainImagesEXT
      Function pointers for EXT_swapchain_maintenance1
    • vkCmdBindTransformFeedbackBuffersEXT

      public final long vkCmdBindTransformFeedbackBuffersEXT
      Function pointers for EXT_transform_feedback
    • vkCmdBeginTransformFeedbackEXT

      public final long vkCmdBeginTransformFeedbackEXT
      Function pointers for EXT_transform_feedback
    • vkCmdEndTransformFeedbackEXT

      public final long vkCmdEndTransformFeedbackEXT
      Function pointers for EXT_transform_feedback
    • vkCmdBeginQueryIndexedEXT

      public final long vkCmdBeginQueryIndexedEXT
      Function pointers for EXT_transform_feedback
    • vkCmdEndQueryIndexedEXT

      public final long vkCmdEndQueryIndexedEXT
      Function pointers for EXT_transform_feedback
    • vkCmdDrawIndirectByteCountEXT

      public final long vkCmdDrawIndirectByteCountEXT
      Function pointers for EXT_transform_feedback
    • vkCreateValidationCacheEXT

      public final long vkCreateValidationCacheEXT
      Function pointers for EXT_validation_cache
    • vkDestroyValidationCacheEXT

      public final long vkDestroyValidationCacheEXT
      Function pointers for EXT_validation_cache
    • vkMergeValidationCachesEXT

      public final long vkMergeValidationCachesEXT
      Function pointers for EXT_validation_cache
    • vkGetValidationCacheDataEXT

      public final long vkGetValidationCacheDataEXT
      Function pointers for EXT_validation_cache
    • vkGetRefreshCycleDurationGOOGLE

      public final long vkGetRefreshCycleDurationGOOGLE
      Function pointers for GOOGLE_display_timing
    • vkGetPastPresentationTimingGOOGLE

      public final long vkGetPastPresentationTimingGOOGLE
      Function pointers for GOOGLE_display_timing
    • vkCmdDrawClusterHUAWEI

      public final long vkCmdDrawClusterHUAWEI
      Function pointers for HUAWEI_cluster_culling_shader
    • vkCmdDrawClusterIndirectHUAWEI

      public final long vkCmdDrawClusterIndirectHUAWEI
      Function pointers for HUAWEI_cluster_culling_shader
    • vkCmdBindInvocationMaskHUAWEI

      public final long vkCmdBindInvocationMaskHUAWEI
      Function pointers for HUAWEI_invocation_mask
    • vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI

      public final long vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI
      Function pointers for HUAWEI_subpass_shading
    • vkCmdSubpassShadingHUAWEI

      public final long vkCmdSubpassShadingHUAWEI
      Function pointers for HUAWEI_subpass_shading
    • vkInitializePerformanceApiINTEL

      public final long vkInitializePerformanceApiINTEL
      Function pointers for INTEL_performance_query
    • vkUninitializePerformanceApiINTEL

      public final long vkUninitializePerformanceApiINTEL
      Function pointers for INTEL_performance_query
    • vkCmdSetPerformanceMarkerINTEL

      public final long vkCmdSetPerformanceMarkerINTEL
      Function pointers for INTEL_performance_query
    • vkCmdSetPerformanceStreamMarkerINTEL

      public final long vkCmdSetPerformanceStreamMarkerINTEL
      Function pointers for INTEL_performance_query
    • vkCmdSetPerformanceOverrideINTEL

      public final long vkCmdSetPerformanceOverrideINTEL
      Function pointers for INTEL_performance_query
    • vkAcquirePerformanceConfigurationINTEL

      public final long vkAcquirePerformanceConfigurationINTEL
      Function pointers for INTEL_performance_query
    • vkReleasePerformanceConfigurationINTEL

      public final long vkReleasePerformanceConfigurationINTEL
      Function pointers for INTEL_performance_query
    • vkQueueSetPerformanceConfigurationINTEL

      public final long vkQueueSetPerformanceConfigurationINTEL
      Function pointers for INTEL_performance_query
    • vkGetPerformanceParameterINTEL

      public final long vkGetPerformanceParameterINTEL
      Function pointers for INTEL_performance_query
    • vkCreateAccelerationStructureKHR

      public final long vkCreateAccelerationStructureKHR
      Function pointers for KHR_acceleration_structure
    • vkDestroyAccelerationStructureKHR

      public final long vkDestroyAccelerationStructureKHR
      Function pointers for KHR_acceleration_structure
    • vkCmdBuildAccelerationStructuresKHR

      public final long vkCmdBuildAccelerationStructuresKHR
      Function pointers for KHR_acceleration_structure
    • vkCmdBuildAccelerationStructuresIndirectKHR

      public final long vkCmdBuildAccelerationStructuresIndirectKHR
      Function pointers for KHR_acceleration_structure
    • vkBuildAccelerationStructuresKHR

      public final long vkBuildAccelerationStructuresKHR
      Function pointers for KHR_acceleration_structure
    • vkCopyAccelerationStructureKHR

      public final long vkCopyAccelerationStructureKHR
      Function pointers for KHR_acceleration_structure
    • vkCopyAccelerationStructureToMemoryKHR

      public final long vkCopyAccelerationStructureToMemoryKHR
      Function pointers for KHR_acceleration_structure
    • vkCopyMemoryToAccelerationStructureKHR

      public final long vkCopyMemoryToAccelerationStructureKHR
      Function pointers for KHR_acceleration_structure
    • vkWriteAccelerationStructuresPropertiesKHR

      public final long vkWriteAccelerationStructuresPropertiesKHR
      Function pointers for KHR_acceleration_structure
    • vkCmdCopyAccelerationStructureKHR

      public final long vkCmdCopyAccelerationStructureKHR
      Function pointers for KHR_acceleration_structure
    • vkCmdCopyAccelerationStructureToMemoryKHR

      public final long vkCmdCopyAccelerationStructureToMemoryKHR
      Function pointers for KHR_acceleration_structure
    • vkCmdCopyMemoryToAccelerationStructureKHR

      public final long vkCmdCopyMemoryToAccelerationStructureKHR
      Function pointers for KHR_acceleration_structure
    • vkGetAccelerationStructureDeviceAddressKHR

      public final long vkGetAccelerationStructureDeviceAddressKHR
      Function pointers for KHR_acceleration_structure
    • vkCmdWriteAccelerationStructuresPropertiesKHR

      public final long vkCmdWriteAccelerationStructuresPropertiesKHR
      Function pointers for KHR_acceleration_structure
    • vkGetDeviceAccelerationStructureCompatibilityKHR

      public final long vkGetDeviceAccelerationStructureCompatibilityKHR
      Function pointers for KHR_acceleration_structure
    • vkGetAccelerationStructureBuildSizesKHR

      public final long vkGetAccelerationStructureBuildSizesKHR
      Function pointers for KHR_acceleration_structure
    • vkBindBufferMemory2KHR

      public final long vkBindBufferMemory2KHR
      Function pointers for KHR_bind_memory2
    • vkBindImageMemory2KHR

      public final long vkBindImageMemory2KHR
      Function pointers for KHR_bind_memory2
    • vkGetBufferDeviceAddressKHR

      public final long vkGetBufferDeviceAddressKHR
      Function pointers for KHR_buffer_device_address
    • vkGetBufferOpaqueCaptureAddressKHR

      public final long vkGetBufferOpaqueCaptureAddressKHR
      Function pointers for KHR_buffer_device_address
    • vkGetDeviceMemoryOpaqueCaptureAddressKHR

      public final long vkGetDeviceMemoryOpaqueCaptureAddressKHR
      Function pointers for KHR_buffer_device_address
    • vkGetCalibratedTimestampsKHR

      public final long vkGetCalibratedTimestampsKHR
      Function pointers for KHR_calibrated_timestamps
    • vkCmdCopyBuffer2KHR

      public final long vkCmdCopyBuffer2KHR
      Function pointers for KHR_copy_commands2
    • vkCmdCopyImage2KHR

      public final long vkCmdCopyImage2KHR
      Function pointers for KHR_copy_commands2
    • vkCmdCopyBufferToImage2KHR

      public final long vkCmdCopyBufferToImage2KHR
      Function pointers for KHR_copy_commands2
    • vkCmdCopyImageToBuffer2KHR

      public final long vkCmdCopyImageToBuffer2KHR
      Function pointers for KHR_copy_commands2
    • vkCmdBlitImage2KHR

      public final long vkCmdBlitImage2KHR
      Function pointers for KHR_copy_commands2
    • vkCmdResolveImage2KHR

      public final long vkCmdResolveImage2KHR
      Function pointers for KHR_copy_commands2
    • vkCreateRenderPass2KHR

      public final long vkCreateRenderPass2KHR
      Function pointers for KHR_create_renderpass2
    • vkCmdBeginRenderPass2KHR

      public final long vkCmdBeginRenderPass2KHR
      Function pointers for KHR_create_renderpass2
    • vkCmdNextSubpass2KHR

      public final long vkCmdNextSubpass2KHR
      Function pointers for KHR_create_renderpass2
    • vkCmdEndRenderPass2KHR

      public final long vkCmdEndRenderPass2KHR
      Function pointers for KHR_create_renderpass2
    • vkCreateDeferredOperationKHR

      public final long vkCreateDeferredOperationKHR
      Function pointers for KHR_deferred_host_operations
    • vkDestroyDeferredOperationKHR

      public final long vkDestroyDeferredOperationKHR
      Function pointers for KHR_deferred_host_operations
    • vkGetDeferredOperationMaxConcurrencyKHR

      public final long vkGetDeferredOperationMaxConcurrencyKHR
      Function pointers for KHR_deferred_host_operations
    • vkGetDeferredOperationResultKHR

      public final long vkGetDeferredOperationResultKHR
      Function pointers for KHR_deferred_host_operations
    • vkDeferredOperationJoinKHR

      public final long vkDeferredOperationJoinKHR
      Function pointers for KHR_deferred_host_operations
    • vkCreateDescriptorUpdateTemplateKHR

      public final long vkCreateDescriptorUpdateTemplateKHR
      Function pointers for KHR_descriptor_update_template
    • vkDestroyDescriptorUpdateTemplateKHR

      public final long vkDestroyDescriptorUpdateTemplateKHR
      Function pointers for KHR_descriptor_update_template
    • vkUpdateDescriptorSetWithTemplateKHR

      public final long vkUpdateDescriptorSetWithTemplateKHR
      Function pointers for KHR_descriptor_update_template
    • vkCmdPushDescriptorSetWithTemplateKHR

      public final long vkCmdPushDescriptorSetWithTemplateKHR
      Function pointers for KHR_descriptor_update_template
    • vkGetDeviceGroupPeerMemoryFeaturesKHR

      public final long vkGetDeviceGroupPeerMemoryFeaturesKHR
      Function pointers for KHR_device_group
    • vkCmdSetDeviceMaskKHR

      public final long vkCmdSetDeviceMaskKHR
      Function pointers for KHR_device_group
    • vkCmdDispatchBaseKHR

      public final long vkCmdDispatchBaseKHR
      Function pointers for KHR_device_group
    • vkGetDeviceGroupPresentCapabilitiesKHR

      public final long vkGetDeviceGroupPresentCapabilitiesKHR
      Function pointers for KHR_device_group
    • vkGetDeviceGroupSurfacePresentModesKHR

      public final long vkGetDeviceGroupSurfacePresentModesKHR
      Function pointers for KHR_device_group
    • vkAcquireNextImage2KHR

      public final long vkAcquireNextImage2KHR
      Function pointers for KHR_device_group
    • vkCreateSharedSwapchainsKHR

      public final long vkCreateSharedSwapchainsKHR
      Function pointers for KHR_display_swapchain
    • vkCmdDrawIndirectCountKHR

      public final long vkCmdDrawIndirectCountKHR
      Function pointers for KHR_draw_indirect_count
    • vkCmdDrawIndexedIndirectCountKHR

      public final long vkCmdDrawIndexedIndirectCountKHR
      Function pointers for KHR_draw_indirect_count
    • vkCmdBeginRenderingKHR

      public final long vkCmdBeginRenderingKHR
      Function pointers for KHR_dynamic_rendering
    • vkCmdEndRenderingKHR

      public final long vkCmdEndRenderingKHR
      Function pointers for KHR_dynamic_rendering
    • vkCmdSetRenderingAttachmentLocationsKHR

      public final long vkCmdSetRenderingAttachmentLocationsKHR
      Function pointers for KHR_dynamic_rendering_local_read
    • vkCmdSetRenderingInputAttachmentIndicesKHR

      public final long vkCmdSetRenderingInputAttachmentIndicesKHR
      Function pointers for KHR_dynamic_rendering_local_read
    • vkImportFenceFdKHR

      public final long vkImportFenceFdKHR
      Function pointers for KHR_external_fence_fd
    • vkGetFenceFdKHR

      public final long vkGetFenceFdKHR
      Function pointers for KHR_external_fence_fd
    • vkImportFenceWin32HandleKHR

      public final long vkImportFenceWin32HandleKHR
      Function pointers for KHR_external_fence_win32
    • vkGetFenceWin32HandleKHR

      public final long vkGetFenceWin32HandleKHR
      Function pointers for KHR_external_fence_win32
    • vkGetMemoryFdKHR

      public final long vkGetMemoryFdKHR
      Function pointers for KHR_external_memory_fd
    • vkGetMemoryFdPropertiesKHR

      public final long vkGetMemoryFdPropertiesKHR
      Function pointers for KHR_external_memory_fd
    • vkGetMemoryWin32HandleKHR

      public final long vkGetMemoryWin32HandleKHR
      Function pointers for KHR_external_memory_win32
    • vkGetMemoryWin32HandlePropertiesKHR

      public final long vkGetMemoryWin32HandlePropertiesKHR
      Function pointers for KHR_external_memory_win32
    • vkImportSemaphoreFdKHR

      public final long vkImportSemaphoreFdKHR
      Function pointers for KHR_external_semaphore_fd
    • vkGetSemaphoreFdKHR

      public final long vkGetSemaphoreFdKHR
      Function pointers for KHR_external_semaphore_fd
    • vkImportSemaphoreWin32HandleKHR

      public final long vkImportSemaphoreWin32HandleKHR
      Function pointers for KHR_external_semaphore_win32
    • vkGetSemaphoreWin32HandleKHR

      public final long vkGetSemaphoreWin32HandleKHR
      Function pointers for KHR_external_semaphore_win32
    • vkCmdSetFragmentShadingRateKHR

      public final long vkCmdSetFragmentShadingRateKHR
      Function pointers for KHR_fragment_shading_rate
    • vkGetImageMemoryRequirements2KHR

      public final long vkGetImageMemoryRequirements2KHR
      Function pointers for KHR_get_memory_requirements2
    • vkGetBufferMemoryRequirements2KHR

      public final long vkGetBufferMemoryRequirements2KHR
      Function pointers for KHR_get_memory_requirements2
    • vkGetImageSparseMemoryRequirements2KHR

      public final long vkGetImageSparseMemoryRequirements2KHR
      Function pointers for KHR_get_memory_requirements2
    • vkCmdSetLineStippleKHR

      public final long vkCmdSetLineStippleKHR
      Function pointers for KHR_line_rasterization
    • vkTrimCommandPoolKHR

      public final long vkTrimCommandPoolKHR
      Function pointers for KHR_maintenance1
    • vkGetDescriptorSetLayoutSupportKHR

      public final long vkGetDescriptorSetLayoutSupportKHR
      Function pointers for KHR_maintenance3
    • vkGetDeviceBufferMemoryRequirementsKHR

      public final long vkGetDeviceBufferMemoryRequirementsKHR
      Function pointers for KHR_maintenance4
    • vkGetDeviceImageMemoryRequirementsKHR

      public final long vkGetDeviceImageMemoryRequirementsKHR
      Function pointers for KHR_maintenance4
    • vkGetDeviceImageSparseMemoryRequirementsKHR

      public final long vkGetDeviceImageSparseMemoryRequirementsKHR
      Function pointers for KHR_maintenance4
    • vkCmdBindIndexBuffer2KHR

      public final long vkCmdBindIndexBuffer2KHR
      Function pointers for KHR_maintenance5
    • vkGetRenderingAreaGranularityKHR

      public final long vkGetRenderingAreaGranularityKHR
      Function pointers for KHR_maintenance5
    • vkGetDeviceImageSubresourceLayoutKHR

      public final long vkGetDeviceImageSubresourceLayoutKHR
      Function pointers for KHR_maintenance5
    • vkGetImageSubresourceLayout2KHR

      public final long vkGetImageSubresourceLayout2KHR
      Function pointers for KHR_maintenance5
    • vkCmdBindDescriptorSets2KHR

      public final long vkCmdBindDescriptorSets2KHR
      Function pointers for KHR_maintenance6
    • vkCmdPushConstants2KHR

      public final long vkCmdPushConstants2KHR
      Function pointers for KHR_maintenance6
    • vkCmdPushDescriptorSet2KHR

      public final long vkCmdPushDescriptorSet2KHR
      Function pointers for KHR_maintenance6
    • vkCmdPushDescriptorSetWithTemplate2KHR

      public final long vkCmdPushDescriptorSetWithTemplate2KHR
      Function pointers for KHR_maintenance6
    • vkCmdSetDescriptorBufferOffsets2EXT

      public final long vkCmdSetDescriptorBufferOffsets2EXT
      Function pointers for KHR_maintenance6
    • vkCmdBindDescriptorBufferEmbeddedSamplers2EXT

      public final long vkCmdBindDescriptorBufferEmbeddedSamplers2EXT
      Function pointers for KHR_maintenance6
    • vkMapMemory2KHR

      public final long vkMapMemory2KHR
      Function pointers for KHR_map_memory2
    • vkUnmapMemory2KHR

      public final long vkUnmapMemory2KHR
      Function pointers for KHR_map_memory2
    • vkAcquireProfilingLockKHR

      public final long vkAcquireProfilingLockKHR
      Function pointers for KHR_performance_query
    • vkReleaseProfilingLockKHR

      public final long vkReleaseProfilingLockKHR
      Function pointers for KHR_performance_query
    • vkCreatePipelineBinariesKHR

      public final long vkCreatePipelineBinariesKHR
      Function pointers for KHR_pipeline_binary
    • vkDestroyPipelineBinaryKHR

      public final long vkDestroyPipelineBinaryKHR
      Function pointers for KHR_pipeline_binary
    • vkGetPipelineKeyKHR

      public final long vkGetPipelineKeyKHR
      Function pointers for KHR_pipeline_binary
    • vkGetPipelineBinaryDataKHR

      public final long vkGetPipelineBinaryDataKHR
      Function pointers for KHR_pipeline_binary
    • vkReleaseCapturedPipelineDataKHR

      public final long vkReleaseCapturedPipelineDataKHR
      Function pointers for KHR_pipeline_binary
    • vkGetPipelineExecutablePropertiesKHR

      public final long vkGetPipelineExecutablePropertiesKHR
      Function pointers for KHR_pipeline_executable_properties
    • vkGetPipelineExecutableStatisticsKHR

      public final long vkGetPipelineExecutableStatisticsKHR
      Function pointers for KHR_pipeline_executable_properties
    • vkGetPipelineExecutableInternalRepresentationsKHR

      public final long vkGetPipelineExecutableInternalRepresentationsKHR
      Function pointers for KHR_pipeline_executable_properties
    • vkWaitForPresentKHR

      public final long vkWaitForPresentKHR
      Function pointers for KHR_present_wait
    • vkWaitForPresent2KHR

      public final long vkWaitForPresent2KHR
      Function pointers for KHR_present_wait2
    • vkCmdPushDescriptorSetKHR

      public final long vkCmdPushDescriptorSetKHR
      Function pointers for KHR_push_descriptor
    • vkCmdTraceRaysIndirect2KHR

      public final long vkCmdTraceRaysIndirect2KHR
      Function pointers for KHR_ray_tracing_maintenance1
    • vkCmdTraceRaysKHR

      public final long vkCmdTraceRaysKHR
      Function pointers for KHR_ray_tracing_pipeline
    • vkCreateRayTracingPipelinesKHR

      public final long vkCreateRayTracingPipelinesKHR
      Function pointers for KHR_ray_tracing_pipeline
    • vkGetRayTracingShaderGroupHandlesKHR

      public final long vkGetRayTracingShaderGroupHandlesKHR
      Function pointers for KHR_ray_tracing_pipeline
    • vkGetRayTracingCaptureReplayShaderGroupHandlesKHR

      public final long vkGetRayTracingCaptureReplayShaderGroupHandlesKHR
      Function pointers for KHR_ray_tracing_pipeline
    • vkCmdTraceRaysIndirectKHR

      public final long vkCmdTraceRaysIndirectKHR
      Function pointers for KHR_ray_tracing_pipeline
    • vkGetRayTracingShaderGroupStackSizeKHR

      public final long vkGetRayTracingShaderGroupStackSizeKHR
      Function pointers for KHR_ray_tracing_pipeline
    • vkCmdSetRayTracingPipelineStackSizeKHR

      public final long vkCmdSetRayTracingPipelineStackSizeKHR
      Function pointers for KHR_ray_tracing_pipeline
    • vkCreateSamplerYcbcrConversionKHR

      public final long vkCreateSamplerYcbcrConversionKHR
      Function pointers for KHR_sampler_ycbcr_conversion
    • vkDestroySamplerYcbcrConversionKHR

      public final long vkDestroySamplerYcbcrConversionKHR
      Function pointers for KHR_sampler_ycbcr_conversion
    • vkGetSwapchainStatusKHR

      public final long vkGetSwapchainStatusKHR
      Function pointers for KHR_shared_presentable_image
    • vkCreateSwapchainKHR

      public final long vkCreateSwapchainKHR
      Function pointers for KHR_swapchain
    • vkDestroySwapchainKHR

      public final long vkDestroySwapchainKHR
      Function pointers for KHR_swapchain
    • vkGetSwapchainImagesKHR

      public final long vkGetSwapchainImagesKHR
      Function pointers for KHR_swapchain
    • vkAcquireNextImageKHR

      public final long vkAcquireNextImageKHR
      Function pointers for KHR_swapchain
    • vkQueuePresentKHR

      public final long vkQueuePresentKHR
      Function pointers for KHR_swapchain
    • vkCmdSetEvent2KHR

      public final long vkCmdSetEvent2KHR
      Function pointers for KHR_synchronization2
    • vkCmdResetEvent2KHR

      public final long vkCmdResetEvent2KHR
      Function pointers for KHR_synchronization2
    • vkCmdWaitEvents2KHR

      public final long vkCmdWaitEvents2KHR
      Function pointers for KHR_synchronization2
    • vkCmdPipelineBarrier2KHR

      public final long vkCmdPipelineBarrier2KHR
      Function pointers for KHR_synchronization2
    • vkCmdWriteTimestamp2KHR

      public final long vkCmdWriteTimestamp2KHR
      Function pointers for KHR_synchronization2
    • vkQueueSubmit2KHR

      public final long vkQueueSubmit2KHR
      Function pointers for KHR_synchronization2
    • vkGetSemaphoreCounterValueKHR

      public final long vkGetSemaphoreCounterValueKHR
      Function pointers for KHR_timeline_semaphore
    • vkWaitSemaphoresKHR

      public final long vkWaitSemaphoresKHR
      Function pointers for KHR_timeline_semaphore
    • vkSignalSemaphoreKHR

      public final long vkSignalSemaphoreKHR
      Function pointers for KHR_timeline_semaphore
    • vkCmdDecodeVideoKHR

      public final long vkCmdDecodeVideoKHR
      Function pointers for KHR_video_decode_queue
    • vkGetEncodedVideoSessionParametersKHR

      public final long vkGetEncodedVideoSessionParametersKHR
      Function pointers for KHR_video_encode_queue
    • vkCmdEncodeVideoKHR

      public final long vkCmdEncodeVideoKHR
      Function pointers for KHR_video_encode_queue
    • vkCreateVideoSessionKHR

      public final long vkCreateVideoSessionKHR
      Function pointers for KHR_video_queue
    • vkDestroyVideoSessionKHR

      public final long vkDestroyVideoSessionKHR
      Function pointers for KHR_video_queue
    • vkGetVideoSessionMemoryRequirementsKHR

      public final long vkGetVideoSessionMemoryRequirementsKHR
      Function pointers for KHR_video_queue
    • vkBindVideoSessionMemoryKHR

      public final long vkBindVideoSessionMemoryKHR
      Function pointers for KHR_video_queue
    • vkCreateVideoSessionParametersKHR

      public final long vkCreateVideoSessionParametersKHR
      Function pointers for KHR_video_queue
    • vkUpdateVideoSessionParametersKHR

      public final long vkUpdateVideoSessionParametersKHR
      Function pointers for KHR_video_queue
    • vkDestroyVideoSessionParametersKHR

      public final long vkDestroyVideoSessionParametersKHR
      Function pointers for KHR_video_queue
    • vkCmdBeginVideoCodingKHR

      public final long vkCmdBeginVideoCodingKHR
      Function pointers for KHR_video_queue
    • vkCmdEndVideoCodingKHR

      public final long vkCmdEndVideoCodingKHR
      Function pointers for KHR_video_queue
    • vkCmdControlVideoCodingKHR

      public final long vkCmdControlVideoCodingKHR
      Function pointers for KHR_video_queue
    • vkCmdSetViewportWScalingNV

      public final long vkCmdSetViewportWScalingNV
      Function pointers for NV_clip_space_w_scaling
    • vkGetClusterAccelerationStructureBuildSizesNV

      public final long vkGetClusterAccelerationStructureBuildSizesNV
      Function pointers for NV_cluster_acceleration_structure
    • vkCmdBuildClusterAccelerationStructureIndirectNV

      public final long vkCmdBuildClusterAccelerationStructureIndirectNV
      Function pointers for NV_cluster_acceleration_structure
    • vkConvertCooperativeVectorMatrixNV

      public final long vkConvertCooperativeVectorMatrixNV
      Function pointers for NV_cooperative_vector
    • vkCmdConvertCooperativeVectorMatrixNV

      public final long vkCmdConvertCooperativeVectorMatrixNV
      Function pointers for NV_cooperative_vector
    • vkCmdCopyMemoryIndirectNV

      public final long vkCmdCopyMemoryIndirectNV
      Function pointers for NV_copy_memory_indirect
    • vkCmdCopyMemoryToImageIndirectNV

      public final long vkCmdCopyMemoryToImageIndirectNV
      Function pointers for NV_copy_memory_indirect
    • vkCreateCudaModuleNV

      public final long vkCreateCudaModuleNV
      Function pointers for NV_cuda_kernel_launch
    • vkGetCudaModuleCacheNV

      public final long vkGetCudaModuleCacheNV
      Function pointers for NV_cuda_kernel_launch
    • vkCreateCudaFunctionNV

      public final long vkCreateCudaFunctionNV
      Function pointers for NV_cuda_kernel_launch
    • vkDestroyCudaModuleNV

      public final long vkDestroyCudaModuleNV
      Function pointers for NV_cuda_kernel_launch
    • vkDestroyCudaFunctionNV

      public final long vkDestroyCudaFunctionNV
      Function pointers for NV_cuda_kernel_launch
    • vkCmdCudaLaunchKernelNV

      public final long vkCmdCudaLaunchKernelNV
      Function pointers for NV_cuda_kernel_launch
    • vkCmdSetCheckpointNV

      public final long vkCmdSetCheckpointNV
      Function pointers for NV_device_diagnostic_checkpoints
    • vkGetQueueCheckpointDataNV

      public final long vkGetQueueCheckpointDataNV
      Function pointers for NV_device_diagnostic_checkpoints
    • vkGetQueueCheckpointData2NV

      public final long vkGetQueueCheckpointData2NV
      Function pointers for NV_device_diagnostic_checkpoints
    • vkGetGeneratedCommandsMemoryRequirementsNV

      public final long vkGetGeneratedCommandsMemoryRequirementsNV
      Function pointers for NV_device_generated_commands
    • vkCmdPreprocessGeneratedCommandsNV

      public final long vkCmdPreprocessGeneratedCommandsNV
      Function pointers for NV_device_generated_commands
    • vkCmdExecuteGeneratedCommandsNV

      public final long vkCmdExecuteGeneratedCommandsNV
      Function pointers for NV_device_generated_commands
    • vkCmdBindPipelineShaderGroupNV

      public final long vkCmdBindPipelineShaderGroupNV
      Function pointers for NV_device_generated_commands
    • vkCreateIndirectCommandsLayoutNV

      public final long vkCreateIndirectCommandsLayoutNV
      Function pointers for NV_device_generated_commands
    • vkDestroyIndirectCommandsLayoutNV

      public final long vkDestroyIndirectCommandsLayoutNV
      Function pointers for NV_device_generated_commands
    • vkGetPipelineIndirectMemoryRequirementsNV

      public final long vkGetPipelineIndirectMemoryRequirementsNV
      Function pointers for NV_device_generated_commands_compute
    • vkCmdUpdatePipelineIndirectBufferNV

      public final long vkCmdUpdatePipelineIndirectBufferNV
      Function pointers for NV_device_generated_commands_compute
    • vkGetPipelineIndirectDeviceAddressNV

      public final long vkGetPipelineIndirectDeviceAddressNV
      Function pointers for NV_device_generated_commands_compute
    • vkCreateExternalComputeQueueNV

      public final long vkCreateExternalComputeQueueNV
      Function pointers for NV_external_compute_queue
    • vkDestroyExternalComputeQueueNV

      public final long vkDestroyExternalComputeQueueNV
      Function pointers for NV_external_compute_queue
    • vkGetExternalComputeQueueDataNV

      public final long vkGetExternalComputeQueueDataNV
      Function pointers for NV_external_compute_queue
    • vkGetMemoryRemoteAddressNV

      public final long vkGetMemoryRemoteAddressNV
      Function pointers for NV_external_memory_rdma
    • vkGetMemoryWin32HandleNV

      public final long vkGetMemoryWin32HandleNV
      Function pointers for NV_external_memory_win32
    • vkCmdSetFragmentShadingRateEnumNV

      public final long vkCmdSetFragmentShadingRateEnumNV
      Function pointers for NV_fragment_shading_rate_enums
    • vkSetLatencySleepModeNV

      public final long vkSetLatencySleepModeNV
      Function pointers for NV_low_latency2
    • vkLatencySleepNV

      public final long vkLatencySleepNV
      Function pointers for NV_low_latency2
    • vkSetLatencyMarkerNV

      public final long vkSetLatencyMarkerNV
      Function pointers for NV_low_latency2
    • vkGetLatencyTimingsNV

      public final long vkGetLatencyTimingsNV
      Function pointers for NV_low_latency2
    • vkQueueNotifyOutOfBandNV

      public final long vkQueueNotifyOutOfBandNV
      Function pointers for NV_low_latency2
    • vkCmdDecompressMemoryNV

      public final long vkCmdDecompressMemoryNV
      Function pointers for NV_memory_decompression
    • vkCmdDecompressMemoryIndirectCountNV

      public final long vkCmdDecompressMemoryIndirectCountNV
      Function pointers for NV_memory_decompression
    • vkCmdDrawMeshTasksNV

      public final long vkCmdDrawMeshTasksNV
      Function pointers for NV_mesh_shader
    • vkCmdDrawMeshTasksIndirectNV

      public final long vkCmdDrawMeshTasksIndirectNV
      Function pointers for NV_mesh_shader
    • vkCmdDrawMeshTasksIndirectCountNV

      public final long vkCmdDrawMeshTasksIndirectCountNV
      Function pointers for NV_mesh_shader
    • vkCreateOpticalFlowSessionNV

      public final long vkCreateOpticalFlowSessionNV
      Function pointers for NV_optical_flow
    • vkDestroyOpticalFlowSessionNV

      public final long vkDestroyOpticalFlowSessionNV
      Function pointers for NV_optical_flow
    • vkBindOpticalFlowSessionImageNV

      public final long vkBindOpticalFlowSessionImageNV
      Function pointers for NV_optical_flow
    • vkCmdOpticalFlowExecuteNV

      public final long vkCmdOpticalFlowExecuteNV
      Function pointers for NV_optical_flow
    • vkGetPartitionedAccelerationStructuresBuildSizesNV

      public final long vkGetPartitionedAccelerationStructuresBuildSizesNV
      Function pointers for NV_partitioned_acceleration_structure
    • vkCmdBuildPartitionedAccelerationStructuresNV

      public final long vkCmdBuildPartitionedAccelerationStructuresNV
      Function pointers for NV_partitioned_acceleration_structure
    • vkCreateAccelerationStructureNV

      public final long vkCreateAccelerationStructureNV
      Function pointers for NV_ray_tracing
    • vkDestroyAccelerationStructureNV

      public final long vkDestroyAccelerationStructureNV
      Function pointers for NV_ray_tracing
    • vkGetAccelerationStructureMemoryRequirementsNV

      public final long vkGetAccelerationStructureMemoryRequirementsNV
      Function pointers for NV_ray_tracing
    • vkBindAccelerationStructureMemoryNV

      public final long vkBindAccelerationStructureMemoryNV
      Function pointers for NV_ray_tracing
    • vkCmdBuildAccelerationStructureNV

      public final long vkCmdBuildAccelerationStructureNV
      Function pointers for NV_ray_tracing
    • vkCmdCopyAccelerationStructureNV

      public final long vkCmdCopyAccelerationStructureNV
      Function pointers for NV_ray_tracing
    • vkCmdTraceRaysNV

      public final long vkCmdTraceRaysNV
      Function pointers for NV_ray_tracing
    • vkCreateRayTracingPipelinesNV

      public final long vkCreateRayTracingPipelinesNV
      Function pointers for NV_ray_tracing
    • vkGetRayTracingShaderGroupHandlesNV

      public final long vkGetRayTracingShaderGroupHandlesNV
      Function pointers for NV_ray_tracing
    • vkGetAccelerationStructureHandleNV

      public final long vkGetAccelerationStructureHandleNV
      Function pointers for NV_ray_tracing
    • vkCmdWriteAccelerationStructuresPropertiesNV

      public final long vkCmdWriteAccelerationStructuresPropertiesNV
      Function pointers for NV_ray_tracing
    • vkCompileDeferredNV

      public final long vkCompileDeferredNV
      Function pointers for NV_ray_tracing
    • vkCmdSetExclusiveScissorEnableNV

      public final long vkCmdSetExclusiveScissorEnableNV
      Function pointers for NV_scissor_exclusive
    • vkCmdSetExclusiveScissorNV

      public final long vkCmdSetExclusiveScissorNV
      Function pointers for NV_scissor_exclusive
    • vkCmdBindShadingRateImageNV

      public final long vkCmdBindShadingRateImageNV
      Function pointers for NV_shading_rate_image
    • vkCmdSetViewportShadingRatePaletteNV

      public final long vkCmdSetViewportShadingRatePaletteNV
      Function pointers for NV_shading_rate_image
    • vkCmdSetCoarseSampleOrderNV

      public final long vkCmdSetCoarseSampleOrderNV
      Function pointers for NV_shading_rate_image
    • vkCreateCuModuleNVX

      public final long vkCreateCuModuleNVX
      Function pointers for NVX_binary_import
    • vkCreateCuFunctionNVX

      public final long vkCreateCuFunctionNVX
      Function pointers for NVX_binary_import
    • vkDestroyCuModuleNVX

      public final long vkDestroyCuModuleNVX
      Function pointers for NVX_binary_import
    • vkDestroyCuFunctionNVX

      public final long vkDestroyCuFunctionNVX
      Function pointers for NVX_binary_import
    • vkCmdCuLaunchKernelNVX

      public final long vkCmdCuLaunchKernelNVX
      Function pointers for NVX_binary_import
    • vkGetImageViewHandleNVX

      public final long vkGetImageViewHandleNVX
      Function pointers for NVX_image_view_handle
    • vkGetImageViewHandle64NVX

      public final long vkGetImageViewHandle64NVX
      Function pointers for NVX_image_view_handle
    • vkGetImageViewAddressNVX

      public final long vkGetImageViewAddressNVX
      Function pointers for NVX_image_view_handle
    • vkCmdBindTileMemoryQCOM

      public final long vkCmdBindTileMemoryQCOM
      Function pointers for QCOM_tile_memory_heap
    • vkGetFramebufferTilePropertiesQCOM

      public final long vkGetFramebufferTilePropertiesQCOM
      Function pointers for QCOM_tile_properties
    • vkGetDynamicRenderingTilePropertiesQCOM

      public final long vkGetDynamicRenderingTilePropertiesQCOM
      Function pointers for QCOM_tile_properties
    • vkCmdDispatchTileQCOM

      public final long vkCmdDispatchTileQCOM
      Function pointers for QCOM_tile_shading
    • vkCmdBeginPerTileExecutionQCOM

      public final long vkCmdBeginPerTileExecutionQCOM
      Function pointers for QCOM_tile_shading
    • vkCmdEndPerTileExecutionQCOM

      public final long vkCmdEndPerTileExecutionQCOM
      Function pointers for QCOM_tile_shading
    • vkGetDescriptorSetLayoutHostMappingInfoVALVE

      public final long vkGetDescriptorSetLayoutHostMappingInfoVALVE
      Function pointers for VALVE_descriptor_set_host_mapping
    • vkGetDescriptorSetHostMappingVALVE

      public final long vkGetDescriptorSetHostMappingVALVE
      Function pointers for VALVE_descriptor_set_host_mapping
    • apiVersion

      public final int apiVersion
      The Vulkan API version number.
    • Vulkan10

      public final boolean Vulkan10
      When true, VK10 is supported.
    • Vulkan11

      public final boolean Vulkan11
      When true, VK11 is supported.
    • Vulkan12

      public final boolean Vulkan12
      When true, VK12 is supported.
    • Vulkan13

      public final boolean Vulkan13
      When true, VK13 is supported.
    • Vulkan14

      public final boolean Vulkan14
      When true, VK14 is supported.
    • VK_AMD_anti_lag

      public final boolean VK_AMD_anti_lag
      When true, AMD_anti_lag is supported.
    • VK_AMD_buffer_marker

      public final boolean VK_AMD_buffer_marker
      When true, AMD_buffer_marker is supported.
    • VK_AMD_device_coherent_memory

      public final boolean VK_AMD_device_coherent_memory
      When true, AMD_device_coherent_memory is supported.
    • VK_AMD_display_native_hdr

      public final boolean VK_AMD_display_native_hdr
      When true, AMD_display_native_hdr is supported.
    • VK_AMD_draw_indirect_count

      public final boolean VK_AMD_draw_indirect_count
      When true, AMD_draw_indirect_count is supported.
    • VK_AMD_gcn_shader

      public final boolean VK_AMD_gcn_shader
      When true, AMD_gcn_shader is supported.
    • VK_AMD_gpu_shader_half_float

      public final boolean VK_AMD_gpu_shader_half_float
      When true, AMD_gpu_shader_half_float is supported.
    • VK_AMD_gpu_shader_int16

      public final boolean VK_AMD_gpu_shader_int16
      When true, AMD_gpu_shader_int16 is supported.
    • VK_AMD_memory_overallocation_behavior

      public final boolean VK_AMD_memory_overallocation_behavior
      When true, AMD_memory_overallocation_behavior is supported.
    • VK_AMD_mixed_attachment_samples

      public final boolean VK_AMD_mixed_attachment_samples
      When true, AMD_mixed_attachment_samples is supported.
    • VK_AMD_negative_viewport_height

      public final boolean VK_AMD_negative_viewport_height
      When true, AMD_negative_viewport_height is supported.
    • VK_AMD_pipeline_compiler_control

      public final boolean VK_AMD_pipeline_compiler_control
      When true, AMD_pipeline_compiler_control is supported.
    • VK_AMD_rasterization_order

      public final boolean VK_AMD_rasterization_order
      When true, AMD_rasterization_order is supported.
    • VK_AMD_shader_ballot

      public final boolean VK_AMD_shader_ballot
      When true, AMD_shader_ballot is supported.
    • VK_AMD_shader_core_properties

      public final boolean VK_AMD_shader_core_properties
      When true, AMD_shader_core_properties is supported.
    • VK_AMD_shader_core_properties2

      public final boolean VK_AMD_shader_core_properties2
      When true, AMD_shader_core_properties2 is supported.
    • VK_AMD_shader_early_and_late_fragment_tests

      public final boolean VK_AMD_shader_early_and_late_fragment_tests
      When true, AMD_shader_early_and_late_fragment_tests is supported.
    • VK_AMD_shader_explicit_vertex_parameter

      public final boolean VK_AMD_shader_explicit_vertex_parameter
      When true, AMD_shader_explicit_vertex_parameter is supported.
    • VK_AMD_shader_fragment_mask

      public final boolean VK_AMD_shader_fragment_mask
      When true, AMD_shader_fragment_mask is supported.
    • VK_AMD_shader_image_load_store_lod

      public final boolean VK_AMD_shader_image_load_store_lod
      When true, AMD_shader_image_load_store_lod is supported.
    • VK_AMD_shader_info

      public final boolean VK_AMD_shader_info
      When true, AMD_shader_info is supported.
    • VK_AMD_shader_trinary_minmax

      public final boolean VK_AMD_shader_trinary_minmax
      When true, AMD_shader_trinary_minmax is supported.
    • VK_AMD_texture_gather_bias_lod

      public final boolean VK_AMD_texture_gather_bias_lod
      When true, AMD_texture_gather_bias_lod is supported.
    • VK_AMDX_shader_enqueue

      public final boolean VK_AMDX_shader_enqueue
      When true, AMDX_shader_enqueue is supported.
    • VK_ANDROID_external_format_resolve

      public final boolean VK_ANDROID_external_format_resolve
      When true, ANDROID_external_format_resolve is supported.
    • VK_ANDROID_external_memory_android_hardware_buffer

      public final boolean VK_ANDROID_external_memory_android_hardware_buffer
      When true, ANDROID_external_memory_android_hardware_buffer is supported.
    • VK_ARM_format_pack

      public final boolean VK_ARM_format_pack
      When true, ARM_format_pack is supported.
    • VK_ARM_pipeline_opacity_micromap

      public final boolean VK_ARM_pipeline_opacity_micromap
      When true, ARM_pipeline_opacity_micromap is supported.
    • VK_ARM_rasterization_order_attachment_access

      public final boolean VK_ARM_rasterization_order_attachment_access
      When true, ARM_rasterization_order_attachment_access is supported.
    • VK_ARM_render_pass_striped

      public final boolean VK_ARM_render_pass_striped
      When true, ARM_render_pass_striped is supported.
    • VK_ARM_scheduling_controls

      public final boolean VK_ARM_scheduling_controls
      When true, ARM_scheduling_controls is supported.
    • VK_ARM_shader_core_builtins

      public final boolean VK_ARM_shader_core_builtins
      When true, ARM_shader_core_builtins is supported.
    • VK_ARM_shader_core_properties

      public final boolean VK_ARM_shader_core_properties
      When true, ARM_shader_core_properties is supported.
    • VK_ARM_tensors

      public final boolean VK_ARM_tensors
      When true, ARM_tensors is supported.
    • VK_EXT_4444_formats

      public final boolean VK_EXT_4444_formats
      When true, EXT_4444_formats is supported.
    • VK_EXT_astc_decode_mode

      public final boolean VK_EXT_astc_decode_mode
      When true, EXT_astc_decode_mode is supported.
    • VK_EXT_attachment_feedback_loop_dynamic_state

      public final boolean VK_EXT_attachment_feedback_loop_dynamic_state
      When true, EXT_attachment_feedback_loop_dynamic_state is supported.
    • VK_EXT_attachment_feedback_loop_layout

      public final boolean VK_EXT_attachment_feedback_loop_layout
      When true, EXT_attachment_feedback_loop_layout is supported.
    • VK_EXT_blend_operation_advanced

      public final boolean VK_EXT_blend_operation_advanced
      When true, EXT_blend_operation_advanced is supported.
    • VK_EXT_border_color_swizzle

      public final boolean VK_EXT_border_color_swizzle
      When true, EXT_border_color_swizzle is supported.
    • VK_EXT_buffer_device_address

      public final boolean VK_EXT_buffer_device_address
      When true, EXT_buffer_device_address is supported.
    • VK_EXT_calibrated_timestamps

      public final boolean VK_EXT_calibrated_timestamps
      When true, EXT_calibrated_timestamps is supported.
    • VK_EXT_color_write_enable

      public final boolean VK_EXT_color_write_enable
      When true, EXT_color_write_enable is supported.
    • VK_EXT_conditional_rendering

      public final boolean VK_EXT_conditional_rendering
      When true, EXT_conditional_rendering is supported.
    • VK_EXT_conservative_rasterization

      public final boolean VK_EXT_conservative_rasterization
      When true, EXT_conservative_rasterization is supported.
    • VK_EXT_custom_border_color

      public final boolean VK_EXT_custom_border_color
      When true, EXT_custom_border_color is supported.
    • VK_EXT_debug_marker

      public final boolean VK_EXT_debug_marker
      When true, EXT_debug_marker is supported.
    • VK_EXT_depth_bias_control

      public final boolean VK_EXT_depth_bias_control
      When true, EXT_depth_bias_control is supported.
    • VK_EXT_depth_clamp_control

      public final boolean VK_EXT_depth_clamp_control
      When true, EXT_depth_clamp_control is supported.
    • VK_EXT_depth_clamp_zero_one

      public final boolean VK_EXT_depth_clamp_zero_one
      When true, EXT_depth_clamp_zero_one is supported.
    • VK_EXT_depth_clip_control

      public final boolean VK_EXT_depth_clip_control
      When true, EXT_depth_clip_control is supported.
    • VK_EXT_depth_clip_enable

      public final boolean VK_EXT_depth_clip_enable
      When true, EXT_depth_clip_enable is supported.
    • VK_EXT_depth_range_unrestricted

      public final boolean VK_EXT_depth_range_unrestricted
      When true, EXT_depth_range_unrestricted is supported.
    • VK_EXT_descriptor_buffer

      public final boolean VK_EXT_descriptor_buffer
      When true, EXT_descriptor_buffer is supported.
    • VK_EXT_descriptor_indexing

      public final boolean VK_EXT_descriptor_indexing
      When true, EXT_descriptor_indexing is supported.
    • VK_EXT_device_address_binding_report

      public final boolean VK_EXT_device_address_binding_report
      When true, EXT_device_address_binding_report is supported.
    • VK_EXT_device_fault

      public final boolean VK_EXT_device_fault
      When true, EXT_device_fault is supported.
    • VK_EXT_device_generated_commands

      public final boolean VK_EXT_device_generated_commands
      When true, EXT_device_generated_commands is supported.
    • VK_EXT_device_memory_report

      public final boolean VK_EXT_device_memory_report
      When true, EXT_device_memory_report is supported.
    • VK_EXT_discard_rectangles

      public final boolean VK_EXT_discard_rectangles
      When true, EXT_discard_rectangles is supported.
    • VK_EXT_display_control

      public final boolean VK_EXT_display_control
      When true, EXT_display_control is supported.
    • VK_EXT_dynamic_rendering_unused_attachments

      public final boolean VK_EXT_dynamic_rendering_unused_attachments
      When true, EXT_dynamic_rendering_unused_attachments is supported.
    • VK_EXT_extended_dynamic_state

      public final boolean VK_EXT_extended_dynamic_state
      When true, EXT_extended_dynamic_state is supported.
    • VK_EXT_extended_dynamic_state2

      public final boolean VK_EXT_extended_dynamic_state2
      When true, EXT_extended_dynamic_state2 is supported.
    • VK_EXT_extended_dynamic_state3

      public final boolean VK_EXT_extended_dynamic_state3
      When true, EXT_extended_dynamic_state3 is supported.
    • VK_EXT_external_memory_acquire_unmodified

      public final boolean VK_EXT_external_memory_acquire_unmodified
      When true, EXT_external_memory_acquire_unmodified is supported.
    • VK_EXT_external_memory_dma_buf

      public final boolean VK_EXT_external_memory_dma_buf
      When true, EXT_external_memory_dma_buf is supported.
    • VK_EXT_external_memory_host

      public final boolean VK_EXT_external_memory_host
      When true, EXT_external_memory_host is supported.
    • VK_EXT_external_memory_metal

      public final boolean VK_EXT_external_memory_metal
      When true, EXT_external_memory_metal is supported.
    • VK_EXT_filter_cubic

      public final boolean VK_EXT_filter_cubic
      When true, EXT_filter_cubic is supported.
    • VK_EXT_fragment_density_map

      public final boolean VK_EXT_fragment_density_map
      When true, EXT_fragment_density_map is supported.
    • VK_EXT_fragment_density_map2

      public final boolean VK_EXT_fragment_density_map2
      When true, EXT_fragment_density_map2 is supported.
    • VK_EXT_fragment_density_map_offset

      public final boolean VK_EXT_fragment_density_map_offset
      When true, EXT_fragment_density_map_offset is supported.
    • VK_EXT_fragment_shader_interlock

      public final boolean VK_EXT_fragment_shader_interlock
      When true, EXT_fragment_shader_interlock is supported.
    • VK_EXT_frame_boundary

      public final boolean VK_EXT_frame_boundary
      When true, EXT_frame_boundary is supported.
    • VK_EXT_full_screen_exclusive

      public final boolean VK_EXT_full_screen_exclusive
      When true, EXT_full_screen_exclusive is supported.
    • VK_EXT_global_priority

      public final boolean VK_EXT_global_priority
      When true, EXT_global_priority is supported.
    • VK_EXT_global_priority_query

      public final boolean VK_EXT_global_priority_query
      When true, EXT_global_priority_query is supported.
    • VK_EXT_graphics_pipeline_library

      public final boolean VK_EXT_graphics_pipeline_library
      When true, EXT_graphics_pipeline_library is supported.
    • VK_EXT_hdr_metadata

      public final boolean VK_EXT_hdr_metadata
      When true, EXT_hdr_metadata is supported.
    • VK_EXT_host_image_copy

      public final boolean VK_EXT_host_image_copy
      When true, EXT_host_image_copy is supported.
    • VK_EXT_host_query_reset

      public final boolean VK_EXT_host_query_reset
      When true, EXT_host_query_reset is supported.
    • VK_EXT_image_2d_view_of_3d

      public final boolean VK_EXT_image_2d_view_of_3d
      When true, EXT_image_2d_view_of_3d is supported.
    • VK_EXT_image_compression_control

      public final boolean VK_EXT_image_compression_control
      When true, EXT_image_compression_control is supported.
    • VK_EXT_image_compression_control_swapchain

      public final boolean VK_EXT_image_compression_control_swapchain
      When true, EXT_image_compression_control_swapchain is supported.
    • VK_EXT_image_drm_format_modifier

      public final boolean VK_EXT_image_drm_format_modifier
      When true, EXT_image_drm_format_modifier is supported.
    • VK_EXT_image_robustness

      public final boolean VK_EXT_image_robustness
      When true, EXT_image_robustness is supported.
    • VK_EXT_image_sliced_view_of_3d

      public final boolean VK_EXT_image_sliced_view_of_3d
      When true, EXT_image_sliced_view_of_3d is supported.
    • VK_EXT_image_view_min_lod

      public final boolean VK_EXT_image_view_min_lod
      When true, EXT_image_view_min_lod is supported.
    • VK_EXT_index_type_uint8

      public final boolean VK_EXT_index_type_uint8
      When true, EXT_index_type_uint8 is supported.
    • VK_EXT_inline_uniform_block

      public final boolean VK_EXT_inline_uniform_block
      When true, EXT_inline_uniform_block is supported.
    • VK_EXT_legacy_dithering

      public final boolean VK_EXT_legacy_dithering
      When true, EXT_legacy_dithering is supported.
    • VK_EXT_legacy_vertex_attributes

      public final boolean VK_EXT_legacy_vertex_attributes
      When true, EXT_legacy_vertex_attributes is supported.
    • VK_EXT_line_rasterization

      public final boolean VK_EXT_line_rasterization
      When true, EXT_line_rasterization is supported.
    • VK_EXT_load_store_op_none

      public final boolean VK_EXT_load_store_op_none
      When true, EXT_load_store_op_none is supported.
    • VK_EXT_map_memory_placed

      public final boolean VK_EXT_map_memory_placed
      When true, EXT_map_memory_placed is supported.
    • VK_EXT_memory_budget

      public final boolean VK_EXT_memory_budget
      When true, EXT_memory_budget is supported.
    • VK_EXT_memory_priority

      public final boolean VK_EXT_memory_priority
      When true, EXT_memory_priority is supported.
    • VK_EXT_mesh_shader

      public final boolean VK_EXT_mesh_shader
      When true, EXT_mesh_shader is supported.
    • VK_EXT_metal_objects

      public final boolean VK_EXT_metal_objects
      When true, EXT_metal_objects is supported.
    • VK_EXT_multi_draw

      public final boolean VK_EXT_multi_draw
      When true, EXT_multi_draw is supported.
    • VK_EXT_multisampled_render_to_single_sampled

      public final boolean VK_EXT_multisampled_render_to_single_sampled
      When true, EXT_multisampled_render_to_single_sampled is supported.
    • VK_EXT_mutable_descriptor_type

      public final boolean VK_EXT_mutable_descriptor_type
      When true, EXT_mutable_descriptor_type is supported.
    • VK_EXT_nested_command_buffer

      public final boolean VK_EXT_nested_command_buffer
      When true, EXT_nested_command_buffer is supported.
    • VK_EXT_non_seamless_cube_map

      public final boolean VK_EXT_non_seamless_cube_map
      When true, EXT_non_seamless_cube_map is supported.
    • VK_EXT_opacity_micromap

      public final boolean VK_EXT_opacity_micromap
      When true, EXT_opacity_micromap is supported.
    • VK_EXT_pageable_device_local_memory

      public final boolean VK_EXT_pageable_device_local_memory
      When true, EXT_pageable_device_local_memory is supported.
    • VK_EXT_pci_bus_info

      public final boolean VK_EXT_pci_bus_info
      When true, EXT_pci_bus_info is supported.
    • VK_EXT_physical_device_drm

      public final boolean VK_EXT_physical_device_drm
      When true, EXT_physical_device_drm is supported.
    • VK_EXT_pipeline_creation_cache_control

      public final boolean VK_EXT_pipeline_creation_cache_control
      When true, EXT_pipeline_creation_cache_control is supported.
    • VK_EXT_pipeline_creation_feedback

      public final boolean VK_EXT_pipeline_creation_feedback
      When true, EXT_pipeline_creation_feedback is supported.
    • VK_EXT_pipeline_library_group_handles

      public final boolean VK_EXT_pipeline_library_group_handles
      When true, EXT_pipeline_library_group_handles is supported.
    • VK_EXT_pipeline_properties

      public final boolean VK_EXT_pipeline_properties
      When true, EXT_pipeline_properties is supported.
    • VK_EXT_pipeline_protected_access

      public final boolean VK_EXT_pipeline_protected_access
      When true, EXT_pipeline_protected_access is supported.
    • VK_EXT_pipeline_robustness

      public final boolean VK_EXT_pipeline_robustness
      When true, EXT_pipeline_robustness is supported.
    • VK_EXT_post_depth_coverage

      public final boolean VK_EXT_post_depth_coverage
      When true, EXT_post_depth_coverage is supported.
    • VK_EXT_present_mode_fifo_latest_ready

      public final boolean VK_EXT_present_mode_fifo_latest_ready
      When true, EXT_present_mode_fifo_latest_ready is supported.
    • VK_EXT_primitive_topology_list_restart

      public final boolean VK_EXT_primitive_topology_list_restart
      When true, EXT_primitive_topology_list_restart is supported.
    • VK_EXT_primitives_generated_query

      public final boolean VK_EXT_primitives_generated_query
      When true, EXT_primitives_generated_query is supported.
    • VK_EXT_private_data

      public final boolean VK_EXT_private_data
      When true, EXT_private_data is supported.
    • VK_EXT_provoking_vertex

      public final boolean VK_EXT_provoking_vertex
      When true, EXT_provoking_vertex is supported.
    • VK_EXT_queue_family_foreign

      public final boolean VK_EXT_queue_family_foreign
      When true, EXT_queue_family_foreign is supported.
    • VK_EXT_rasterization_order_attachment_access

      public final boolean VK_EXT_rasterization_order_attachment_access
      When true, EXT_rasterization_order_attachment_access is supported.
    • VK_EXT_rgba10x6_formats

      public final boolean VK_EXT_rgba10x6_formats
      When true, EXT_rgba10x6_formats is supported.
    • VK_EXT_robustness2

      public final boolean VK_EXT_robustness2
      When true, EXT_robustness2 is supported.
    • VK_EXT_sample_locations

      public final boolean VK_EXT_sample_locations
      When true, EXT_sample_locations is supported.
    • VK_EXT_sampler_filter_minmax

      public final boolean VK_EXT_sampler_filter_minmax
      When true, EXT_sampler_filter_minmax is supported.
    • VK_EXT_scalar_block_layout

      public final boolean VK_EXT_scalar_block_layout
      When true, EXT_scalar_block_layout is supported.
    • VK_EXT_separate_stencil_usage

      public final boolean VK_EXT_separate_stencil_usage
      When true, EXT_separate_stencil_usage is supported.
    • VK_EXT_shader_atomic_float

      public final boolean VK_EXT_shader_atomic_float
      When true, EXT_shader_atomic_float is supported.
    • VK_EXT_shader_atomic_float2

      public final boolean VK_EXT_shader_atomic_float2
      When true, EXT_shader_atomic_float2 is supported.
    • VK_EXT_shader_demote_to_helper_invocation

      public final boolean VK_EXT_shader_demote_to_helper_invocation
      When true, EXT_shader_demote_to_helper_invocation is supported.
    • VK_EXT_shader_float8

      public final boolean VK_EXT_shader_float8
      When true, EXT_shader_float8 is supported.
    • VK_EXT_shader_image_atomic_int64

      public final boolean VK_EXT_shader_image_atomic_int64
      When true, EXT_shader_image_atomic_int64 is supported.
    • VK_EXT_shader_module_identifier

      public final boolean VK_EXT_shader_module_identifier
      When true, EXT_shader_module_identifier is supported.
    • VK_EXT_shader_object

      public final boolean VK_EXT_shader_object
      When true, EXT_shader_object is supported.
    • VK_EXT_shader_replicated_composites

      public final boolean VK_EXT_shader_replicated_composites
      When true, EXT_shader_replicated_composites is supported.
    • VK_EXT_shader_stencil_export

      public final boolean VK_EXT_shader_stencil_export
      When true, EXT_shader_stencil_export is supported.
    • VK_EXT_shader_subgroup_ballot

      public final boolean VK_EXT_shader_subgroup_ballot
      When true, EXT_shader_subgroup_ballot is supported.
    • VK_EXT_shader_subgroup_vote

      public final boolean VK_EXT_shader_subgroup_vote
      When true, EXT_shader_subgroup_vote is supported.
    • VK_EXT_shader_tile_image

      public final boolean VK_EXT_shader_tile_image
      When true, EXT_shader_tile_image is supported.
    • VK_EXT_shader_viewport_index_layer

      public final boolean VK_EXT_shader_viewport_index_layer
      When true, EXT_shader_viewport_index_layer is supported.
    • VK_EXT_subgroup_size_control

      public final boolean VK_EXT_subgroup_size_control
      When true, EXT_subgroup_size_control is supported.
    • VK_EXT_subpass_merge_feedback

      public final boolean VK_EXT_subpass_merge_feedback
      When true, EXT_subpass_merge_feedback is supported.
    • VK_EXT_swapchain_maintenance1

      public final boolean VK_EXT_swapchain_maintenance1
      When true, EXT_swapchain_maintenance1 is supported.
    • VK_EXT_texel_buffer_alignment

      public final boolean VK_EXT_texel_buffer_alignment
      When true, EXT_texel_buffer_alignment is supported.
    • VK_EXT_texture_compression_astc_hdr

      public final boolean VK_EXT_texture_compression_astc_hdr
      When true, EXT_texture_compression_astc_hdr is supported.
    • VK_EXT_tooling_info

      public final boolean VK_EXT_tooling_info
      When true, EXT_tooling_info is supported.
    • VK_EXT_transform_feedback

      public final boolean VK_EXT_transform_feedback
      When true, EXT_transform_feedback is supported.
    • VK_EXT_validation_cache

      public final boolean VK_EXT_validation_cache
      When true, EXT_validation_cache is supported.
    • VK_EXT_vertex_attribute_divisor

      public final boolean VK_EXT_vertex_attribute_divisor
      When true, EXT_vertex_attribute_divisor is supported.
    • VK_EXT_vertex_attribute_robustness

      public final boolean VK_EXT_vertex_attribute_robustness
      When true, EXT_vertex_attribute_robustness is supported.
    • VK_EXT_vertex_input_dynamic_state

      public final boolean VK_EXT_vertex_input_dynamic_state
      When true, EXT_vertex_input_dynamic_state is supported.
    • VK_EXT_ycbcr_2plane_444_formats

      public final boolean VK_EXT_ycbcr_2plane_444_formats
      When true, EXT_ycbcr_2plane_444_formats is supported.
    • VK_EXT_ycbcr_image_arrays

      public final boolean VK_EXT_ycbcr_image_arrays
      When true, EXT_ycbcr_image_arrays is supported.
    • VK_EXT_zero_initialize_device_memory

      public final boolean VK_EXT_zero_initialize_device_memory
      When true, EXT_zero_initialize_device_memory is supported.
    • VK_GOOGLE_decorate_string

      public final boolean VK_GOOGLE_decorate_string
      When true, GOOGLE_decorate_string is supported.
    • VK_GOOGLE_display_timing

      public final boolean VK_GOOGLE_display_timing
      When true, GOOGLE_display_timing is supported.
    • VK_GOOGLE_hlsl_functionality1

      public final boolean VK_GOOGLE_hlsl_functionality1
      When true, GOOGLE_hlsl_functionality1 is supported.
    • VK_GOOGLE_user_type

      public final boolean VK_GOOGLE_user_type
      When true, GOOGLE_user_type is supported.
    • VK_HUAWEI_cluster_culling_shader

      public final boolean VK_HUAWEI_cluster_culling_shader
      When true, HUAWEI_cluster_culling_shader is supported.
    • VK_HUAWEI_hdr_vivid

      public final boolean VK_HUAWEI_hdr_vivid
      When true, HUAWEI_hdr_vivid is supported.
    • VK_HUAWEI_invocation_mask

      public final boolean VK_HUAWEI_invocation_mask
      When true, HUAWEI_invocation_mask is supported.
    • VK_HUAWEI_subpass_shading

      public final boolean VK_HUAWEI_subpass_shading
      When true, HUAWEI_subpass_shading is supported.
    • VK_IMG_filter_cubic

      public final boolean VK_IMG_filter_cubic
      When true, IMG_filter_cubic is supported.
    • VK_IMG_format_pvrtc

      public final boolean VK_IMG_format_pvrtc
      When true, IMG_format_pvrtc is supported.
    • VK_IMG_relaxed_line_rasterization

      public final boolean VK_IMG_relaxed_line_rasterization
      When true, IMG_relaxed_line_rasterization is supported.
    • VK_INTEL_performance_query

      public final boolean VK_INTEL_performance_query
      When true, INTEL_performance_query is supported.
    • VK_INTEL_shader_integer_functions2

      public final boolean VK_INTEL_shader_integer_functions2
      When true, INTEL_shader_integer_functions2 is supported.
    • VK_KHR_16bit_storage

      public final boolean VK_KHR_16bit_storage
      When true, KHR_16bit_storage is supported.
    • VK_KHR_8bit_storage

      public final boolean VK_KHR_8bit_storage
      When true, KHR_8bit_storage is supported.
    • VK_KHR_acceleration_structure

      public final boolean VK_KHR_acceleration_structure
      When true, KHR_acceleration_structure is supported.
    • VK_KHR_bind_memory2

      public final boolean VK_KHR_bind_memory2
      When true, KHR_bind_memory2 is supported.
    • VK_KHR_buffer_device_address

      public final boolean VK_KHR_buffer_device_address
      When true, KHR_buffer_device_address is supported.
    • VK_KHR_calibrated_timestamps

      public final boolean VK_KHR_calibrated_timestamps
      When true, KHR_calibrated_timestamps is supported.
    • VK_KHR_compute_shader_derivatives

      public final boolean VK_KHR_compute_shader_derivatives
      When true, KHR_compute_shader_derivatives is supported.
    • VK_KHR_cooperative_matrix

      public final boolean VK_KHR_cooperative_matrix
      When true, KHR_cooperative_matrix is supported.
    • VK_KHR_copy_commands2

      public final boolean VK_KHR_copy_commands2
      When true, KHR_copy_commands2 is supported.
    • VK_KHR_create_renderpass2

      public final boolean VK_KHR_create_renderpass2
      When true, KHR_create_renderpass2 is supported.
    • VK_KHR_dedicated_allocation

      public final boolean VK_KHR_dedicated_allocation
      When true, KHR_dedicated_allocation is supported.
    • VK_KHR_deferred_host_operations

      public final boolean VK_KHR_deferred_host_operations
      When true, KHR_deferred_host_operations is supported.
    • VK_KHR_depth_clamp_zero_one

      public final boolean VK_KHR_depth_clamp_zero_one
      When true, KHR_depth_clamp_zero_one is supported.
    • VK_KHR_depth_stencil_resolve

      public final boolean VK_KHR_depth_stencil_resolve
      When true, KHR_depth_stencil_resolve is supported.
    • VK_KHR_descriptor_update_template

      public final boolean VK_KHR_descriptor_update_template
      When true, KHR_descriptor_update_template is supported.
    • VK_KHR_device_group

      public final boolean VK_KHR_device_group
      When true, KHR_device_group is supported.
    • VK_KHR_display_swapchain

      public final boolean VK_KHR_display_swapchain
      When true, KHR_display_swapchain is supported.
    • VK_KHR_draw_indirect_count

      public final boolean VK_KHR_draw_indirect_count
      When true, KHR_draw_indirect_count is supported.
    • VK_KHR_driver_properties

      public final boolean VK_KHR_driver_properties
      When true, KHR_driver_properties is supported.
    • VK_KHR_dynamic_rendering

      public final boolean VK_KHR_dynamic_rendering
      When true, KHR_dynamic_rendering is supported.
    • VK_KHR_dynamic_rendering_local_read

      public final boolean VK_KHR_dynamic_rendering_local_read
      When true, KHR_dynamic_rendering_local_read is supported.
    • VK_KHR_external_fence

      public final boolean VK_KHR_external_fence
      When true, KHR_external_fence is supported.
    • VK_KHR_external_fence_fd

      public final boolean VK_KHR_external_fence_fd
      When true, KHR_external_fence_fd is supported.
    • VK_KHR_external_fence_win32

      public final boolean VK_KHR_external_fence_win32
      When true, KHR_external_fence_win32 is supported.
    • VK_KHR_external_memory

      public final boolean VK_KHR_external_memory
      When true, KHR_external_memory is supported.
    • VK_KHR_external_memory_fd

      public final boolean VK_KHR_external_memory_fd
      When true, KHR_external_memory_fd is supported.
    • VK_KHR_external_memory_win32

      public final boolean VK_KHR_external_memory_win32
      When true, KHR_external_memory_win32 is supported.
    • VK_KHR_external_semaphore

      public final boolean VK_KHR_external_semaphore
      When true, KHR_external_semaphore is supported.
    • VK_KHR_external_semaphore_fd

      public final boolean VK_KHR_external_semaphore_fd
      When true, KHR_external_semaphore_fd is supported.
    • VK_KHR_external_semaphore_win32

      public final boolean VK_KHR_external_semaphore_win32
      When true, KHR_external_semaphore_win32 is supported.
    • VK_KHR_format_feature_flags2

      public final boolean VK_KHR_format_feature_flags2
      When true, KHR_format_feature_flags2 is supported.
    • VK_KHR_fragment_shader_barycentric

      public final boolean VK_KHR_fragment_shader_barycentric
      When true, KHR_fragment_shader_barycentric is supported.
    • VK_KHR_fragment_shading_rate

      public final boolean VK_KHR_fragment_shading_rate
      When true, KHR_fragment_shading_rate is supported.
    • VK_KHR_get_memory_requirements2

      public final boolean VK_KHR_get_memory_requirements2
      When true, KHR_get_memory_requirements2 is supported.
    • VK_KHR_global_priority

      public final boolean VK_KHR_global_priority
      When true, KHR_global_priority is supported.
    • VK_KHR_image_format_list

      public final boolean VK_KHR_image_format_list
      When true, KHR_image_format_list is supported.
    • VK_KHR_imageless_framebuffer

      public final boolean VK_KHR_imageless_framebuffer
      When true, KHR_imageless_framebuffer is supported.
    • VK_KHR_incremental_present

      public final boolean VK_KHR_incremental_present
      When true, KHR_incremental_present is supported.
    • VK_KHR_index_type_uint8

      public final boolean VK_KHR_index_type_uint8
      When true, KHR_index_type_uint8 is supported.
    • VK_KHR_line_rasterization

      public final boolean VK_KHR_line_rasterization
      When true, KHR_line_rasterization is supported.
    • VK_KHR_load_store_op_none

      public final boolean VK_KHR_load_store_op_none
      When true, KHR_load_store_op_none is supported.
    • VK_KHR_maintenance1

      public final boolean VK_KHR_maintenance1
      When true, KHR_maintenance1 is supported.
    • VK_KHR_maintenance2

      public final boolean VK_KHR_maintenance2
      When true, KHR_maintenance2 is supported.
    • VK_KHR_maintenance3

      public final boolean VK_KHR_maintenance3
      When true, KHR_maintenance3 is supported.
    • VK_KHR_maintenance4

      public final boolean VK_KHR_maintenance4
      When true, KHR_maintenance4 is supported.
    • VK_KHR_maintenance5

      public final boolean VK_KHR_maintenance5
      When true, KHR_maintenance5 is supported.
    • VK_KHR_maintenance6

      public final boolean VK_KHR_maintenance6
      When true, KHR_maintenance6 is supported.
    • VK_KHR_maintenance7

      public final boolean VK_KHR_maintenance7
      When true, KHR_maintenance7 is supported.
    • VK_KHR_maintenance8

      public final boolean VK_KHR_maintenance8
      When true, KHR_maintenance8 is supported.
    • VK_KHR_maintenance9

      public final boolean VK_KHR_maintenance9
      When true, KHR_maintenance9 is supported.
    • VK_KHR_map_memory2

      public final boolean VK_KHR_map_memory2
      When true, KHR_map_memory2 is supported.
    • VK_KHR_multiview

      public final boolean VK_KHR_multiview
      When true, KHR_multiview is supported.
    • VK_KHR_performance_query

      public final boolean VK_KHR_performance_query
      When true, KHR_performance_query is supported.
    • VK_KHR_pipeline_binary

      public final boolean VK_KHR_pipeline_binary
      When true, KHR_pipeline_binary is supported.
    • VK_KHR_pipeline_executable_properties

      public final boolean VK_KHR_pipeline_executable_properties
      When true, KHR_pipeline_executable_properties is supported.
    • VK_KHR_pipeline_library

      public final boolean VK_KHR_pipeline_library
      When true, KHR_pipeline_library is supported.
    • VK_KHR_portability_subset

      public final boolean VK_KHR_portability_subset
      When true, KHR_portability_subset is supported.
    • VK_KHR_present_id

      public final boolean VK_KHR_present_id
      When true, KHR_present_id is supported.
    • VK_KHR_present_id2

      public final boolean VK_KHR_present_id2
      When true, KHR_present_id2 is supported.
    • VK_KHR_present_wait

      public final boolean VK_KHR_present_wait
      When true, KHR_present_wait is supported.
    • VK_KHR_present_wait2

      public final boolean VK_KHR_present_wait2
      When true, KHR_present_wait2 is supported.
    • VK_KHR_push_descriptor

      public final boolean VK_KHR_push_descriptor
      When true, KHR_push_descriptor is supported.
    • VK_KHR_ray_query

      public final boolean VK_KHR_ray_query
      When true, KHR_ray_query is supported.
    • VK_KHR_ray_tracing_maintenance1

      public final boolean VK_KHR_ray_tracing_maintenance1
      When true, KHR_ray_tracing_maintenance1 is supported.
    • VK_KHR_ray_tracing_pipeline

      public final boolean VK_KHR_ray_tracing_pipeline
      When true, KHR_ray_tracing_pipeline is supported.
    • VK_KHR_ray_tracing_position_fetch

      public final boolean VK_KHR_ray_tracing_position_fetch
      When true, KHR_ray_tracing_position_fetch is supported.
    • VK_KHR_relaxed_block_layout

      public final boolean VK_KHR_relaxed_block_layout
      When true, KHR_relaxed_block_layout is supported.
    • VK_KHR_robustness2

      public final boolean VK_KHR_robustness2
      When true, KHR_robustness2 is supported.
    • VK_KHR_sampler_mirror_clamp_to_edge

      public final boolean VK_KHR_sampler_mirror_clamp_to_edge
      When true, KHR_sampler_mirror_clamp_to_edge is supported.
    • VK_KHR_sampler_ycbcr_conversion

      public final boolean VK_KHR_sampler_ycbcr_conversion
      When true, KHR_sampler_ycbcr_conversion is supported.
    • VK_KHR_separate_depth_stencil_layouts

      public final boolean VK_KHR_separate_depth_stencil_layouts
      When true, KHR_separate_depth_stencil_layouts is supported.
    • VK_KHR_shader_atomic_int64

      public final boolean VK_KHR_shader_atomic_int64
      When true, KHR_shader_atomic_int64 is supported.
    • VK_KHR_shader_bfloat16

      public final boolean VK_KHR_shader_bfloat16
      When true, KHR_shader_bfloat16 is supported.
    • VK_KHR_shader_clock

      public final boolean VK_KHR_shader_clock
      When true, KHR_shader_clock is supported.
    • VK_KHR_shader_draw_parameters

      public final boolean VK_KHR_shader_draw_parameters
      When true, KHR_shader_draw_parameters is supported.
    • VK_KHR_shader_expect_assume

      public final boolean VK_KHR_shader_expect_assume
      When true, KHR_shader_expect_assume is supported.
    • VK_KHR_shader_float16_int8

      public final boolean VK_KHR_shader_float16_int8
      When true, KHR_shader_float16_int8 is supported.
    • VK_KHR_shader_float_controls

      public final boolean VK_KHR_shader_float_controls
      When true, KHR_shader_float_controls is supported.
    • VK_KHR_shader_float_controls2

      public final boolean VK_KHR_shader_float_controls2
      When true, KHR_shader_float_controls2 is supported.
    • VK_KHR_shader_integer_dot_product

      public final boolean VK_KHR_shader_integer_dot_product
      When true, KHR_shader_integer_dot_product is supported.
    • VK_KHR_shader_maximal_reconvergence

      public final boolean VK_KHR_shader_maximal_reconvergence
      When true, KHR_shader_maximal_reconvergence is supported.
    • VK_KHR_shader_non_semantic_info

      public final boolean VK_KHR_shader_non_semantic_info
      When true, KHR_shader_non_semantic_info is supported.
    • VK_KHR_shader_quad_control

      public final boolean VK_KHR_shader_quad_control
      When true, KHR_shader_quad_control is supported.
    • VK_KHR_shader_relaxed_extended_instruction

      public final boolean VK_KHR_shader_relaxed_extended_instruction
      When true, KHR_shader_relaxed_extended_instruction is supported.
    • VK_KHR_shader_subgroup_extended_types

      public final boolean VK_KHR_shader_subgroup_extended_types
      When true, KHR_shader_subgroup_extended_types is supported.
    • VK_KHR_shader_subgroup_rotate

      public final boolean VK_KHR_shader_subgroup_rotate
      When true, KHR_shader_subgroup_rotate is supported.
    • VK_KHR_shader_subgroup_uniform_control_flow

      public final boolean VK_KHR_shader_subgroup_uniform_control_flow
      When true, KHR_shader_subgroup_uniform_control_flow is supported.
    • VK_KHR_shader_terminate_invocation

      public final boolean VK_KHR_shader_terminate_invocation
      When true, KHR_shader_terminate_invocation is supported.
    • VK_KHR_shared_presentable_image

      public final boolean VK_KHR_shared_presentable_image
      When true, KHR_shared_presentable_image is supported.
    • VK_KHR_spirv_1_4

      public final boolean VK_KHR_spirv_1_4
      When true, KHR_spirv_1_4 is supported.
    • VK_KHR_storage_buffer_storage_class

      public final boolean VK_KHR_storage_buffer_storage_class
      When true, KHR_storage_buffer_storage_class is supported.
    • VK_KHR_swapchain

      public final boolean VK_KHR_swapchain
      When true, KHR_swapchain is supported.
    • VK_KHR_swapchain_mutable_format

      public final boolean VK_KHR_swapchain_mutable_format
      When true, KHR_swapchain_mutable_format is supported.
    • VK_KHR_synchronization2

      public final boolean VK_KHR_synchronization2
      When true, KHR_synchronization2 is supported.
    • VK_KHR_timeline_semaphore

      public final boolean VK_KHR_timeline_semaphore
      When true, KHR_timeline_semaphore is supported.
    • VK_KHR_unified_image_layouts

      public final boolean VK_KHR_unified_image_layouts
      When true, KHR_unified_image_layouts is supported.
    • VK_KHR_uniform_buffer_standard_layout

      public final boolean VK_KHR_uniform_buffer_standard_layout
      When true, KHR_uniform_buffer_standard_layout is supported.
    • VK_KHR_variable_pointers

      public final boolean VK_KHR_variable_pointers
      When true, KHR_variable_pointers is supported.
    • VK_KHR_vertex_attribute_divisor

      public final boolean VK_KHR_vertex_attribute_divisor
      When true, KHR_vertex_attribute_divisor is supported.
    • VK_KHR_video_decode_av1

      public final boolean VK_KHR_video_decode_av1
      When true, KHR_video_decode_av1 is supported.
    • VK_KHR_video_decode_h264

      public final boolean VK_KHR_video_decode_h264
      When true, KHR_video_decode_h264 is supported.
    • VK_KHR_video_decode_h265

      public final boolean VK_KHR_video_decode_h265
      When true, KHR_video_decode_h265 is supported.
    • VK_KHR_video_decode_queue

      public final boolean VK_KHR_video_decode_queue
      When true, KHR_video_decode_queue is supported.
    • VK_KHR_video_decode_vp9

      public final boolean VK_KHR_video_decode_vp9
      When true, KHR_video_decode_vp9 is supported.
    • VK_KHR_video_encode_av1

      public final boolean VK_KHR_video_encode_av1
      When true, KHR_video_encode_av1 is supported.
    • VK_KHR_video_encode_h264

      public final boolean VK_KHR_video_encode_h264
      When true, KHR_video_encode_h264 is supported.
    • VK_KHR_video_encode_h265

      public final boolean VK_KHR_video_encode_h265
      When true, KHR_video_encode_h265 is supported.
    • VK_KHR_video_encode_quantization_map

      public final boolean VK_KHR_video_encode_quantization_map
      When true, KHR_video_encode_quantization_map is supported.
    • VK_KHR_video_encode_queue

      public final boolean VK_KHR_video_encode_queue
      When true, KHR_video_encode_queue is supported.
    • VK_KHR_video_maintenance1

      public final boolean VK_KHR_video_maintenance1
      When true, KHR_video_maintenance1 is supported.
    • VK_KHR_video_maintenance2

      public final boolean VK_KHR_video_maintenance2
      When true, KHR_video_maintenance2 is supported.
    • VK_KHR_video_queue

      public final boolean VK_KHR_video_queue
      When true, KHR_video_queue is supported.
    • VK_KHR_vulkan_memory_model

      public final boolean VK_KHR_vulkan_memory_model
      When true, KHR_vulkan_memory_model is supported.
    • VK_KHR_win32_keyed_mutex

      public final boolean VK_KHR_win32_keyed_mutex
      When true, KHR_win32_keyed_mutex is supported.
    • VK_KHR_workgroup_memory_explicit_layout

      public final boolean VK_KHR_workgroup_memory_explicit_layout
      When true, KHR_workgroup_memory_explicit_layout is supported.
    • VK_KHR_zero_initialize_workgroup_memory

      public final boolean VK_KHR_zero_initialize_workgroup_memory
      When true, KHR_zero_initialize_workgroup_memory is supported.
    • VK_MESA_image_alignment_control

      public final boolean VK_MESA_image_alignment_control
      When true, MESA_image_alignment_control is supported.
    • VK_MSFT_layered_driver

      public final boolean VK_MSFT_layered_driver
      When true, MSFT_layered_driver is supported.
    • VK_NV_acquire_winrt_display

      public final boolean VK_NV_acquire_winrt_display
      When true, NV_acquire_winrt_display is supported.
    • VK_NV_clip_space_w_scaling

      public final boolean VK_NV_clip_space_w_scaling
      When true, NV_clip_space_w_scaling is supported.
    • VK_NV_cluster_acceleration_structure

      public final boolean VK_NV_cluster_acceleration_structure
      When true, NV_cluster_acceleration_structure is supported.
    • VK_NV_command_buffer_inheritance

      public final boolean VK_NV_command_buffer_inheritance
      When true, NV_command_buffer_inheritance is supported.
    • VK_NV_compute_shader_derivatives

      public final boolean VK_NV_compute_shader_derivatives
      When true, NV_compute_shader_derivatives is supported.
    • VK_NV_cooperative_matrix

      public final boolean VK_NV_cooperative_matrix
      When true, NV_cooperative_matrix is supported.
    • VK_NV_cooperative_matrix2

      public final boolean VK_NV_cooperative_matrix2
      When true, NV_cooperative_matrix2 is supported.
    • VK_NV_cooperative_vector

      public final boolean VK_NV_cooperative_vector
      When true, NV_cooperative_vector is supported.
    • VK_NV_copy_memory_indirect

      public final boolean VK_NV_copy_memory_indirect
      When true, NV_copy_memory_indirect is supported.
    • VK_NV_corner_sampled_image

      public final boolean VK_NV_corner_sampled_image
      When true, NV_corner_sampled_image is supported.
    • VK_NV_coverage_reduction_mode

      public final boolean VK_NV_coverage_reduction_mode
      When true, NV_coverage_reduction_mode is supported.
    • VK_NV_cuda_kernel_launch

      public final boolean VK_NV_cuda_kernel_launch
      When true, NV_cuda_kernel_launch is supported.
    • VK_NV_dedicated_allocation

      public final boolean VK_NV_dedicated_allocation
      When true, NV_dedicated_allocation is supported.
    • VK_NV_dedicated_allocation_image_aliasing

      public final boolean VK_NV_dedicated_allocation_image_aliasing
      When true, NV_dedicated_allocation_image_aliasing is supported.
    • VK_NV_descriptor_pool_overallocation

      public final boolean VK_NV_descriptor_pool_overallocation
      When true, NV_descriptor_pool_overallocation is supported.
    • VK_NV_device_diagnostic_checkpoints

      public final boolean VK_NV_device_diagnostic_checkpoints
      When true, NV_device_diagnostic_checkpoints is supported.
    • VK_NV_device_diagnostics_config

      public final boolean VK_NV_device_diagnostics_config
      When true, NV_device_diagnostics_config is supported.
    • VK_NV_device_generated_commands

      public final boolean VK_NV_device_generated_commands
      When true, NV_device_generated_commands is supported.
    • VK_NV_device_generated_commands_compute

      public final boolean VK_NV_device_generated_commands_compute
      When true, NV_device_generated_commands_compute is supported.
    • VK_NV_displacement_micromap

      public final boolean VK_NV_displacement_micromap
      When true, NV_displacement_micromap is supported.
    • VK_NV_extended_sparse_address_space

      public final boolean VK_NV_extended_sparse_address_space
      When true, NV_extended_sparse_address_space is supported.
    • VK_NV_external_compute_queue

      public final boolean VK_NV_external_compute_queue
      When true, NV_external_compute_queue is supported.
    • VK_NV_external_memory

      public final boolean VK_NV_external_memory
      When true, NV_external_memory is supported.
    • VK_NV_external_memory_rdma

      public final boolean VK_NV_external_memory_rdma
      When true, NV_external_memory_rdma is supported.
    • VK_NV_external_memory_win32

      public final boolean VK_NV_external_memory_win32
      When true, NV_external_memory_win32 is supported.
    • VK_NV_fill_rectangle

      public final boolean VK_NV_fill_rectangle
      When true, NV_fill_rectangle is supported.
    • VK_NV_fragment_coverage_to_color

      public final boolean VK_NV_fragment_coverage_to_color
      When true, NV_fragment_coverage_to_color is supported.
    • VK_NV_fragment_shader_barycentric

      public final boolean VK_NV_fragment_shader_barycentric
      When true, NV_fragment_shader_barycentric is supported.
    • VK_NV_fragment_shading_rate_enums

      public final boolean VK_NV_fragment_shading_rate_enums
      When true, NV_fragment_shading_rate_enums is supported.
    • VK_NV_framebuffer_mixed_samples

      public final boolean VK_NV_framebuffer_mixed_samples
      When true, NV_framebuffer_mixed_samples is supported.
    • VK_NV_geometry_shader_passthrough

      public final boolean VK_NV_geometry_shader_passthrough
      When true, NV_geometry_shader_passthrough is supported.
    • VK_NV_glsl_shader

      public final boolean VK_NV_glsl_shader
      When true, NV_glsl_shader is supported.
    • VK_NV_inherited_viewport_scissor

      public final boolean VK_NV_inherited_viewport_scissor
      When true, NV_inherited_viewport_scissor is supported.
    • VK_NV_linear_color_attachment

      public final boolean VK_NV_linear_color_attachment
      When true, NV_linear_color_attachment is supported.
    • VK_NV_low_latency

      public final boolean VK_NV_low_latency
      When true, NV_low_latency is supported.
    • VK_NV_low_latency2

      public final boolean VK_NV_low_latency2
      When true, NV_low_latency2 is supported.
    • VK_NV_memory_decompression

      public final boolean VK_NV_memory_decompression
      When true, NV_memory_decompression is supported.
    • VK_NV_mesh_shader

      public final boolean VK_NV_mesh_shader
      When true, NV_mesh_shader is supported.
    • VK_NV_optical_flow

      public final boolean VK_NV_optical_flow
      When true, NV_optical_flow is supported.
    • VK_NV_partitioned_acceleration_structure

      public final boolean VK_NV_partitioned_acceleration_structure
      When true, NV_partitioned_acceleration_structure is supported.
    • VK_NV_per_stage_descriptor_set

      public final boolean VK_NV_per_stage_descriptor_set
      When true, NV_per_stage_descriptor_set is supported.
    • VK_NV_present_barrier

      public final boolean VK_NV_present_barrier
      When true, NV_present_barrier is supported.
    • VK_NV_present_metering

      public final boolean VK_NV_present_metering
      When true, NV_present_metering is supported.
    • VK_NV_raw_access_chains

      public final boolean VK_NV_raw_access_chains
      When true, NV_raw_access_chains is supported.
    • VK_NV_ray_tracing

      public final boolean VK_NV_ray_tracing
      When true, NV_ray_tracing is supported.
    • VK_NV_ray_tracing_invocation_reorder

      public final boolean VK_NV_ray_tracing_invocation_reorder
      When true, NV_ray_tracing_invocation_reorder is supported.
    • VK_NV_ray_tracing_linear_swept_spheres

      public final boolean VK_NV_ray_tracing_linear_swept_spheres
      When true, NV_ray_tracing_linear_swept_spheres is supported.
    • VK_NV_ray_tracing_motion_blur

      public final boolean VK_NV_ray_tracing_motion_blur
      When true, NV_ray_tracing_motion_blur is supported.
    • VK_NV_ray_tracing_validation

      public final boolean VK_NV_ray_tracing_validation
      When true, NV_ray_tracing_validation is supported.
    • VK_NV_representative_fragment_test

      public final boolean VK_NV_representative_fragment_test
      When true, NV_representative_fragment_test is supported.
    • VK_NV_sample_mask_override_coverage

      public final boolean VK_NV_sample_mask_override_coverage
      When true, NV_sample_mask_override_coverage is supported.
    • VK_NV_scissor_exclusive

      public final boolean VK_NV_scissor_exclusive
      When true, NV_scissor_exclusive is supported.
    • VK_NV_shader_atomic_float16_vector

      public final boolean VK_NV_shader_atomic_float16_vector
      When true, NV_shader_atomic_float16_vector is supported.
    • VK_NV_shader_image_footprint

      public final boolean VK_NV_shader_image_footprint
      When true, NV_shader_image_footprint is supported.
    • VK_NV_shader_sm_builtins

      public final boolean VK_NV_shader_sm_builtins
      When true, NV_shader_sm_builtins is supported.
    • VK_NV_shader_subgroup_partitioned

      public final boolean VK_NV_shader_subgroup_partitioned
      When true, NV_shader_subgroup_partitioned is supported.
    • VK_NV_shading_rate_image

      public final boolean VK_NV_shading_rate_image
      When true, NV_shading_rate_image is supported.
    • VK_NV_viewport_array2

      public final boolean VK_NV_viewport_array2
      When true, NV_viewport_array2 is supported.
    • VK_NV_viewport_swizzle

      public final boolean VK_NV_viewport_swizzle
      When true, NV_viewport_swizzle is supported.
    • VK_NV_win32_keyed_mutex

      public final boolean VK_NV_win32_keyed_mutex
      When true, NV_win32_keyed_mutex is supported.
    • VK_NVX_binary_import

      public final boolean VK_NVX_binary_import
      When true, NVX_binary_import is supported.
    • VK_NVX_image_view_handle

      public final boolean VK_NVX_image_view_handle
      When true, NVX_image_view_handle is supported.
    • VK_NVX_multiview_per_view_attributes

      public final boolean VK_NVX_multiview_per_view_attributes
      When true, NVX_multiview_per_view_attributes is supported.
    • VK_QCOM_filter_cubic_clamp

      public final boolean VK_QCOM_filter_cubic_clamp
      When true, QCOM_filter_cubic_clamp is supported.
    • VK_QCOM_filter_cubic_weights

      public final boolean VK_QCOM_filter_cubic_weights
      When true, QCOM_filter_cubic_weights is supported.
    • VK_QCOM_fragment_density_map_offset

      public final boolean VK_QCOM_fragment_density_map_offset
      When true, QCOM_fragment_density_map_offset is supported.
    • VK_QCOM_image_processing

      public final boolean VK_QCOM_image_processing
      When true, QCOM_image_processing is supported.
    • VK_QCOM_image_processing2

      public final boolean VK_QCOM_image_processing2
      When true, QCOM_image_processing2 is supported.
    • VK_QCOM_multiview_per_view_render_areas

      public final boolean VK_QCOM_multiview_per_view_render_areas
      When true, QCOM_multiview_per_view_render_areas is supported.
    • VK_QCOM_multiview_per_view_viewports

      public final boolean VK_QCOM_multiview_per_view_viewports
      When true, QCOM_multiview_per_view_viewports is supported.
    • VK_QCOM_render_pass_shader_resolve

      public final boolean VK_QCOM_render_pass_shader_resolve
      When true, QCOM_render_pass_shader_resolve is supported.
    • VK_QCOM_render_pass_store_ops

      public final boolean VK_QCOM_render_pass_store_ops
      When true, QCOM_render_pass_store_ops is supported.
    • VK_QCOM_render_pass_transform

      public final boolean VK_QCOM_render_pass_transform
      When true, QCOM_render_pass_transform is supported.
    • VK_QCOM_rotated_copy_commands

      public final boolean VK_QCOM_rotated_copy_commands
      When true, QCOM_rotated_copy_commands is supported.
    • VK_QCOM_tile_memory_heap

      public final boolean VK_QCOM_tile_memory_heap
      When true, QCOM_tile_memory_heap is supported.
    • VK_QCOM_tile_properties

      public final boolean VK_QCOM_tile_properties
      When true, QCOM_tile_properties is supported.
    • VK_QCOM_tile_shading

      public final boolean VK_QCOM_tile_shading
      When true, QCOM_tile_shading is supported.
    • VK_QCOM_ycbcr_degamma

      public final boolean VK_QCOM_ycbcr_degamma
      When true, QCOM_ycbcr_degamma is supported.
    • VK_SEC_amigo_profiling

      public final boolean VK_SEC_amigo_profiling
      When true, SEC_amigo_profiling is supported.
    • STD_VIDEO_STD_vulkan_video_codec_av1

      public final boolean STD_VIDEO_STD_vulkan_video_codec_av1
      When true, STD_vulkan_video_codec_av1 is supported.
    • STD_VIDEO_STD_vulkan_video_codec_h264

      public final boolean STD_VIDEO_STD_vulkan_video_codec_h264
      When true, STD_vulkan_video_codec_h264 is supported.
    • STD_VIDEO_STD_vulkan_video_codec_h265

      public final boolean STD_VIDEO_STD_vulkan_video_codec_h265
      When true, STD_vulkan_video_codec_h265 is supported.
    • STD_VIDEO_STD_vulkan_video_codec_vp9

      public final boolean STD_VIDEO_STD_vulkan_video_codec_vp9
      When true, STD_vulkan_video_codec_vp9 is supported.
    • VK_VALVE_descriptor_set_host_mapping

      public final boolean VK_VALVE_descriptor_set_host_mapping
      When true, VALVE_descriptor_set_host_mapping is supported.
    • VK_VALVE_mutable_descriptor_type

      public final boolean VK_VALVE_mutable_descriptor_type
      When true, VALVE_mutable_descriptor_type is supported.