mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
love.graphics: move more platform-independent code out of the opengl backend
--HG-- branch : minor
This commit is contained in:
@@ -151,7 +151,7 @@ IndexDataType QuadIndices::getType(size_t s) const
|
||||
return vertex::getIndexDataTypeFromMax(getIndexCount(s));
|
||||
}
|
||||
|
||||
size_t QuadIndices::getElementSize()
|
||||
size_t QuadIndices::getElementSize() const
|
||||
{
|
||||
return elementSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user