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