Struct rin_scene::renderer::geometry::GeometryUploader [−][src]
pub struct GeometryUploader<T, B> { /* fields omitted */ }
Implementations
impl<T: 'static + Clone + VertexFormat, B: 'static> GeometryUploader<T, B>
[src]
impl<T: 'static + Clone + VertexFormat, B: 'static> GeometryUploader<T, B>
[src]pub fn new(
world: &mut World,
vertex_bytes: usize,
indices_allocator: Rc<RefCell<IndexAllocator<B>>>,
renderer_ty: RendererType,
unified_material_ubo: bool
) -> GeometryUploader<T, B>
[src]
world: &mut World,
vertex_bytes: usize,
indices_allocator: Rc<RefCell<IndexAllocator<B>>>,
renderer_ty: RendererType,
unified_material_ubo: bool
) -> GeometryUploader<T, B>
Trait Implementations
impl<V, B> CreationSystem for GeometryUploader<V, B> where
V: VertexFormat + Clone + Copy + Debug + Send + 'static,
B: 'static + Clone + BufferExt<u8> + Cast<IndexT> + Cast<V>,
<B as Cast<IndexT>>::CastTo: 'static + BufferRangeMut<IndexT> + Clone,
<B as Cast<V>>::CastTo: 'static + BufferRangeMut<V> + WithBackend + MapRange<V> + Clone,
Allocator<B>: InternalCreation<B> + Creation<B> + Updater,
Allocator<V, B>: AllocatorFlags,
[src]
impl<V, B> CreationSystem for GeometryUploader<V, B> where
V: VertexFormat + Clone + Copy + Debug + Send + 'static,
B: 'static + Clone + BufferExt<u8> + Cast<IndexT> + Cast<V>,
<B as Cast<IndexT>>::CastTo: 'static + BufferRangeMut<IndexT> + Clone,
<B as Cast<V>>::CastTo: 'static + BufferRangeMut<V> + WithBackend + MapRange<V> + Clone,
Allocator<B>: InternalCreation<B> + Creation<B> + Updater,
Allocator<V, B>: AllocatorFlags,
[src]fn run(
&mut self,
entities: EntitiesCreation<'_>,
resources: ResourcesCreation<'_>
)
[src]
&mut self,
entities: EntitiesCreation<'_>,
resources: ResourcesCreation<'_>
)
fn checks(world: &mut StorageRegistry) -> Option<SystemConditionCreation>
[src]
fn name() -> Option<&'static str>
[src]
fn after() -> Vec<SystemId>
[src]
fn creates() -> Vec<TypeId>
[src]
pub fn runs_on_gpu() -> bool
[src]
pub fn before() -> Vec<SystemId, Global>
[src]
pub fn updates() -> Vec<TypeId, Global>
[src]
pub fn needs() -> Vec<TypeId, Global>
[src]
pub fn reads() -> Vec<TypeId, Global>
[src]
pub fn writes() -> Vec<TypeId, Global>
[src]
pub fn file_line_info(&self) -> &'static str
[src]
Auto Trait Implementations
impl<T, B> RefUnwindSafe for GeometryUploader<T, B> where
B: RefUnwindSafe,
T: RefUnwindSafe,
B: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, B> Send for GeometryUploader<T, B> where
B: Send,
T: Send,
B: Send,
T: Send,
impl<T, B> Sync for GeometryUploader<T, B> where
B: Sync,
T: Sync,
B: Sync,
T: Sync,
impl<T, B> Unpin for GeometryUploader<T, B> where
B: Unpin,
T: Unpin,
B: Unpin,
T: Unpin,
impl<T, B> UnwindSafe for GeometryUploader<T, B> where
B: UnwindSafe,
T: UnwindSafe,
B: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]