pub type PhysicalDeviceImagelessFramebufferFeaturesKHR = PhysicalDeviceImagelessFramebufferFeatures;
Expand description

Aliased Type§

struct PhysicalDeviceImagelessFramebufferFeaturesKHR {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub imageless_framebuffer: u32,
}

Fields§

§s_type: StructureType§next: *mut c_void§imageless_framebuffer: u32