RetroArch
Public Member Functions | List of all members
VULKAN_HPP_NAMESPACE::DispatchLoaderStatic Class Reference

#include <vulkan.hpp>

Public Member Functions

VkResult vkAcquireNextImage2KHR (VkDevice device, const VkAcquireNextImageInfoKHR *pAcquireInfo, uint32_t *pImageIndex) const
 
VkResult vkAcquireNextImageKHR (VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) const
 
VkResult vkAllocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) const
 
VkResult vkAllocateDescriptorSets (VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescriptorSet *pDescriptorSets) const
 
VkResult vkAllocateMemory (VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) const
 
VkResult vkBeginCommandBuffer (VkCommandBuffer commandBuffer, const VkCommandBufferBeginInfo *pBeginInfo) const
 
VkResult vkBindBufferMemory (VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset) const
 
VkResult vkBindBufferMemory2 (VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) const
 
VkResult vkBindBufferMemory2KHR (VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) const
 
VkResult vkBindImageMemory (VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset) const
 
VkResult vkBindImageMemory2 (VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) const
 
VkResult vkBindImageMemory2KHR (VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) const
 
void vkCmdBeginDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) const
 
void vkCmdBeginQuery (VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) const
 
void vkCmdBeginRenderPass (VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo *pRenderPassBegin, VkSubpassContents contents) const
 
void vkCmdBindDescriptorSets (VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t firstSet, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets, uint32_t dynamicOffsetCount, const uint32_t *pDynamicOffsets) const
 
void vkCmdBindIndexBuffer (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) const
 
void vkCmdBindPipeline (VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline) const
 
void vkCmdBindVertexBuffers (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer *pBuffers, const VkDeviceSize *pOffsets) const
 
void vkCmdBlitImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit *pRegions, VkFilter filter) const
 
void vkCmdClearAttachments (VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkClearAttachment *pAttachments, uint32_t rectCount, const VkClearRect *pRects) const
 
void vkCmdClearColorImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) const
 
void vkCmdClearDepthStencilImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) const
 
void vkCmdCopyBuffer (VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferCopy *pRegions) const
 
void vkCmdCopyBufferToImage (VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy *pRegions) const
 
void vkCmdCopyImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy *pRegions) const
 
void vkCmdCopyImageToBuffer (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy *pRegions) const
 
void vkCmdCopyQueryPoolResults (VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) const
 
void vkCmdDebugMarkerBeginEXT (VkCommandBuffer commandBuffer, const VkDebugMarkerMarkerInfoEXT *pMarkerInfo) const
 
void vkCmdDebugMarkerEndEXT (VkCommandBuffer commandBuffer) const
 
void vkCmdDebugMarkerInsertEXT (VkCommandBuffer commandBuffer, const VkDebugMarkerMarkerInfoEXT *pMarkerInfo) const
 
void vkCmdDispatch (VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) const
 
void vkCmdDispatchBase (VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) const
 
void vkCmdDispatchBaseKHR (VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) const
 
void vkCmdDispatchIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) const
 
void vkCmdDraw (VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) const
 
void vkCmdDrawIndexed (VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance) const
 
void vkCmdDrawIndexedIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) const
 
void vkCmdDrawIndexedIndirectCountAMD (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) const
 
void vkCmdDrawIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) const
 
void vkCmdDrawIndirectCountAMD (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) const
 
void vkCmdEndDebugUtilsLabelEXT (VkCommandBuffer commandBuffer) const
 
void vkCmdEndQuery (VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) const
 
void vkCmdEndRenderPass (VkCommandBuffer commandBuffer) const
 
void vkCmdExecuteCommands (VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) const
 
void vkCmdFillBuffer (VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) const
 
void vkCmdInsertDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) const
 
void vkCmdNextSubpass (VkCommandBuffer commandBuffer, VkSubpassContents contents) const
 
void vkCmdPipelineBarrier (VkCommandBuffer commandBuffer, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkDependencyFlags dependencyFlags, uint32_t memoryBarrierCount, const VkMemoryBarrier *pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const VkBufferMemoryBarrier *pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const VkImageMemoryBarrier *pImageMemoryBarriers) const
 
void vkCmdProcessCommandsNVX (VkCommandBuffer commandBuffer, const VkCmdProcessCommandsInfoNVX *pProcessCommandsInfo) const
 
void vkCmdPushConstants (VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void *pValues) const
 
void vkCmdPushDescriptorSetKHR (VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites) const
 
void vkCmdPushDescriptorSetWithTemplateKHR (VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, uint32_t set, const void *pData) const
 
void vkCmdReserveSpaceForCommandsNVX (VkCommandBuffer commandBuffer, const VkCmdReserveSpaceForCommandsInfoNVX *pReserveSpaceInfo) const
 
void vkCmdResetEvent (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask) const
 
void vkCmdResetQueryPool (VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) const
 
void vkCmdResolveImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve *pRegions) const
 
void vkCmdSetBlendConstants (VkCommandBuffer commandBuffer, const float blendConstants[4]) const
 
void vkCmdSetDepthBias (VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor) const
 
void vkCmdSetDepthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) const
 
void vkCmdSetDeviceMask (VkCommandBuffer commandBuffer, uint32_t deviceMask) const
 
void vkCmdSetDeviceMaskKHR (VkCommandBuffer commandBuffer, uint32_t deviceMask) const
 
void vkCmdSetDiscardRectangleEXT (VkCommandBuffer commandBuffer, uint32_t firstDiscardRectangle, uint32_t discardRectangleCount, const VkRect2D *pDiscardRectangles) const
 
void vkCmdSetEvent (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask) const
 
void vkCmdSetLineWidth (VkCommandBuffer commandBuffer, float lineWidth) const
 
void vkCmdSetSampleLocationsEXT (VkCommandBuffer commandBuffer, const VkSampleLocationsInfoEXT *pSampleLocationsInfo) const
 
void vkCmdSetScissor (VkCommandBuffer commandBuffer, uint32_t firstScissor, uint32_t scissorCount, const VkRect2D *pScissors) const
 
void vkCmdSetStencilCompareMask (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t compareMask) const
 
void vkCmdSetStencilReference (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t reference) const
 
void vkCmdSetStencilWriteMask (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t writeMask) const
 
void vkCmdSetViewport (VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkViewport *pViewports) const
 
void vkCmdSetViewportWScalingNV (VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkViewportWScalingNV *pViewportWScalings) const
 
void vkCmdUpdateBuffer (VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void *pData) const
 
void vkCmdWaitEvents (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent *pEvents, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, uint32_t memoryBarrierCount, const VkMemoryBarrier *pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const VkBufferMemoryBarrier *pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const VkImageMemoryBarrier *pImageMemoryBarriers) const
 
void vkCmdWriteBufferMarkerAMD (VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker) const
 
void vkCmdWriteTimestamp (VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query) const
 
VkResult vkCreateBuffer (VkDevice device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBuffer *pBuffer) const
 
VkResult vkCreateBufferView (VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) const
 
VkResult vkCreateCommandPool (VkDevice device, const VkCommandPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkCommandPool *pCommandPool) const
 
VkResult vkCreateComputePipelines (VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) const
 
VkResult vkCreateDebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDebugReportCallbackEXT *pCallback) const
 
VkResult vkCreateDebugUtilsMessengerEXT (VkInstance instance, const VkDebugUtilsMessengerCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDebugUtilsMessengerEXT *pMessenger) const
 
VkResult vkCreateDescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) const
 
VkResult vkCreateDescriptorSetLayout (VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorSetLayout *pSetLayout) const
 
VkResult vkCreateDescriptorUpdateTemplate (VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) const
 
VkResult vkCreateDescriptorUpdateTemplateKHR (VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) const
 
VkResult vkCreateDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) const
 
VkResult vkCreateDisplayModeKHR (VkPhysicalDevice physicalDevice, VkDisplayKHR display, const VkDisplayModeCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDisplayModeKHR *pMode) const
 
VkResult vkCreateDisplayPlaneSurfaceKHR (VkInstance instance, const VkDisplaySurfaceCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface) const
 
VkResult vkCreateEvent (VkDevice device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkEvent *pEvent) const
 
VkResult vkCreateFence (VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence) const
 
VkResult vkCreateFramebuffer (VkDevice device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) const
 
VkResult vkCreateGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) const
 
VkResult vkCreateImage (VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) const
 
VkResult vkCreateImageView (VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) const
 
VkResult vkCreateIndirectCommandsLayoutNVX (VkDevice device, const VkIndirectCommandsLayoutCreateInfoNVX *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkIndirectCommandsLayoutNVX *pIndirectCommandsLayout) const
 
VkResult vkCreateInstance (const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) const
 
VkResult vkCreateObjectTableNVX (VkDevice device, const VkObjectTableCreateInfoNVX *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkObjectTableNVX *pObjectTable) const
 
VkResult vkCreatePipelineCache (VkDevice device, const VkPipelineCacheCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineCache *pPipelineCache) const
 
VkResult vkCreatePipelineLayout (VkDevice device, const VkPipelineLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout) const
 
VkResult vkCreateQueryPool (VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) const
 
VkResult vkCreateRenderPass (VkDevice device, const VkRenderPassCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) const
 
VkResult vkCreateSampler (VkDevice device, const VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) const
 
VkResult vkCreateSamplerYcbcrConversion (VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) const
 
VkResult vkCreateSamplerYcbcrConversionKHR (VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) const
 
VkResult vkCreateSemaphore (VkDevice device, const VkSemaphoreCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore) const
 
VkResult vkCreateShaderModule (VkDevice device, const VkShaderModuleCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkShaderModule *pShaderModule) const
 
VkResult vkCreateSharedSwapchainsKHR (VkDevice device, uint32_t swapchainCount, const VkSwapchainCreateInfoKHR *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchains) const
 
VkResult vkCreateSwapchainKHR (VkDevice device, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain) const
 
VkResult vkCreateValidationCacheEXT (VkDevice device, const VkValidationCacheCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkValidationCacheEXT *pValidationCache) const
 
VkResult vkDebugMarkerSetObjectNameEXT (VkDevice device, const VkDebugMarkerObjectNameInfoEXT *pNameInfo) const
 
VkResult vkDebugMarkerSetObjectTagEXT (VkDevice device, const VkDebugMarkerObjectTagInfoEXT *pTagInfo) const
 
void vkDebugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char *pLayerPrefix, const char *pMessage) const
 
void vkDestroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyBufferView (VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyCommandPool (VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyDebugReportCallbackEXT (VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyDebugUtilsMessengerEXT (VkInstance instance, VkDebugUtilsMessengerEXT messenger, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyDescriptorSetLayout (VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyDescriptorUpdateTemplate (VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyDescriptorUpdateTemplateKHR (VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyDevice (VkDevice device, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyEvent (VkDevice device, VkEvent event, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyFence (VkDevice device, VkFence fence, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyImage (VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyImageView (VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyIndirectCommandsLayoutNVX (VkDevice device, VkIndirectCommandsLayoutNVX indirectCommandsLayout, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyInstance (VkInstance instance, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyObjectTableNVX (VkDevice device, VkObjectTableNVX objectTable, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyPipeline (VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyPipelineLayout (VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyQueryPool (VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyRenderPass (VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroySampler (VkDevice device, VkSampler sampler, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroySamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroySamplerYcbcrConversionKHR (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroySemaphore (VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyShaderModule (VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroySurfaceKHR (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroySwapchainKHR (VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) const
 
void vkDestroyValidationCacheEXT (VkDevice device, VkValidationCacheEXT validationCache, const VkAllocationCallbacks *pAllocator) const
 
VkResult vkDeviceWaitIdle (VkDevice device) const
 
VkResult vkDisplayPowerControlEXT (VkDevice device, VkDisplayKHR display, const VkDisplayPowerInfoEXT *pDisplayPowerInfo) const
 
VkResult vkEndCommandBuffer (VkCommandBuffer commandBuffer) const
 
VkResult vkEnumerateDeviceExtensionProperties (VkPhysicalDevice physicalDevice, const char *pLayerName, uint32_t *pPropertyCount, VkExtensionProperties *pProperties) const
 
VkResult vkEnumerateDeviceLayerProperties (VkPhysicalDevice physicalDevice, uint32_t *pPropertyCount, VkLayerProperties *pProperties) const
 
VkResult vkEnumerateInstanceExtensionProperties (const char *pLayerName, uint32_t *pPropertyCount, VkExtensionProperties *pProperties) const
 
VkResult vkEnumerateInstanceLayerProperties (uint32_t *pPropertyCount, VkLayerProperties *pProperties) const
 
VkResult vkEnumerateInstanceVersion (uint32_t *pApiVersion) const
 
VkResult vkEnumeratePhysicalDeviceGroups (VkInstance instance, uint32_t *pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties *pPhysicalDeviceGroupProperties) const
 
VkResult vkEnumeratePhysicalDeviceGroupsKHR (VkInstance instance, uint32_t *pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties *pPhysicalDeviceGroupProperties) const
 
VkResult vkEnumeratePhysicalDevices (VkInstance instance, uint32_t *pPhysicalDeviceCount, VkPhysicalDevice *pPhysicalDevices) const
 
VkResult vkFlushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) const
 
void vkFreeCommandBuffers (VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) const
 
VkResult vkFreeDescriptorSets (VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets) const
 
void vkFreeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) const
 
void vkGetBufferMemoryRequirements (VkDevice device, VkBuffer buffer, VkMemoryRequirements *pMemoryRequirements) const
 
void vkGetBufferMemoryRequirements2 (VkDevice device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) const
 
void vkGetBufferMemoryRequirements2KHR (VkDevice device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) const
 
void vkGetDescriptorSetLayoutSupport (VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) const
 
void vkGetDescriptorSetLayoutSupportKHR (VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) const
 
void vkGetDeviceGroupPeerMemoryFeatures (VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) const
 
void vkGetDeviceGroupPeerMemoryFeaturesKHR (VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) const
 
VkResult vkGetDeviceGroupPresentCapabilitiesKHR (VkDevice device, VkDeviceGroupPresentCapabilitiesKHR *pDeviceGroupPresentCapabilities) const
 
VkResult vkGetDeviceGroupSurfacePresentModesKHR (VkDevice device, VkSurfaceKHR surface, VkDeviceGroupPresentModeFlagsKHR *pModes) const
 
void vkGetDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSize *pCommittedMemoryInBytes) const
 
PFN_vkVoidFunction vkGetDeviceProcAddr (VkDevice device, const char *pName) const
 
void vkGetDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) const
 
void vkGetDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) const
 
VkResult vkGetDisplayModePropertiesKHR (VkPhysicalDevice physicalDevice, VkDisplayKHR display, uint32_t *pPropertyCount, VkDisplayModePropertiesKHR *pProperties) const
 
VkResult vkGetDisplayPlaneCapabilitiesKHR (VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, VkDisplayPlaneCapabilitiesKHR *pCapabilities) const
 
VkResult vkGetDisplayPlaneSupportedDisplaysKHR (VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t *pDisplayCount, VkDisplayKHR *pDisplays) const
 
VkResult vkGetEventStatus (VkDevice device, VkEvent event) const
 
VkResult vkGetFenceFdKHR (VkDevice device, const VkFenceGetFdInfoKHR *pGetFdInfo, int *pFd) const
 
VkResult vkGetFenceStatus (VkDevice device, VkFence fence) const
 
void vkGetImageMemoryRequirements (VkDevice device, VkImage image, VkMemoryRequirements *pMemoryRequirements) const
 
void vkGetImageMemoryRequirements2 (VkDevice device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) const
 
void vkGetImageMemoryRequirements2KHR (VkDevice device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) const
 
void vkGetImageSparseMemoryRequirements (VkDevice device, VkImage image, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements *pSparseMemoryRequirements) const
 
void vkGetImageSparseMemoryRequirements2 (VkDevice device, const VkImageSparseMemoryRequirementsInfo2 *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) const
 
void vkGetImageSparseMemoryRequirements2KHR (VkDevice device, const VkImageSparseMemoryRequirementsInfo2 *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) const
 
void vkGetImageSubresourceLayout (VkDevice device, VkImage image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) const
 
PFN_vkVoidFunction vkGetInstanceProcAddr (VkInstance instance, const char *pName) const
 
VkResult vkGetMemoryFdKHR (VkDevice device, const VkMemoryGetFdInfoKHR *pGetFdInfo, int *pFd) const
 
VkResult vkGetMemoryFdPropertiesKHR (VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, int fd, VkMemoryFdPropertiesKHR *pMemoryFdProperties) const
 
VkResult vkGetMemoryHostPointerPropertiesEXT (VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void *pHostPointer, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) const
 
VkResult vkGetPastPresentationTimingGOOGLE (VkDevice device, VkSwapchainKHR swapchain, uint32_t *pPresentationTimingCount, VkPastPresentationTimingGOOGLE *pPresentationTimings) const
 
VkResult vkGetPhysicalDeviceDisplayPlanePropertiesKHR (VkPhysicalDevice physicalDevice, uint32_t *pPropertyCount, VkDisplayPlanePropertiesKHR *pProperties) const
 
VkResult vkGetPhysicalDeviceDisplayPropertiesKHR (VkPhysicalDevice physicalDevice, uint32_t *pPropertyCount, VkDisplayPropertiesKHR *pProperties) const
 
void vkGetPhysicalDeviceExternalBufferProperties (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const
 
void vkGetPhysicalDeviceExternalBufferPropertiesKHR (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const
 
void vkGetPhysicalDeviceExternalFenceProperties (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) const
 
void vkGetPhysicalDeviceExternalFencePropertiesKHR (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) const
 
VkResult vkGetPhysicalDeviceExternalImageFormatPropertiesNV (VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkExternalMemoryHandleTypeFlagsNV externalHandleType, VkExternalImageFormatPropertiesNV *pExternalImageFormatProperties) const
 
void vkGetPhysicalDeviceExternalSemaphoreProperties (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) const
 
void vkGetPhysicalDeviceExternalSemaphorePropertiesKHR (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) const
 
void vkGetPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures *pFeatures) const
 
void vkGetPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2 *pFeatures) const
 
void vkGetPhysicalDeviceFeatures2KHR (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2 *pFeatures) const
 
void vkGetPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties *pFormatProperties) const
 
void vkGetPhysicalDeviceFormatProperties2 (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) const
 
void vkGetPhysicalDeviceFormatProperties2KHR (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) const
 
void vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX (VkPhysicalDevice physicalDevice, VkDeviceGeneratedCommandsFeaturesNVX *pFeatures, VkDeviceGeneratedCommandsLimitsNVX *pLimits) const
 
VkResult vkGetPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties *pImageFormatProperties) const
 
VkResult vkGetPhysicalDeviceImageFormatProperties2 (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageFormatProperties2 *pImageFormatProperties) const
 
VkResult vkGetPhysicalDeviceImageFormatProperties2KHR (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageFormatProperties2 *pImageFormatProperties) const
 
void vkGetPhysicalDeviceMemoryProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties *pMemoryProperties) const
 
void vkGetPhysicalDeviceMemoryProperties2 (VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2 *pMemoryProperties) const
 
void vkGetPhysicalDeviceMemoryProperties2KHR (VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2 *pMemoryProperties) const
 
void vkGetPhysicalDeviceMultisamplePropertiesEXT (VkPhysicalDevice physicalDevice, VkSampleCountFlagBits samples, VkMultisamplePropertiesEXT *pMultisampleProperties) const
 
VkResult vkGetPhysicalDevicePresentRectanglesKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t *pRectCount, VkRect2D *pRects) const
 
void vkGetPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties *pProperties) const
 
void vkGetPhysicalDeviceProperties2 (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 *pProperties) const
 
void vkGetPhysicalDeviceProperties2KHR (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 *pProperties) const
 
void vkGetPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties *pQueueFamilyProperties) const
 
void vkGetPhysicalDeviceQueueFamilyProperties2 (VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties2 *pQueueFamilyProperties) const
 
void vkGetPhysicalDeviceQueueFamilyProperties2KHR (VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties2 *pQueueFamilyProperties) const
 
void vkGetPhysicalDeviceSparseImageFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pPropertyCount, VkSparseImageFormatProperties *pProperties) const
 
void vkGetPhysicalDeviceSparseImageFormatProperties2 (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSparseImageFormatInfo2 *pFormatInfo, uint32_t *pPropertyCount, VkSparseImageFormatProperties2 *pProperties) const
 
void vkGetPhysicalDeviceSparseImageFormatProperties2KHR (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSparseImageFormatInfo2 *pFormatInfo, uint32_t *pPropertyCount, VkSparseImageFormatProperties2 *pProperties) const
 
VkResult vkGetPhysicalDeviceSurfaceCapabilities2EXT (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilities2EXT *pSurfaceCapabilities) const
 
VkResult vkGetPhysicalDeviceSurfaceCapabilities2KHR (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSurfaceInfo2KHR *pSurfaceInfo, VkSurfaceCapabilities2KHR *pSurfaceCapabilities) const
 
VkResult vkGetPhysicalDeviceSurfaceCapabilitiesKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR *pSurfaceCapabilities) const
 
VkResult vkGetPhysicalDeviceSurfaceFormats2KHR (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSurfaceInfo2KHR *pSurfaceInfo, uint32_t *pSurfaceFormatCount, VkSurfaceFormat2KHR *pSurfaceFormats) const
 
VkResult vkGetPhysicalDeviceSurfaceFormatsKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t *pSurfaceFormatCount, VkSurfaceFormatKHR *pSurfaceFormats) const
 
VkResult vkGetPhysicalDeviceSurfacePresentModesKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t *pPresentModeCount, VkPresentModeKHR *pPresentModes) const
 
VkResult vkGetPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32 *pSupported) const
 
VkResult vkGetPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, size_t *pDataSize, void *pData) const
 
VkResult vkGetQueryPoolResults (VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) const
 
VkResult vkGetRefreshCycleDurationGOOGLE (VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE *pDisplayTimingProperties) const
 
void vkGetRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity) const
 
VkResult vkGetSemaphoreFdKHR (VkDevice device, const VkSemaphoreGetFdInfoKHR *pGetFdInfo, int *pFd) const
 
VkResult vkGetShaderInfoAMD (VkDevice device, VkPipeline pipeline, VkShaderStageFlagBits shaderStage, VkShaderInfoTypeAMD infoType, size_t *pInfoSize, void *pInfo) const
 
VkResult vkGetSwapchainCounterEXT (VkDevice device, VkSwapchainKHR swapchain, VkSurfaceCounterFlagBitsEXT counter, uint64_t *pCounterValue) const
 
VkResult vkGetSwapchainImagesKHR (VkDevice device, VkSwapchainKHR swapchain, uint32_t *pSwapchainImageCount, VkImage *pSwapchainImages) const
 
VkResult vkGetSwapchainStatusKHR (VkDevice device, VkSwapchainKHR swapchain) const
 
VkResult vkGetValidationCacheDataEXT (VkDevice device, VkValidationCacheEXT validationCache, size_t *pDataSize, void *pData) const
 
VkResult vkImportFenceFdKHR (VkDevice device, const VkImportFenceFdInfoKHR *pImportFenceFdInfo) const
 
VkResult vkImportSemaphoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) const
 
VkResult vkInvalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) const
 
VkResult vkMapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void **ppData) const
 
VkResult vkMergePipelineCaches (VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) const
 
VkResult vkMergeValidationCachesEXT (VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT *pSrcCaches) const
 
void vkQueueBeginDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) const
 
VkResult vkQueueBindSparse (VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo *pBindInfo, VkFence fence) const
 
void vkQueueEndDebugUtilsLabelEXT (VkQueue queue) const
 
void vkQueueInsertDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) const
 
VkResult vkQueuePresentKHR (VkQueue queue, const VkPresentInfoKHR *pPresentInfo) const
 
VkResult vkQueueSubmit (VkQueue queue, uint32_t submitCount, const VkSubmitInfo *pSubmits, VkFence fence) const
 
VkResult vkQueueWaitIdle (VkQueue queue) const
 
VkResult vkRegisterDeviceEventEXT (VkDevice device, const VkDeviceEventInfoEXT *pDeviceEventInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence) const
 
VkResult vkRegisterDisplayEventEXT (VkDevice device, VkDisplayKHR display, const VkDisplayEventInfoEXT *pDisplayEventInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence) const
 
VkResult vkRegisterObjectsNVX (VkDevice device, VkObjectTableNVX objectTable, uint32_t objectCount, const VkObjectTableEntryNVX *const *ppObjectTableEntries, const uint32_t *pObjectIndices) const
 
VkResult vkReleaseDisplayEXT (VkPhysicalDevice physicalDevice, VkDisplayKHR display) const
 
VkResult vkResetCommandBuffer (VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags) const
 
VkResult vkResetCommandPool (VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) const
 
VkResult vkResetDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) const
 
VkResult vkResetEvent (VkDevice device, VkEvent event) const
 
VkResult vkResetFences (VkDevice device, uint32_t fenceCount, const VkFence *pFences) const
 
VkResult vkSetDebugUtilsObjectNameEXT (VkDevice device, const VkDebugUtilsObjectNameInfoEXT *pNameInfo) const
 
VkResult vkSetDebugUtilsObjectTagEXT (VkDevice device, const VkDebugUtilsObjectTagInfoEXT *pTagInfo) const
 
VkResult vkSetEvent (VkDevice device, VkEvent event) const
 
void vkSetHdrMetadataEXT (VkDevice device, uint32_t swapchainCount, const VkSwapchainKHR *pSwapchains, const VkHdrMetadataEXT *pMetadata) const
 
void vkSubmitDebugUtilsMessageEXT (VkInstance instance, VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, VkDebugUtilsMessageTypeFlagsEXT messageTypes, const VkDebugUtilsMessengerCallbackDataEXT *pCallbackData) const
 
void vkTrimCommandPool (VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) const
 
void vkTrimCommandPoolKHR (VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) const
 
void vkUnmapMemory (VkDevice device, VkDeviceMemory memory) const
 
VkResult vkUnregisterObjectsNVX (VkDevice device, VkObjectTableNVX objectTable, uint32_t objectCount, const VkObjectEntryTypeNVX *pObjectEntryTypes, const uint32_t *pObjectIndices) const
 
void vkUpdateDescriptorSetWithTemplate (VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) const
 
void vkUpdateDescriptorSetWithTemplateKHR (VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) const
 
void vkUpdateDescriptorSets (VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet *pDescriptorCopies) const
 
VkResult vkWaitForFences (VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) const
 

Member Function Documentation

◆ vkAcquireNextImage2KHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkAcquireNextImage2KHR ( VkDevice  device,
const VkAcquireNextImageInfoKHR *  pAcquireInfo,
uint32_t *  pImageIndex 
) const
inline
Here is the call graph for this function:

◆ vkAcquireNextImageKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkAcquireNextImageKHR ( VkDevice  device,
VkSwapchainKHR  swapchain,
uint64_t  timeout,
VkSemaphore  semaphore,
VkFence  fence,
uint32_t *  pImageIndex 
) const
inline
Here is the call graph for this function:

◆ vkAllocateCommandBuffers()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkAllocateCommandBuffers ( VkDevice  device,
const VkCommandBufferAllocateInfo *  pAllocateInfo,
VkCommandBuffer *  pCommandBuffers 
) const
inline
Here is the call graph for this function:

◆ vkAllocateDescriptorSets()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkAllocateDescriptorSets ( VkDevice  device,
const VkDescriptorSetAllocateInfo *  pAllocateInfo,
VkDescriptorSet *  pDescriptorSets 
) const
inline
Here is the call graph for this function:

◆ vkAllocateMemory()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkAllocateMemory ( VkDevice  device,
const VkMemoryAllocateInfo *  pAllocateInfo,
const VkAllocationCallbacks *  pAllocator,
VkDeviceMemory *  pMemory 
) const
inline
Here is the call graph for this function:

◆ vkBeginCommandBuffer()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkBeginCommandBuffer ( VkCommandBuffer  commandBuffer,
const VkCommandBufferBeginInfo *  pBeginInfo 
) const
inline
Here is the call graph for this function:

◆ vkBindBufferMemory()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkBindBufferMemory ( VkDevice  device,
VkBuffer  buffer,
VkDeviceMemory  memory,
VkDeviceSize  memoryOffset 
) const
inline
Here is the call graph for this function:

◆ vkBindBufferMemory2()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkBindBufferMemory2 ( VkDevice  device,
uint32_t  bindInfoCount,
const VkBindBufferMemoryInfo *  pBindInfos 
) const
inline
Here is the call graph for this function:

◆ vkBindBufferMemory2KHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkBindBufferMemory2KHR ( VkDevice  device,
uint32_t  bindInfoCount,
const VkBindBufferMemoryInfo *  pBindInfos 
) const
inline
Here is the call graph for this function:

◆ vkBindImageMemory()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkBindImageMemory ( VkDevice  device,
VkImage  image,
VkDeviceMemory  memory,
VkDeviceSize  memoryOffset 
) const
inline
Here is the call graph for this function:

◆ vkBindImageMemory2()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkBindImageMemory2 ( VkDevice  device,
uint32_t  bindInfoCount,
const VkBindImageMemoryInfo *  pBindInfos 
) const
inline
Here is the call graph for this function:

◆ vkBindImageMemory2KHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkBindImageMemory2KHR ( VkDevice  device,
uint32_t  bindInfoCount,
const VkBindImageMemoryInfo *  pBindInfos 
) const
inline
Here is the call graph for this function:

◆ vkCmdBeginDebugUtilsLabelEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdBeginDebugUtilsLabelEXT ( VkCommandBuffer  commandBuffer,
const VkDebugUtilsLabelEXT *  pLabelInfo 
) const
inline
Here is the call graph for this function:

◆ vkCmdBeginQuery()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdBeginQuery ( VkCommandBuffer  commandBuffer,
VkQueryPool  queryPool,
uint32_t  query,
VkQueryControlFlags  flags 
) const
inline
Here is the call graph for this function:

◆ vkCmdBeginRenderPass()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdBeginRenderPass ( VkCommandBuffer  commandBuffer,
const VkRenderPassBeginInfo *  pRenderPassBegin,
VkSubpassContents  contents 
) const
inline
Here is the call graph for this function:

◆ vkCmdBindDescriptorSets()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdBindDescriptorSets ( VkCommandBuffer  commandBuffer,
VkPipelineBindPoint  pipelineBindPoint,
VkPipelineLayout  layout,
uint32_t  firstSet,
uint32_t  descriptorSetCount,
const VkDescriptorSet *  pDescriptorSets,
uint32_t  dynamicOffsetCount,
const uint32_t *  pDynamicOffsets 
) const
inline
Here is the call graph for this function:

◆ vkCmdBindIndexBuffer()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdBindIndexBuffer ( VkCommandBuffer  commandBuffer,
VkBuffer  buffer,
VkDeviceSize  offset,
VkIndexType  indexType 
) const
inline
Here is the call graph for this function:

◆ vkCmdBindPipeline()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdBindPipeline ( VkCommandBuffer  commandBuffer,
VkPipelineBindPoint  pipelineBindPoint,
VkPipeline  pipeline 
) const
inline
Here is the call graph for this function:

◆ vkCmdBindVertexBuffers()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdBindVertexBuffers ( VkCommandBuffer  commandBuffer,
uint32_t  firstBinding,
uint32_t  bindingCount,
const VkBuffer *  pBuffers,
const VkDeviceSize *  pOffsets 
) const
inline
Here is the call graph for this function:

◆ vkCmdBlitImage()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdBlitImage ( VkCommandBuffer  commandBuffer,
VkImage  srcImage,
VkImageLayout  srcImageLayout,
VkImage  dstImage,
VkImageLayout  dstImageLayout,
uint32_t  regionCount,
const VkImageBlit *  pRegions,
VkFilter  filter 
) const
inline
Here is the call graph for this function:

◆ vkCmdClearAttachments()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdClearAttachments ( VkCommandBuffer  commandBuffer,
uint32_t  attachmentCount,
const VkClearAttachment *  pAttachments,
uint32_t  rectCount,
const VkClearRect *  pRects 
) const
inline
Here is the call graph for this function:

◆ vkCmdClearColorImage()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdClearColorImage ( VkCommandBuffer  commandBuffer,
VkImage  image,
VkImageLayout  imageLayout,
const VkClearColorValue *  pColor,
uint32_t  rangeCount,
const VkImageSubresourceRange *  pRanges 
) const
inline
Here is the call graph for this function:

◆ vkCmdClearDepthStencilImage()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdClearDepthStencilImage ( VkCommandBuffer  commandBuffer,
VkImage  image,
VkImageLayout  imageLayout,
const VkClearDepthStencilValue *  pDepthStencil,
uint32_t  rangeCount,
const VkImageSubresourceRange *  pRanges 
) const
inline
Here is the call graph for this function:

◆ vkCmdCopyBuffer()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdCopyBuffer ( VkCommandBuffer  commandBuffer,
VkBuffer  srcBuffer,
VkBuffer  dstBuffer,
uint32_t  regionCount,
const VkBufferCopy *  pRegions 
) const
inline
Here is the call graph for this function:

◆ vkCmdCopyBufferToImage()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdCopyBufferToImage ( VkCommandBuffer  commandBuffer,
VkBuffer  srcBuffer,
VkImage  dstImage,
VkImageLayout  dstImageLayout,
uint32_t  regionCount,
const VkBufferImageCopy *  pRegions 
) const
inline
Here is the call graph for this function:

◆ vkCmdCopyImage()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdCopyImage ( VkCommandBuffer  commandBuffer,
VkImage  srcImage,
VkImageLayout  srcImageLayout,
VkImage  dstImage,
VkImageLayout  dstImageLayout,
uint32_t  regionCount,
const VkImageCopy *  pRegions 
) const
inline
Here is the call graph for this function:

◆ vkCmdCopyImageToBuffer()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdCopyImageToBuffer ( VkCommandBuffer  commandBuffer,
VkImage  srcImage,
VkImageLayout  srcImageLayout,
VkBuffer  dstBuffer,
uint32_t  regionCount,
const VkBufferImageCopy *  pRegions 
) const
inline
Here is the call graph for this function:

◆ vkCmdCopyQueryPoolResults()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdCopyQueryPoolResults ( VkCommandBuffer  commandBuffer,
VkQueryPool  queryPool,
uint32_t  firstQuery,
uint32_t  queryCount,
VkBuffer  dstBuffer,
VkDeviceSize  dstOffset,
VkDeviceSize  stride,
VkQueryResultFlags  flags 
) const
inline
Here is the call graph for this function:

◆ vkCmdDebugMarkerBeginEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDebugMarkerBeginEXT ( VkCommandBuffer  commandBuffer,
const VkDebugMarkerMarkerInfoEXT *  pMarkerInfo 
) const
inline
Here is the call graph for this function:

◆ vkCmdDebugMarkerEndEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDebugMarkerEndEXT ( VkCommandBuffer  commandBuffer) const
inline
Here is the call graph for this function:

◆ vkCmdDebugMarkerInsertEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDebugMarkerInsertEXT ( VkCommandBuffer  commandBuffer,
const VkDebugMarkerMarkerInfoEXT *  pMarkerInfo 
) const
inline
Here is the call graph for this function:

◆ vkCmdDispatch()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDispatch ( VkCommandBuffer  commandBuffer,
uint32_t  groupCountX,
uint32_t  groupCountY,
uint32_t  groupCountZ 
) const
inline
Here is the call graph for this function:

◆ vkCmdDispatchBase()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDispatchBase ( VkCommandBuffer  commandBuffer,
uint32_t  baseGroupX,
uint32_t  baseGroupY,
uint32_t  baseGroupZ,
uint32_t  groupCountX,
uint32_t  groupCountY,
uint32_t  groupCountZ 
) const
inline
Here is the call graph for this function:

◆ vkCmdDispatchBaseKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDispatchBaseKHR ( VkCommandBuffer  commandBuffer,
uint32_t  baseGroupX,
uint32_t  baseGroupY,
uint32_t  baseGroupZ,
uint32_t  groupCountX,
uint32_t  groupCountY,
uint32_t  groupCountZ 
) const
inline
Here is the call graph for this function:

◆ vkCmdDispatchIndirect()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDispatchIndirect ( VkCommandBuffer  commandBuffer,
VkBuffer  buffer,
VkDeviceSize  offset 
) const
inline
Here is the call graph for this function:

◆ vkCmdDraw()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDraw ( VkCommandBuffer  commandBuffer,
uint32_t  vertexCount,
uint32_t  instanceCount,
uint32_t  firstVertex,
uint32_t  firstInstance 
) const
inline
Here is the call graph for this function:

◆ vkCmdDrawIndexed()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDrawIndexed ( VkCommandBuffer  commandBuffer,
uint32_t  indexCount,
uint32_t  instanceCount,
uint32_t  firstIndex,
int32_t  vertexOffset,
uint32_t  firstInstance 
) const
inline
Here is the call graph for this function:

◆ vkCmdDrawIndexedIndirect()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDrawIndexedIndirect ( VkCommandBuffer  commandBuffer,
VkBuffer  buffer,
VkDeviceSize  offset,
uint32_t  drawCount,
uint32_t  stride 
) const
inline
Here is the call graph for this function:

◆ vkCmdDrawIndexedIndirectCountAMD()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDrawIndexedIndirectCountAMD ( VkCommandBuffer  commandBuffer,
VkBuffer  buffer,
VkDeviceSize  offset,
VkBuffer  countBuffer,
VkDeviceSize  countBufferOffset,
uint32_t  maxDrawCount,
uint32_t  stride 
) const
inline
Here is the call graph for this function:

◆ vkCmdDrawIndirect()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDrawIndirect ( VkCommandBuffer  commandBuffer,
VkBuffer  buffer,
VkDeviceSize  offset,
uint32_t  drawCount,
uint32_t  stride 
) const
inline
Here is the call graph for this function:

◆ vkCmdDrawIndirectCountAMD()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdDrawIndirectCountAMD ( VkCommandBuffer  commandBuffer,
VkBuffer  buffer,
VkDeviceSize  offset,
VkBuffer  countBuffer,
VkDeviceSize  countBufferOffset,
uint32_t  maxDrawCount,
uint32_t  stride 
) const
inline
Here is the call graph for this function:

◆ vkCmdEndDebugUtilsLabelEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdEndDebugUtilsLabelEXT ( VkCommandBuffer  commandBuffer) const
inline
Here is the call graph for this function:

◆ vkCmdEndQuery()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdEndQuery ( VkCommandBuffer  commandBuffer,
VkQueryPool  queryPool,
uint32_t  query 
) const
inline
Here is the call graph for this function:

◆ vkCmdEndRenderPass()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdEndRenderPass ( VkCommandBuffer  commandBuffer) const
inline
Here is the call graph for this function:

◆ vkCmdExecuteCommands()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdExecuteCommands ( VkCommandBuffer  commandBuffer,
uint32_t  commandBufferCount,
const VkCommandBuffer *  pCommandBuffers 
) const
inline
Here is the call graph for this function:

◆ vkCmdFillBuffer()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdFillBuffer ( VkCommandBuffer  commandBuffer,
VkBuffer  dstBuffer,
VkDeviceSize  dstOffset,
VkDeviceSize  size,
uint32_t  data 
) const
inline
Here is the call graph for this function:

◆ vkCmdInsertDebugUtilsLabelEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdInsertDebugUtilsLabelEXT ( VkCommandBuffer  commandBuffer,
const VkDebugUtilsLabelEXT *  pLabelInfo 
) const
inline
Here is the call graph for this function:

◆ vkCmdNextSubpass()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdNextSubpass ( VkCommandBuffer  commandBuffer,
VkSubpassContents  contents 
) const
inline
Here is the call graph for this function:

◆ vkCmdPipelineBarrier()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdPipelineBarrier ( VkCommandBuffer  commandBuffer,
VkPipelineStageFlags  srcStageMask,
VkPipelineStageFlags  dstStageMask,
VkDependencyFlags  dependencyFlags,
uint32_t  memoryBarrierCount,
const VkMemoryBarrier *  pMemoryBarriers,
uint32_t  bufferMemoryBarrierCount,
const VkBufferMemoryBarrier *  pBufferMemoryBarriers,
uint32_t  imageMemoryBarrierCount,
const VkImageMemoryBarrier *  pImageMemoryBarriers 
) const
inline
Here is the call graph for this function:

◆ vkCmdProcessCommandsNVX()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdProcessCommandsNVX ( VkCommandBuffer  commandBuffer,
const VkCmdProcessCommandsInfoNVX *  pProcessCommandsInfo 
) const
inline
Here is the call graph for this function:

◆ vkCmdPushConstants()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdPushConstants ( VkCommandBuffer  commandBuffer,
VkPipelineLayout  layout,
VkShaderStageFlags  stageFlags,
uint32_t  offset,
uint32_t  size,
const void *  pValues 
) const
inline
Here is the call graph for this function:

◆ vkCmdPushDescriptorSetKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdPushDescriptorSetKHR ( VkCommandBuffer  commandBuffer,
VkPipelineBindPoint  pipelineBindPoint,
VkPipelineLayout  layout,
uint32_t  set,
uint32_t  descriptorWriteCount,
const VkWriteDescriptorSet *  pDescriptorWrites 
) const
inline
Here is the call graph for this function:

◆ vkCmdPushDescriptorSetWithTemplateKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdPushDescriptorSetWithTemplateKHR ( VkCommandBuffer  commandBuffer,
VkDescriptorUpdateTemplate  descriptorUpdateTemplate,
VkPipelineLayout  layout,
uint32_t  set,
const void *  pData 
) const
inline
Here is the call graph for this function:

◆ vkCmdReserveSpaceForCommandsNVX()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdReserveSpaceForCommandsNVX ( VkCommandBuffer  commandBuffer,
const VkCmdReserveSpaceForCommandsInfoNVX *  pReserveSpaceInfo 
) const
inline
Here is the call graph for this function:

◆ vkCmdResetEvent()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdResetEvent ( VkCommandBuffer  commandBuffer,
VkEvent  event,
VkPipelineStageFlags  stageMask 
) const
inline
Here is the call graph for this function:

◆ vkCmdResetQueryPool()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdResetQueryPool ( VkCommandBuffer  commandBuffer,
VkQueryPool  queryPool,
uint32_t  firstQuery,
uint32_t  queryCount 
) const
inline
Here is the call graph for this function:

◆ vkCmdResolveImage()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdResolveImage ( VkCommandBuffer  commandBuffer,
VkImage  srcImage,
VkImageLayout  srcImageLayout,
VkImage  dstImage,
VkImageLayout  dstImageLayout,
uint32_t  regionCount,
const VkImageResolve *  pRegions 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetBlendConstants()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetBlendConstants ( VkCommandBuffer  commandBuffer,
const float  blendConstants[4] 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetDepthBias()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetDepthBias ( VkCommandBuffer  commandBuffer,
float  depthBiasConstantFactor,
float  depthBiasClamp,
float  depthBiasSlopeFactor 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetDepthBounds()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetDepthBounds ( VkCommandBuffer  commandBuffer,
float  minDepthBounds,
float  maxDepthBounds 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetDeviceMask()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetDeviceMask ( VkCommandBuffer  commandBuffer,
uint32_t  deviceMask 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetDeviceMaskKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetDeviceMaskKHR ( VkCommandBuffer  commandBuffer,
uint32_t  deviceMask 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetDiscardRectangleEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetDiscardRectangleEXT ( VkCommandBuffer  commandBuffer,
uint32_t  firstDiscardRectangle,
uint32_t  discardRectangleCount,
const VkRect2D *  pDiscardRectangles 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetEvent()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetEvent ( VkCommandBuffer  commandBuffer,
VkEvent  event,
VkPipelineStageFlags  stageMask 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetLineWidth()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetLineWidth ( VkCommandBuffer  commandBuffer,
float  lineWidth 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetSampleLocationsEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetSampleLocationsEXT ( VkCommandBuffer  commandBuffer,
const VkSampleLocationsInfoEXT *  pSampleLocationsInfo 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetScissor()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetScissor ( VkCommandBuffer  commandBuffer,
uint32_t  firstScissor,
uint32_t  scissorCount,
const VkRect2D *  pScissors 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetStencilCompareMask()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetStencilCompareMask ( VkCommandBuffer  commandBuffer,
VkStencilFaceFlags  faceMask,
uint32_t  compareMask 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetStencilReference()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetStencilReference ( VkCommandBuffer  commandBuffer,
VkStencilFaceFlags  faceMask,
uint32_t  reference 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetStencilWriteMask()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetStencilWriteMask ( VkCommandBuffer  commandBuffer,
VkStencilFaceFlags  faceMask,
uint32_t  writeMask 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetViewport()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetViewport ( VkCommandBuffer  commandBuffer,
uint32_t  firstViewport,
uint32_t  viewportCount,
const VkViewport *  pViewports 
) const
inline
Here is the call graph for this function:

◆ vkCmdSetViewportWScalingNV()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdSetViewportWScalingNV ( VkCommandBuffer  commandBuffer,
uint32_t  firstViewport,
uint32_t  viewportCount,
const VkViewportWScalingNV *  pViewportWScalings 
) const
inline
Here is the call graph for this function:

◆ vkCmdUpdateBuffer()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdUpdateBuffer ( VkCommandBuffer  commandBuffer,
VkBuffer  dstBuffer,
VkDeviceSize  dstOffset,
VkDeviceSize  dataSize,
const void *  pData 
) const
inline
Here is the call graph for this function:

◆ vkCmdWaitEvents()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdWaitEvents ( VkCommandBuffer  commandBuffer,
uint32_t  eventCount,
const VkEvent *  pEvents,
VkPipelineStageFlags  srcStageMask,
VkPipelineStageFlags  dstStageMask,
uint32_t  memoryBarrierCount,
const VkMemoryBarrier *  pMemoryBarriers,
uint32_t  bufferMemoryBarrierCount,
const VkBufferMemoryBarrier *  pBufferMemoryBarriers,
uint32_t  imageMemoryBarrierCount,
const VkImageMemoryBarrier *  pImageMemoryBarriers 
) const
inline
Here is the call graph for this function:

◆ vkCmdWriteBufferMarkerAMD()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdWriteBufferMarkerAMD ( VkCommandBuffer  commandBuffer,
VkPipelineStageFlagBits  pipelineStage,
VkBuffer  dstBuffer,
VkDeviceSize  dstOffset,
uint32_t  marker 
) const
inline
Here is the call graph for this function:

◆ vkCmdWriteTimestamp()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCmdWriteTimestamp ( VkCommandBuffer  commandBuffer,
VkPipelineStageFlagBits  pipelineStage,
VkQueryPool  queryPool,
uint32_t  query 
) const
inline
Here is the call graph for this function:

◆ vkCreateBuffer()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateBuffer ( VkDevice  device,
const VkBufferCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkBuffer *  pBuffer 
) const
inline
Here is the call graph for this function:

◆ vkCreateBufferView()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateBufferView ( VkDevice  device,
const VkBufferViewCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkBufferView *  pView 
) const
inline
Here is the call graph for this function:

◆ vkCreateCommandPool()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateCommandPool ( VkDevice  device,
const VkCommandPoolCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkCommandPool *  pCommandPool 
) const
inline
Here is the call graph for this function:

◆ vkCreateComputePipelines()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateComputePipelines ( VkDevice  device,
VkPipelineCache  pipelineCache,
uint32_t  createInfoCount,
const VkComputePipelineCreateInfo *  pCreateInfos,
const VkAllocationCallbacks *  pAllocator,
VkPipeline *  pPipelines 
) const
inline
Here is the call graph for this function:

◆ vkCreateDebugReportCallbackEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateDebugReportCallbackEXT ( VkInstance  instance,
const VkDebugReportCallbackCreateInfoEXT *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkDebugReportCallbackEXT *  pCallback 
) const
inline
Here is the call graph for this function:

◆ vkCreateDebugUtilsMessengerEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateDebugUtilsMessengerEXT ( VkInstance  instance,
const VkDebugUtilsMessengerCreateInfoEXT *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkDebugUtilsMessengerEXT *  pMessenger 
) const
inline
Here is the call graph for this function:

◆ vkCreateDescriptorPool()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateDescriptorPool ( VkDevice  device,
const VkDescriptorPoolCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkDescriptorPool *  pDescriptorPool 
) const
inline
Here is the call graph for this function:

◆ vkCreateDescriptorSetLayout()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateDescriptorSetLayout ( VkDevice  device,
const VkDescriptorSetLayoutCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkDescriptorSetLayout *  pSetLayout 
) const
inline
Here is the call graph for this function:

◆ vkCreateDescriptorUpdateTemplate()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateDescriptorUpdateTemplate ( VkDevice  device,
const VkDescriptorUpdateTemplateCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkDescriptorUpdateTemplate *  pDescriptorUpdateTemplate 
) const
inline
Here is the call graph for this function:

◆ vkCreateDescriptorUpdateTemplateKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateDescriptorUpdateTemplateKHR ( VkDevice  device,
const VkDescriptorUpdateTemplateCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkDescriptorUpdateTemplate *  pDescriptorUpdateTemplate 
) const
inline
Here is the call graph for this function:

◆ vkCreateDevice()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateDevice ( VkPhysicalDevice  physicalDevice,
const VkDeviceCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkDevice *  pDevice 
) const
inline
Here is the call graph for this function:

◆ vkCreateDisplayModeKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateDisplayModeKHR ( VkPhysicalDevice  physicalDevice,
VkDisplayKHR  display,
const VkDisplayModeCreateInfoKHR *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkDisplayModeKHR *  pMode 
) const
inline
Here is the call graph for this function:

◆ vkCreateDisplayPlaneSurfaceKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateDisplayPlaneSurfaceKHR ( VkInstance  instance,
const VkDisplaySurfaceCreateInfoKHR *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkSurfaceKHR *  pSurface 
) const
inline
Here is the call graph for this function:

◆ vkCreateEvent()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateEvent ( VkDevice  device,
const VkEventCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkEvent *  pEvent 
) const
inline
Here is the call graph for this function:

◆ vkCreateFence()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateFence ( VkDevice  device,
const VkFenceCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkFence *  pFence 
) const
inline
Here is the call graph for this function:

◆ vkCreateFramebuffer()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateFramebuffer ( VkDevice  device,
const VkFramebufferCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkFramebuffer *  pFramebuffer 
) const
inline
Here is the call graph for this function:

◆ vkCreateGraphicsPipelines()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateGraphicsPipelines ( VkDevice  device,
VkPipelineCache  pipelineCache,
uint32_t  createInfoCount,
const VkGraphicsPipelineCreateInfo *  pCreateInfos,
const VkAllocationCallbacks *  pAllocator,
VkPipeline *  pPipelines 
) const
inline
Here is the call graph for this function:

◆ vkCreateImage()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateImage ( VkDevice  device,
const VkImageCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkImage *  pImage 
) const
inline
Here is the call graph for this function:

◆ vkCreateImageView()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateImageView ( VkDevice  device,
const VkImageViewCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkImageView *  pView 
) const
inline
Here is the call graph for this function:

◆ vkCreateIndirectCommandsLayoutNVX()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateIndirectCommandsLayoutNVX ( VkDevice  device,
const VkIndirectCommandsLayoutCreateInfoNVX *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkIndirectCommandsLayoutNVX *  pIndirectCommandsLayout 
) const
inline
Here is the call graph for this function:

◆ vkCreateInstance()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateInstance ( const VkInstanceCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkInstance *  pInstance 
) const
inline
Here is the call graph for this function:

◆ vkCreateObjectTableNVX()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateObjectTableNVX ( VkDevice  device,
const VkObjectTableCreateInfoNVX *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkObjectTableNVX *  pObjectTable 
) const
inline
Here is the call graph for this function:

◆ vkCreatePipelineCache()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreatePipelineCache ( VkDevice  device,
const VkPipelineCacheCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkPipelineCache *  pPipelineCache 
) const
inline
Here is the call graph for this function:

◆ vkCreatePipelineLayout()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreatePipelineLayout ( VkDevice  device,
const VkPipelineLayoutCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkPipelineLayout *  pPipelineLayout 
) const
inline
Here is the call graph for this function:

◆ vkCreateQueryPool()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateQueryPool ( VkDevice  device,
const VkQueryPoolCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkQueryPool *  pQueryPool 
) const
inline
Here is the call graph for this function:

◆ vkCreateRenderPass()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateRenderPass ( VkDevice  device,
const VkRenderPassCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkRenderPass *  pRenderPass 
) const
inline
Here is the call graph for this function:

◆ vkCreateSampler()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateSampler ( VkDevice  device,
const VkSamplerCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkSampler *  pSampler 
) const
inline
Here is the call graph for this function:

◆ vkCreateSamplerYcbcrConversion()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateSamplerYcbcrConversion ( VkDevice  device,
const VkSamplerYcbcrConversionCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkSamplerYcbcrConversion *  pYcbcrConversion 
) const
inline
Here is the call graph for this function:

◆ vkCreateSamplerYcbcrConversionKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateSamplerYcbcrConversionKHR ( VkDevice  device,
const VkSamplerYcbcrConversionCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkSamplerYcbcrConversion *  pYcbcrConversion 
) const
inline
Here is the call graph for this function:

◆ vkCreateSemaphore()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateSemaphore ( VkDevice  device,
const VkSemaphoreCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkSemaphore *  pSemaphore 
) const
inline
Here is the call graph for this function:

◆ vkCreateShaderModule()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateShaderModule ( VkDevice  device,
const VkShaderModuleCreateInfo *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkShaderModule *  pShaderModule 
) const
inline
Here is the call graph for this function:

◆ vkCreateSharedSwapchainsKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateSharedSwapchainsKHR ( VkDevice  device,
uint32_t  swapchainCount,
const VkSwapchainCreateInfoKHR *  pCreateInfos,
const VkAllocationCallbacks *  pAllocator,
VkSwapchainKHR *  pSwapchains 
) const
inline
Here is the call graph for this function:

◆ vkCreateSwapchainKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateSwapchainKHR ( VkDevice  device,
const VkSwapchainCreateInfoKHR *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkSwapchainKHR *  pSwapchain 
) const
inline
Here is the call graph for this function:

◆ vkCreateValidationCacheEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkCreateValidationCacheEXT ( VkDevice  device,
const VkValidationCacheCreateInfoEXT *  pCreateInfo,
const VkAllocationCallbacks *  pAllocator,
VkValidationCacheEXT *  pValidationCache 
) const
inline
Here is the call graph for this function:

◆ vkDebugMarkerSetObjectNameEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDebugMarkerSetObjectNameEXT ( VkDevice  device,
const VkDebugMarkerObjectNameInfoEXT *  pNameInfo 
) const
inline
Here is the call graph for this function:

◆ vkDebugMarkerSetObjectTagEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDebugMarkerSetObjectTagEXT ( VkDevice  device,
const VkDebugMarkerObjectTagInfoEXT *  pTagInfo 
) const
inline
Here is the call graph for this function:

◆ vkDebugReportMessageEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDebugReportMessageEXT ( VkInstance  instance,
VkDebugReportFlagsEXT  flags,
VkDebugReportObjectTypeEXT  objectType,
uint64_t  object,
size_t  location,
int32_t  messageCode,
const char *  pLayerPrefix,
const char *  pMessage 
) const
inline
Here is the call graph for this function:

◆ vkDestroyBuffer()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyBuffer ( VkDevice  device,
VkBuffer  buffer,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyBufferView()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyBufferView ( VkDevice  device,
VkBufferView  bufferView,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyCommandPool()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyCommandPool ( VkDevice  device,
VkCommandPool  commandPool,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyDebugReportCallbackEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyDebugReportCallbackEXT ( VkInstance  instance,
VkDebugReportCallbackEXT  callback,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyDebugUtilsMessengerEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyDebugUtilsMessengerEXT ( VkInstance  instance,
VkDebugUtilsMessengerEXT  messenger,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyDescriptorPool()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyDescriptorPool ( VkDevice  device,
VkDescriptorPool  descriptorPool,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyDescriptorSetLayout()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyDescriptorSetLayout ( VkDevice  device,
VkDescriptorSetLayout  descriptorSetLayout,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyDescriptorUpdateTemplate()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyDescriptorUpdateTemplate ( VkDevice  device,
VkDescriptorUpdateTemplate  descriptorUpdateTemplate,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyDescriptorUpdateTemplateKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyDescriptorUpdateTemplateKHR ( VkDevice  device,
VkDescriptorUpdateTemplate  descriptorUpdateTemplate,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyDevice()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyDevice ( VkDevice  device,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyEvent()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyEvent ( VkDevice  device,
VkEvent  event,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyFence()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyFence ( VkDevice  device,
VkFence  fence,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyFramebuffer()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyFramebuffer ( VkDevice  device,
VkFramebuffer  framebuffer,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyImage()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyImage ( VkDevice  device,
VkImage  image,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyImageView()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyImageView ( VkDevice  device,
VkImageView  imageView,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyIndirectCommandsLayoutNVX()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyIndirectCommandsLayoutNVX ( VkDevice  device,
VkIndirectCommandsLayoutNVX  indirectCommandsLayout,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyInstance()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyInstance ( VkInstance  instance,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyObjectTableNVX()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyObjectTableNVX ( VkDevice  device,
VkObjectTableNVX  objectTable,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyPipeline()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyPipeline ( VkDevice  device,
VkPipeline  pipeline,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyPipelineCache()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyPipelineCache ( VkDevice  device,
VkPipelineCache  pipelineCache,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyPipelineLayout()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyPipelineLayout ( VkDevice  device,
VkPipelineLayout  pipelineLayout,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyQueryPool()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyQueryPool ( VkDevice  device,
VkQueryPool  queryPool,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyRenderPass()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyRenderPass ( VkDevice  device,
VkRenderPass  renderPass,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroySampler()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroySampler ( VkDevice  device,
VkSampler  sampler,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroySamplerYcbcrConversion()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroySamplerYcbcrConversion ( VkDevice  device,
VkSamplerYcbcrConversion  ycbcrConversion,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroySamplerYcbcrConversionKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroySamplerYcbcrConversionKHR ( VkDevice  device,
VkSamplerYcbcrConversion  ycbcrConversion,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroySemaphore()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroySemaphore ( VkDevice  device,
VkSemaphore  semaphore,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyShaderModule()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyShaderModule ( VkDevice  device,
VkShaderModule  shaderModule,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroySurfaceKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroySurfaceKHR ( VkInstance  instance,
VkSurfaceKHR  surface,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroySwapchainKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroySwapchainKHR ( VkDevice  device,
VkSwapchainKHR  swapchain,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDestroyValidationCacheEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDestroyValidationCacheEXT ( VkDevice  device,
VkValidationCacheEXT  validationCache,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkDeviceWaitIdle()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDeviceWaitIdle ( VkDevice  device) const
inline
Here is the call graph for this function:

◆ vkDisplayPowerControlEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkDisplayPowerControlEXT ( VkDevice  device,
VkDisplayKHR  display,
const VkDisplayPowerInfoEXT *  pDisplayPowerInfo 
) const
inline
Here is the call graph for this function:

◆ vkEndCommandBuffer()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkEndCommandBuffer ( VkCommandBuffer  commandBuffer) const
inline
Here is the call graph for this function:

◆ vkEnumerateDeviceExtensionProperties()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkEnumerateDeviceExtensionProperties ( VkPhysicalDevice  physicalDevice,
const char *  pLayerName,
uint32_t *  pPropertyCount,
VkExtensionProperties *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkEnumerateDeviceLayerProperties()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkEnumerateDeviceLayerProperties ( VkPhysicalDevice  physicalDevice,
uint32_t *  pPropertyCount,
VkLayerProperties *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkEnumerateInstanceExtensionProperties()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkEnumerateInstanceExtensionProperties ( const char *  pLayerName,
uint32_t *  pPropertyCount,
VkExtensionProperties *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkEnumerateInstanceLayerProperties()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkEnumerateInstanceLayerProperties ( uint32_t *  pPropertyCount,
VkLayerProperties *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkEnumerateInstanceVersion()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkEnumerateInstanceVersion ( uint32_t *  pApiVersion) const
inline
Here is the call graph for this function:

◆ vkEnumeratePhysicalDeviceGroups()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkEnumeratePhysicalDeviceGroups ( VkInstance  instance,
uint32_t *  pPhysicalDeviceGroupCount,
VkPhysicalDeviceGroupProperties *  pPhysicalDeviceGroupProperties 
) const
inline
Here is the call graph for this function:

◆ vkEnumeratePhysicalDeviceGroupsKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkEnumeratePhysicalDeviceGroupsKHR ( VkInstance  instance,
uint32_t *  pPhysicalDeviceGroupCount,
VkPhysicalDeviceGroupProperties *  pPhysicalDeviceGroupProperties 
) const
inline
Here is the call graph for this function:

◆ vkEnumeratePhysicalDevices()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkEnumeratePhysicalDevices ( VkInstance  instance,
uint32_t *  pPhysicalDeviceCount,
VkPhysicalDevice *  pPhysicalDevices 
) const
inline
Here is the call graph for this function:

◆ vkFlushMappedMemoryRanges()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkFlushMappedMemoryRanges ( VkDevice  device,
uint32_t  memoryRangeCount,
const VkMappedMemoryRange *  pMemoryRanges 
) const
inline
Here is the call graph for this function:

◆ vkFreeCommandBuffers()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkFreeCommandBuffers ( VkDevice  device,
VkCommandPool  commandPool,
uint32_t  commandBufferCount,
const VkCommandBuffer *  pCommandBuffers 
) const
inline
Here is the call graph for this function:

◆ vkFreeDescriptorSets()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkFreeDescriptorSets ( VkDevice  device,
VkDescriptorPool  descriptorPool,
uint32_t  descriptorSetCount,
const VkDescriptorSet *  pDescriptorSets 
) const
inline
Here is the call graph for this function:

◆ vkFreeMemory()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkFreeMemory ( VkDevice  device,
VkDeviceMemory  memory,
const VkAllocationCallbacks *  pAllocator 
) const
inline
Here is the call graph for this function:

◆ vkGetBufferMemoryRequirements()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetBufferMemoryRequirements ( VkDevice  device,
VkBuffer  buffer,
VkMemoryRequirements *  pMemoryRequirements 
) const
inline
Here is the call graph for this function:

◆ vkGetBufferMemoryRequirements2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetBufferMemoryRequirements2 ( VkDevice  device,
const VkBufferMemoryRequirementsInfo2 *  pInfo,
VkMemoryRequirements2 *  pMemoryRequirements 
) const
inline
Here is the call graph for this function:

◆ vkGetBufferMemoryRequirements2KHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetBufferMemoryRequirements2KHR ( VkDevice  device,
const VkBufferMemoryRequirementsInfo2 *  pInfo,
VkMemoryRequirements2 *  pMemoryRequirements 
) const
inline
Here is the call graph for this function:

◆ vkGetDescriptorSetLayoutSupport()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDescriptorSetLayoutSupport ( VkDevice  device,
const VkDescriptorSetLayoutCreateInfo *  pCreateInfo,
VkDescriptorSetLayoutSupport *  pSupport 
) const
inline
Here is the call graph for this function:

◆ vkGetDescriptorSetLayoutSupportKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDescriptorSetLayoutSupportKHR ( VkDevice  device,
const VkDescriptorSetLayoutCreateInfo *  pCreateInfo,
VkDescriptorSetLayoutSupport *  pSupport 
) const
inline
Here is the call graph for this function:

◆ vkGetDeviceGroupPeerMemoryFeatures()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDeviceGroupPeerMemoryFeatures ( VkDevice  device,
uint32_t  heapIndex,
uint32_t  localDeviceIndex,
uint32_t  remoteDeviceIndex,
VkPeerMemoryFeatureFlags *  pPeerMemoryFeatures 
) const
inline
Here is the call graph for this function:

◆ vkGetDeviceGroupPeerMemoryFeaturesKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDeviceGroupPeerMemoryFeaturesKHR ( VkDevice  device,
uint32_t  heapIndex,
uint32_t  localDeviceIndex,
uint32_t  remoteDeviceIndex,
VkPeerMemoryFeatureFlags *  pPeerMemoryFeatures 
) const
inline
Here is the call graph for this function:

◆ vkGetDeviceGroupPresentCapabilitiesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDeviceGroupPresentCapabilitiesKHR ( VkDevice  device,
VkDeviceGroupPresentCapabilitiesKHR *  pDeviceGroupPresentCapabilities 
) const
inline
Here is the call graph for this function:

◆ vkGetDeviceGroupSurfacePresentModesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDeviceGroupSurfacePresentModesKHR ( VkDevice  device,
VkSurfaceKHR  surface,
VkDeviceGroupPresentModeFlagsKHR *  pModes 
) const
inline
Here is the call graph for this function:

◆ vkGetDeviceMemoryCommitment()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDeviceMemoryCommitment ( VkDevice  device,
VkDeviceMemory  memory,
VkDeviceSize *  pCommittedMemoryInBytes 
) const
inline
Here is the call graph for this function:

◆ vkGetDeviceProcAddr()

PFN_vkVoidFunction VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDeviceProcAddr ( VkDevice  device,
const char *  pName 
) const
inline
Here is the call graph for this function:

◆ vkGetDeviceQueue()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDeviceQueue ( VkDevice  device,
uint32_t  queueFamilyIndex,
uint32_t  queueIndex,
VkQueue *  pQueue 
) const
inline
Here is the call graph for this function:

◆ vkGetDeviceQueue2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDeviceQueue2 ( VkDevice  device,
const VkDeviceQueueInfo2 *  pQueueInfo,
VkQueue *  pQueue 
) const
inline
Here is the call graph for this function:

◆ vkGetDisplayModePropertiesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDisplayModePropertiesKHR ( VkPhysicalDevice  physicalDevice,
VkDisplayKHR  display,
uint32_t *  pPropertyCount,
VkDisplayModePropertiesKHR *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetDisplayPlaneCapabilitiesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDisplayPlaneCapabilitiesKHR ( VkPhysicalDevice  physicalDevice,
VkDisplayModeKHR  mode,
uint32_t  planeIndex,
VkDisplayPlaneCapabilitiesKHR *  pCapabilities 
) const
inline
Here is the call graph for this function:

◆ vkGetDisplayPlaneSupportedDisplaysKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetDisplayPlaneSupportedDisplaysKHR ( VkPhysicalDevice  physicalDevice,
uint32_t  planeIndex,
uint32_t *  pDisplayCount,
VkDisplayKHR *  pDisplays 
) const
inline
Here is the call graph for this function:

◆ vkGetEventStatus()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetEventStatus ( VkDevice  device,
VkEvent  event 
) const
inline
Here is the call graph for this function:

◆ vkGetFenceFdKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetFenceFdKHR ( VkDevice  device,
const VkFenceGetFdInfoKHR *  pGetFdInfo,
int *  pFd 
) const
inline
Here is the call graph for this function:

◆ vkGetFenceStatus()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetFenceStatus ( VkDevice  device,
VkFence  fence 
) const
inline
Here is the call graph for this function:

◆ vkGetImageMemoryRequirements()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetImageMemoryRequirements ( VkDevice  device,
VkImage  image,
VkMemoryRequirements *  pMemoryRequirements 
) const
inline
Here is the call graph for this function:

◆ vkGetImageMemoryRequirements2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetImageMemoryRequirements2 ( VkDevice  device,
const VkImageMemoryRequirementsInfo2 *  pInfo,
VkMemoryRequirements2 *  pMemoryRequirements 
) const
inline
Here is the call graph for this function:

◆ vkGetImageMemoryRequirements2KHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetImageMemoryRequirements2KHR ( VkDevice  device,
const VkImageMemoryRequirementsInfo2 *  pInfo,
VkMemoryRequirements2 *  pMemoryRequirements 
) const
inline
Here is the call graph for this function:

◆ vkGetImageSparseMemoryRequirements()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetImageSparseMemoryRequirements ( VkDevice  device,
VkImage  image,
uint32_t *  pSparseMemoryRequirementCount,
VkSparseImageMemoryRequirements *  pSparseMemoryRequirements 
) const
inline
Here is the call graph for this function:

◆ vkGetImageSparseMemoryRequirements2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetImageSparseMemoryRequirements2 ( VkDevice  device,
const VkImageSparseMemoryRequirementsInfo2 *  pInfo,
uint32_t *  pSparseMemoryRequirementCount,
VkSparseImageMemoryRequirements2 *  pSparseMemoryRequirements 
) const
inline
Here is the call graph for this function:

◆ vkGetImageSparseMemoryRequirements2KHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetImageSparseMemoryRequirements2KHR ( VkDevice  device,
const VkImageSparseMemoryRequirementsInfo2 *  pInfo,
uint32_t *  pSparseMemoryRequirementCount,
VkSparseImageMemoryRequirements2 *  pSparseMemoryRequirements 
) const
inline
Here is the call graph for this function:

◆ vkGetImageSubresourceLayout()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetImageSubresourceLayout ( VkDevice  device,
VkImage  image,
const VkImageSubresource *  pSubresource,
VkSubresourceLayout *  pLayout 
) const
inline
Here is the call graph for this function:

◆ vkGetInstanceProcAddr()

PFN_vkVoidFunction VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetInstanceProcAddr ( VkInstance  instance,
const char *  pName 
) const
inline
Here is the call graph for this function:

◆ vkGetMemoryFdKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetMemoryFdKHR ( VkDevice  device,
const VkMemoryGetFdInfoKHR *  pGetFdInfo,
int *  pFd 
) const
inline
Here is the call graph for this function:

◆ vkGetMemoryFdPropertiesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetMemoryFdPropertiesKHR ( VkDevice  device,
VkExternalMemoryHandleTypeFlagBits  handleType,
int  fd,
VkMemoryFdPropertiesKHR *  pMemoryFdProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetMemoryHostPointerPropertiesEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetMemoryHostPointerPropertiesEXT ( VkDevice  device,
VkExternalMemoryHandleTypeFlagBits  handleType,
const void *  pHostPointer,
VkMemoryHostPointerPropertiesEXT *  pMemoryHostPointerProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPastPresentationTimingGOOGLE()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPastPresentationTimingGOOGLE ( VkDevice  device,
VkSwapchainKHR  swapchain,
uint32_t *  pPresentationTimingCount,
VkPastPresentationTimingGOOGLE *  pPresentationTimings 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceDisplayPlanePropertiesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceDisplayPlanePropertiesKHR ( VkPhysicalDevice  physicalDevice,
uint32_t *  pPropertyCount,
VkDisplayPlanePropertiesKHR *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceDisplayPropertiesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceDisplayPropertiesKHR ( VkPhysicalDevice  physicalDevice,
uint32_t *  pPropertyCount,
VkDisplayPropertiesKHR *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceExternalBufferProperties()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceExternalBufferProperties ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceExternalBufferInfo *  pExternalBufferInfo,
VkExternalBufferProperties *  pExternalBufferProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceExternalBufferPropertiesKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceExternalBufferPropertiesKHR ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceExternalBufferInfo *  pExternalBufferInfo,
VkExternalBufferProperties *  pExternalBufferProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceExternalFenceProperties()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceExternalFenceProperties ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceExternalFenceInfo *  pExternalFenceInfo,
VkExternalFenceProperties *  pExternalFenceProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceExternalFencePropertiesKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceExternalFencePropertiesKHR ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceExternalFenceInfo *  pExternalFenceInfo,
VkExternalFenceProperties *  pExternalFenceProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceExternalImageFormatPropertiesNV()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceExternalImageFormatPropertiesNV ( VkPhysicalDevice  physicalDevice,
VkFormat  format,
VkImageType  type,
VkImageTiling  tiling,
VkImageUsageFlags  usage,
VkImageCreateFlags  flags,
VkExternalMemoryHandleTypeFlagsNV  externalHandleType,
VkExternalImageFormatPropertiesNV *  pExternalImageFormatProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceExternalSemaphoreProperties()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceExternalSemaphoreProperties ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceExternalSemaphoreInfo *  pExternalSemaphoreInfo,
VkExternalSemaphoreProperties *  pExternalSemaphoreProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceExternalSemaphorePropertiesKHR ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceExternalSemaphoreInfo *  pExternalSemaphoreInfo,
VkExternalSemaphoreProperties *  pExternalSemaphoreProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceFeatures()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceFeatures ( VkPhysicalDevice  physicalDevice,
VkPhysicalDeviceFeatures *  pFeatures 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceFeatures2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceFeatures2 ( VkPhysicalDevice  physicalDevice,
VkPhysicalDeviceFeatures2 *  pFeatures 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceFeatures2KHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceFeatures2KHR ( VkPhysicalDevice  physicalDevice,
VkPhysicalDeviceFeatures2 *  pFeatures 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceFormatProperties()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceFormatProperties ( VkPhysicalDevice  physicalDevice,
VkFormat  format,
VkFormatProperties *  pFormatProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceFormatProperties2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceFormatProperties2 ( VkPhysicalDevice  physicalDevice,
VkFormat  format,
VkFormatProperties2 *  pFormatProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceFormatProperties2KHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceFormatProperties2KHR ( VkPhysicalDevice  physicalDevice,
VkFormat  format,
VkFormatProperties2 *  pFormatProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX ( VkPhysicalDevice  physicalDevice,
VkDeviceGeneratedCommandsFeaturesNVX *  pFeatures,
VkDeviceGeneratedCommandsLimitsNVX *  pLimits 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceImageFormatProperties()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceImageFormatProperties ( VkPhysicalDevice  physicalDevice,
VkFormat  format,
VkImageType  type,
VkImageTiling  tiling,
VkImageUsageFlags  usage,
VkImageCreateFlags  flags,
VkImageFormatProperties *  pImageFormatProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceImageFormatProperties2()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceImageFormatProperties2 ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceImageFormatInfo2 *  pImageFormatInfo,
VkImageFormatProperties2 *  pImageFormatProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceImageFormatProperties2KHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceImageFormatProperties2KHR ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceImageFormatInfo2 *  pImageFormatInfo,
VkImageFormatProperties2 *  pImageFormatProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceMemoryProperties()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceMemoryProperties ( VkPhysicalDevice  physicalDevice,
VkPhysicalDeviceMemoryProperties *  pMemoryProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceMemoryProperties2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceMemoryProperties2 ( VkPhysicalDevice  physicalDevice,
VkPhysicalDeviceMemoryProperties2 *  pMemoryProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceMemoryProperties2KHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceMemoryProperties2KHR ( VkPhysicalDevice  physicalDevice,
VkPhysicalDeviceMemoryProperties2 *  pMemoryProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceMultisamplePropertiesEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceMultisamplePropertiesEXT ( VkPhysicalDevice  physicalDevice,
VkSampleCountFlagBits  samples,
VkMultisamplePropertiesEXT *  pMultisampleProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDevicePresentRectanglesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDevicePresentRectanglesKHR ( VkPhysicalDevice  physicalDevice,
VkSurfaceKHR  surface,
uint32_t *  pRectCount,
VkRect2D *  pRects 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceProperties()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceProperties ( VkPhysicalDevice  physicalDevice,
VkPhysicalDeviceProperties *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceProperties2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceProperties2 ( VkPhysicalDevice  physicalDevice,
VkPhysicalDeviceProperties2 *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceProperties2KHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceProperties2KHR ( VkPhysicalDevice  physicalDevice,
VkPhysicalDeviceProperties2 *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceQueueFamilyProperties()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceQueueFamilyProperties ( VkPhysicalDevice  physicalDevice,
uint32_t *  pQueueFamilyPropertyCount,
VkQueueFamilyProperties *  pQueueFamilyProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceQueueFamilyProperties2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceQueueFamilyProperties2 ( VkPhysicalDevice  physicalDevice,
uint32_t *  pQueueFamilyPropertyCount,
VkQueueFamilyProperties2 *  pQueueFamilyProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceQueueFamilyProperties2KHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceQueueFamilyProperties2KHR ( VkPhysicalDevice  physicalDevice,
uint32_t *  pQueueFamilyPropertyCount,
VkQueueFamilyProperties2 *  pQueueFamilyProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSparseImageFormatProperties()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSparseImageFormatProperties ( VkPhysicalDevice  physicalDevice,
VkFormat  format,
VkImageType  type,
VkSampleCountFlagBits  samples,
VkImageUsageFlags  usage,
VkImageTiling  tiling,
uint32_t *  pPropertyCount,
VkSparseImageFormatProperties *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSparseImageFormatProperties2()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSparseImageFormatProperties2 ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceSparseImageFormatInfo2 *  pFormatInfo,
uint32_t *  pPropertyCount,
VkSparseImageFormatProperties2 *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSparseImageFormatProperties2KHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSparseImageFormatProperties2KHR ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceSparseImageFormatInfo2 *  pFormatInfo,
uint32_t *  pPropertyCount,
VkSparseImageFormatProperties2 *  pProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSurfaceCapabilities2EXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSurfaceCapabilities2EXT ( VkPhysicalDevice  physicalDevice,
VkSurfaceKHR  surface,
VkSurfaceCapabilities2EXT *  pSurfaceCapabilities 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSurfaceCapabilities2KHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSurfaceCapabilities2KHR ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceSurfaceInfo2KHR *  pSurfaceInfo,
VkSurfaceCapabilities2KHR *  pSurfaceCapabilities 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSurfaceCapabilitiesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSurfaceCapabilitiesKHR ( VkPhysicalDevice  physicalDevice,
VkSurfaceKHR  surface,
VkSurfaceCapabilitiesKHR *  pSurfaceCapabilities 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSurfaceFormats2KHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSurfaceFormats2KHR ( VkPhysicalDevice  physicalDevice,
const VkPhysicalDeviceSurfaceInfo2KHR *  pSurfaceInfo,
uint32_t *  pSurfaceFormatCount,
VkSurfaceFormat2KHR *  pSurfaceFormats 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSurfaceFormatsKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSurfaceFormatsKHR ( VkPhysicalDevice  physicalDevice,
VkSurfaceKHR  surface,
uint32_t *  pSurfaceFormatCount,
VkSurfaceFormatKHR *  pSurfaceFormats 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSurfacePresentModesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSurfacePresentModesKHR ( VkPhysicalDevice  physicalDevice,
VkSurfaceKHR  surface,
uint32_t *  pPresentModeCount,
VkPresentModeKHR *  pPresentModes 
) const
inline
Here is the call graph for this function:

◆ vkGetPhysicalDeviceSurfaceSupportKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPhysicalDeviceSurfaceSupportKHR ( VkPhysicalDevice  physicalDevice,
uint32_t  queueFamilyIndex,
VkSurfaceKHR  surface,
VkBool32 *  pSupported 
) const
inline
Here is the call graph for this function:

◆ vkGetPipelineCacheData()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetPipelineCacheData ( VkDevice  device,
VkPipelineCache  pipelineCache,
size_t *  pDataSize,
void *  pData 
) const
inline
Here is the call graph for this function:

◆ vkGetQueryPoolResults()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetQueryPoolResults ( VkDevice  device,
VkQueryPool  queryPool,
uint32_t  firstQuery,
uint32_t  queryCount,
size_t  dataSize,
void *  pData,
VkDeviceSize  stride,
VkQueryResultFlags  flags 
) const
inline
Here is the call graph for this function:

◆ vkGetRefreshCycleDurationGOOGLE()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetRefreshCycleDurationGOOGLE ( VkDevice  device,
VkSwapchainKHR  swapchain,
VkRefreshCycleDurationGOOGLE *  pDisplayTimingProperties 
) const
inline
Here is the call graph for this function:

◆ vkGetRenderAreaGranularity()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetRenderAreaGranularity ( VkDevice  device,
VkRenderPass  renderPass,
VkExtent2D *  pGranularity 
) const
inline
Here is the call graph for this function:

◆ vkGetSemaphoreFdKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetSemaphoreFdKHR ( VkDevice  device,
const VkSemaphoreGetFdInfoKHR *  pGetFdInfo,
int *  pFd 
) const
inline
Here is the call graph for this function:

◆ vkGetShaderInfoAMD()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetShaderInfoAMD ( VkDevice  device,
VkPipeline  pipeline,
VkShaderStageFlagBits  shaderStage,
VkShaderInfoTypeAMD  infoType,
size_t *  pInfoSize,
void *  pInfo 
) const
inline
Here is the call graph for this function:

◆ vkGetSwapchainCounterEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetSwapchainCounterEXT ( VkDevice  device,
VkSwapchainKHR  swapchain,
VkSurfaceCounterFlagBitsEXT  counter,
uint64_t *  pCounterValue 
) const
inline
Here is the call graph for this function:

◆ vkGetSwapchainImagesKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetSwapchainImagesKHR ( VkDevice  device,
VkSwapchainKHR  swapchain,
uint32_t *  pSwapchainImageCount,
VkImage *  pSwapchainImages 
) const
inline
Here is the call graph for this function:

◆ vkGetSwapchainStatusKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetSwapchainStatusKHR ( VkDevice  device,
VkSwapchainKHR  swapchain 
) const
inline
Here is the call graph for this function:

◆ vkGetValidationCacheDataEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkGetValidationCacheDataEXT ( VkDevice  device,
VkValidationCacheEXT  validationCache,
size_t *  pDataSize,
void *  pData 
) const
inline
Here is the call graph for this function:

◆ vkImportFenceFdKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkImportFenceFdKHR ( VkDevice  device,
const VkImportFenceFdInfoKHR *  pImportFenceFdInfo 
) const
inline
Here is the call graph for this function:

◆ vkImportSemaphoreFdKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkImportSemaphoreFdKHR ( VkDevice  device,
const VkImportSemaphoreFdInfoKHR *  pImportSemaphoreFdInfo 
) const
inline
Here is the call graph for this function:

◆ vkInvalidateMappedMemoryRanges()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkInvalidateMappedMemoryRanges ( VkDevice  device,
uint32_t  memoryRangeCount,
const VkMappedMemoryRange *  pMemoryRanges 
) const
inline
Here is the call graph for this function:

◆ vkMapMemory()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkMapMemory ( VkDevice  device,
VkDeviceMemory  memory,
VkDeviceSize  offset,
VkDeviceSize  size,
VkMemoryMapFlags  flags,
void **  ppData 
) const
inline
Here is the call graph for this function:

◆ vkMergePipelineCaches()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkMergePipelineCaches ( VkDevice  device,
VkPipelineCache  dstCache,
uint32_t  srcCacheCount,
const VkPipelineCache *  pSrcCaches 
) const
inline
Here is the call graph for this function:

◆ vkMergeValidationCachesEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkMergeValidationCachesEXT ( VkDevice  device,
VkValidationCacheEXT  dstCache,
uint32_t  srcCacheCount,
const VkValidationCacheEXT *  pSrcCaches 
) const
inline
Here is the call graph for this function:

◆ vkQueueBeginDebugUtilsLabelEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkQueueBeginDebugUtilsLabelEXT ( VkQueue  queue,
const VkDebugUtilsLabelEXT *  pLabelInfo 
) const
inline
Here is the call graph for this function:

◆ vkQueueBindSparse()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkQueueBindSparse ( VkQueue  queue,
uint32_t  bindInfoCount,
const VkBindSparseInfo *  pBindInfo,
VkFence  fence 
) const
inline
Here is the call graph for this function:

◆ vkQueueEndDebugUtilsLabelEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkQueueEndDebugUtilsLabelEXT ( VkQueue  queue) const
inline
Here is the call graph for this function:

◆ vkQueueInsertDebugUtilsLabelEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkQueueInsertDebugUtilsLabelEXT ( VkQueue  queue,
const VkDebugUtilsLabelEXT *  pLabelInfo 
) const
inline
Here is the call graph for this function:

◆ vkQueuePresentKHR()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkQueuePresentKHR ( VkQueue  queue,
const VkPresentInfoKHR *  pPresentInfo 
) const
inline
Here is the call graph for this function:

◆ vkQueueSubmit()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkQueueSubmit ( VkQueue  queue,
uint32_t  submitCount,
const VkSubmitInfo *  pSubmits,
VkFence  fence 
) const
inline
Here is the call graph for this function:

◆ vkQueueWaitIdle()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkQueueWaitIdle ( VkQueue  queue) const
inline
Here is the call graph for this function:

◆ vkRegisterDeviceEventEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkRegisterDeviceEventEXT ( VkDevice  device,
const VkDeviceEventInfoEXT *  pDeviceEventInfo,
const VkAllocationCallbacks *  pAllocator,
VkFence *  pFence 
) const
inline
Here is the call graph for this function:

◆ vkRegisterDisplayEventEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkRegisterDisplayEventEXT ( VkDevice  device,
VkDisplayKHR  display,
const VkDisplayEventInfoEXT *  pDisplayEventInfo,
const VkAllocationCallbacks *  pAllocator,
VkFence *  pFence 
) const
inline
Here is the call graph for this function:

◆ vkRegisterObjectsNVX()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkRegisterObjectsNVX ( VkDevice  device,
VkObjectTableNVX  objectTable,
uint32_t  objectCount,
const VkObjectTableEntryNVX *const *  ppObjectTableEntries,
const uint32_t *  pObjectIndices 
) const
inline
Here is the call graph for this function:

◆ vkReleaseDisplayEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkReleaseDisplayEXT ( VkPhysicalDevice  physicalDevice,
VkDisplayKHR  display 
) const
inline
Here is the call graph for this function:

◆ vkResetCommandBuffer()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkResetCommandBuffer ( VkCommandBuffer  commandBuffer,
VkCommandBufferResetFlags  flags 
) const
inline
Here is the call graph for this function:

◆ vkResetCommandPool()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkResetCommandPool ( VkDevice  device,
VkCommandPool  commandPool,
VkCommandPoolResetFlags  flags 
) const
inline
Here is the call graph for this function:

◆ vkResetDescriptorPool()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkResetDescriptorPool ( VkDevice  device,
VkDescriptorPool  descriptorPool,
VkDescriptorPoolResetFlags  flags 
) const
inline
Here is the call graph for this function:

◆ vkResetEvent()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkResetEvent ( VkDevice  device,
VkEvent  event 
) const
inline
Here is the call graph for this function:

◆ vkResetFences()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkResetFences ( VkDevice  device,
uint32_t  fenceCount,
const VkFence *  pFences 
) const
inline
Here is the call graph for this function:

◆ vkSetDebugUtilsObjectNameEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkSetDebugUtilsObjectNameEXT ( VkDevice  device,
const VkDebugUtilsObjectNameInfoEXT *  pNameInfo 
) const
inline
Here is the call graph for this function:

◆ vkSetDebugUtilsObjectTagEXT()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkSetDebugUtilsObjectTagEXT ( VkDevice  device,
const VkDebugUtilsObjectTagInfoEXT *  pTagInfo 
) const
inline
Here is the call graph for this function:

◆ vkSetEvent()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkSetEvent ( VkDevice  device,
VkEvent  event 
) const
inline
Here is the call graph for this function:

◆ vkSetHdrMetadataEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkSetHdrMetadataEXT ( VkDevice  device,
uint32_t  swapchainCount,
const VkSwapchainKHR *  pSwapchains,
const VkHdrMetadataEXT *  pMetadata 
) const
inline
Here is the call graph for this function:

◆ vkSubmitDebugUtilsMessageEXT()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkSubmitDebugUtilsMessageEXT ( VkInstance  instance,
VkDebugUtilsMessageSeverityFlagBitsEXT  messageSeverity,
VkDebugUtilsMessageTypeFlagsEXT  messageTypes,
const VkDebugUtilsMessengerCallbackDataEXT *  pCallbackData 
) const
inline
Here is the call graph for this function:

◆ vkTrimCommandPool()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkTrimCommandPool ( VkDevice  device,
VkCommandPool  commandPool,
VkCommandPoolTrimFlags  flags 
) const
inline
Here is the call graph for this function:

◆ vkTrimCommandPoolKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkTrimCommandPoolKHR ( VkDevice  device,
VkCommandPool  commandPool,
VkCommandPoolTrimFlags  flags 
) const
inline
Here is the call graph for this function:

◆ vkUnmapMemory()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkUnmapMemory ( VkDevice  device,
VkDeviceMemory  memory 
) const
inline
Here is the call graph for this function:

◆ vkUnregisterObjectsNVX()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkUnregisterObjectsNVX ( VkDevice  device,
VkObjectTableNVX  objectTable,
uint32_t  objectCount,
const VkObjectEntryTypeNVX *  pObjectEntryTypes,
const uint32_t *  pObjectIndices 
) const
inline
Here is the call graph for this function:

◆ vkUpdateDescriptorSets()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkUpdateDescriptorSets ( VkDevice  device,
uint32_t  descriptorWriteCount,
const VkWriteDescriptorSet *  pDescriptorWrites,
uint32_t  descriptorCopyCount,
const VkCopyDescriptorSet *  pDescriptorCopies 
) const
inline
Here is the call graph for this function:

◆ vkUpdateDescriptorSetWithTemplate()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkUpdateDescriptorSetWithTemplate ( VkDevice  device,
VkDescriptorSet  descriptorSet,
VkDescriptorUpdateTemplate  descriptorUpdateTemplate,
const void *  pData 
) const
inline
Here is the call graph for this function:

◆ vkUpdateDescriptorSetWithTemplateKHR()

void VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkUpdateDescriptorSetWithTemplateKHR ( VkDevice  device,
VkDescriptorSet  descriptorSet,
VkDescriptorUpdateTemplate  descriptorUpdateTemplate,
const void *  pData 
) const
inline
Here is the call graph for this function:

◆ vkWaitForFences()

VkResult VULKAN_HPP_NAMESPACE::DispatchLoaderStatic::vkWaitForFences ( VkDevice  device,
uint32_t  fenceCount,
const VkFence *  pFences,
VkBool32  waitAll,
uint64_t  timeout 
) const
inline
Here is the call graph for this function:

The documentation for this class was generated from the following file: