greggman / twgl.js

A Tiny WebGL helper Library
http://twgljs.org
MIT License
2.61k stars 258 forks source link

FramebufferInfo.{width, height} are missing #160

Open olivierpascal opened 4 years ago

olivierpascal commented 4 years ago

width and height properties are included in FramebufferInfo object but do not appears neither in the doc, nor in the typescript definition:

export type FramebufferInfo = {
    framebuffer: WebGLFramebuffer;
    attachments: WebGLObject[];
};
greggman commented 4 years ago

fad61fdb6467c10fe84cfcd02c83fd9ada1b5043