Struct ash::vk::NvScissorExclusiveFn [−][src]
pub struct NvScissorExclusiveFn { pub cmd_set_exclusive_scissor_nv: extern "system" fn(command_buffer: CommandBuffer, first_exclusive_scissor: u32, exclusive_scissor_count: u32, p_exclusive_scissors: *const Rect2D) -> c_void, }
Fields
cmd_set_exclusive_scissor_nv: extern "system" fn(command_buffer: CommandBuffer, first_exclusive_scissor: u32, exclusive_scissor_count: u32, p_exclusive_scissors: *const Rect2D) -> c_void
Implementations
pub unsafe fn cmd_set_exclusive_scissor_nv(
&self,
command_buffer: CommandBuffer,
first_exclusive_scissor: u32,
exclusive_scissor_count: u32,
p_exclusive_scissors: *const Rect2D
) -> c_void
pub unsafe fn cmd_set_exclusive_scissor_nv(
&self,
command_buffer: CommandBuffer,
first_exclusive_scissor: u32,
exclusive_scissor_count: u32,
p_exclusive_scissors: *const Rect2D
) -> c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NvScissorExclusiveFn
impl Unpin for NvScissorExclusiveFn
impl UnwindSafe for NvScissorExclusiveFn
Blanket Implementations
Mutably borrows from an owned value. Read more