| Index: sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| diff --git a/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart b/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| index ae64061a5315222c4ee09219f2116ff40c038f95..d0703d1f42a629cd45f1bbb564f9fab8fc216b02 100644
|
| --- a/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| +++ b/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| @@ -761,6 +761,16 @@ class OesTextureFloat native "OESTextureFloat" {
|
|
|
|
|
| @DocsEditable
|
| +@DomName('OESTextureFloatLinear')
|
| +@Experimental // untriaged
|
| +class OesTextureFloatLinear native "OESTextureFloatLinear" {
|
| +}
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +
|
| +@DocsEditable
|
| @DomName('OESTextureHalfFloat')
|
| // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/
|
| @Experimental // experimental
|
| @@ -777,6 +787,16 @@ class OesTextureHalfFloat native "OESTextureHalfFloat" {
|
|
|
|
|
| @DocsEditable
|
| +@DomName('OESTextureHalfFloatLinear')
|
| +@Experimental // untriaged
|
| +class OesTextureHalfFloatLinear native "OESTextureHalfFloatLinear" {
|
| +}
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +
|
| +@DocsEditable
|
| @DomName('OESVertexArrayObject')
|
| // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
|
| @Experimental // experimental
|
|
|