Struct ash::vk::RenderPassSampleLocationsBeginInfoEXT
source · #[repr(C)]pub struct RenderPassSampleLocationsBeginInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub attachment_initial_sample_locations_count: u32,
pub p_attachment_initial_sample_locations: *const AttachmentSampleLocationsEXT,
pub post_subpass_sample_locations_count: u32,
pub p_post_subpass_sample_locations: *const SubpassSampleLocationsEXT,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§attachment_initial_sample_locations_count: u32
§p_attachment_initial_sample_locations: *const AttachmentSampleLocationsEXT
§post_subpass_sample_locations_count: u32
§p_post_subpass_sample_locations: *const SubpassSampleLocationsEXT
Implementations§
source§impl RenderPassSampleLocationsBeginInfoEXT
impl RenderPassSampleLocationsBeginInfoEXT
pub fn builder<'a>() -> RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for RenderPassSampleLocationsBeginInfoEXT
impl Clone for RenderPassSampleLocationsBeginInfoEXT
source§fn clone(&self) -> RenderPassSampleLocationsBeginInfoEXT
fn clone(&self) -> RenderPassSampleLocationsBeginInfoEXT
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 TaggedStructure for RenderPassSampleLocationsBeginInfoEXT
impl TaggedStructure for RenderPassSampleLocationsBeginInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT
impl Copy for RenderPassSampleLocationsBeginInfoEXT
impl ExtendsRenderPassBeginInfo for RenderPassSampleLocationsBeginInfoEXT
Auto Trait Implementations§
impl Freeze for RenderPassSampleLocationsBeginInfoEXT
impl RefUnwindSafe for RenderPassSampleLocationsBeginInfoEXT
impl !Send for RenderPassSampleLocationsBeginInfoEXT
impl !Sync for RenderPassSampleLocationsBeginInfoEXT
impl Unpin for RenderPassSampleLocationsBeginInfoEXT
impl UnwindSafe for RenderPassSampleLocationsBeginInfoEXT
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