Struct pilka_incremental::ash::vk::PhysicalDeviceVulkan11Features[]

#[repr(C)]pub struct PhysicalDeviceVulkan11Features {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub storage_buffer16_bit_access: u32,
    pub uniform_and_storage_buffer16_bit_access: u32,
    pub storage_push_constant16: u32,
    pub storage_input_output16: u32,
    pub multiview: u32,
    pub multiview_geometry_shader: u32,
    pub multiview_tessellation_shader: u32,
    pub variable_pointers_storage_buffer: u32,
    pub variable_pointers: u32,
    pub protected_memory: u32,
    pub sampler_ycbcr_conversion: u32,
    pub shader_draw_parameters: u32,
}

Fields

s_type: StructureTypep_next: *mut c_voidstorage_buffer16_bit_access: u32uniform_and_storage_buffer16_bit_access: u32storage_push_constant16: u32storage_input_output16: u32multiview: u32multiview_geometry_shader: u32multiview_tessellation_shader: u32variable_pointers_storage_buffer: u32variable_pointers: u32protected_memory: u32sampler_ycbcr_conversion: u32shader_draw_parameters: u32

Implementations

impl PhysicalDeviceVulkan11Features

Trait Implementations

impl Clone for PhysicalDeviceVulkan11Features

impl Copy for PhysicalDeviceVulkan11Features

impl Debug for PhysicalDeviceVulkan11Features

impl Default for PhysicalDeviceVulkan11Features

impl ExtendsDeviceCreateInfo for PhysicalDeviceVulkan11Features

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.