| Index: client/html/generated/html/interface/WebGLActiveInfo.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/WebGLActiveInfo.dart
|
| similarity index 74%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/WebGLActiveInfo.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..a595a992618d4c9c88911cddcef5414c4d716dd8 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/WebGLActiveInfo.dart
|
| @@ -4,5 +4,11 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface WebGLActiveInfo {
|
| +
|
| + final String name;
|
| +
|
| + final int size;
|
| +
|
| + final int type;
|
| +}
|
|
|