Skip to content

Commit

Permalink
Fix #7579 (#7580)
Browse files Browse the repository at this point in the history
Fix per @jrprice. (He comments that we should probably regenerate all of mini_webgpu.h, and document how to do that; this is a band-aid to unbreak testing.)
  • Loading branch information
steven-johnson authored May 18, 2023
1 parent 2ed955e commit 4282a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/mini_webgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ typedef struct WGPUShaderModuleSPIRVDescriptor {
typedef struct WGPUShaderModuleWGSLDescriptor {
WGPUChainedStruct chain;
char const *source;
char const *code;
} WGPUShaderModuleWGSLDescriptor;

typedef struct WGPUStencilFaceState {
Expand Down

0 comments on commit 4282a5d

Please sign in to comment.