mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
Exposed ARB_clip_control extension.
This commit is contained in:
@@ -465,6 +465,7 @@ namespace bgfx { namespace gl
|
||||
APPLE_texture_format_BGRA8888,
|
||||
APPLE_texture_max_level,
|
||||
|
||||
ARB_clip_control,
|
||||
ARB_compute_shader,
|
||||
ARB_conservative_depth,
|
||||
ARB_copy_image,
|
||||
@@ -674,6 +675,7 @@ namespace bgfx { namespace gl
|
||||
{ "APPLE_texture_format_BGRA8888", false, true },
|
||||
{ "APPLE_texture_max_level", false, true },
|
||||
|
||||
{ "ARB_clip_control", BGFX_CONFIG_RENDERER_OPENGL >= 43, true },
|
||||
{ "ARB_compute_shader", BGFX_CONFIG_RENDERER_OPENGL >= 43, true },
|
||||
{ "ARB_conservative_depth", BGFX_CONFIG_RENDERER_OPENGL >= 42, true },
|
||||
{ "ARB_copy_image", BGFX_CONFIG_RENDERER_OPENGL >= 42, true },
|
||||
|
||||
Reference in New Issue
Block a user