logo

Trait bevy::render::render_resource::glsl::GlslArray[]

pub unsafe trait GlslArray {
    type ArraySize: DimensionList;

    const NAME: &'static str;
}
Expand description

Trait for types that are expressible as a GLSL type with (possibly zero) array dimensions.

Associated Types

Type-level linked list of array dimensions, ordered outer to inner.

Associated Constants

Base type name.

Implementations on Foreign Types

Implementors