buffers property
final
Vertex buffer slots this layout uses. Each buffer's position in this list determines the binding slot it must be bound to via RenderPass.bindVertexBuffer before drawing.
Implementation
final List<VertexBuffer> buffers;