ClearFlags.ixx File
Enum class defining bitmask flags for clearing render buffers before drawing. More...
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | rendering |
| namespace | common |
| namespace | types |
Description
Enum class defining bitmask flags for clearing render buffers before drawing.
File Listing
The file content with the documentation metadata removed is:
9export namespace helios::engine::rendering::common::types {
27 enum class ClearFlags {
31 None = 0,
36 Color = 1 << 0,
41 Depth = 1 << 1,
46 Stencil = 1 << 2,
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.