#[repr(C)]pub struct PhysicalDeviceShaderTileImagePropertiesEXT {
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,
}
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
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceShaderTileImagePropertiesEXT
impl Clone for PhysicalDeviceShaderTileImagePropertiesEXT
source§fn clone(&self) -> PhysicalDeviceShaderTileImagePropertiesEXT
fn clone(&self) -> PhysicalDeviceShaderTileImagePropertiesEXT
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 PhysicalDeviceShaderTileImagePropertiesEXT
impl TaggedStructure for PhysicalDeviceShaderTileImagePropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_TILE_IMAGE_PROPERTIES_EXT
impl Copy for PhysicalDeviceShaderTileImagePropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderTileImagePropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderTileImagePropertiesEXT
impl RefUnwindSafe for PhysicalDeviceShaderTileImagePropertiesEXT
impl !Send for PhysicalDeviceShaderTileImagePropertiesEXT
impl !Sync for PhysicalDeviceShaderTileImagePropertiesEXT
impl Unpin for PhysicalDeviceShaderTileImagePropertiesEXT
impl UnwindSafe for PhysicalDeviceShaderTileImagePropertiesEXT
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