pub const VERTEX_STRIDE_ALIGNMENT: u64 = 4; // 4u64
👎Deprecated since 27.0.0: Use
VERTEX_ALIGNMENT
insteadExpand description
Vertex buffer strides have to be a multiple of this number.
pub const VERTEX_STRIDE_ALIGNMENT: u64 = 4; // 4u64
VERTEX_ALIGNMENT
insteadVertex buffer strides have to be a multiple of this number.