1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-22 08:16:42 +00:00

Discards empty lines, yet makes some attempt at restoring transparency.

The two things conflict more than a little, so work to do.
This commit is contained in:
Thomas Harte
2018-11-15 21:51:27 -05:00
parent 5a31891048
commit 16dfeb3fc8
2 changed files with 26 additions and 11 deletions
+1
View File
@@ -87,6 +87,7 @@ class ScanTarget: public Outputs::Display::ScanTarget {
std::array<Line, LineBufferHeight> line_buffer_;
TextureTarget unprocessed_line_texture_;
Line *active_line_ = nullptr;
int provided_scans_ = 0;
// OpenGL storage handles for buffer data.
GLuint scan_buffer_name_ = 0, scan_vertex_array_ = 0;