Home
last modified time | relevance | path

Searched refs:attachmentBlendState (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp285 …const GraphicsState::ColorBlendState::Attachment& attachmentBlendState = colorBlendState.colorAtta… in GraphicsPipelineStateObjectVk() local
288 (VkBool32)attachmentBlendState.enableBlend, // blendEnable in GraphicsPipelineStateObjectVk()
289 (VkBlendFactor)attachmentBlendState.srcColorBlendFactor, // srcColorBlendFactor in GraphicsPipelineStateObjectVk()
290 (VkBlendFactor)attachmentBlendState.dstColorBlendFactor, // dstColorBlendFactor in GraphicsPipelineStateObjectVk()
291 (VkBlendOp)attachmentBlendState.colorBlendOp, // colorBlendOp in GraphicsPipelineStateObjectVk()
292 (VkBlendFactor)attachmentBlendState.srcAlphaBlendFactor, // srcAlphaBlendFactor in GraphicsPipelineStateObjectVk()
293 (VkBlendFactor)attachmentBlendState.dstAlphaBlendFactor, // dstAlphaBlendFactor in GraphicsPipelineStateObjectVk()
294 (VkBlendOp)attachmentBlendState.alphaBlendOp, // alphaBlendOp in GraphicsPipelineStateObjectVk()
295 (VkColorComponentFlags)attachmentBlendState.colorWriteMask, // colorWriteMask in GraphicsPipelineStateObjectVk()