- DomName('WebGL2RenderingContext.getFramebufferAttachmentParameter')
- DocsEditable()
- Experimental()
Object
getFramebufferAttachmentParameter(int target, int attachment, int pname)
Source
@DomName('WebGL2RenderingContext.getFramebufferAttachmentParameter')
@DocsEditable()
@Experimental() // untriaged
Object getFramebufferAttachmentParameter(int target, int attachment, int pname) => wrap_jso(_blink.BlinkWebGL2RenderingContext.instance.getFramebufferAttachmentParameter_Callback_3_(unwrap_jso(this), target, attachment, pname));