mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +09:00
[Fix] (MG_State/Buffer): fix some typo
This commit is contained in:
@@ -71,8 +71,8 @@ namespace MobileGL {
|
||||
SizeT GetSize() const;
|
||||
BufferUsage GetUsage() const;
|
||||
Range1D GetDirtyRange() const;
|
||||
void* AquireMemory(Bool markMapped, Bool read, Bool write);
|
||||
void* AquireMemoryRange(Range1D range, BufferMappingAccessBit access);
|
||||
void* AcquireMemory(Bool markMapped, Bool read, Bool write);
|
||||
void* AcquireMemoryRange(Range1D range, BufferMappingAccessBit access);
|
||||
Bool IsMapped() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user