Type Alias ash::vk::PhysicalDeviceVariablePointersFeaturesKHR
source · pub type PhysicalDeviceVariablePointersFeaturesKHR<'a> = PhysicalDeviceVariablePointersFeatures<'a>;
Aliased Type§
struct PhysicalDeviceVariablePointersFeaturesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub variable_pointers_storage_buffer: u32,
pub variable_pointers: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§variable_pointers_storage_buffer: u32
§variable_pointers: u32
§_marker: PhantomData<&'a ()>