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