#[repr(C)]pub struct PhysicalDeviceShaderTileImagePropertiesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_tile_image_coherent_read_accelerated: Bool32,
pub shader_tile_image_read_sample_from_pixel_rate_invocation: Bool32,
pub shader_tile_image_read_from_helper_invocation: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§shader_tile_image_coherent_read_accelerated: Bool32
§shader_tile_image_read_sample_from_pixel_rate_invocation: Bool32
§shader_tile_image_read_from_helper_invocation: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceShaderTileImagePropertiesEXT<'a>
impl<'a> PhysicalDeviceShaderTileImagePropertiesEXT<'a>
pub fn shader_tile_image_coherent_read_accelerated( self, shader_tile_image_coherent_read_accelerated: bool, ) -> Self
pub fn shader_tile_image_read_sample_from_pixel_rate_invocation( self, shader_tile_image_read_sample_from_pixel_rate_invocation: bool, ) -> Self
pub fn shader_tile_image_read_from_helper_invocation( self, shader_tile_image_read_from_helper_invocation: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
impl<'a> Clone for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceShaderTileImagePropertiesEXT<'a>
fn clone(&self) -> PhysicalDeviceShaderTileImagePropertiesEXT<'a>
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<'a> Debug for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
impl<'a> Debug for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
source§impl Default for PhysicalDeviceShaderTileImagePropertiesEXT<'_>
impl Default for PhysicalDeviceShaderTileImagePropertiesEXT<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_TILE_IMAGE_PROPERTIES_EXT
impl<'a> Copy for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderTileImagePropertiesEXT<'_>
impl Send for PhysicalDeviceShaderTileImagePropertiesEXT<'_>
impl Sync for PhysicalDeviceShaderTileImagePropertiesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
impl<'a> Unpin for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceShaderTileImagePropertiesEXT<'a>
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