mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
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:
committed by
Dawn LUCI CQ
parent
c167ae12aa
commit
4b6d3f4346
@@ -1238,7 +1238,7 @@ void DeviceBase::SetWGSLExtensionAllowList() {
|
||||
// mWGSLExtensionAllowList.insert("InternalExtensionForTesting");
|
||||
}
|
||||
|
||||
WGSLExtensionsSet DeviceBase::GetWGSLExtensionAllowList() const {
|
||||
WGSLExtensionSet DeviceBase::GetWGSLExtensionAllowList() const {
|
||||
return mWGSLExtensionAllowList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user