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:
commit
5ac5be4744
1 changed files with 2 additions and 0 deletions
|
@ -535,6 +535,8 @@ public:
|
|||
float depth;
|
||||
uint32_t stencil;
|
||||
};
|
||||
|
||||
RenderPassClearValue() {}
|
||||
};
|
||||
|
||||
struct AttachmentClear {
|
||||
|
|
Loading…
Reference in a new issue