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