Skip to content

Commit

Permalink
Fix msvc 14.1 complains about "atempting to reference a deleted funct…
Browse files Browse the repository at this point in the history
…ion"

in RenderPassClearValue
  • Loading branch information
jsjtxietian committed Dec 25, 2023
1 parent 13a0d6e commit 5d361a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions servers/rendering/rendering_device_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ class RenderingDeviceDriver : public RenderingDeviceCommons {
float depth;
uint32_t stencil;
};

RenderPassClearValue() {}
};

struct AttachmentClear {
Expand Down

0 comments on commit 5d361a9

Please sign in to comment.