Direct3DSurfaceRenderer Properties
The Direct3DSurfaceRenderer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Direct3DSurface |
The Direct3D surface that will be rendered to.
The default value is null.
Note: The value must be assigned before a call to RenderAsync, otherwise a exception will be thrown.
|
|
RenderOptions |
Controls what rendering options are used when scheduling the rendering chain. Use this to force CPU or GPU only rendering.
The default value is RenderOptions.Mixed.
|
|
Source |
The IImageProvider that will be used as source.
|
|
SourceCount |
The number of sources that can be set.
|
Show: