Fix msvc 14.1 complains about "atempting to reference a deleted function"
in RenderPassClearValue
This commit is contained in:
@ -535,6 +535,8 @@ public:
|
||||
float depth;
|
||||
uint32_t stencil;
|
||||
};
|
||||
|
||||
RenderPassClearValue() {}
|
||||
};
|
||||
|
||||
struct AttachmentClear {
|
||||
|
||||
Reference in New Issue
Block a user