Browse Source

Add a stub generic postprocessing config struct

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

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

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

Loading…
Cancel
Save