Re-exports§
pub use visibility::*;
pub use window::*;
Modules§
Structs§
- Configures filmic color grading parameters to adjust the image appearance.
- Filmic color grading values applied to the image as a whole (as opposed to individual sections, like shadows and highlights).
- A section of color grading values that can be selectively applied to shadows, midtones, and highlights.
- The
ColorGrading
structure, packed into the most efficient form for the GPU. - Contains
OutputColorAttachment
used for each target present on any view in the current frame, after being prepared byprepare_view_attachments
. Users that want to override the default output color attachment for a specific target can do so by adding aOutputColorAttachment
to this resource beforeprepare_view_targets
is called.
Enums§
- Component for configuring the number of samples for Multi-Sample Anti-Aliasing for a
Camera
.
Constants§
Functions§
- Clears the view target
OutputColorAttachment
s. - Prepares the view target
OutputColorAttachment
for each view in the current frame.