Removed uneeded code

This commit is contained in:
2026-05-08 17:33:57 +10:00
parent f85abef237
commit cc23e73d51
6 changed files with 0 additions and 38 deletions

View File

@@ -15,7 +15,6 @@ public:
const std::filesystem::path& patchedGlslPath,
unsigned maxTemporalHistoryFrames);
bool BuildLayerFragmentShaderSource(const ShaderPackage& shaderPackage, std::string& fragmentShaderSource, std::string& error) const;
bool BuildPassFragmentShaderSource(const ShaderPackage& shaderPackage, const ShaderPassDefinition& pass, std::string& fragmentShaderSource, std::string& error) const;
private: