cucapra / gator

Geometry types
https://capra.cs.cornell.edu/research/gator/
26 stars 11 forks source link

Or Types #99

Open liuhenry4428 opened 4 years ago

liuhenry4428 commented 4 years ago

It would be nice to have or types such as WebGLTexture | null to make Gator more compatible with TypeScript. For example, gl.createTexture() has a WebGLTexture | null return type.