Skip to content

Commit 1c9ce94

Browse files
committed
refresh idl
1 parent 791e807 commit 1c9ce94

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

inputfiles/idl/WebGL 1.widl

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,27 @@
22
//
33
// WebGL IDL definitions scraped from the Khronos specification:
44
// https://www.khronos.org/registry/webgl/specs/latest/
5+
6+
// Copyright (c) 2018 The Khronos Group Inc.
7+
//
8+
// Permission is hereby granted, free of charge, to any person obtaining a
9+
// copy of this software and/or associated documentation files (the
10+
// "Materials"), to deal in the Materials without restriction, including
11+
// without limitation the rights to use, copy, modify, merge, publish,
12+
// distribute, sublicense, and/or sell copies of the Materials, and to
13+
// permit persons to whom the Materials are furnished to do so, subject to
14+
// the following conditions:
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Materials.
518
//
6-
// This IDL depends on the typed array specification defined at:
7-
// https://www.khronos.org/registry/typedarray/specs/latest/typedarrays.idl
19+
// THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20+
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
22+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
23+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
24+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
25+
// MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
826

927
typedef unsigned long GLenum;
1028
typedef boolean GLboolean;

0 commit comments

Comments
 (0)