Skip to content

Commit 02d0e49

Browse files
authored
Add missing REGL.Limits declarations (#674)
1 parent b59bac5 commit 02d0e49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

regl.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,10 @@ declare namespace REGL {
16471647
version: string;
16481648
/** A list of all supported texture formats */
16491649
textureFormats: TextureFormatType[];
1650+
/** If reading float numbers is supported */
1651+
readFloat: boolean;
1652+
/** If non power of two cube texture dimensions are supported */
1653+
npotTextureCube: boolean;
16501654
}
16511655

16521656
interface Stats {

0 commit comments

Comments
 (0)