Module erased_render_asset

Module erased_render_asset 

Source

Structs§

AssetExtractionSystems
The system set during which we extract modified assets to the render world.
ErasedRenderAssetPlugin
This plugin extracts the changed assets from the “app world” into the “render world” and prepares them for the GPU. They can then be accessed from the ErasedRenderAssets resource.
ErasedRenderAssets
Stores all GPU representations (ErasedRenderAsset) of ErasedRenderAsset::SourceAsset as long as they exist.
ExtractedAssets
Temporarily stores the extracted and removed assets of the current frame.
PrepareNextFrameAssets
All assets that should be prepared next frame.

Enums§

PrepareAssetError

Traits§

ErasedRenderAsset
Describes how an asset gets extracted and prepared for rendering.
ErasedRenderAssetDependency

Functions§

prepare_erased_assets
This system prepares all assets of the corresponding ErasedRenderAsset::SourceAsset type which where extracted this frame for the GPU.

Type Aliases§

ExtractAssetsSetDeprecated
Deprecated alias for AssetExtractionSystems.