File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,9 @@ void TestGame::on_resume(ice::Engine& engine) noexcept
166166 ice::StringID traits[]{
167167 " test" _sid,
168168 " test2" _sid,
169+ ice::devui_trait_name (),
169170 ice::TraitID_GfxShaderStorage,
170- ice::devui_trait_name ()
171+ ice::TraitID_GfxImageStorage,
171172 };
172173
173174 engine.worlds ().create_world ({ .name = " world" _sid, .traits = traits });
Original file line number Diff line number Diff line change @@ -301,8 +301,9 @@ void TestGame::on_resume(ice::Engine& engine) noexcept
301301 ice::StringID traits[]{
302302 " act" _sid,
303303 " test2" _sid,
304- ice::TraitID_GfxShaderStorage,
305304 ice::devui_trait_name (),
305+ ice::TraitID_GfxShaderStorage,
306+ ice::TraitID_GfxImageStorage,
306307 };
307308 ice::StringID traits2[]{
308309 " test" _sid,
Original file line number Diff line number Diff line change 4242 'imgui_module'
4343 'shader_tools'
4444 'webgpu_renderer'
45+ 'iceshard_pipelines'
4546 }
4647 ]
4748]
Original file line number Diff line number Diff line change @@ -300,7 +300,8 @@ void TestGame::on_resume(ice::Engine& engine) noexcept
300300 " test2" _sid,
301301 " actions" _sid,
302302 ice::devui_trait_name (),
303- ice::TraitID_GfxShaderStorage
303+ ice::TraitID_GfxShaderStorage,
304+ ice::TraitID_GfxImageStorage,
304305 };
305306 ice::StringID traits2[]{
306307 " test" _sid,
You can’t perform that action at this time.
0 commit comments