| 894 | // Not a CREATE or DESTROY function |
| 895 | } |
| 896 | static VKAPI_ATTR void VKAPI_CALL CmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, |
| 897 | float depthBiasClamp, float depthBiasSlopeFactor) { |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected