#[repr(C)]pub struct PhysicalDeviceShaderTileImagePropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_tile_image_coherent_read_accelerated: u32,
pub shader_tile_image_read_sample_from_pixel_rate_invocation: u32,
pub shader_tile_image_read_from_helper_invocation: u32,
}Expand description
VkPhysicalDeviceShaderTileImagePropertiesEXT
Provided by VK_EXT_shader_tile_image.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TILE_IMAGE_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
shader_tile_image_coherent_read_accelerated: u32§shader_tile_image_read_sample_from_pixel_rate_invocation: u32§shader_tile_image_read_from_helper_invocation: u32Implementations§
Source§impl PhysicalDeviceShaderTileImagePropertiesEXT
impl PhysicalDeviceShaderTileImagePropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderTileImagePropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderTileImagePropertiesEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderTileImagePropertiesEXT
impl Clone for PhysicalDeviceShaderTileImagePropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceShaderTileImagePropertiesEXT
fn clone(&self) -> PhysicalDeviceShaderTileImagePropertiesEXT
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 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 UnsafeUnpin 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