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

Merge pull request #51708 from Calinou/viewport-add-32bpc-color-depth

This commit is contained in:
Rémi Verschelde
2022-01-04 14:30:24 +01:00
committed by GitHub
13 changed files with 76 additions and 12 deletions

View File

@@ -569,6 +569,7 @@ public:
RENDER_TARGET_HDR,
RENDER_TARGET_KEEP_3D_LINEAR,
RENDER_TARGET_DIRECT_TO_SCREEN,
RENDER_TARGET_USE_32_BPC_DEPTH,
RENDER_TARGET_FLAG_MAX
};