mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 08:10:26 +02:00
OpenGL3: Support min/max blend modes
This commit is contained in:
@ -166,6 +166,7 @@ namespace video
|
||||
}
|
||||
|
||||
bool AnisotropicFilterSupported = false;
|
||||
bool BlendMinMaxSupported = false;
|
||||
|
||||
private:
|
||||
void addExtension(std::string name);
|
||||
|
Reference in New Issue
Block a user