1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-20 16:35:25 +01:00

Dynamic shadows with the ogles2 driver on OpenGL ES 3.0+ (#16661)

This commit is contained in:
grorp
2025-11-17 17:55:13 +01:00
committed by GitHub
parent ac0ebf39ad
commit fcd96e9244
22 changed files with 97 additions and 70 deletions

View File

@@ -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
};