Struct ash::vk::NvClipSpaceWScalingFn
source · pub struct NvClipSpaceWScalingFn {
pub cmd_set_viewport_w_scaling_nv: PFN_vkCmdSetViewportWScalingNV,
}
Fields§
§cmd_set_viewport_w_scaling_nv: PFN_vkCmdSetViewportWScalingNV
Implementations§
Trait Implementations§
source§impl Clone for NvClipSpaceWScalingFn
impl Clone for NvClipSpaceWScalingFn
source§fn clone(&self) -> NvClipSpaceWScalingFn
fn clone(&self) -> NvClipSpaceWScalingFn
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 more