mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 20:58:31 +09:00
[Fix] (MG_State/Core): fix typo
This commit is contained in:
@@ -11,7 +11,7 @@ namespace MobileGL {
|
||||
return bufferState_.GetBufferObject(index);
|
||||
}
|
||||
|
||||
BindingSlot<BufferObject>& GLContext::GetBufferBindingSort(BufferTarget target) {
|
||||
BindingSlot<BufferObject>& GLContext::GetBufferBindingSlot(BufferTarget target) {
|
||||
return bufferState_.GetBindingSlot(target);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user