Feature/intel atmosphere (#1691)

* Add object names to atmosphere textures
* Fix for rendering atmospheres on Intel chips
* General cleanup of the atmosphere rendering code to make a it more modular
This commit is contained in:
Alexander Bock
2021-07-22 20:42:21 +02:00
committed by GitHub
parent ae339823e8
commit e994e900ee
21 changed files with 1124 additions and 1442 deletions

View File

@@ -51,8 +51,6 @@ public:
const DeferredcastData& /*deferredData*/,
ghoul::opengl::ProgramObject& /*program*/) {};
virtual std::filesystem::path deferredcastPath() const = 0;
virtual std::filesystem::path deferredcastVSPath() const = 0;
virtual std::filesystem::path deferredcastFSPath() const = 0;