mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Abstracted lower level drawing code, moved all type-specific drawing code out of opengl backend, deleted obsolete files
--HG-- branch : minor
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
// Implements Drawable.
|
||||
void draw(love::graphics::Graphics *gfx, const Matrix4 &m) override;
|
||||
|
||||
protected:
|
||||
private:
|
||||
|
||||
struct TextData
|
||||
{
|
||||
@@ -83,8 +83,6 @@ protected:
|
||||
void regenerateVertices();
|
||||
void addTextData(const TextData &s);
|
||||
|
||||
virtual void drawInternal(const std::vector<Font::DrawCommand> &commands) const = 0;
|
||||
|
||||
StrongRef<Font> font;
|
||||
|
||||
vertex::Attributes vertexAttributes;
|
||||
|
||||
Reference in New Issue
Block a user