depthCompare property
GPUCompareFunction
get
depthCompare
Implementation
GPUCompareFunction get depthCompare =>
GPUCompareFunction.fromValue(js_util.getProperty(this, 'depthCompare'));
set
depthCompare
(GPUCompareFunction newValue)
Implementation
set depthCompare(GPUCompareFunction newValue) {
js_util.setProperty(this, 'depthCompare', newValue.value);
}