mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Error if a non-2D/affine matrix is used with auto-batched draws, since they perform CPU-side matrix transforms on 2-component vectors.
--HG-- branch : minor
This commit is contained in:
@@ -137,8 +137,13 @@ struct XYf_STPf_RGBAub
|
||||
};
|
||||
|
||||
size_t getFormatStride(CommonFormat format);
|
||||
|
||||
uint32 getFormatFlags(CommonFormat format);
|
||||
|
||||
int getFormatPositionComponents(CommonFormat format);
|
||||
|
||||
size_t getIndexDataSize(IndexDataType type);
|
||||
|
||||
IndexDataType getIndexDataTypeFromMax(size_t maxvalue);
|
||||
|
||||
int getIndexCount(TriangleIndexMode mode, int vertexCount);
|
||||
|
||||
Reference in New Issue
Block a user