wren
Vulkan-based game engine
Loading...
Searching...
No Matches
wren::vk::Image Class Reference

#include <image.hpp>

Public Member Functions

auto get () const
 

Static Public Member Functions

static auto create (const ::vk::Device &device, const VmaAllocator &allocator, const ::vk::Format &format, const math::vec2i &size, const ::vk::ImageUsageFlags &usage) -> expected< Image >
 

Member Function Documentation

◆ create()

auto wren::vk::Image::create ( const ::vk::Device & device,
const VmaAllocator & allocator,
const ::vk::Format & format,
const math::vec2i & size,
const ::vk::ImageUsageFlags & usage ) -> expected<Image>
static
Here is the caller graph for this function:

◆ get()

auto wren::vk::Image::get ( ) const
inline

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