Skip to content

Commit

Permalink
Default indexFormat to uint32 (gpuweb#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
JusSn authored and kdashg committed Apr 29, 2019
1 parent de471bf commit c9dd5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ dictionary GPUVertexBufferDescriptor {
};

dictionary GPUVertexInputDescriptor {
required GPUIndexFormat indexFormat;
GPUIndexFormat indexFormat = "uint32";
required sequence<GPUVertexBufferDescriptor?> vertexBuffers;
};
</script>
Expand Down

0 comments on commit c9dd5af

Please sign in to comment.