HDR
This commit is contained in:
@@ -44,3 +44,11 @@ pub use crate::app::App;
|
||||
/// Re-export of the user-defined game logic interface for convenient top-level access.
|
||||
/// Users implement this trait to define update/render callbacks injected into the render loop.
|
||||
pub use crate::handler::AppHandler;
|
||||
|
||||
/// Re-export of the shadow mapping configuration for convenient top-level access.
|
||||
/// Users tune shadow quality via `AppBuilder::with_shadow_config`.
|
||||
pub use crate::core::ShadowConfig;
|
||||
|
||||
/// Re-export of the tone mapping curve selector for convenient top-level access.
|
||||
/// Users enable HDR via `AppBuilder::with_hdr(ToneMapper::Aces)`.
|
||||
pub use crate::core::ToneMapper;
|
||||
|
||||
Reference in New Issue
Block a user