Struct vulkanalia::vk::PhysicalDeviceVulkan11FeaturesBuilder[][src]

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

Implementations

impl PhysicalDeviceVulkan11FeaturesBuilder[src]

pub fn storage_buffer_16bit_access(
    self,
    storage_buffer_16bit_access: bool
) -> Self
[src]

pub fn uniform_and_storage_buffer_16bit_access(
    self,
    uniform_and_storage_buffer_16bit_access: bool
) -> Self
[src]

pub fn storage_push_constant16(self, storage_push_constant16: bool) -> Self[src]

pub fn storage_input_output16(self, storage_input_output16: bool) -> Self[src]

pub fn multiview(self, multiview: bool) -> Self[src]

pub fn multiview_geometry_shader(self, multiview_geometry_shader: bool) -> Self[src]

pub fn multiview_tessellation_shader(
    self,
    multiview_tessellation_shader: bool
) -> Self
[src]

pub fn variable_pointers_storage_buffer(
    self,
    variable_pointers_storage_buffer: bool
) -> Self
[src]

pub fn variable_pointers(self, variable_pointers: bool) -> Self[src]

pub fn protected_memory(self, protected_memory: bool) -> Self[src]

pub fn sampler_ycbcr_conversion(self, sampler_ycbcr_conversion: bool) -> Self[src]

pub fn shader_draw_parameters(self, shader_draw_parameters: bool) -> Self[src]

pub fn build(self) -> PhysicalDeviceVulkan11Features[src]

Trait Implementations

impl Cast for PhysicalDeviceVulkan11FeaturesBuilder[src]

type Target = PhysicalDeviceVulkan11Features

The other type this type type can be used interchangeably with in FFI.

impl Clone for PhysicalDeviceVulkan11FeaturesBuilder[src]

impl Copy for PhysicalDeviceVulkan11FeaturesBuilder[src]

impl Debug for PhysicalDeviceVulkan11FeaturesBuilder[src]

impl Default for PhysicalDeviceVulkan11FeaturesBuilder[src]

impl Deref for PhysicalDeviceVulkan11FeaturesBuilder[src]

type Target = PhysicalDeviceVulkan11Features

The resulting type after dereferencing.

impl DerefMut for PhysicalDeviceVulkan11FeaturesBuilder[src]

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.