Skip to content

Commit

Permalink
expose settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Aug 3, 2024
1 parent 52b2a50 commit b00b02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ mod prepare;
mod systems;

pub use plugin::VelloRenderPlugin;
pub use plugin::VelloRenderSettings;

/// A handle to the screen space render target shader.
pub const SSRT_SHADER_HANDLE: Handle<Shader> = Handle::weak_from_u128(2314894693238056781);
Expand Down

0 comments on commit b00b02a

Please sign in to comment.