Vulkan-Hpp
vk::su::DepthBufferData Struct Reference

#include <utils.hpp>

Public Member Functions

 DepthBufferData (vk::PhysicalDevice const &physicalDevice, vk::Device const &device, vk::Format format, vk::Extent2D const &extent)
 
- Public Member Functions inherited from vk::su::ImageData
 ImageData (vk::PhysicalDevice const &physicalDevice, vk::Device const &device, vk::Format format, vk::Extent2D const &extent, vk::ImageTiling tiling, vk::ImageUsageFlags usage, vk::ImageLayout initialLayout, vk::MemoryPropertyFlags memoryProperties, vk::ImageAspectFlags aspectMask)
 
void clear (vk::Device const &device)
 

Additional Inherited Members

- Public Attributes inherited from vk::su::ImageData
vk::Format format
 
vk::Image image
 
vk::DeviceMemory deviceMemory
 
vk::ImageView imageView
 

Detailed Description

Definition at line 194 of file utils.hpp.

Constructor & Destructor Documentation

◆ DepthBufferData()

vk::su::DepthBufferData::DepthBufferData ( vk::PhysicalDevice const &  physicalDevice,
vk::Device const &  device,
vk::Format  format,
vk::Extent2D const &  extent 
)

Definition at line 737 of file utils.cpp.


The documentation for this struct was generated from the following files: