Merge pull request #86507 from jsjtxietian/fix-msvc-2017

Fix MSVC 14.1 complaining about "attempting to reference a deleted function" in RenderPassClearValue
This commit is contained in:
Rémi Verschelde 2024-01-08 11:54:17 +01:00
commit 5ac5be4744
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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