diff --git a/regl.d.ts b/regl.d.ts index 64925c85..b7dc5b42 100755 --- a/regl.d.ts +++ b/regl.d.ts @@ -1647,6 +1647,10 @@ declare namespace REGL { version: string; /** A list of all supported texture formats */ textureFormats: TextureFormatType[]; + /** If reading float numbers is supported */ + readFloat: boolean; + /** If non power of two cube texture dimensions are supported */ + npotTextureCube: boolean; } interface Stats {