9 lines
156 B
C++
9 lines
156 B
C++
#pragma once
|
|
|
|
#include "AppState.h"
|
|
|
|
#include <filesystem>
|
|
#include <vector>
|
|
|
|
std::vector<ShaderInfo> loadShaders(const std::filesystem::path& shaderRoot);
|