behaviour-tree-test/modules
Antonio Caggiano 27e4f24800
raytracing: Initial Vulkan support
- Vulkan implementations in `RenderingDeviceDriverVulkan`.
- Raytracing instruction list in `RenderingDeviceGraph`.
- Functions to create acceleration structures and raytracing pipelines
  in `RenderingDevice`.
- Raygen, Miss, and ClosestHit shader stages support.
- GDScript bindings.
- Update classes documentation.
- Unimplemented placeholders for Metal and D3D12.
- Build acceleration structure command.
- Expose a shader preprocessor define.
- Align build scratch address.
- Create STB after creating the pipeline.
- Separate acceleration structure barriers.
- Use transforms in TLAS instances.
- AnyHit and Intersection stages.
- Optionally set acceleration structure build input buffer usage.
- Introduce instances buffer.
- Move scratch buffers to RenderingDevice.
- Rename AccelerationStructureGeometryBits.
- Use regular buffer creation and free routines for scratch buffer.
- Store trackers in acceleration structures.
- Bump Shader SPIR-V version to 1.4
- Add Position attribute location in blas_create.
- Encapsulate MoltenVK check in preprocessor macro.
- Split SUPPORTS_RAYTRACING for pipeline and query.
2026-01-27 16:17:45 +01:00
..
astcenc
basis_universal
bcdec
betsy
bmp
camera Improve error handling in macOS camera module 2026-01-05 18:39:34 +09:00
csg
cvtt
dds
enet
etcpak
fbx
freetype
gdscript GDScript: Fix incorrect default transfer_mode for @rpc annotation 2026-01-01 11:46:24 +01:00
glslang raytracing: Initial Vulkan support 2026-01-27 16:17:45 +01:00
gltf Merge pull request #114581 from nikitalita/gltf-fix-animation-track-path 2026-01-05 11:45:31 +01:00
godot_physics_2d
godot_physics_3d
gridmap Add and adjust more scroll hints in the editor 2025-12-17 11:15:33 -03:00
hdr
interactive_music
jolt_physics
jpg
jsonrpc
ktx
lightmapper_rd
mbedtls
meshoptimizer
mobile_vr
mono CI: Fix executable perms for various files 2025-12-15 11:23:03 -06:00
mp3
msdfgen
multiplayer GDScript: Fix incorrect default transfer_mode for @rpc annotation 2026-01-01 11:46:24 +01:00
navigation_2d
navigation_3d
noise
objectdb_profiler Merge pull request #114405 from KoBeWi/TracToR 2026-01-01 16:47:35 +01:00
ogg
openxr Reword OpenXR initialization failure alert message 2026-01-06 03:57:20 +00:00
raycast
regex
svg
text_server_adv Remove leftover print line from TextServer. 2025-12-19 07:51:36 +02:00
text_server_fb Merge pull request #111062 from bruvzg/ts_autoinculde_data 2025-12-18 23:30:49 +01:00
tga
theora
tinyexr Add missing cstdlib include for EXIT_SUCCESS and free 2025-12-16 11:02:07 +01:00
upnp
vhacd
vorbis
webp
webrtc
websocket
webxr
xatlas_unwrap
zip
modules_builders.py
register_module_types.h
SCsub