Skip to content

Commit

Permalink
Merge pull request #18 from alja/zshape-sampler-error
Browse files Browse the repository at this point in the history
Fix error in ZShape rendering on OSX Chrome and Safari
  • Loading branch information
ss4774 authored May 1, 2024
2 parents 6dee887 + f5a0ac5 commit fd5b933
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/shaders/basic/basic_zshape_template.frag
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ struct PLight {
//float decay;

mat4 VPMat;
samplerCube shadowmap;
bool castShadows;
bool hardShadows;
float minBias;
Expand Down
1 change: 0 additions & 1 deletion src/shaders/basic/basic_zshape_template.vert
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ struct PLight {
//float decay;

mat4 VPMat;
samplerCube shadowmap;
bool castShadows;
bool hardShadows;
float minBias;
Expand Down

0 comments on commit fd5b933

Please sign in to comment.