Merge commit '54826327' into dev

This commit is contained in:
BZLZHH
2025-08-06 18:09:18 +08:00
9 changed files with 157 additions and 31 deletions
@@ -36,7 +36,7 @@ namespace MobileGL {
return m_bindingSlots[i];
}
}
return m_bindingSlots[0]; // Fallback to the first slot if not found
assert(false);
}
void BufferState::MarkBufferObjectForDeletion(Uint index) {
@@ -63,4 +63,4 @@ namespace MobileGL {
}
}
}
}
}