Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.Vulkan.Core10.Enums.ColorComponentFlagBits
Synopsis
- newtype ColorComponentFlagBits where
- type ColorComponentFlags = ColorComponentFlagBits
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.
See Also
Constructors
ColorComponentFlagBits Flags |
Bundled Patterns
pattern COLOR_COMPONENT_R_BIT :: ColorComponentFlagBits |
|
pattern COLOR_COMPONENT_G_BIT :: ColorComponentFlagBits |
|
pattern COLOR_COMPONENT_B_BIT :: ColorComponentFlagBits |
|
pattern COLOR_COMPONENT_A_BIT :: ColorComponentFlagBits |
|