|
@ -7,7 +7,6 @@ |
|
|
#include <cpptoml.h> |
|
|
#include <cpptoml.h> |
|
|
|
|
|
|
|
|
#include "shaders.h" |
|
|
#include "shaders.h" |
|
|
#include "pipeline/post.h" |
|
|
|
|
|
|
|
|
|
|
|
namespace fs = std::experimental::filesystem; |
|
|
namespace fs = std::experimental::filesystem; |
|
|
|
|
|
|
|
@ -16,8 +15,6 @@ public: |
|
|
std::string name; |
|
|
std::string name; |
|
|
|
|
|
|
|
|
ShaderBundle::ProgramHandle* shader_p; |
|
|
ShaderBundle::ProgramHandle* shader_p; |
|
|
|
|
|
|
|
|
PostConfig postConfig; |
|
|
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
class NullScene : public Scene { |
|
|
class NullScene : public Scene { |
|
|