#[repr(C)]pub struct PhysicalDeviceExternalFormatResolvePropertiesANDROID {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub null_color_attachment_with_external_format_resolve: u32,
pub external_format_resolve_chroma_offset_x: ChromaLocation,
pub external_format_resolve_chroma_offset_y: ChromaLocation,
}Expand description
VkPhysicalDeviceExternalFormatResolvePropertiesANDROID
Provided by VK_ANDROID_external_format_resolve.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FORMAT_RESOLVE_PROPERTIES_ANDROID.
p_next: *mut c_voidOptional, may be null.
null_color_attachment_with_external_format_resolve: u32§external_format_resolve_chroma_offset_x: ChromaLocation§external_format_resolve_chroma_offset_y: ChromaLocationImplementations§
Source§impl PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl PhysicalDeviceExternalFormatResolvePropertiesANDROID
Sourcepub fn builder<'a>() -> PhysicalDeviceExternalFormatResolvePropertiesANDROIDBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceExternalFormatResolvePropertiesANDROIDBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl Clone for PhysicalDeviceExternalFormatResolvePropertiesANDROID
Source§fn clone(&self) -> PhysicalDeviceExternalFormatResolvePropertiesANDROID
fn clone(&self) -> PhysicalDeviceExternalFormatResolvePropertiesANDROID
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 PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceExternalFormatResolvePropertiesANDROID
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl RefUnwindSafe for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl !Send for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl !Sync for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl Unpin for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl UnsafeUnpin for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl UnwindSafe for PhysicalDeviceExternalFormatResolvePropertiesANDROID
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