mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
The Vertex struct is now recognized as POD by C++, also fixed the name to be consistent with other love structs
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
// STL
|
||||
#include <vector>
|
||||
|
||||
// The last argument to AttribPointer takes a buffer offset casted to a pointer.
|
||||
#define BUFFER_OFFSET(i) ((char *) NULL + (i))
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace graphics
|
||||
|
||||
Reference in New Issue
Block a user