mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-17 00:47:13 +00:00
Reset bind group aspect in SetBindGroup
Change-Id: Ic123578764266a913a3a9a814d5b6c01f47d4ff9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/22860 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Idan Raiter <idanr@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
83faf15d21
commit
e5b40629ec
@@ -144,6 +144,7 @@ namespace dawn_native {
|
||||
|
||||
void CommandBufferStateTracker::SetBindGroup(uint32_t index, BindGroupBase* bindgroup) {
|
||||
mBindgroups[index] = bindgroup;
|
||||
mAspects.reset(VALIDATION_ASPECT_BIND_GROUPS);
|
||||
}
|
||||
|
||||
void CommandBufferStateTracker::SetIndexBuffer() {
|
||||
|
||||
Reference in New Issue
Block a user