Fields
device: Arc<Device>window: WindowImplementations
sourceimpl EventLoop
impl EventLoop
pub fn new_buffer(&self, info: impl Into<BufferInfo>) -> Arc<Buffer>
pub fn new_compute_pipeline(
&self,
info: impl Into<ComputePipelineInfo>
) -> Arc<ComputePipeline>
pub fn new_image(&self, info: impl Into<ImageInfo>) -> Arc<Image>
pub fn new_image_raw(&self, info: impl Into<ImageInfo>) -> Image
pub fn new_graphic_pipeline<S>(
&self,
info: impl Into<GraphicPipelineInfo>,
shaders: impl IntoIterator<Item = S>
) -> Arc<GraphicPipeline> where
S: Into<Shader>,
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EventLoop
impl !Send for EventLoop
impl !Sync for EventLoop
impl Unpin for EventLoop
impl !UnwindSafe for EventLoop
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more