![]() | |
Common |
The CommonEffect<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckCurrentSampleCount | |
![]() | DisposeEffectTechniques | |
![]() | OnBeginUpdate |
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)) |