Struct ash::vk::PhysicalDeviceShaderFloat16Int8FeaturesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceShaderFloat16Int8FeaturesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn shader_float16(
self,
shader_float16: bool
) -> PhysicalDeviceShaderFloat16Int8FeaturesBuilder<'a>
pub fn shader_int8(
self,
shader_int8: bool
) -> PhysicalDeviceShaderFloat16Int8FeaturesBuilder<'a>
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Methods from Deref<Target = PhysicalDeviceShaderFloat16Int8Features>
Trait Implementations
The resulting type after dereferencing.