Trait mod3d_base::AccessorClient
source · pub trait AccessorClient:
Sized
+ Display
+ Debug
+ Default
+ Clone { }Expand description
Trait supported by a BufferAccessor client
A buffer client is created first by a buffer as ‘none’
Before a view is creataed the data will be created at least once
The data may be created more than once with the same buffer; the client is responsible for dedupliclation within the render context if required
Object Safety§
This trait is not object safe.