| 912 | // Not a CREATE or DESTROY function |
| 913 | } |
| 914 | static VKAPI_ATTR void VKAPI_CALL CmdSetStencilReference(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, |
| 915 | uint32_t reference) { |
| 916 | // Not a CREATE or DESTROY function |
| 917 | } |
| 918 | static VKAPI_ATTR void VKAPI_CALL CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 919 | VkIndexType indexType) { |
| 920 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected