[]Trait bevy::render::pipeline::AsVertexFormats

pub trait AsVertexFormats {
    pub fn as_vertex_formats() -> &'static [VertexFormat]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
; }

Required methods

pub fn as_vertex_formats() -> &'static [VertexFormat]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]

Loading content...

Implementations on Foreign Types

impl AsVertexFormats for f32

impl AsVertexFormats for [f32; 3]

impl AsVertexFormats for [f32; 4]

impl AsVertexFormats for [f32; 2]

Loading content...

Implementors

impl AsVertexFormats for Mat4

impl AsVertexFormats for Vec2

impl AsVertexFormats for Vec3

impl AsVertexFormats for Vec4

impl AsVertexFormats for Color

Loading content...