mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 12:18:30 +09:00
[Chore] (MG_Backend/DirectVulkan): add indexBufferView field for draw cmds
This commit is contained in:
@@ -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__);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user