mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-26 16:44:00 -05:00
Cleanup.
This commit is contained in:
parent
f8d4449f62
commit
81d6876067
2 changed files with 29 additions and 9 deletions
|
@ -516,6 +516,26 @@ namespace bgfx { namespace gl
|
|||
bool m_initialize;
|
||||
};
|
||||
|
||||
// Extension registry
|
||||
//
|
||||
// ANGLE:
|
||||
// https://github.com/google/angle/tree/master/extensions
|
||||
//
|
||||
// CHROMIUM:
|
||||
// https://chromium.googlesource.com/chromium/src.git/+/refs/heads/git-svn/gpu/GLES2/extensions/CHROMIUM
|
||||
//
|
||||
// EGL:
|
||||
// https://www.khronos.org/registry/egl/extensions/
|
||||
//
|
||||
// GL:
|
||||
// https://www.opengl.org/registry/
|
||||
//
|
||||
// GLES:
|
||||
// https://www.khronos.org/registry/gles/extensions/
|
||||
//
|
||||
// WEBGL:
|
||||
// https://www.khronos.org/registry/webgl/extensions/
|
||||
//
|
||||
static Extension s_extension[] =
|
||||
{
|
||||
{ "AMD_conservative_depth", false, true },
|
||||
|
|
Loading…
Reference in a new issue