| 891 | // Not a CREATE or DESTROY function |
| 892 | } |
| 893 | static VKAPI_ATTR void VKAPI_CALL CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected