VV::Corridors::Extent2D struct

Structure specifying a two-dimensional extent.

Extents are used to describe the size of a rectangular region of pixels within an image or framebuffer, as (width,height) for two-dimensional images, or as (width,height,depth) for three-dimensional images. Extent-2D Specification

Base classes

template<typename VulkanType, EStructureType TemplateSpecifiedStype = EStructureType::Max_Enum>
struct VV::V0::VKStruct_Base<VkExtent2D>
Base struct for wrapping Vulkan native C API Structs.

Public functions

auto operator==(const Extent2D _other) -> bool
auto operator!=(const Extent2D _other) -> bool

Public variables

ui32 Width
ui32 Height