| 4174 | // Not a CREATE or DESTROY function |
| 4175 | } |
| 4176 | static VKAPI_ATTR void VKAPI_CALL CmdSetColorBlendEnableEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, |
| 4177 | uint32_t attachmentCount, const VkBool32* pColorBlendEnables) { |
| 4178 | // Not a CREATE or DESTROY function |
| 4179 | } |
| 4180 | static VKAPI_ATTR void VKAPI_CALL CmdSetColorBlendEquationEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, |
| 4181 | uint32_t attachmentCount, |
| 4182 | const VkColorBlendEquationEXT* pColorBlendEquations) { |
nothing calls this directly
no outgoing calls
no test coverage detected