| 901 | // Not a CREATE or DESTROY function |
| 902 | } |
| 903 | static VKAPI_ATTR void VKAPI_CALL CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { |
| 904 | // Not a CREATE or DESTROY function |
| 905 | } |
| 906 | static VKAPI_ATTR void VKAPI_CALL CmdSetStencilCompareMask(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, |
| 907 | uint32_t compareMask) { |
| 908 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected