début renderer

This commit is contained in:
Jérôme Bousquié
2026-07-04 20:59:25 +02:00
parent 2a3c6493fc
commit d1b499570a
4 changed files with 36 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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.