drawingBufferHeight property
GLsizei
get
drawingBufferHeight
The read-only WebGLRenderingContext.drawingBufferHeight
property represents the actual height of the current drawing buffer. It
should match the
height
attribute of the canvas
element associated with
this context, but might differ if the implementation is not able to
provide the
requested height.
Implementation
external GLsizei get drawingBufferHeight;