mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement EXT_frag_depth
This commit is contained in:
parent
4d541e8e38
commit
50e15486b6
7 changed files with 97 additions and 4 deletions
11
components/script/dom/webidls/EXTFragDepth.webidl
Normal file
11
components/script/dom/webidls/EXTFragDepth.webidl
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
/*
|
||||
* WebGL IDL definitions from the Khronos specification:
|
||||
* https://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/
|
||||
*/
|
||||
|
||||
[NoInterfaceObject, Exposed=Window]
|
||||
interface EXTFragDepth {
|
||||
}; // interface EXT_frag_depth
|
Loading…
Add table
Add a link
Reference in a new issue