Merge pull request #99455 from Bonkahe/IndirectMultimeshImplementation

Add indirect draw functionality to `MultiMesh`
This commit is contained in:
Rémi Verschelde
2025-01-14 15:05:42 +01:00
17 changed files with 143 additions and 15 deletions

View File

@@ -217,6 +217,13 @@ Validate extension JSON: Error: Field 'classes/Control/properties/offset_top': t
Property type changed to float to match the actual internal API and documentation.
GH-99455
--------
Validate extension JSON: Error: Field 'classes/RenderingServer/methods/multimesh_allocate_data/arguments': size changed value in new API, from 5 to 6.
Optional argument added to allow setting indirect draw mode on Multimesh. Compatibility method registered.
GH-100129
---------
Validate extension JSON: Error: Field 'classes/NavigationServer2D/methods/query_path': is_const changed value in new API, from true to false.