MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdDrawIndexedIndirect

Function CmdDrawIndexedIndirect

icd/generated/function_definitions.h:938–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936 // Not a CREATE or DESTROY function
937}
938static VKAPI_ATTR void VKAPI_CALL CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset,
939 uint32_t drawCount, uint32_t stride) {
940 // Not a CREATE or DESTROY function
941}
942static VKAPI_ATTR void VKAPI_CALL CmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout,
943 VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount,
944 const VkImageBlit* pRegions, VkFilter filter) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected