You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Merge pull request #83452 from RandomShaper/rd_common
Split `RenderingDevice` into API-agnostic and `RenderingDeviceDriver` parts
This commit is contained in:
@@ -1844,8 +1844,8 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
||||
GLOBAL_DEF_RST_NOVAL(PropertyInfo(Variant::ARRAY, "rendering/gl_compatibility/force_angle_on_devices", PROPERTY_HINT_ARRAY_TYPE, vformat("%s/%s:%s", Variant::DICTIONARY, PROPERTY_HINT_NONE, String())), device_blocklist);
|
||||
}
|
||||
|
||||
// Start with RenderingDevice-based backends. Should be included if any RD driver present.
|
||||
#if defined(VULKAN_ENABLED) || defined(D3D12_ENABLED)
|
||||
// Start with RenderingDevice-based backends.
|
||||
#ifdef RD_ENABLED
|
||||
renderer_hints = "forward_plus,mobile";
|
||||
default_renderer_mobile = "mobile";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user