| 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 | { |