Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type ColorComponentFlags = ColorComponentFlagBits
- newtype ColorComponentFlagBits where
Documentation
newtype ColorComponentFlagBits Source #
VkColorComponentFlagBits - Bitmask controlling which components are written to the framebuffer
Description
The color write mask operation is applied regardless of whether blending is enabled.
The color write mask operation is applied only if Color Write Enable is enabled for the respective attachment. Otherwise the color write mask is ignored and writes to all components of the attachment are disabled.
See Also
pattern COLOR_COMPONENT_R_BIT :: ColorComponentFlagBits |
|
pattern COLOR_COMPONENT_G_BIT :: ColorComponentFlagBits |
|
pattern COLOR_COMPONENT_B_BIT :: ColorComponentFlagBits |
|
pattern COLOR_COMPONENT_A_BIT :: ColorComponentFlagBits |
|