#pragma once #include "ShaderTypes.h" #include #include struct RuntimeShaderArtifact { std::string layerId; std::string shaderId; std::string displayName; std::string fragmentShaderSource; std::string message; std::vector parameterDefinitions; };