File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ dictionary GPURenderPipelineDescriptor : GPUPipelineDescriptorBase {
679
679
GPURasterizationStateDescriptor rasterizationState;
680
680
required sequence<GPUColorStateDescriptor> colorStates;
681
681
GPUDepthStencilStateDescriptor depthStencilState;
682
- required GPUVertexInputDescriptor vertexInput;
682
+ GPUVertexInputDescriptor vertexInput = {} ;
683
683
684
684
unsigned long sampleCount = 1;
685
685
unsigned long sampleMask = 0xFFFFFFFF;
@@ -919,7 +919,7 @@ dictionary GPUVertexBufferDescriptor {
919
919
<script type=idl>
920
920
dictionary GPUVertexInputDescriptor {
921
921
GPUIndexFormat indexFormat = "uint32";
922
- required sequence<GPUVertexBufferDescriptor?> vertexBuffers;
922
+ sequence<GPUVertexBufferDescriptor?> vertexBuffers = [] ;
923
923
};
924
924
</script>
925
925
You can’t perform that action at this time.
0 commit comments