|  | |
| Post | |
The PostProcessBase type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CheckIfInitialized | |
|  | Dispose | Dispose | 
|  | InitializeResources | 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. | 
|  | OnInitializeResources | Initializes resources with the specified SceneView and GpuDevice. This method can be overriden and is called from InitializeResources(SceneView) method. | 
|  | Render | Render renders the post process | 
|  | ToString | (Overrides ObjectToString) | 
 See Also
See Also