mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Implement support for array textures in GL driver
note: feature detection was not implemented in the legacy driver, but the code itself probably works.
This commit is contained in:
@@ -129,7 +129,10 @@ enum E_TEXTURE_TYPE
|
||||
ETT_2D_MS,
|
||||
|
||||
//! Cubemap texture.
|
||||
ETT_CUBEMAP
|
||||
ETT_CUBEMAP,
|
||||
|
||||
//! 2D array texture
|
||||
ETT_2D_ARRAY
|
||||
};
|
||||
|
||||
//! Interface of a Video Driver dependent Texture.
|
||||
|
Reference in New Issue
Block a user