pub trait Vertex: Clone + Pod {
    const STRIDE: BufferAddress;
    const QUADS_INDEX: Option<IndexFormat>;
}

Required Associated Constants§

source

const STRIDE: BufferAddress

source

const QUADS_INDEX: Option<IndexFormat>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Vertex for veloren_voxygen::render::pipelines::debug::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = None

source§

const STRIDE: BufferAddress = 40u64

source§

impl Vertex for veloren_voxygen::render::pipelines::fluid::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = _

source§

const STRIDE: BufferAddress = 8u64

source§

impl Vertex for veloren_voxygen::render::pipelines::lod_object::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = None

source§

const STRIDE: BufferAddress = 40u64

source§

impl Vertex for veloren_voxygen::render::pipelines::lod_terrain::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = _

source§

const STRIDE: BufferAddress = 8u64

source§

impl Vertex for veloren_voxygen::render::pipelines::particle::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = _

source§

const STRIDE: BufferAddress = 16u64

source§

impl Vertex for veloren_voxygen::render::pipelines::rope::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = _

source§

const STRIDE: BufferAddress = 24u64

source§

impl Vertex for veloren_voxygen::render::pipelines::skybox::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = None

source§

const STRIDE: BufferAddress = 12u64

source§

impl Vertex for veloren_voxygen::render::pipelines::sprite::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = _

source§

const STRIDE: BufferAddress = 8u64

source§

impl Vertex for veloren_voxygen::render::pipelines::terrain::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = _

source§

const STRIDE: BufferAddress = 8u64

source§

impl Vertex for veloren_voxygen::render::pipelines::trail::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = _

source§

const STRIDE: BufferAddress = 12u64

source§

impl Vertex for veloren_voxygen::render::pipelines::ui::Vertex

source§

const QUADS_INDEX: Option<IndexFormat> = None

source§

const STRIDE: BufferAddress = 52u64