bevy_
mesh
0.15.1
Vertex
Format
Size
Required Methods
get_size
Implementations on Foreign Types
VertexFormat
Implementors
In crate bevy_
mesh
bevy_mesh
Trait
VertexFormatSize
Copy item path
source
pub trait VertexFormatSize { // Required method fn
get_size
(self) ->
u64
; }
Required Methods
§
source
fn
get_size
(self) ->
u64
Implementations on Foreign Types
§
source
§
impl
VertexFormatSize
for
VertexFormat
source
§
fn
get_size
(self) ->
u64
Implementors
§