Neil Roberts
00e3d77be3
cogl-texture-3d: Use glTexSubImage3D through an indirect pointer
glTexSubImage3D was being called directly in cogl-texture-3d.c but the function is only available since GL version 1.2 so on Windows it won't be possible to directly link to it. Also under GLES it is only available conditionally in an extension.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%