This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
zinnia
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove pipeline/post.h and refs
master
gradient
8 years ago
parent
9504aa1c16
commit
a581e91f1c
2 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
src/pipeline/post.h
+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
{
Write
Preview
Loading…
Cancel
Save