Lines Matching refs:PhysicalDeviceScalarBlockLayoutFeatures
33783 pub struct PhysicalDeviceScalarBlockLayoutFeatures { struct
33788 impl ::std::default::Default for PhysicalDeviceScalarBlockLayoutFeatures { implementation
33789 fn default() -> PhysicalDeviceScalarBlockLayoutFeatures { in default()
33790 PhysicalDeviceScalarBlockLayoutFeatures { in default()
33797 impl PhysicalDeviceScalarBlockLayoutFeatures { impl
33800 inner: PhysicalDeviceScalarBlockLayoutFeatures::default(), in builder()
33807 inner: PhysicalDeviceScalarBlockLayoutFeatures,
33811 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceScalarBlockLayoutFeatures {} implementation
33813 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceScalarBlockLayoutFeatures {} implementation
33815 type Target = PhysicalDeviceScalarBlockLayoutFeatures;
33833 pub fn build(self) -> PhysicalDeviceScalarBlockLayoutFeatures { in build() argument