VK_USE_PLATFORM_DIRECTFB_EXT */
| 3893 | } |
| 3894 | #endif /* VK_USE_PLATFORM_DIRECTFB_EXT */ |
| 3895 | static 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 |
| 3902 | static VKAPI_ATTR VkResult VKAPI_CALL GetMemoryZirconHandleFUCHSIA(VkDevice device, |
| 3903 | const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, |
nothing calls this directly
no outgoing calls
no test coverage detected