Fix indexing error
This commit is contained in:
parent
4086effec0
commit
a384c61f7a
|
@ -132,7 +132,7 @@ namespace backend {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!IsAligned(bufferViews[i]->GetOffset(), 256)) {
|
if (!IsAligned(bufferViews[j]->GetOffset(), 256)) {
|
||||||
HandleError("Buffer view offset for bind group needs to be 256-byte aligned");
|
HandleError("Buffer view offset for bind group needs to be 256-byte aligned");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue