Fix msvc 14.1 complains about "atempting to reference a deleted function"
in RenderPassClearValue
This commit is contained in:
parent
13a0d6e9b2
commit
5d361a9e39
1 changed files with 2 additions and 0 deletions
|
|
@ -535,6 +535,8 @@ public:
|
|||
float depth;
|
||||
uint32_t stencil;
|
||||
};
|
||||
|
||||
RenderPassClearValue() {}
|
||||
};
|
||||
|
||||
struct AttachmentClear {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue