Struct rin::scene::renderer::geometry::GeometryUploader[][src]

pub struct GeometryUploader<T, B> { /* fields omitted */ }

Implementations

impl<T, B> GeometryUploader<T, B> where
    B: 'static,
    T: 'static + Clone + VertexFormat
[src]

pub fn new(
    world: &mut World,
    vertex_bytes: usize,
    indices_allocator: Rc<RefCell<Allocator<B>>>,
    renderer_ty: RendererType,
    unified_material_ubo: bool
) -> GeometryUploader<T, B>
[src]

Trait Implementations

impl<V, B> CreationSystem for GeometryUploader<V, B> where
    B: 'static + Clone + BufferExt<u8> + Cast<u32> + Cast<V>,
    V: VertexFormat + Clone + Copy + Debug + Send + 'static,
    <B as Cast<u32>>::CastTo: 'static,
    <B as Cast<u32>>::CastTo: BufferRangeMut<u32>,
    <B as Cast<u32>>::CastTo: Clone,
    <B as Cast<V>>::CastTo: 'static,
    <B as Cast<V>>::CastTo: BufferRangeMut<V>,
    <B as Cast<V>>::CastTo: WithBackend,
    <B as Cast<V>>::CastTo: MapRange<V>,
    <B as Cast<V>>::CastTo: Clone,
    Allocator<B>: InternalCreation<B>,
    Allocator<B>: Creation<B>,
    Allocator<B>: Updater,
    Allocator<V, B>: AllocatorFlags
[src]

Auto Trait Implementations

impl<T, B> RefUnwindSafe for GeometryUploader<T, B> where
    B: RefUnwindSafe,
    T: RefUnwindSafe

impl<T, B> Send for GeometryUploader<T, B> where
    B: Send,
    T: Send

impl<T, B> Sync for GeometryUploader<T, B> where
    B: Sync,
    T: Sync

impl<T, B> Unpin for GeometryUploader<T, B> where
    B: Unpin,
    T: Unpin

impl<T, B> UnwindSafe for GeometryUploader<T, B> where
    B: UnwindSafe,
    T: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Any + Send + Sync
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<V> IntoPnt<V> for V[src]

impl<V> IntoVec<V> for V[src]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]