texture property

TextureD get texture

Color buffer attachment texture

Implementation

TextureD get texture => _texture = field_texture.readOr(op, _texture);
set texture (TextureD value)

Implementation

set texture(TextureD value) => _texture = field_texture.writeOr(op, value);