Files
video-shader-toys/src/ShaderLibrary.h
2026-05-02 14:20:38 +10:00

9 lines
156 B
C++

#pragma once
#include "AppState.h"
#include <filesystem>
#include <vector>
std::vector<ShaderInfo> loadShaders(const std::filesystem::path& shaderRoot);