Files
test2/source
Mike Erwin 47e0d2b235 OpenGL: tweak GPU_texture_create_nD
- test for 2D textures first since it's the most common case
- declare variables close to where they're used
- fix compiler warning for proxy (uninitialized use)
- safe return if n != 1, 2, 3 (should never happen)
- white space
2017-04-16 15:11:38 -04:00
..
2017-04-14 12:14:47 +02:00
2017-01-29 17:21:57 +03:00
2017-04-08 12:01:29 +10:00