Unlock buffer and flush data with a buffer (it will be ready for an immediate draw).
| 103 | /// Unlock buffer and flush data with a buffer (it will be ready for an immediate draw). |
| 104 | /// </summary> |
| 105 | void Flush() |
| 106 | { |
| 107 | Flush(nullptr); |
| 108 | } |
| 109 | |
| 110 | /// <summary> |
| 111 | /// Unlock buffer and flush data with a buffer (it will be ready for a during next frame draw). |
no outgoing calls