enum render::GpuBufferWriteFlag
Flags used to control the GPU buffer writes.
Values
| Name | Value | Description |
|---|---|---|
Normal |
0 |
Default flag. |
Discard |
1 |
If the buffer is currently being used on the GPU the system will internally allocate new memory for the buffer and write to the new memory. |
NoOverwrite |
2 |
If the buffer is currently being used on the GPU the system will still let you update it. |