| 898 | // Not a CREATE or DESTROY function |
| 899 | } |
| 900 | static VKAPI_ATTR void VKAPI_CALL CmdSetBlendConstants(VkCommandBuffer commandBuffer, const float blendConstants[4]) { |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected