mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Bug 1536674 - Expose KHR_parallel_shader_compile in glx/gl r=jgilbert
Differential Revision: https://phabricator.services.mozilla.com/D32056
This commit is contained in:
parent
95212989d4
commit
63856c61b2
@ -172,6 +172,7 @@ static const char* const sExtensionNames[] = {
|
||||
"GL_IMG_texture_compression_pvrtc",
|
||||
"GL_IMG_texture_npot",
|
||||
"GL_KHR_debug",
|
||||
"GL_KHR_parallel_shader_compile",
|
||||
"GL_KHR_robust_buffer_access_behavior",
|
||||
"GL_KHR_robustness",
|
||||
"GL_KHR_texture_compression_astc_hdr",
|
||||
|
@ -454,6 +454,7 @@ class GLContext : public GenericAtomicRefCounted,
|
||||
IMG_texture_compression_pvrtc,
|
||||
IMG_texture_npot,
|
||||
KHR_debug,
|
||||
KHR_parallel_shader_compile,
|
||||
KHR_robust_buffer_access_behavior,
|
||||
KHR_robustness,
|
||||
KHR_texture_compression_astc_hdr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user