mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 15:16:16 +00:00
Rename PipelineStageDescriptor to ProgrammableStageDescriptor
This is to match the WebGPU's WebIDL[1]. [1] https://github.com/gpuweb/gpuweb/pull/359 Bug: dawn:22 Change-Id: Id0cf0a7a6605ea7ec474d0f0885685ed21875dce Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/11883 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
90a5595bbe
commit
0b82671047
@@ -67,7 +67,7 @@ void init() {
|
||||
descriptor.vertexStage.module = vsModule;
|
||||
descriptor.vertexStage.entryPoint = "main";
|
||||
|
||||
DawnPipelineStageDescriptor fragmentStage;
|
||||
DawnProgrammableStageDescriptor fragmentStage;
|
||||
fragmentStage.nextInChain = nullptr;
|
||||
fragmentStage.module = fsModule;
|
||||
fragmentStage.entryPoint = "main";
|
||||
|
||||
Reference in New Issue
Block a user