frontFace property

GPUFrontFace frontFace

Implementation

GPUFrontFace get frontFace =>
    GPUFrontFace.fromValue(js_util.getProperty(this, 'frontFace'));
void frontFace=(GPUFrontFace newValue)

Implementation

set frontFace(GPUFrontFace newValue) {
  js_util.setProperty(this, 'frontFace', newValue.value);
}