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