Skip to content

Commit

Permalink
compile error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sava41 committed Nov 18, 2024
1 parent ffbd142 commit e8c9810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ namespace mc
app->preAlphaPipeline = app->device.CreateComputePipeline( &pipelineDesc );

wgpu::ShaderModuleWGSLDescriptor maskMutiplyShaderCodeDesc;
maskMutiplyShaderCodeDesc.code = b::embed<"./resources/shaders/mask_multiply.wgsl">().data();
maskMutiplyShaderCodeDesc.code = b::embed<"./resources/shaders/maskmultiply.wgsl">().data();

wgpu::ShaderModuleDescriptor maskMutiplyShaderModuleDesc;
maskMutiplyShaderModuleDesc.nextInChain = &maskMutiplyShaderCodeDesc;
Expand Down

0 comments on commit e8c9810

Please sign in to comment.