#[repr(C)]pub struct PhysicalDeviceSamplerFilterMinmaxProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub filter_minmax_single_component_formats: u32,
pub filter_minmax_image_component_mapping: u32,
}Expand description
VkPhysicalDeviceSamplerFilterMinmaxProperties
Provided by VK_COMPUTE_VERSION_1_2.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
filter_minmax_single_component_formats: u32§filter_minmax_image_component_mapping: u32Implementations§
Source§impl PhysicalDeviceSamplerFilterMinmaxProperties
impl PhysicalDeviceSamplerFilterMinmaxProperties
Sourcepub fn builder<'a>() -> PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceSamplerFilterMinmaxProperties
impl Clone for PhysicalDeviceSamplerFilterMinmaxProperties
Source§fn clone(&self) -> PhysicalDeviceSamplerFilterMinmaxProperties
fn clone(&self) -> PhysicalDeviceSamplerFilterMinmaxProperties
Returns a duplicate 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 PhysicalDeviceSamplerFilterMinmaxProperties
impl Default for PhysicalDeviceSamplerFilterMinmaxProperties
Source§fn default() -> PhysicalDeviceSamplerFilterMinmaxProperties
fn default() -> PhysicalDeviceSamplerFilterMinmaxProperties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceSamplerFilterMinmaxProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSamplerFilterMinmaxProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSamplerFilterMinmaxProperties
impl RefUnwindSafe for PhysicalDeviceSamplerFilterMinmaxProperties
impl !Send for PhysicalDeviceSamplerFilterMinmaxProperties
impl !Sync for PhysicalDeviceSamplerFilterMinmaxProperties
impl Unpin for PhysicalDeviceSamplerFilterMinmaxProperties
impl UnsafeUnpin for PhysicalDeviceSamplerFilterMinmaxProperties
impl UnwindSafe for PhysicalDeviceSamplerFilterMinmaxProperties
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