Skip to content

Commit

Permalink
WebGPURenderer: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Sep 3, 2020
1 parent c3d8a89 commit 26472f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/jsm/renderers/webgpu/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ export const GPUVertexFormat = {
Uchar4: 'uchar4',
Char2: 'char2',
Char4: 'char4',
Uchar2Norm: "uchar2norm",
Uchar4Norm: "uchar4norm",
Char2Norm: "char2norm",
Char4Norm: "char4norm",
Uchar2Norm: 'uchar2norm',
Uchar4Norm: 'uchar4norm',
Char2Norm: 'char2norm',
Char4Norm: 'char4norm',
Ushort2: 'ushort2',
Ushort4: 'ushort4',
Short2: 'short2',
Short4: 'short4',
Ushort2Norm: "ushort2norm",
Ushort4Norm: "ushort4norm",
Short2Norm: "short2norm",
Short4Norm: "short4norm",
Ushort2Norm: 'ushort2norm',
Ushort4Norm: 'ushort4norm',
Short2Norm: 'short2norm',
Short4Norm: 'short4norm',
Half2: 'half2',
Half4: 'half4',
Float: 'float',
Expand Down

0 comments on commit 26472f8

Please sign in to comment.