Skip to main content

PhysicalDeviceVariablePointersFeaturesKHR

Type Alias PhysicalDeviceVariablePointersFeaturesKHR 

Source
pub type PhysicalDeviceVariablePointersFeaturesKHR = PhysicalDeviceVariablePointersFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceVariablePointersFeaturesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub variable_pointers_storage_buffer: u32, pub variable_pointers: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§variable_pointers_storage_buffer: u32§variable_pointers: u32