enum GpuObjectCreateFlag
Flags that control creation of GPU objects via GpuDevice factory methods.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
DeferredInitialize |
1 |
Don't call Initialize() automatically. |
RenderThreadDestroy |
2 |
Ensures the object will always get destroyed on the render thread. |