/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/WebGLVertexArrayObject.webidl
11 строк
443 B
Simon Martin
webgl: fix incorrect specification links (#44156)
13 апр 2026, 08:41
Не верифицирован
13 апр 2026, 08:41
625b53a
Код
Авторство
О чём код?
/* 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 scraped from the Khronos specification: // https://www.khronos.org/registry/webgl/specs/latest/2.0/#4.7.17 // [Exposed=(Window), Pref="dom_webgl2_enabled"] interface WebGLVertexArrayObject : WebGLObject { };