mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-05 22:23:29 +00:00
d3d11: remove a noreached break
Bug: dawn:1795 Change-Id: I32e1407a5d9054ac81d672202b0597334aa7721e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/128400 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org>
This commit is contained in:
parent
7883a0cb8d
commit
cf5aa73f81
@ -209,7 +209,6 @@ class BindGroupTracker : public BindGroupTrackerBase<false, uint64_t> {
|
||||
|
||||
case BindingInfoType::ExternalTexture: {
|
||||
return DAWN_UNIMPLEMENTED_ERROR("External textures are not supported");
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user