package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vertex.Buffer_layoutSource

Vertex buffer layouts.

Sourcetype t

The type for GPUVertexBufferLayout objects.

Sourceval v : ?step_mode:Step_mode.t -> array_stride:int -> attributes:Attribute.t list -> unit -> t

v constructs a GPUVertexBufferLayout object with given parameters.