MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdSetColorBlendEnableEXT

Function CmdSetColorBlendEnableEXT

icd/generated/function_definitions.h:4176–4179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4174 // Not a CREATE or DESTROY function
4175}
4176static 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}
4180static VKAPI_ATTR void VKAPI_CALL CmdSetColorBlendEquationEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment,
4181 uint32_t attachmentCount,
4182 const VkColorBlendEquationEXT* pColorBlendEquations) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected