resource property

GPUBuffer get resource

Implementation

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

Implementation

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