Click or drag to resize
Ab4d.SharpEngine logo

SeparableKernelPostProcess Methods

The SeparableKernelPostProcess type exposes the following members.

Methods
 NameDescription
Protected methodCustomBindAction
(Overrides StandardPostProcessCustomBindAction(RenderingContext, CommandBuffer, PipelineLayout))
Protected methodFillOffsetsAndWeights FillOffsetsAndWeights fulls the specified offsets and weights arrays with values that are used in the shader to render this post process. Offsets define how far from the texture coordinate we sample pixel. Weights define how much weight this pixel has in the final color.
Protected methodGetFragmentPushConstantsSize GetFragmentPushConstantsSize can be overriden to provide the size in bytes of the push constants in fragment shader.
(Overrides StandardPostProcessGetFragmentPushConstantsSize)
Protected methodGetFragmentShader
(Overrides StandardPostProcessGetFragmentShader(VulkanDevice))
Public methodToString
(Overrides PostProcessBaseToString)
Top
See Also