pub struct PipelineCache { /* private fields */ }Implementations§
Source§impl PipelineCache
impl PipelineCache
pub fn new( device: Arc<Device>, create_info: PipelineCacheCreateInfoBuilder<'_>, ) -> VkResult<Self>
pub fn handle(&self) -> PipelineCache
Trait Implementations§
Source§impl DeviceOwned for PipelineCache
impl DeviceOwned for PipelineCache
Auto Trait Implementations§
impl Freeze for PipelineCache
impl RefUnwindSafe for PipelineCache
impl Send for PipelineCache
impl Sync for PipelineCache
impl Unpin for PipelineCache
impl UnwindSafe for PipelineCache
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