Click or drag to resize
Ab4d.SharpEngine logo

CustomEffectTechnique Methods

The CustomEffectTechnique type exposes the following members.

Methods
 NameDescription
Public methodDispose Dispose
Public methodOnAfterFrameRendering OnAfterFrameRendering method is called once per frame from the CompleteRenderingStep rendering step. It is called after all RenderObjectsRenderingStep rendering step for this frame were called.
Public methodOnAfterRunningRenderingStep OnAfterRunningRenderingStep method is called after the RenderingStep that this CustomEffectTechnique was assigned to stops executing.
Public methodOnBeforeFrameRendering OnBeforeFrameRendering method is called once per frame from the InitializeRenderingStep rendering step. It is called before all RenderObjectsRenderingStep rendering step for this frame is called.
Public methodOnBeforeRunningRenderingStep OnBeforeRunningRenderingStep method is called when the RenderingStep that this CustomEffectTechnique was assigned to starts executing.
Public methodOnUpdate OnUpdate method is called once per frame from the SceneView.Update method. An overloaded method can update the SceneView.DirtyFlags to force another regeneration of command buffers.
Public methodRender Render method provides rendering functionality that fills the specified commandBuffer with commands to render the specified RenderingItem.
Top
See Also