mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Add clear-buffer support for Depth/Stencil
This commit is contained in:
parent
1540c941d0
commit
085d7d5568
2 changed files with 62 additions and 6 deletions
|
@ -61,6 +61,7 @@ class RendererVK final : public Renderer {
|
|||
u32 sizePerPixel = 0;
|
||||
std::array<u32, 2> size = {};
|
||||
|
||||
vk::Format format;
|
||||
vk::UniqueImage image;
|
||||
vk::UniqueDeviceMemory imageMemory;
|
||||
vk::UniqueImageView imageView;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue