Skip to content

Commit

Permalink
Don't have fragmentStage optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangz committed Jul 18, 2019
1 parent 87c3615 commit c8e10f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ typedef struct WGPURenderPipelineDescriptor {
void const * nextInChain;
WGPUPipelineLayout layout;
WGPUPipelineStageDescriptor vertexStage;
WGPUPipelineStageDescriptor fragmentStage;
WGPUPipelineStageDescriptor const * fragmentStage;
WGPUVertexInputDescriptor vertexInput;
WGPUPrimitiveTopology primitiveTopology;
WGPURasterizationStateDescriptor const * rasterizationState;
Expand Down

0 comments on commit c8e10f5

Please sign in to comment.