1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

Fix msvc 14.1 complains about "atempting to reference a deleted function"

in RenderPassClearValue
This commit is contained in:
jsjtxietian
2023-12-25 18:50:00 +08:00
parent 13a0d6e9b2
commit 5d361a9e39

View File

@@ -535,6 +535,8 @@ public:
float depth; float depth;
uint32_t stencil; uint32_t stencil;
}; };
RenderPassClearValue() {}
}; };
struct AttachmentClear { struct AttachmentClear {