mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Add love.graphics.setBlendState, which sets the lower level blend operation and factor values which higher level blend modes are based on.
--HG-- branch : minor
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
|
||||
void setColorMask(ColorChannelMask mask) override;
|
||||
|
||||
void setBlendMode(BlendMode mode, BlendAlpha alphamode) override;
|
||||
void setBlendState(const BlendState &blend) override;
|
||||
|
||||
void setPointSize(float size) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user