mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
IDL: Add missing spec links
The only IDL interface without a spec link is Internals
This commit is contained in:
parent
1eae02a018
commit
26e6c47d0a
40 changed files with 42 additions and 0 deletions
|
@ -13,6 +13,7 @@ dictionary WebGLContextAttributes {
|
|||
boolean desynchronized = false;
|
||||
};
|
||||
|
||||
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.14
|
||||
interface mixin WebGLRenderingContextBase {
|
||||
// NOTE: Functions that have the [WebGLHandlesContextLoss] extended attribute in the spec do not have them here.
|
||||
// This is because context loss is handled manually on a function by function basis instead of having to add it to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue