Skip to content

Commit

Permalink
fix: glsl load error
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Dec 2, 2024
1 parent 025d51e commit 69b700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/shaders/lighting/shadow/fs_shadow_csm.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "/common/inputs/csm.glsl"

// Required for CSM / PSSM -> standard in shader model 400 and above
//#extension GL_EXT_texture_array : enable
// # extension GL_EXT_texture_array : enable

float calculate_csm_shadow(shadowMapSamplerType shadowMap, mat4 vp, vec4 worldCoord, float bias)
{
Expand Down

0 comments on commit 69b700e

Please sign in to comment.