mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Implement LODBias in GL3 driver
(currently unused)
This commit is contained in:
parent
1ea8763259
commit
8c52d5f2dd
4 changed files with 43 additions and 27 deletions
|
@ -161,6 +161,7 @@ public:
|
|||
GL.BlendEquation(mode);
|
||||
}
|
||||
|
||||
bool LODBiasSupported = false;
|
||||
bool AnisotropicFilterSupported = false;
|
||||
bool BlendMinMaxSupported = false;
|
||||
bool TextureMultisampleSupported = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue