pub struct SDL_GPURenderPass { /* private fields */ }Expand description
An opaque handle representing a render pass.
This handle is transient and should not be held or referenced after
SDL_EndGPURenderPass is called.
§Availability
This struct is available since SDL 3.2.0.
§See also
Auto Trait Implementations§
impl Freeze for SDL_GPURenderPass
impl RefUnwindSafe for SDL_GPURenderPass
impl Send for SDL_GPURenderPass
impl Sync for SDL_GPURenderPass
impl Unpin for SDL_GPURenderPass
impl UnwindSafe for SDL_GPURenderPass
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