#include <image.hpp>
|
static auto | create (const ::vk::Device &device, const VmaAllocator &allocator, const ::vk::Format &format, const math::Vec2f &size, const ::vk::ImageUsageFlags &usage) -> expected< Image > |
|
◆ create()
auto wren::vk::Image::create |
( |
const ::vk::Device & | device, |
|
|
const VmaAllocator & | allocator, |
|
|
const ::vk::Format & | format, |
|
|
const math::Vec2f & | size, |
|
|
const ::vk::ImageUsageFlags & | usage ) -> expected<Image> |
|
static |
◆ get()
auto wren::vk::Image::get |
( |
| ) |
const |
|
inline |
◆ alloc_
VmaAllocation wren::vk::Image::alloc_ {} |
|
private |
◆ image_
::vk::Image wren::vk::Image::image_ |
|
private |
The documentation for this class was generated from the following files: