Home | History | Annotate | Download | only in include

Lines Matching refs:dstColorBlendFactor

3295     VkBlendFactor get_dstColorBlendFactor() { return m_struct.dstColorBlendFactor; }
3296 void set_dstColorBlendFactor(VkBlendFactor inValue) { m_struct.dstColorBlendFactor = inValue; }