A pixel format and usage that is sufficient to check if images of that format and usage are suitable for use with fixed-rate compression. More...
#include <capabilities_vk.h>
Public Member Functions | |
FRCFormatDescriptor (const vk::ImageCreateInfo &image_info) | |
Public Attributes | |
vk::Format | format = vk::Format::eUndefined |
vk::ImageType | type = {} |
vk::ImageTiling | tiling = {} |
vk::ImageUsageFlags | usage = {} |
vk::ImageCreateFlags | flags = {} |
A pixel format and usage that is sufficient to check if images of that format and usage are suitable for use with fixed-rate compression.
Definition at line 162 of file capabilities_vk.h.
|
inlineexplicit |
Definition at line 169 of file capabilities_vk.h.
vk::ImageCreateFlags impeller::FRCFormatDescriptor::flags = {} |
Definition at line 167 of file capabilities_vk.h.
Referenced by impeller::CapabilitiesVK::GetSupportedFRCRate().
vk::Format impeller::FRCFormatDescriptor::format = vk::Format::eUndefined |
Definition at line 163 of file capabilities_vk.h.
Referenced by impeller::CapabilitiesVK::GetSupportedFRCRate().
vk::ImageTiling impeller::FRCFormatDescriptor::tiling = {} |
Definition at line 165 of file capabilities_vk.h.
Referenced by impeller::CapabilitiesVK::GetSupportedFRCRate().
vk::ImageType impeller::FRCFormatDescriptor::type = {} |
Definition at line 164 of file capabilities_vk.h.
Referenced by impeller::CapabilitiesVK::GetSupportedFRCRate().
vk::ImageUsageFlags impeller::FRCFormatDescriptor::usage = {} |
Definition at line 166 of file capabilities_vk.h.
Referenced by impeller::CapabilitiesVK::GetSupportedFRCRate().