Luna::RHI::ClearValue
Describes one clear value used to specify optimized clear value for texture resources.
struct Luna::RHI::ClearValue
Member objects
-
The format of the texture.
-
The type of the clear value.
-
The clear color to use if
type
is ClearValueType::color. -
DepthStencilValue depth_stencil
The depth stencil clear value to use if
type
is ClearValueType::depth_stencil.