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

Function CmdBindVertexBuffers

icd/generated/function_definitions.h:922–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected