| 28 | #include "SkrProfile/profile.h" |
| 29 | |
| 30 | bool IsAsset(skr::filesystem::path path) |
| 31 | { |
| 32 | if (path.extension() == ".meta") |
| 33 | return true; |
| 34 | return false; |
| 35 | } |
| 36 | |
| 37 | skr::renderer::SShaderResourceFactory* shaderResourceFactory = nullptr; |
| 38 | skr::renderer::SShaderOptionsFactory* shaderOptionsFactory = nullptr; |