| 844 | // Not a CREATE or DESTROY function |
| 845 | } |
| 846 | static VKAPI_ATTR void VKAPI_CALL CmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, |
| 847 | VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, |
| 848 | const void* pValues) { |
| 849 | // Not a CREATE or DESTROY function |
| 850 | } |
| 851 | static VKAPI_ATTR VkResult VKAPI_CALL CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, |
| 852 | uint32_t createInfoCount, |
| 853 | const VkGraphicsPipelineCreateInfo* pCreateInfos, |
nothing calls this directly
no outgoing calls
no test coverage detected