mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-20 00:25:20 +01:00
Dynamic shadows with the ogles2 driver on OpenGL ES 3.0+ (#16661)
This commit is contained in:
@@ -133,6 +133,11 @@ enum E_VIDEO_DRIVER_FEATURE
|
||||
//! Support for 2D array textures.
|
||||
EVDF_TEXTURE_2D_ARRAY,
|
||||
|
||||
//! Support for floating-point textures as framebuffer color attachments.
|
||||
// (The formats are a. color-renderable and b. part of the required framebuffer formats)
|
||||
// (This refers to at least ECF_R16F, ECF_R32F, ECF_A16B16G16R16F and ECF_A32B32G32R32F)
|
||||
EVDF_RENDER_TO_FLOAT_TEXTURE,
|
||||
|
||||
//! Only used for counting the elements of this enum
|
||||
EVDF_COUNT
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user