Type Alias PhysicalDeviceVariablePointersFeaturesKHR

Source
pub type PhysicalDeviceVariablePointersFeaturesKHR = PhysicalDeviceVariablePointersFeatures;

Aliased Type§

struct PhysicalDeviceVariablePointersFeaturesKHR {
    pub sType: u32,
    pub pNext: *mut c_void,
    pub variablePointersStorageBuffer: u32,
    pub variablePointers: u32,
}

Fields§

§sType: u32§pNext: *mut c_void§variablePointersStorageBuffer: u32§variablePointers: u32

Trait Implementations

Source§

impl Default for PhysicalDeviceVariablePointersFeatures

Source§

fn default() -> Self

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