⬅️ Back to Table of Contents
📄 sprite.glsl.js
📊 Analysis Summary
Metric |
Count |
📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 src/renderers/shaders/ShaderLib/sprite.glsl.js
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
vertex |
"\nuniform float rotation;\nuniform v... |
let/var |
` uniform float rotation; uniform vec2 center; #include <common> #include <uv... |
✓ |
fragment |
"\nuniform vec3 diffuse;\nuniform flo... |
let/var |
` uniform vec3 diffuse; uniform float opacity; #include <common> #include <uv... |
✓ |