resource property

GPUBuffer resource

Implementation

GPUBuffer get resource => js_util.getProperty(this, 'resource');
void resource=(GPUBuffer newValue)

Implementation

set resource(GPUBuffer newValue) {
  js_util.setProperty(this, 'resource', newValue);
}