Type Alias PhysicalDeviceImagelessFramebufferFeaturesKHR

Source
pub type PhysicalDeviceImagelessFramebufferFeaturesKHR = PhysicalDeviceImagelessFramebufferFeatures;

Aliased Type§

struct PhysicalDeviceImagelessFramebufferFeaturesKHR {
    pub sType: u32,
    pub pNext: *mut c_void,
    pub imagelessFramebuffer: u32,
}

Fields§

§sType: u32§pNext: *mut c_void§imagelessFramebuffer: u32

Trait Implementations

Source§

impl Default for PhysicalDeviceImagelessFramebufferFeatures

Source§

fn default() -> Self

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