Gets the current back buffer resource.
| 69 | /// Gets the current back buffer resource. |
| 70 | /// </summary> |
| 71 | resource get_current_back_buffer() { return get_back_buffer(get_current_back_buffer_index()); } |
| 72 | /// <summary> |
| 73 | /// Gets the index of the back buffer resource that can currently be rendered into. |
| 74 | /// </summary> |
no test coverage detected