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