getActiveAttrib property
WebGLActiveInfo? Function(WebGLProgram, num)
get
getActiveAttrib
Implementation
_i3.WebGLActiveInfo? Function(
_i3.WebGLProgram,
_i2.num,
) get getActiveAttrib => (
_i3.WebGLProgram p0,
_i2.num p1,
) =>
_i4.callMethod(
_i4.getProperty(
this,
'getActiveAttrib',
),
r'call',
[
this,
p0,
p1,
],
);
set
getActiveAttrib
(WebGLActiveInfo? value(WebGLProgram, num))
Implementation
set getActiveAttrib(
_i3.WebGLActiveInfo? Function(
_i3.WebGLProgram,
_i2.num,
) value) {
_i4.setProperty(
this,
'getActiveAttrib',
_i4.allowInterop((
p0,
p1,
) =>
() =>
value(
p0,
p1,
) ??
_i6.undefined),
);
}