14 class DepthResources final :
public DeviceComponent
17 DepthResources() =
default;
20 VkImageView getImageView()
const {
return m_depthImageView; }
22 void create(uint32_t width, uint32_t height);
27 VkDeviceMemory m_depthImageMemory;
28 VkImageView m_depthImageView;