We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cec158 commit 6a2a454Copy full SHA for 6a2a454
source/code/iceshard/engine/private/gfx/gfx_utils.cxx
@@ -10,17 +10,6 @@
10
namespace ice::gfx
11
{
12
13
- //auto await_shader_program_on(
14
- // ice::String name,
15
- // ice::AssetStorage& assets,
16
- // ice::TaskScheduler& scheduler
17
- //) noexcept -> ice::TaskExpected<ice::render::PipelineProgramInfo>
18
- //{
19
- // ice::Expected result = co_await await_shader_program(name, assets);
20
- // co_await scheduler;
21
- // co_return result;
22
- //}
23
-
24
auto load_shader_program(
25
ice::String name,
26
ice::AssetStorage& assets
0 commit comments