From b2a797b0b01d3bd7096d96f4c08d74bda0bc0055 Mon Sep 17 00:00:00 2001 From: gradient Date: Mon, 29 May 2017 11:47:53 -0500 Subject: [PATCH] Add a stub generic postprocessing config struct --- src/pipeline/post.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/pipeline/post.h diff --git a/src/pipeline/post.h b/src/pipeline/post.h new file mode 100644 index 0000000..5b0e054 --- /dev/null +++ b/src/pipeline/post.h @@ -0,0 +1,4 @@ +#pragma once + +struct PostConfig { +}; \ No newline at end of file