Struct ash::vk::PhysicalDeviceVulkan11FeaturesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceVulkan11FeaturesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn storage_buffer16_bit_access(
self,
storage_buffer16_bit_access: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn uniform_and_storage_buffer16_bit_access(
self,
uniform_and_storage_buffer16_bit_access: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn storage_push_constant16(
self,
storage_push_constant16: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn storage_input_output16(
self,
storage_input_output16: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn multiview_geometry_shader(
self,
multiview_geometry_shader: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn multiview_tessellation_shader(
self,
multiview_tessellation_shader: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn variable_pointers_storage_buffer(
self,
variable_pointers_storage_buffer: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn variable_pointers(
self,
variable_pointers: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn protected_memory(
self,
protected_memory: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn sampler_ycbcr_conversion(
self,
sampler_ycbcr_conversion: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
pub fn shader_draw_parameters(
self,
shader_draw_parameters: bool
) -> PhysicalDeviceVulkan11FeaturesBuilder<'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 = PhysicalDeviceVulkan11Features>
Trait Implementations
The resulting type after dereferencing.