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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/shaders.cc b/src/gpu/shaders.cc
index d4c13ba..4017726 100644
--- a/src/gpu/shaders.cc
+++ b/src/gpu/shaders.cc
@@ -178,6 +178,7 @@ const char* particle_compute_v2_wgsl =
const char* particle_render_v2_wgsl =
SafeGetAsset(AssetId::ASSET_SHADER_PARTICLE_RENDER);
-const char* rotating_cube_v2_wgsl = "";
+const char* rotating_cube_v2_wgsl =
+ SafeGetAsset(AssetId::ASSET_SHADER_ROTATING_CUBE_V2);
const char* flash_shader_wgsl = SafeGetAsset(AssetId::ASSET_SHADER_FLASH);