1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Optimize Mobile renderer by using FP16 explicitly.

This commit is contained in:
Dario
2025-05-28 11:58:07 -03:00
parent 8f87e60307
commit 46277836a6
23 changed files with 938 additions and 786 deletions

View File

@@ -945,7 +945,7 @@ public:
enum Features {
SUPPORTS_MULTIVIEW,
SUPPORTS_FSR_HALF_FLOAT,
SUPPORTS_HALF_FLOAT,
SUPPORTS_ATTACHMENT_VRS,
SUPPORTS_METALFX_SPATIAL,
SUPPORTS_METALFX_TEMPORAL,