5 bool ReadFile(
const std::filesystem::path& path, std::shared_ptr<uint8_t[]>& data, uint64_t& size);
Definition FileSystem.cpp:7
bool ReadFile(const std::filesystem::path &path, std::shared_ptr< uint8_t[]> &data, uint64_t &size)
Definition FileSystem.cpp:8
bool LoadEngineShaders(std::shared_ptr< uint8_t[]> &shaders, uint64_t &size)
Definition FileSystem.cpp:26