Intial somewhat working version
This commit is contained in:
8
src/ShaderLibrary.h
Normal file
8
src/ShaderLibrary.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "AppState.h"
|
||||
|
||||
#include <filesystem>
|
||||
#include <vector>
|
||||
|
||||
std::vector<ShaderInfo> loadShaders(const std::filesystem::path& shaderRoot);
|
||||
Reference in New Issue
Block a user