Concept Flow - Custom shader fundamentals
Start Shader
Define Properties
Write SubShader
Set Pass
Write Vertex Shader
Write Fragment Shader
Compile & Apply
Render Object with Shader
This flow shows the steps to create a custom shader: define properties, write subshader with vertex and fragment shaders, compile, and apply to render.