[Chore] (MG_Backend/DirectVulkan): add indexBufferView field for draw cmds

This commit is contained in:
2026-03-18 13:25:10 +08:00
parent 2ecba4d70c
commit bc018c9513
3 changed files with 10 additions and 6 deletions
@@ -1269,7 +1269,7 @@ void main() {
auto& frame = m_frameContext.GetCurrent();
SetupDraw(frame, payload.mode, DrawSetupAspect::IndexBuffer,
payload.indexType, payload.indexByteOffset, payload.indexCount);
payload.indexBufferView.indexType, payload.indexBufferView.indexByteOffset, payload.indexCount);
MOBILEGL_ASSERT(frame.isCommandRecording, "%s: frame recording was not started", __func__);