1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 17:16:44 +00:00

Switch to std::swap_ranges.

This commit is contained in:
Thomas Harte
2026-01-22 12:34:33 -05:00
parent 1495957f72
commit 81a65484a8
3 changed files with 15 additions and 14 deletions
-1
View File
@@ -94,7 +94,6 @@ private:
GLuint line_buffer_name_ = 0, line_vertex_array_ = 0;
template <typename T> void allocate_buffer(const T &array, GLuint &buffer_name, GLuint &vertex_array_name);
template <typename T> void patch_buffer(const T &array, GLuint target, uint16_t submit_pointer, uint16_t read_pointer);
GLuint write_area_texture_name_ = 0;
bool texture_exists_ = false;