Struct pilka_incremental::ash::vk::PhysicalDeviceVulkan11FeaturesBuilder[]

#[repr(transparent)]pub struct PhysicalDeviceVulkan11FeaturesBuilder<'a> { /* fields omitted */ }

Implementations

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>

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.

Methods from Deref<Target = PhysicalDeviceVulkan11Features>

Trait Implementations

impl<'a> Deref for PhysicalDeviceVulkan11FeaturesBuilder<'a>

type Target = PhysicalDeviceVulkan11Features

The resulting type after dereferencing.

impl<'a> DerefMut for PhysicalDeviceVulkan11FeaturesBuilder<'a>

impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceVulkan11FeaturesBuilder<'_>

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.