We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f932e commit dbcfbd8Copy full SHA for dbcfbd8
MotionMark1.1/tests/3d/resources/webgpu.js
@@ -94,13 +94,13 @@ WebGLStage = Utilities.createSubclass(Stage,
94
95
this._timeBindGroupLayout = device.createBindGroupLayout({
96
bindings: [
97
- { binding: 0, visibility: GPUShaderStageBit.VERTEX, type: "uniform-buffer" },
+ { binding: 0, visibility: GPUShaderStage.VERTEX, type: "uniform-buffer" },
98
],
99
});
100
101
this._bindGroupLayout = device.createBindGroupLayout({
102
103
104
105
106
0 commit comments