Skip to content

Commit

Permalink
bloom implemented, needs integration
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Apr 27, 2024
1 parent bc12544 commit 910c990
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 108 deletions.
2 changes: 2 additions & 0 deletions crates/renderling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ tutorial = [
bloom = [
"bloom_downsample_fragment",
"bloom_upsample_fragment",
"bloom_mix_fragment",
"bloom_vertex"
]
# shaders
array_test = []
bloom_downsample_fragment = []
bloom_upsample_fragment = []
bloom_mix_fragment = []
bloom_vertex = []
brdf_lut_convolution_fragment = []
brdf_lut_convolution_vertex = []
Expand Down
Loading

0 comments on commit 910c990

Please sign in to comment.