mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Added EXT_color_buffer_float.
This commit is contained in:
parent
3039c9a040
commit
25b37dfee6
1 changed files with 2 additions and 0 deletions
|
@ -420,6 +420,7 @@ namespace bgfx { namespace gl
|
|||
EXT_blend_minmax,
|
||||
EXT_blend_subtract,
|
||||
EXT_color_buffer_half_float,
|
||||
EXT_color_buffer_float,
|
||||
EXT_compressed_ETC1_RGB8_sub_texture,
|
||||
EXT_debug_label,
|
||||
EXT_debug_marker,
|
||||
|
@ -584,6 +585,7 @@ namespace bgfx { namespace gl
|
|||
{ "EXT_blend_minmax", BGFX_CONFIG_RENDERER_OPENGL >= 14, true },
|
||||
{ "EXT_blend_subtract", BGFX_CONFIG_RENDERER_OPENGL >= 14, true },
|
||||
{ "EXT_color_buffer_half_float", false, true }, // GLES2 extension.
|
||||
{ "EXT_color_buffer_float", false, true }, // GLES2 extension.
|
||||
{ "EXT_compressed_ETC1_RGB8_sub_texture", false, true }, // GLES2 extension.
|
||||
{ "EXT_debug_label", false, true },
|
||||
{ "EXT_debug_marker", false, true },
|
||||
|
|
Loading…
Reference in a new issue