Files
wsg/assets/shaders
Jérôme Bousquié 7cc1fb845f renderer render
2026-07-05 08:00:58 +02:00
..
2026-07-05 08:00:58 +02:00
2026-07-04 20:59:25 +02:00

Shaders Directory

Contains WGSL shader source files compiled at runtime by wgpu. Each file defines vertex and fragment stages for a specific rendering pipeline.

Files

  • basic_shader.wgsl — Simple triangle shader used as a minimal example. Renders a solid red triangle using hardcoded positions computed entirely on the GPU side.