mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-21 00:45:23 +01:00
Dynamic shadows with the ogles2 driver on OpenGL ES 3.0+ (#16661)
This commit is contained in:
@@ -76,6 +76,8 @@ public:
|
||||
return TextureMultisampleSupported;
|
||||
case EVDF_TEXTURE_2D_ARRAY:
|
||||
return Texture2DArraySupported;
|
||||
case EVDF_RENDER_TO_FLOAT_TEXTURE:
|
||||
return RenderToFloatTextureSupported;
|
||||
default:
|
||||
return false;
|
||||
};
|
||||
@@ -178,6 +180,7 @@ public:
|
||||
bool TextureMultisampleSupported = false;
|
||||
bool Texture2DArraySupported = false;
|
||||
bool KHRDebugSupported = false;
|
||||
bool RenderToFloatTextureSupported = false;
|
||||
u32 MaxLabelLength = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user