[][src]Trait nannou::vk::pipeline::input_assembly::Index

pub unsafe trait Index {
    fn ty() -> IndexType;
}

Trait for types that can be used as indices by the GPU.

Required methods

fn ty() -> IndexType

Returns the type of data.

Loading content...

Implementations on Foreign Types

impl Index for u32[src]

impl Index for u16[src]

Loading content...

Implementors

Loading content...