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

Function CmdBindIndexBuffer

icd/generated/function_definitions.h:918–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916 // Not a CREATE or DESTROY function
917}
918static VKAPI_ATTR void VKAPI_CALL CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset,
919 VkIndexType indexType) {
920 // Not a CREATE or DESTROY function
921}
922static VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount,
923 const VkBuffer* pBuffers, const VkDeviceSize* pOffsets) {
924 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected