A simple collection of shader parameters provided to a custom post process, consisting of a Vulkan shader, the optional textures provided to that shader, and the optional push constants provided to that shader. More...
#include <apexcustompostprocess.h>
A simple collection of shader parameters provided to a custom post process, consisting of a Vulkan shader, the optional textures provided to that shader, and the optional push constants provided to that shader.
The shader and textures may be created by IApexRenderer::createFragmentShader and IApexRenderer::uploadImage.