pub trait GpuArrayBufferable: ShaderType + ShaderSize + WriteInto + Clone { }
Expand description

Trait for types able to go in a GpuArrayBuffer.

Object Safety§

This trait is not object safe.

Implementors§