Skip to content

Commit

Permalink
Re-add missing PushConstant
Browse files Browse the repository at this point in the history
  • Loading branch information
thr3343 committed Oct 6, 2024
1 parent 5f24f80 commit 42984ff
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
{ "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }
] }
],
"PushConstants": [
{ "name": "ChunkOffset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }
],
"SpecConstants": [
{ "name": "ALPHA_CUTOUT", "type": "float" }
]
Expand Down

0 comments on commit 42984ff

Please sign in to comment.