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

Function CmdBindVertexBuffers2

icd/generated/function_definitions.h:1304–1308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302 // Not a CREATE or DESTROY function
1303}
1304static VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers2(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount,
1305 const VkBuffer* pBuffers, const VkDeviceSize* pOffsets,
1306 const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) {
1307 // Not a CREATE or DESTROY function
1308}
1309static VKAPI_ATTR void VKAPI_CALL CmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) {
1310 // Not a CREATE or DESTROY function
1311}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected