glsl-shader
Installation
SKILL.md
GLSL Shader Development
Create audio-reactive GLSL visualizers for Bice-Box.
Essential Structure
- GLSL ES 3.00 only
- DO NOT DECLARE
#version 300 esorprecisiondirectives (system adds these automatically) - Main function:
void mainImage(out vec4 fragColor, in vec2 fragCoord) - File types:
- Single-pass:
name.glsl - Multi-pass:
name_bufferA.glsl,name_image.glsl
- Single-pass: