Vulkan-Hpp
|
#include <utils.hpp>
Public Member Functions | |
DepthBufferData (vk::PhysicalDevice const &physicalDevice, vk::Device const &device, vk::Format format, vk::Extent2D const &extent) | |
![]() | |
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 | |
![]() | |
vk::Format | format |
vk::Image | image |
vk::DeviceMemory | deviceMemory |
vk::ImageView | imageView |
vk::su::DepthBufferData::DepthBufferData | ( | vk::PhysicalDevice const & | physicalDevice, |
vk::Device const & | device, | ||
vk::Format | format, | ||
vk::Extent2D const & | extent | ||
) |