menu
js_bindings package
documentation
bindings/webgl1.dart
PropsWebGLRenderingContextBase
isProgram method
isProgram method
dark_mode
light_mode
isProgram
method
bool
isProgram
(
WebGLProgram
?
program
)
Implementation
bool isProgram(WebGLProgram? program) => js_util.callMethod(this, 'isProgram', [program]);
js_bindings package
documentation
bindings/webgl1
PropsWebGLRenderingContextBase
isProgram method
PropsWebGLRenderingContextBase extension on
WebGLRenderingContextBase