struct
#include <VaultedVulkan/VV_Types.hpp>
Extent3D Structure specifying a three-dimensional extent.
Contents
- Reference
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-3D Specification
Base classes
-
template<typename VulkanType, EStructureType TemplateSpecifiedStype = EStructureType::Max_Enum>struct VV::V0::VKStruct_Base<VkExtent3D>
- Base struct for wrapping Vulkan native C API Structs.
Public functions
- auto operator==(const Extent3D& _other) -> bool
- auto operator!=(const Extent3D& _other) -> bool