- @JSName('readPixels')
- @DomName('WebGL2RenderingContext.readPixels')
- @DocsEditable()
- @Experimental()
Source
@JSName('readPixels') @DomName('WebGL2RenderingContext.readPixels') @DocsEditable() @Experimental() // untriaged void readPixels2(int x, int y, int width, int height, int format, int type, int offset) native;