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