mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-14 18:37:11 +00:00
Wait, OpenGL textures go the other way.
This commit is contained in:
parent
6ac20e0066
commit
edeafd4d94
@ -20,7 +20,7 @@ namespace Outputs {
|
||||
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
|
||||
first and last pixels.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user