Skip to content

Struct ILLIXR::data_format::vk_image_handle

ClassList > ILLIXR > data_format > vk_image_handle

Public Attributes

Type Name
size_t allocation_size
int file_descriptor
int64_t format
uint32_t height
uint32_t width

Public Functions

Type Name
vk_image_handle (int fd_, int64_t format_, size_t alloc_size, uint32_t width_, uint32_t height_)

Public Attributes Documentation

variable allocation_size

size_t ILLIXR::data_format::vk_image_handle::allocation_size;

variable file_descriptor

int ILLIXR::data_format::vk_image_handle::file_descriptor;

variable format

int64_t ILLIXR::data_format::vk_image_handle::format;

variable height

uint32_t ILLIXR::data_format::vk_image_handle::height;

variable width

uint32_t ILLIXR::data_format::vk_image_handle::width;

Public Functions Documentation

function vk_image_handle

inline ILLIXR::data_format::vk_image_handle::vk_image_handle (
    int fd_,
    int64_t format_,
    size_t alloc_size,
    uint32_t width_,
    uint32_t height_
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/include/illixr/data_format/misc.hpp