Skip to content

Commit

Permalink
Merge pull request #23 from alandtse/main
Browse files Browse the repository at this point in the history
Fix VR and Flat grass lighting
  • Loading branch information
doodlum authored Jul 12, 2023
2 parents 979684b + 3ce3205 commit c78e551
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 528 deletions.
2 changes: 1 addition & 1 deletion features/Grass Lighting/Shaders/RunGrass.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ cbuffer cb0 : register(b0)

#endif // VR

cbuffer PerFrame : register(b12)
cbuffer PS_cb12 : register(b12)
{
#if !defined(VR)
row_major float4x4 ViewMatrix : packoffset(c0);
Expand Down
Loading

0 comments on commit c78e551

Please sign in to comment.