pub struct MTLParallelRenderCommandEncoder(/* private fields */);
Implementations§
Source§impl MTLParallelRenderCommandEncoder
impl MTLParallelRenderCommandEncoder
pub unsafe fn new_render_command_encoder(&self) -> MTLRenderCommandEncoder
pub unsafe fn set_color_store_action( &self, action: MTLStoreAction, index: NSUInteger, )
pub unsafe fn set_color_store_action_options( &self, options: MTLStoreActionOptions, index: NSUInteger, )
pub unsafe fn set_depth_store_action( &self, action: MTLStoreAction, index: NSUInteger, )
pub unsafe fn set_depth_store_action_options( &self, options: MTLStoreActionOptions, index: NSUInteger, )
pub unsafe fn set_stencil_store_action( &self, action: MTLStoreAction, index: NSUInteger, )
pub unsafe fn set_stencil_store_action_options( &self, options: MTLStoreActionOptions, index: NSUInteger, )
Trait Implementations§
Source§impl MTLCommandEncoder for MTLParallelRenderCommandEncoder
impl MTLCommandEncoder for MTLParallelRenderCommandEncoder
unsafe fn end_encoding(&self)
Auto Trait Implementations§
impl Freeze for MTLParallelRenderCommandEncoder
impl RefUnwindSafe for MTLParallelRenderCommandEncoder
impl !Send for MTLParallelRenderCommandEncoder
impl !Sync for MTLParallelRenderCommandEncoder
impl Unpin for MTLParallelRenderCommandEncoder
impl UnwindSafe for MTLParallelRenderCommandEncoder
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