summaryrefslogtreecommitdiff
path: root/src/gpu/shaders.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/shaders.cc')
-rw-r--r--src/gpu/shaders.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gpu/shaders.cc b/src/gpu/shaders.cc
index 4f24705..bea1eb9 100644
--- a/src/gpu/shaders.cc
+++ b/src/gpu/shaders.cc
@@ -173,3 +173,11 @@ const char* gaussian_blur_v2_shader_wgsl =
const char* heptagon_v2_shader_wgsl =
SafeGetAsset(AssetId::ASSET_SHADER_HEPTAGON_V2);
+
+const char* particle_compute_v2_wgsl =
+
+ SafeGetAsset(AssetId::ASSET_SHADER_PARTICLE_COMPUTE_V2);
+
+const char* particle_render_v2_wgsl =
+
+ SafeGetAsset(AssetId::ASSET_SHADER_PARTICLE_RENDER_V2);