InitSettings Properties |
The InitSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| Adapter |
The adapter on which to create the device.
| |
| BackBufferCount |
The number of backbuffers to create.
| |
| Backend |
The backend API to use for rendering.
| |
| CallbackHandler |
A set of handlers for various library callbacks.
| |
| Debug |
Enable debugging with the device.
| |
| Format |
The initial texture format of the screen.
| |
| Height |
The initial height of the screen.
| |
| MaxFrameLatency |
The maximum allowed frame latency, or zero if you don't care.
| |
| PlatformData |
Optional platform-specific initialization data.
| |
| Profiling |
Enable profling with the device.
| |
| ResetFlags |
Various flags that control creation of the device.
| |
| Width |
The initial width of the screen.
|