Click or drag to resize
Ab4d.SharpEngine logo

CommonEffect<T> Methods

The CommonEffect<T> type exposes the following members.

Methods
 NameDescription
Protected methodCheckCurrentSampleCount 
Protected methodDisposeEffectTechniques 
Public methodOnBeginUpdate OnBeginUpdate method needs to be implemented by the effect class. The method is called from the BeginUpdate(RenderingContext) method. It can be used to read some data from the RenderingContext (for example CurrentSwapChainImageIndex). It is used with the OnEndUpdate() method to prepare all the data for the next rendered frame.
(Overrides Effect.OnBeginUpdate(RenderingContext))
Top
See Also