pub struct PhysicalDeviceVulkan11FeaturesBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> PhysicalDeviceVulkan11FeaturesBuilder<'a>
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(
self,
multiview: 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>
sourcepub fn build(self) -> PhysicalDeviceVulkan11Features
pub fn build(self) -> PhysicalDeviceVulkan11Features
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceVulkan11FeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVulkan11FeaturesBuilder<'a>
§type Target = PhysicalDeviceVulkan11Features
type Target = PhysicalDeviceVulkan11Features
The resulting type after dereferencing.