pub type PhysicalDeviceImagelessFramebufferFeaturesKHR<'a> = PhysicalDeviceImagelessFramebufferFeatures<'a>;

Aliased Type§

struct PhysicalDeviceImagelessFramebufferFeaturesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub imageless_framebuffer: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§imageless_framebuffer: u32§_marker: PhantomData<&'a ()>