mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-12 22:56:09 +00:00
Use UNREACHABLE in more places
This commit is contained in:
committed by
Corentin Wallez
parent
96acaef95e
commit
8fca4a21b7
@@ -61,7 +61,7 @@ namespace d3d12 {
|
||||
heapProperties = &kReadbackHeapProperties;
|
||||
break;
|
||||
default:
|
||||
ASSERT(false);
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
||||
ComPtr<ID3D12Resource> resource;
|
||||
|
||||
Reference in New Issue
Block a user