Add Compute shaders support to WebGPU

This commit is contained in:
Wojtek Figat
2026-03-04 21:27:42 +01:00
parent 5fb9cf3be1
commit 377d5c00aa
20 changed files with 657 additions and 449 deletions

View File

@@ -5,7 +5,7 @@
/// <summary>
/// Current GPU particles emitter shader version.
/// </summary>
#define PARTICLE_GPU_GRAPH_VERSION 11
#define PARTICLE_GPU_GRAPH_VERSION 12
#if COMPILE_WITH_PARTICLE_GPU_GRAPH