dawn-cmake/src
Corentin Wallez 610f184fd9 Add a guard for MTLDevice.counterSets being null.
This is a tentative fix for a segfault that's happening on
metal::Adapter initialization on some systems.

Bug: dawn:1102
Change-Id: Iff31e46420e60cd76ecbbfa92bd5b5906ca89cf4
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/69340
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
2021-11-15 17:34:14 +00:00
..
common Implement ConcurrentCache 2021-10-29 01:12:25 +00:00
dawn Fix CMake build failures after recent changes 2021-09-21 01:07:35 +00:00
dawn_native Add a guard for MTLDevice.counterSets being null. 2021-11-15 17:34:14 +00:00
dawn_node dawn_node: Add documentation on how you debug TS 2021-11-05 16:14:32 +00:00
dawn_platform Implement AsyncWaitableEvent with std::condition_variable 2021-05-27 00:49:03 +00:00
dawn_wire Deprecation of using 0 as default size in buffer mapAsync 2021-10-18 05:30:39 +00:00
fuzzers Enable use_tint_generator by default, disable shader_float16 2021-07-08 18:42:37 +00:00
include Remove "extension" 2021-10-12 13:21:56 +00:00
tests Remove deprecated zero default size of setIndexBuffer and setVertexBuffer 2021-11-15 08:15:34 +00:00
utils Add depth16unorm texture format 2021-11-03 22:48:34 +00:00
Dummy.cpp