|
class | JawsMako::CShaderParams |
| 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...
|
class | JawsMako::CCustomColorPostProcessSpec |
| Represents a custom post process step that operates on the color (i.e. non-spot components) using an externally supplied Vulkan fragment shader, (optional) textures and (optional) push constants. More...
|
class | JawsMako::CCustomSpotPostProcessSpec |
| Represents a custom post process step that operates on the spot components of a render using an externally supplied Vulkan fragment shaders, (optional) textures and (optional) push constants. More...
|
class | JawsMako::CCustomSpotMergePostProcessSpec |
| Represents a custom post process step that merges spot components into an existing process result. It is a custom version of CSpotMergePostProcess that allows a custom fragment shader to perform this work in order to implement special behavior, such as dealing with complex color interactions. More...
|
Custom on-GPU post-processes for Apex.