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