Click or drag to resize
Ab4d.SharpEngine logo

PostProcessBase Methods

The PostProcessBase type exposes the following members.

Methods
 NameDescription
Protected methodCheckIfInitialized 
Public methodDispose Dispose
Public methodInitializeResources Initializes this component. The specified scene must be initialized (has the GpuDevice property set). This method calls a virtual OnInitializeResources(SceneView, VulkanDevice) that can be used by a derived class to create the resources.
Protected methodOnInitializeResources Initializes resources with the specified SceneView and GpuDevice. This method can be overriden and is called from InitializeResources(SceneView) method.
Public methodRender Render renders the post process
Top
See Also