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

Function CmdDraw

icd/generated/function_definitions.h:926–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924 // Not a CREATE or DESTROY function
925}
926static VKAPI_ATTR void VKAPI_CALL CmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCount,
927 uint32_t firstVertex, uint32_t firstInstance) {
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected