mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 10:49:14 +00:00
Delete WGPUDeviceProperties
This struct is no longer needed now that the adapter exposes a way to query its features that works both in native and the wire. Change-Id: Ib0d865330f65473bb0363858a9284e630da52eb1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93340 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Shrek Shao <shrekshao@google.com> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
@@ -86,7 +86,6 @@ class DAWN_NATIVE_EXPORT Adapter {
|
||||
|
||||
std::vector<const char*> GetSupportedExtensions() const;
|
||||
std::vector<const char*> GetSupportedFeatures() const;
|
||||
WGPUDeviceProperties GetAdapterProperties() const;
|
||||
bool GetLimits(WGPUSupportedLimits* limits) const;
|
||||
|
||||
void SetUseTieredLimits(bool useTieredLimits);
|
||||
|
||||
Reference in New Issue
Block a user