We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9351992 commit 3c8e479Copy full SHA for 3c8e479
src/enums/MSAASamples.ts
@@ -4,4 +4,4 @@
4
* @category Enums
5
*/
6
7
-export declare type MSAASamples = 0 | 2 | 4 | 8;
+export type MSAASamples = 0 | 2 | 4 | 8;
src/enums/Precision.ts
-export declare type Precision = "lowp" | "mediump" | "highp";
+export type Precision = "lowp" | "mediump" | "highp";
0 commit comments