removed dummy file (postprocess is still part of wiImage)

This commit is contained in:
Turanszki Janos
2018-11-18 19:11:56 +00:00
parent c3f51a8b93
commit 9e247dc953
-11
View File
@@ -1,11 +0,0 @@
#ifndef _SHADERINTEROP_POSTPROCESS_H_
#define _SHADERINTEROP_POSTPROCESS_H_
#include "ShaderInterop.h"
CBUFFER(PostProcessCB, CBSLOT_IMAGE_POSTPROCESS)
{
float4 xPPParams0;
float4 xPPParams1;
};
#endif // _SHADERINTEROP_POSTPROCESS_H_