|
2 | 2 | //
|
3 | 3 | // WebGL IDL definitions scraped from the Khronos specification:
|
4 | 4 | // 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. |
5 | 18 | //
|
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. |
8 | 26 |
|
9 | 27 | typedef unsigned long GLenum;
|
10 | 28 | typedef boolean GLboolean;
|
|
0 commit comments