love.graphics: move more platform-independent code out of the opengl backend

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-07-22 23:34:39 -03:00
parent b568e267eb
commit 864147c38c
22 changed files with 368 additions and 316 deletions
+1 -1
View File
@@ -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.