Struct ash::vk::HuaweiClusterCullingShaderFn
source · pub struct HuaweiClusterCullingShaderFn {
pub cmd_draw_cluster_huawei: PFN_vkCmdDrawClusterHUAWEI,
pub cmd_draw_cluster_indirect_huawei: PFN_vkCmdDrawClusterIndirectHUAWEI,
}
Fields§
§cmd_draw_cluster_huawei: PFN_vkCmdDrawClusterHUAWEI
§cmd_draw_cluster_indirect_huawei: PFN_vkCmdDrawClusterIndirectHUAWEI
Implementations§
Trait Implementations§
source§impl Clone for HuaweiClusterCullingShaderFn
impl Clone for HuaweiClusterCullingShaderFn
source§fn clone(&self) -> HuaweiClusterCullingShaderFn
fn clone(&self) -> HuaweiClusterCullingShaderFn
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 moreimpl Send for HuaweiClusterCullingShaderFn
impl Sync for HuaweiClusterCullingShaderFn
Auto Trait Implementations§
impl Freeze for HuaweiClusterCullingShaderFn
impl RefUnwindSafe for HuaweiClusterCullingShaderFn
impl Unpin for HuaweiClusterCullingShaderFn
impl UnwindSafe for HuaweiClusterCullingShaderFn
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