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. - Whether or not an entity is visible in the hierarchy. This will not be accurate until
VisibilityPropagate
runs in thePostUpdate
schedule. - Use this component to opt-out of built-in frustum culling for entities, see
Frustum
. - Describes which rendering layers an entity belongs to.
- Stores information related to
VisibilityRange
s in the render world. - Collection of entities visible from the current view.
- 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. - Algorithmically-computed indication of whether an entity is visible and should be extracted for rendering.
- Visibility
Bundle Deprecated ABundle
of theVisibility
,InheritedVisibility
, andViewVisibility
Component
s, which describe the visibility of an entity. - Specifies the range of distances that this entity must be from the camera in order to be rendered.
- A plugin that enables
VisibilityRange
s, which allow entities to be hidden or shown based on distance to the camera. - Collection of entities visible from the current view.
- Stores which entities are in within the
VisibilityRange
s of views.
Enums§
- Component for configuring the number of samples for Multi-Sample Anti-Aliasing for a
Camera
. - User indication of whether an entity is visible. Propagates down the entity hierarchy.
Constants§
- We need at least 4 storage buffer bindings available to enable the visibility range buffer.
Functions§
- Computes and adds an
Aabb
component to entities with aMesh3d
component and without aNoFrustumCulling
component. - System updating the visibility of entities each frame.
- Checks all entities against all views in order to determine which entities with
VisibilityRange
s are potentially visible. - Clears the view target
OutputColorAttachment
s. - Creates window surfaces.
- Extracts all
VisibilityRange
components from the main world to the render world and inserts them intoRenderVisibilityRanges
. - Prepares the view target
OutputColorAttachment
for each view in the current frame. - (re)configures window surfaces, and obtains a swapchain texture for rendering.
- Updates
Frustum
. - Writes the
RenderVisibilityRanges
table to the GPU.
Type Aliases§
- An identifier for a rendering layer.