shaderLocation property
int
get
shaderLocation
Implementation
int get shaderLocation => js_util.getProperty(this, 'shaderLocation');
set
shaderLocation
(int newValue)
Implementation
set shaderLocation(int newValue) {
js_util.setProperty(this, 'shaderLocation', newValue);
}