mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Backout changeset b3928e24add23da69dcd90c34985cd6a05454be0
This commit is contained in:
@@ -210,7 +210,7 @@ public:
|
||||
|
||||
Canvas *newCanvas(int width, int height, Texture::Format format = Texture::FORMAT_NORMAL, int fsaa = 0);
|
||||
|
||||
Shader *newShader(const std::vector<std::string> &vertcode, const std::vector<std::string> &pixelcode);
|
||||
Shader *newShader(const Shader::ShaderSources &sources);
|
||||
|
||||
Mesh *newMesh(const std::vector<Vertex> &vertices, Mesh::DrawMode mode = Mesh::DRAW_MODE_FAN);
|
||||
Mesh *newMesh(int vertexcount, Mesh::DrawMode mode = Mesh::DRAW_MODE_FAN);
|
||||
|
||||
Reference in New Issue
Block a user