pub type PhysicalDeviceImagelessFramebufferFeaturesKHR = PhysicalDeviceImagelessFramebufferFeatures;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceImagelessFramebufferFeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub imageless_framebuffer: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES.
p_next: *mut c_voidOptional, may be null.
imageless_framebuffer: u32