getFramebufferAttachmentParameter property
dynamic Function(num, num, num)
get
getFramebufferAttachmentParameter
Implementation
_i2.dynamic Function(
_i2.num,
_i2.num,
_i2.num,
) get getFramebufferAttachmentParameter => (
_i2.num p0,
_i2.num p1,
_i2.num p2,
) =>
_i4.callMethod(
_i4.getProperty(
this,
'getFramebufferAttachmentParameter',
),
r'call',
[
this,
p0,
p1,
p2,
],
);
set
getFramebufferAttachmentParameter
(dynamic value(num, num, num))
Implementation
set getFramebufferAttachmentParameter(
_i2.dynamic Function(
_i2.num,
_i2.num,
_i2.num,
) value) {
_i4.setProperty(
this,
'getFramebufferAttachmentParameter',
_i4.allowInterop(value),
);
}