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

Function CmdDrawIndirectCountAMD

icd/generated/function_definitions.h:2925–2929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2923 return VK_SUCCESS;
2924}
2925static VKAPI_ATTR void VKAPI_CALL CmdDrawIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset,
2926 VkBuffer countBuffer, VkDeviceSize countBufferOffset,
2927 uint32_t maxDrawCount, uint32_t stride) {
2928 // Not a CREATE or DESTROY function
2929}
2930static VKAPI_ATTR void VKAPI_CALL CmdDrawIndexedIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer,
2931 VkDeviceSize offset, VkBuffer countBuffer,
2932 VkDeviceSize countBufferOffset, uint32_t maxDrawCount,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected