ptitSeb/gl4es

EXT_color_buffer_float question

Closed this issue · 2 comments

Sisah2 commented

Just asking when initializing, gl4es say that EXT_color_buffer_float is supported and used, yet based on documentation it require opengl es 3.0, so how is it? What happenning here is invalid framebuffer operation, but half_float seems to work.

https://registry.khronos.org/OpenGL/extensions/EXT/EXT_color_buffer_float.txt

Sisah2 commented

May it be driver bug?
Where it expose es3 extension even thought its on 2.1 context?
Also if not supported (i expect always? As it need es3?) does gl4es automatically try to use half_float when supported?

Sisah2 commented

Hmm, maybe its just something broken with GL_OES_texture_float on my side, i close this.