#include <string>
#include "ShMatrix.hpp"
#include "ShTexture.hpp"
#include "ShProgram.hpp"
#include "ShKernelPostImpl.hpp"
Include dependency graph for ShKernelPost.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ShUtil |
Several postprocessing kernels can be connected together to create a more complicated postprocessing kernel.
They must take an input result of type T and return one output of type T named result.
Definition in file ShKernelPost.hpp.