| Index: client/dom/generated/src/frog/WebGLContextAttributes.dart
|
| diff --git a/client/dom/generated/src/frog/WebGLContextAttributes.dart b/client/dom/generated/src/frog/WebGLContextAttributes.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e89ddb9cb0a9cdc3a898163a7608987b9f0727fe
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/WebGLContextAttributes.dart
|
| @@ -0,0 +1,19 @@
|
| +
|
| +class WebGLContextAttributes native "WebGLContextAttributes" {
|
| +
|
| + bool alpha;
|
| +
|
| + bool antialias;
|
| +
|
| + bool depth;
|
| +
|
| + bool premultipliedAlpha;
|
| +
|
| + bool preserveDrawingBuffer;
|
| +
|
| + bool stencil;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|