mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
This improves the performance of typed calls to engine methods when the argument types are exact. Using validated calls delegate more of the work the core instead of doing argument unpacking in the VM. It also does not need different instructions for each return type, simplifying the code. |
||
---|---|---|
.. | ||
astcenc | ||
basis_universal | ||
bmp | ||
camera | ||
csg | ||
cvtt | ||
dds | ||
enet | ||
etcpak | ||
freetype | ||
gdscript | ||
glslang | ||
gltf | ||
gridmap | ||
hdr | ||
jpg | ||
jsonrpc | ||
ktx | ||
lightmapper_rd | ||
mbedtls | ||
meshoptimizer | ||
minimp3 | ||
mobile_vr | ||
mono | ||
msdfgen | ||
multiplayer | ||
navigation | ||
noise | ||
ogg | ||
openxr | ||
raycast | ||
regex | ||
squish | ||
svg | ||
text_server_adv | ||
text_server_fb | ||
tga | ||
theora | ||
tinyexr | ||
upnp | ||
vhacd | ||
vorbis | ||
webp | ||
webrtc | ||
websocket | ||
webxr | ||
xatlas_unwrap | ||
zip | ||
modules_builders.py | ||
register_module_types.h | ||
SCsub |