shaderLocation property

int shaderLocation

Implementation

int get shaderLocation => js_util.getProperty(this, 'shaderLocation');
void shaderLocation=(int newValue)

Implementation

set shaderLocation(int newValue) {
  js_util.setProperty(this, 'shaderLocation', newValue);
}