#pragma once #include struct RuntimeShaderArtifact { std::string shaderId; std::string fragmentShaderSource; std::string message; };