Files
godot/doc/classes
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
..
2025-11-04 02:38:48 +09:00
2025-11-04 02:38:48 +09:00
2025-11-04 02:38:48 +09:00
2025-04-08 22:27:32 +02:00
2025-11-17 09:45:31 +09:00
2025-11-12 06:01:03 +05:00
2025-04-08 20:14:28 +03:00
2025-06-06 14:35:38 +02:00
2025-06-06 14:35:38 +02:00
2025-11-18 07:13:17 +09:00
2025-11-04 02:38:48 +09:00
2025-11-11 15:41:56 +01:00
2025-12-20 22:14:57 -03:00
2025-11-07 23:35:09 +01:00
2025-04-21 15:06:45 -04:00
2025-10-22 12:21:18 +02:00
2025-04-08 20:14:28 +03:00
2025-06-17 19:13:21 +02:00
2025-11-04 02:38:48 +09:00
2025-11-22 10:17:03 +08:00
2025-11-04 02:38:48 +09:00
2025-06-25 18:25:57 +02:00