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

Function CmdSetVertexInputEXT

icd/generated/function_definitions.h:3895–3900  ·  view source on GitHub ↗

VK_USE_PLATFORM_DIRECTFB_EXT */

Source from the content-addressed store, hash-verified

3893}
3894#endif /* VK_USE_PLATFORM_DIRECTFB_EXT */
3895static VKAPI_ATTR void VKAPI_CALL CmdSetVertexInputEXT(VkCommandBuffer commandBuffer, uint32_t vertexBindingDescriptionCount,
3896 const VkVertexInputBindingDescription2EXT* pVertexBindingDescriptions,
3897 uint32_t vertexAttributeDescriptionCount,
3898 const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) {
3899 // Not a CREATE or DESTROY function
3900}
3901#ifdef VK_USE_PLATFORM_FUCHSIA
3902static VKAPI_ATTR VkResult VKAPI_CALL GetMemoryZirconHandleFUCHSIA(VkDevice device,
3903 const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected