1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-11 04:28:58 +00:00

Wait, OpenGL textures go the other way.

This commit is contained in:
Thomas Harte 2016-11-16 23:14:15 +08:00
parent 6ac20e0066
commit edeafd4d94

View File

@ -20,7 +20,7 @@ namespace Outputs {
namespace CRT { namespace CRT {
/*! /*!
Owns an OpenGL texture resource and provides mechanisms to fill it from top left to bottom right Owns an OpenGL texture resource and provides mechanisms to fill it from bottom left to top right
with runs of data, ensuring each run is neighboured immediately to the left and right by copies of its with runs of data, ensuring each run is neighboured immediately to the left and right by copies of its
first and last pixels. first and last pixels.
*/ */