mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Bug 1335296 - Expand about:support WebGL information
This commit is contained in:
parent
b266e5e349
commit
43c36e207f
25 changed files with 256 additions and 29 deletions
|
|
@ -166,6 +166,11 @@ GLContextCGL::SwapBuffers()
|
|||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
GLContextCGL::GetWSIInfo(nsCString* const out) const
|
||||
{
|
||||
out->AppendLiteral("CGL");
|
||||
}
|
||||
|
||||
already_AddRefed<GLContext>
|
||||
GLContextProviderCGL::CreateWrappingExisting(void*, void*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue