|
| enum class | Flags : uchar {
Default = 0
, NeedsDepth = 1 << 0
, DoubleSidedAlpha = 1 << 1
, SingleSidedAlpha = 1 << 2
,
Blend = 1 << 3
} |
| enum class | Flags : uchar {
Default = 0
, NeedsDepth = 1 << 0
, DoubleSidedAlpha = 1 << 1
, SingleSidedAlpha = 1 << 2
,
Blend = 1 << 3
} |
|
|
::ll::TypedStorage< 1, 1, uchar > | info |
The documentation for this struct was generated from the following files: