mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
2D: Add batching to RendererCanvasRenderRD
This commit is contained in:
parent
14a7e0abb3
commit
a657ea42f1
6 changed files with 1301 additions and 919 deletions
|
@ -3548,6 +3548,7 @@ void RenderingServer::init() {
|
|||
GLOBAL_DEF("rendering/lights_and_shadows/positional_shadow/soft_shadow_filter_quality.mobile", 0);
|
||||
|
||||
GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/2d/shadow_atlas/size", PROPERTY_HINT_RANGE, "128,16384"), 2048);
|
||||
GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/2d/batching/item_buffer_size", PROPERTY_HINT_RANGE, "128,1048576,1"), 16384);
|
||||
|
||||
// Number of commands that can be drawn per frame.
|
||||
GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/gl_compatibility/item_buffer_size", PROPERTY_HINT_RANGE, "128,1048576,1"), 16384);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue