mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 08:10:26 +02:00
OpenGL3: Add version check helper
This commit is contained in:
@ -290,6 +290,8 @@ namespace video
|
||||
|
||||
virtual void initFeatures() = 0;
|
||||
|
||||
bool isVersionAtLeast(int major, int minor = 0) const noexcept;
|
||||
|
||||
void chooseMaterial2D();
|
||||
|
||||
ITexture* createDeviceDependentTexture(const io::path& name, IImage* image) override;
|
||||
|
Reference in New Issue
Block a user