[Fix] (MG_Backend/DirectGLES): Fix wrong buffer data in sync.

This commit is contained in:
BZLZHH
2025-10-26 09:50:05 +08:00
parent 21d659214f
commit d90e35d630
3 changed files with 5 additions and 5 deletions
@@ -71,7 +71,7 @@ namespace MobileGL {
BufferUsage GetUsage() const;
Range1D GetDirtyRange() const;
Range1D GetMappedRange() const;
SharedPtr<Data> GetDataReadOnly() const;
const SharedPtr<Data> GetDataReadOnly() const;
Flags<BufferMappingAccessBit> GetMappingAccess() const;
private: