Logan McNaughton b275b2e113 Use RGBA8 for FBO texture internal format on GLES3
GLES3 supports GL_RGBA8 as an internal format for textures.

Using the sized format (RGBA8 instead of RGBA) allows more flexibility. In my case I am trying to use glCopyImageSubData and it only works on textures with sized internal formats.
2016-12-07 11:22:24 -07:00
..
2016-12-07 06:59:46 +01:00
2016-12-04 03:54:11 +01:00
2016-12-03 18:43:12 +00:00
2016-12-01 12:13:45 -05:00
2016-12-01 12:13:45 -05:00
2016-12-07 08:51:38 +01:00