![]() | |
Common |
The CommonEffectT type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommonEffectT | Initializes a new instance of the CommonEffectT class |
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 EffectOnBeginUpdate(RenderingContext)) |