Metal: Stable argument buffers; GPU rendering crashes; visionOS exports

Supersedes #110683
This commit is contained in:
Stuart Carnie 2025-10-24 11:03:44 +11:00
parent ab6c6eece8
commit 97c17aedc7
24 changed files with 2635 additions and 2082 deletions

View file

@ -47,7 +47,7 @@ public:
protected:
virtual uint32_t _format() const override;
virtual uint32_t _format_version() const override;
virtual bool _set_code_from_spirv(Span<ReflectedShaderStage> p_spirv) override;
virtual bool _set_code_from_spirv(const ReflectShader &p_shader) override;
public:
RenderingShaderContainerVulkan(bool p_debug_info_enabled);