mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
metal: initial (bad/slow) setShader tracking
This commit is contained in:
@@ -371,6 +371,8 @@ struct VertexAttributes
|
||||
}
|
||||
|
||||
void setCommonFormat(CommonFormat format, uint8 bufferindex);
|
||||
|
||||
bool operator == (const VertexAttributes &other) const;
|
||||
};
|
||||
|
||||
size_t getFormatStride(CommonFormat format);
|
||||
|
||||
Reference in New Issue
Block a user