Project
Loading...
Searching...
No Matches
o2::gpu::GPUDisplayBackendVulkan::VulkanImage Struct Reference

#include <GPUDisplayBackendVulkan.h>

Public Attributes

vk::Image image
 
vk::ImageView view
 
vk::DeviceMemory memory
 
uint32_t sizex = 0
 
uint32_t sizey = 0
 
vk::Format format
 

Detailed Description

Definition at line 48 of file GPUDisplayBackendVulkan.h.

Member Data Documentation

◆ format

vk::Format o2::gpu::GPUDisplayBackendVulkan::VulkanImage::format

Definition at line 53 of file GPUDisplayBackendVulkan.h.

◆ image

vk::Image o2::gpu::GPUDisplayBackendVulkan::VulkanImage::image

Definition at line 49 of file GPUDisplayBackendVulkan.h.

◆ memory

vk::DeviceMemory o2::gpu::GPUDisplayBackendVulkan::VulkanImage::memory

Definition at line 51 of file GPUDisplayBackendVulkan.h.

◆ sizex

uint32_t o2::gpu::GPUDisplayBackendVulkan::VulkanImage::sizex = 0

Definition at line 52 of file GPUDisplayBackendVulkan.h.

◆ sizey

uint32_t o2::gpu::GPUDisplayBackendVulkan::VulkanImage::sizey = 0

Definition at line 52 of file GPUDisplayBackendVulkan.h.

◆ view

vk::ImageView o2::gpu::GPUDisplayBackendVulkan::VulkanImage::view

Definition at line 50 of file GPUDisplayBackendVulkan.h.


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