Skip to content

⬅️ Back to Table of Contents

📄 vsm.glsl.js

📊 Analysis Summary

Metric Count
📊 Variables & Constants 2

📚 Table of Contents

🛠️ File Location:

📂 src/renderers/shaders/ShaderLib/vsm.glsl.js

Variables & Constants

Name Type Kind Value Exported
vertex "\nvoid main() {\n\n\tgl_Position = v... let/var void main() { gl_Position = vec4( position, 1.0 ); }
fragment "\nuniform sampler2D shadow_pass;\nun... let/var ` uniform sampler2D shadow_pass; uniform vec2 resolution; uniform float radiu...