Module systems

Module systems 

Source
Expand description

Plugin systems for the render app.

Structs§

EguiPipelines
Cached Pipeline IDs for the specialized instances of EguiPipeline.
EguiRenderData
Cached Pipeline IDs for the specialized instances of EguiPipeline.
EguiTextureBindGroups
Maps Egui textures to bind groups.
EguiTransform
Scale and translation for rendering Egui shapes. Is needed to transform Egui coordinates from the screen space with the center at (0, 0) to the normalised viewport space.
EguiTransforms
Describes the transform buffer.
ExtractedEguiManagedTextures
The extracted version of EguiManagedTextures.
ExtractedEguiSettings
Extracted Egui settings.
ExtractedEguiTextures
Extracted Egui textures.

Enums§

EguiTextureId
Corresponds to Egui’s egui::TextureId.

Functions§

prepare_egui_render_target_data_system
Prepares Egui transforms.
prepare_egui_transforms_system
Prepares Egui transforms.
queue_bind_groups_system
Queues bind groups.
queue_pipelines_system
Queue EguiPipeline instances.