ShaderModule: Don't create an inspector just to reflect exts

Bug: tint:1472

Change-Id: Ifc170c3da531dd17015f0f36dfccfaa8e250b50c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89403
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez
2022-05-10 06:41:24 +00:00
committed by Dawn LUCI CQ
parent c167ae12aa
commit 4b6d3f4346
4 changed files with 17 additions and 23 deletions

View File

@@ -1238,7 +1238,7 @@ void DeviceBase::SetWGSLExtensionAllowList() {
// mWGSLExtensionAllowList.insert("InternalExtensionForTesting");
}
WGSLExtensionsSet DeviceBase::GetWGSLExtensionAllowList() const {
WGSLExtensionSet DeviceBase::GetWGSLExtensionAllowList() const {
return mWGSLExtensionAllowList;
}