UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVulkanRHIImageViewInfo Struct Reference

#include <IVulkanDynamicRHI.h>

Public Attributes

VkImageView ImageView
 
VkImage Image
 
VkImageSubresourceRange SubresourceRange
 
VkFormat Format
 
uint32 Width
 
uint32 Height
 
uint32 Depth
 
ETextureCreateFlags UEFlags
 

Member Data Documentation

◆ Depth

uint32 FVulkanRHIImageViewInfo::Depth

◆ Format

VkFormat FVulkanRHIImageViewInfo::Format

◆ Height

uint32 FVulkanRHIImageViewInfo::Height

◆ Image

VkImage FVulkanRHIImageViewInfo::Image

◆ ImageView

VkImageView FVulkanRHIImageViewInfo::ImageView

◆ SubresourceRange

VkImageSubresourceRange FVulkanRHIImageViewInfo::SubresourceRange

◆ UEFlags

ETextureCreateFlags FVulkanRHIImageViewInfo::UEFlags

◆ Width

uint32 FVulkanRHIImageViewInfo::Width

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