Skip to content

Commit

Permalink
Add missing REGL.Limits declarations (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
odai-alali authored Nov 12, 2024
1 parent b59bac5 commit 02d0e49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions regl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 02d0e49

Please sign in to comment.