Merge pull request #110837 from wheatear-dev/add-gdsoftclass-deeper

Add `GDSOFTCLASS` to deeper inheritors of `Object`
This commit is contained in:
Thaddeus Crews 2025-09-25 12:13:56 -05:00
commit c32c2606f4
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
51 changed files with 154 additions and 18 deletions

View file

@ -33,6 +33,8 @@
#include "editor/export/shader_baker_export_plugin.h"
class ShaderBakerExportPluginPlatformMetal : public ShaderBakerExportPluginPlatform {
GDSOFTCLASS(ShaderBakerExportPluginPlatformMetal, ShaderBakerExportPluginPlatform);
public:
virtual RenderingShaderContainerFormat *create_shader_container_format(const Ref<EditorExportPlatform> &p_platform, const Ref<EditorExportPreset> &p_preset) override;
virtual bool matches_driver(const String &p_driver) override;