#[repr(C)]pub struct RenderPassFragmentDensityMapOffsetEndInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub fragment_density_offset_count: u32,
pub p_fragment_density_offsets: *const Offset2D,
}Expand description
VkRenderPassFragmentDensityMapOffsetEndInfoEXT
Provided by VK_EXT_fragment_density_map_offset.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_EXT.
p_next: *const c_voidOptional, may be null.
fragment_density_offset_count: u32Length of p_fragment_density_offsets.
p_fragment_density_offsets: *const Offset2DImplementations§
Source§impl RenderPassFragmentDensityMapOffsetEndInfoEXT
impl RenderPassFragmentDensityMapOffsetEndInfoEXT
Sourcepub fn builder<'a>() -> RenderPassFragmentDensityMapOffsetEndInfoEXTBuilder<'a>
pub fn builder<'a>() -> RenderPassFragmentDensityMapOffsetEndInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl Clone for RenderPassFragmentDensityMapOffsetEndInfoEXT
Source§fn clone(&self) -> RenderPassFragmentDensityMapOffsetEndInfoEXT
fn clone(&self) -> RenderPassFragmentDensityMapOffsetEndInfoEXT
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 moreimpl Copy for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl ExtendsRenderingEndInfoKHR for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl ExtendsSubpassEndInfo for RenderPassFragmentDensityMapOffsetEndInfoEXT
Auto Trait Implementations§
impl Freeze for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl RefUnwindSafe for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl !Send for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl !Sync for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl Unpin for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl UnsafeUnpin for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl UnwindSafe for RenderPassFragmentDensityMapOffsetEndInfoEXT
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