-
d80e5738
by Rémi Bernon at 2026-06-10T18:32:55+02:00
opengl32: Call get_integer hook after a successful unix call.
Making sure any side effect such as setting GL error is handled by the
unix side.
-
d8d0cfc1
by Rémi Bernon at 2026-06-10T18:33:01+02:00
opengl32: Add get_integer hooks to indexed glGet functions.
-
60380d36
by Rémi Bernon at 2026-06-10T18:33:03+02:00
opengl32: Pass the returned unix value to get_integer hooks.
-
b8e848d9
by Rémi Bernon at 2026-06-10T18:33:06+02:00
opengl32: Hook more glGet functions with get_integer.
-
1b45100d
by Rémi Bernon at 2026-06-10T18:33:09+02:00
opengl32: Implement client / host mapping for buffer names.