dawn: fix 'control reaches end of non-void function' warning
Change-Id: I8820df29d84df9151f7992677ca7e926d14ecb08 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107240 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
4b260af672
commit
fad31fe74a
|
@ -52,6 +52,7 @@ bool Service::RequiresDedicatedAllocation(const ExternalImageDescriptorVk* descr
|
||||||
// for prefersDA.
|
// for prefersDA.
|
||||||
return dedicatedRequirements.prefersDedicatedAllocation;
|
return dedicatedRequirements.prefersDedicatedAllocation;
|
||||||
}
|
}
|
||||||
|
DAWN_UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace dawn::native::vulkan::external_memory
|
} // namespace dawn::native::vulkan::external_memory
|
||||||
|
|
Loading…
Reference in New Issue