pub struct VkPhysicalDeviceVulkan11Features {
pub storage_buffer_16_bit_access: bool,
pub uniform_and_storage_buffer_16_bit_access: bool,
pub storage_push_constant_16: bool,
pub storage_input_output_16: bool,
pub multiview: bool,
pub multiview_geometry_shader: bool,
pub multiview_tessellation_shader: bool,
pub variable_pointers_storage_buffer: bool,
pub variable_pointers: bool,
pub protected_memory: bool,
pub sampler_ycbcr_conversion: bool,
pub shader_draw_parameters: bool,
}
Expand description
Wrapper for VkPhysicalDeviceVulkan11Features.
Fields§
§storage_buffer_16_bit_access: bool
§uniform_and_storage_buffer_16_bit_access: bool
§storage_push_constant_16: bool
§storage_input_output_16: bool
§multiview: bool
§multiview_geometry_shader: bool
§multiview_tessellation_shader: bool
§variable_pointers_storage_buffer: bool
§variable_pointers: bool
§protected_memory: bool
§sampler_ycbcr_conversion: bool
§shader_draw_parameters: bool
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceVulkan11Features
impl Clone for VkPhysicalDeviceVulkan11Features
Source§fn clone(&self) -> VkPhysicalDeviceVulkan11Features
fn clone(&self) -> VkPhysicalDeviceVulkan11Features
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkPhysicalDeviceVulkan11Features
impl Default for VkPhysicalDeviceVulkan11Features
Source§fn default() -> VkPhysicalDeviceVulkan11Features
fn default() -> VkPhysicalDeviceVulkan11Features
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceVulkan11Features
impl RefUnwindSafe for VkPhysicalDeviceVulkan11Features
impl Send for VkPhysicalDeviceVulkan11Features
impl Sync for VkPhysicalDeviceVulkan11Features
impl Unpin for VkPhysicalDeviceVulkan11Features
impl UnwindSafe for VkPhysicalDeviceVulkan11Features
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more