Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 246 Bytes

Shaders.md

File metadata and controls

6 lines (5 loc) · 246 Bytes

Rules for writing shaders

  • Do not #ifdef uniform blocks
  • Do not change varible types if you want to use hot reaload
  • Do not switch order of variabled if you want to use hot reaload
  • Do not use #define layout(...) optional arguments