Struct ash::vk::PhysicalDeviceFragmentShadingRateKHR
source · #[repr(C)]pub struct PhysicalDeviceFragmentShadingRateKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub sample_counts: SampleCountFlags,
pub fragment_size: Extent2D,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§sample_counts: SampleCountFlags
§fragment_size: Extent2D
Implementations§
source§impl PhysicalDeviceFragmentShadingRateKHR
impl PhysicalDeviceFragmentShadingRateKHR
pub fn builder<'a>() -> PhysicalDeviceFragmentShadingRateKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceFragmentShadingRateKHR
impl Clone for PhysicalDeviceFragmentShadingRateKHR
source§fn clone(&self) -> PhysicalDeviceFragmentShadingRateKHR
fn clone(&self) -> PhysicalDeviceFragmentShadingRateKHR
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 more