mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
love.graphics: move more platform-independent code out of the opengl backend
--HG-- branch : minor
This commit is contained in:
@@ -238,7 +238,7 @@ public:
|
||||
* Can be used with getPointer to calculate an offset into the array based
|
||||
* on a number of elements.
|
||||
**/
|
||||
size_t getElementSize();
|
||||
size_t getElementSize() const;
|
||||
|
||||
/**
|
||||
* Returns the pointer to the Buffer.
|
||||
|
||||
Reference in New Issue
Block a user