[][src]Trait bedrock::resources::ImageSize

pub trait ImageSize {
    const DIMENSION: VkImageType;

    fn conv(&self) -> VkExtent3D;
}

Image Dimension by corresponding extent type

Associated Constants

const DIMENSION: VkImageType

Loading content...

Required methods

fn conv(&self) -> VkExtent3D

Loading content...

Implementors

impl ImageSize for Extent1D[src]

impl ImageSize for Extent2D[src]

impl ImageSize for Extent3D[src]

Loading content...