pub struct Vulkan_QCOM_tile_shading { /* private fields */ }Expand description
struct for VK_QCOM_tile_shading
Implementations§
Source§impl Vulkan_QCOM_tile_shading
impl Vulkan_QCOM_tile_shading
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_QCOM_tile_shading
impl Clone for Vulkan_QCOM_tile_shading
Source§fn clone(&self) -> Vulkan_QCOM_tile_shading
fn clone(&self) -> Vulkan_QCOM_tile_shading
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 moreSource§impl Debug for Vulkan_QCOM_tile_shading
impl Debug for Vulkan_QCOM_tile_shading
Source§impl Default for Vulkan_QCOM_tile_shading
impl Default for Vulkan_QCOM_tile_shading
Source§impl VK_QCOM_tile_shading for Vulkan_QCOM_tile_shading
impl VK_QCOM_tile_shading for Vulkan_QCOM_tile_shading
Source§fn vkCmdDispatchTileQCOM(
&self,
commandBuffer: VkCommandBuffer,
pDispatchTileInfo: *const VkDispatchTileInfoQCOM,
) -> Result<(), VkError>
fn vkCmdDispatchTileQCOM( &self, commandBuffer: VkCommandBuffer, pDispatchTileInfo: *const VkDispatchTileInfoQCOM, ) -> Result<(), VkError>
impl Copy for Vulkan_QCOM_tile_shading
Auto Trait Implementations§
impl Freeze for Vulkan_QCOM_tile_shading
impl RefUnwindSafe for Vulkan_QCOM_tile_shading
impl Send for Vulkan_QCOM_tile_shading
impl Sync for Vulkan_QCOM_tile_shading
impl Unpin for Vulkan_QCOM_tile_shading
impl UnwindSafe for Vulkan_QCOM_tile_shading
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