Skip to content

Commit

Permalink
Update src/webgpu/api/operation/vertex_state/correctness.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Ninomiya <[email protected]>
  • Loading branch information
Kangz and kainino0x authored Nov 4, 2024
1 parent 9856759 commit 5bc0fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgpu/api/operation/vertex_state/correctness.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ struct VSOutputs {
};
}

case 'unorm8x4-bgra' as GPUVertexFormat: {
case 'unorm8x4-bgra': {
const data = [42, 0, 1, 2, 3, 4, 128, 255];
const vertexData = new Uint8Array(data).buffer;
const expectedData = new Float32Array(
Expand Down

0 comments on commit 5bc0fc6

Please sign in to comment.