Skip to content

Commit d2e3404

Browse files
dj2Dawn LUCI CQ
authored andcommitted
Add missing enum value.
Fix warning when building `dawn.node` about missing enum value. Change-Id: Ic96bc7ddc86f467fb214bce56f27d18c3ec2ad18 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/236894 Auto-Submit: dan sinclair <[email protected]> Commit-Queue: dan sinclair <[email protected]> Commit-Queue: James Price <[email protected]> Reviewed-by: James Price <[email protected]>
1 parent 3aafa54 commit d2e3404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dawn/node/binding/Converter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,6 +1579,7 @@ bool Converter::Convert(interop::GPUFeatureName& out, wgpu::FeatureName in) {
15791579
case wgpu::FeatureName::BufferMapExtendedUsages:
15801580
case wgpu::FeatureName::ChromiumExperimentalTimestampQueryInsidePasses:
15811581
case wgpu::FeatureName::D3D11MultithreadProtected:
1582+
case wgpu::FeatureName::DawnDeviceAllocatorControl:
15821583
case wgpu::FeatureName::DawnInternalUsages:
15831584
case wgpu::FeatureName::DawnMultiPlanarFormats:
15841585
case wgpu::FeatureName::DawnNative:

0 commit comments

Comments
 (0)