Type Alias FramebufferAttachmentImageInfoKHR

Source
pub type FramebufferAttachmentImageInfoKHR = FramebufferAttachmentImageInfo;

Aliased Type§

struct FramebufferAttachmentImageInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: ImageCreateFlags,
    pub usage: ImageUsageFlags,
    pub width: u32,
    pub height: u32,
    pub layer_count: u32,
    pub view_format_count: u32,
    pub p_view_formats: *const Format,
}

Fields§

§s_type: StructureType§p_next: *const c_void§flags: ImageCreateFlags§usage: ImageUsageFlags§width: u32§height: u32§layer_count: u32§view_format_count: u32§p_view_formats: *const Format

Implementations

Trait Implementations

Source§

impl Clone for FramebufferAttachmentImageInfo

Source§

fn clone(&self) -> FramebufferAttachmentImageInfo

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for FramebufferAttachmentImageInfo

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for FramebufferAttachmentImageInfo