MCPcopy Create free account
hub / github.com/crownengine/crown / reset

Method reset

src/resource/shader_resource.cpp:1484–1493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482 }
1483
1484 void reset()
1485 {
1486 hash_set::clear(_parsed_includes);
1487 hash_map::clear(_render_states);
1488 hash_map::clear(_sampler_states);
1489 hash_map::clear(_bgfx_shaders);
1490 hash_map::clear(_shaders);
1491 vector::clear(_static_compile);
1492 _shader_library = "";
1493 }
1494
1495 s32 parse(const char *path, bool is_include)
1496 {

Callers

nothing calls this directly

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected