Browse Source

remove pipeline/post.h and refs

master
gradient 8 years ago
parent
commit
a581e91f1c
2 changed files with 0 additions and 7 deletions
  1. +0
    -4
      src/pipeline/post.h
  2. +0
    -3
      src/project.h

+ 0
- 4
src/pipeline/post.h View File

@ -1,4 +0,0 @@
#pragma once
struct PostConfig {
};

+ 0
- 3
src/project.h View File

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


Loading…
Cancel
Save