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

Function CmdDrawIndexed

icd/generated/function_definitions.h:930–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928 // Not a CREATE or DESTROY function
929}
930static VKAPI_ATTR void VKAPI_CALL CmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t instanceCount,
931 uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance) {
932 // Not a CREATE or DESTROY function
933}
934static VKAPI_ATTR void VKAPI_CALL CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset,
935 uint32_t drawCount, uint32_t stride) {
936 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected