webGLTexture top-level property
dynamic
get
webGLTexture
Part of the WebGL API and represents an opaque texture object providing storage and state for texturing operations.
Implementation
_i2.dynamic get webGLTexture => _i4.getProperty(
_self,
'WebGLTexture',
);