positionLoc property

int get positionLoc

Shader location for position

Implementation

int get positionLoc => _positionLoc = field_positionLoc.readOr(op, _positionLoc);
set positionLoc (int value)

Implementation

set positionLoc(int value) => _positionLoc = field_positionLoc.writeOr(op, value);