pub struct VulkanQcomTileProperties { /* private fields */ }Expand description
struct for VK_QCOM_tile_properties
Implementations§
Source§impl VulkanQcomTileProperties
impl VulkanQcomTileProperties
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanQcomTileProperties
impl Clone for VulkanQcomTileProperties
Source§fn clone(&self) -> VulkanQcomTileProperties
fn clone(&self) -> VulkanQcomTileProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanQcomTileProperties
Source§impl Debug for VulkanQcomTileProperties
impl Debug for VulkanQcomTileProperties
Source§impl Default for VulkanQcomTileProperties
impl Default for VulkanQcomTileProperties
Source§impl VK_QCOM_tile_properties for VulkanQcomTileProperties
impl VK_QCOM_tile_properties for VulkanQcomTileProperties
Source§fn vkGetFramebufferTilePropertiesQCOM(
&self,
device: VkDevice,
framebuffer: VkFramebuffer,
pPropertiesCount: *mut uint32_t,
pProperties: *mut VkTilePropertiesQCOM,
) -> Result<(), VkError>
fn vkGetFramebufferTilePropertiesQCOM( &self, device: VkDevice, framebuffer: VkFramebuffer, pPropertiesCount: *mut uint32_t, pProperties: *mut VkTilePropertiesQCOM, ) -> Result<(), VkError>
Source§fn vkGetDynamicRenderingTilePropertiesQCOM(
&self,
device: VkDevice,
pRenderingInfo: *const VkRenderingInfo,
pProperties: *mut VkTilePropertiesQCOM,
) -> Result<(), VkError>
fn vkGetDynamicRenderingTilePropertiesQCOM( &self, device: VkDevice, pRenderingInfo: *const VkRenderingInfo, pProperties: *mut VkTilePropertiesQCOM, ) -> Result<(), VkError>
Auto Trait Implementations§
impl Freeze for VulkanQcomTileProperties
impl RefUnwindSafe for VulkanQcomTileProperties
impl Send for VulkanQcomTileProperties
impl Sync for VulkanQcomTileProperties
impl Unpin for VulkanQcomTileProperties
impl UnsafeUnpin for VulkanQcomTileProperties
impl UnwindSafe for VulkanQcomTileProperties
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