You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Metal: Stable argument buffers; GPU rendering crashes; visionOS exports
Supersedes #110683
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user