Fix issue with loader.h linking
parent
20ce0e2e9b
commit
5ecb127519
|
@ -20,7 +20,7 @@ namespace blt::fs {
|
||||||
|
|
||||||
std::vector<std::string> recursiveShaderInclude(const std::string& path);
|
std::vector<std::string> recursiveShaderInclude(const std::string& path);
|
||||||
|
|
||||||
std::string loadShaderFile(const std::string& path) {
|
static inline std::string loadShaderFile(const std::string& path) {
|
||||||
std::stringstream stringStream;
|
std::stringstream stringStream;
|
||||||
|
|
||||||
auto lines = recursiveShaderInclude(path);
|
auto lines = recursiveShaderInclude(path);
|
||||||
|
|
Loading…
Reference in New Issue