We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use resources in the renderer instead of hardcoded constants.
UpdateRate
gfx::time::UpdateRate
MainThreadSender
Sender<gfx::engine::MainMessage>
RenderDataSender
RingSender<gfx-plugin::rendering::RenderData>
tick_rate_system
gfx-plugin::rendering
rendering_system_wrapper
gfx-plugin::rendering::rendering_system
rendered-ecs.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reason
Use resources in the renderer instead of hardcoded constants.
Requirements
UpdateRate
resource which contains an instance ofgfx::time::UpdateRate
MainThreadSender
resource which contains an instance ofSender<gfx::engine::MainMessage>
RenderDataSender
resource which contains an instance ofRingSender<gfx-plugin::rendering::RenderData>
tick_rate_system
into a function-system (not a closure) inside thegfx-plugin::rendering
modulerendering_system_wrapper
and have thegfx-plugin::rendering::rendering_system
takeRenderDataSender
as a resource insteadrendered-ecs.rs
) to use delta timeDependencies
The text was updated successfully, but these errors were encountered: