1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-16 08:56:51 +00:00
CLK/Outputs/OpenGL
Icecream95 0499dbd4cf Align Scan to be a multiple of four bytes
Some GPUs (e.g. r600) require the stride of vertex attributes to be a
multiple of four bytes, add two bytes of padding to the Scan struct to
meet this alignment requirement and reduce driver CPU overhead.
2022-08-29 16:32:25 +12:00
..
Primitives
OpenGL.hpp Slightly cleans up Xcode project; reenables kiosk-for-Mac builds. 2020-08-10 21:43:32 -04:00
ScanTarget.cpp Permits multiple simultaneous scan reading ranges. 2020-08-12 22:08:41 -04:00
ScanTarget.hpp Modifies BufferingScanTarget to allow has-a relationship. 2020-08-07 22:03:27 -04:00
ScanTargetGLSLFragments.cpp Align Scan to be a multiple of four bytes 2022-08-29 16:32:25 +12:00
Screenshot.hpp