1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_opengl
reuk 1fcdd29bf9
OpenGL: Return image BitmapData in JUCE order rather than native order
JUCE convention is that BitmapData holds the lines of the image ordered
from top to bottom, but OpenGL orders lines in the reverse direction.
By returning a negative line stride, we can iterate lines in the
expected order as long as we always increment the current pointer
position by the line stride after processing each line.
2025-05-19 13:32:52 +01:00
..
geometry Update licensing information 2024-04-16 11:39:35 +01:00
native OpenGL (Windows): Only trigger async update after first buffer swap 2025-02-11 10:43:17 +00:00
opengl OpenGL: Return image BitmapData in JUCE order rather than native order 2025-05-19 13:32:52 +01:00
utils Update licensing information 2024-04-16 11:39:35 +01:00
juce_opengl.cpp Windows: Fix build warnings when JUCE_DISABLE_ASSERTIONS is set 2024-09-13 13:57:10 +01:00
juce_opengl.h Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_opengl.mm Update licensing information 2024-04-16 11:39:35 +01:00