You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - `position_offset + size_of::<FPoint>() <= size_of::<PosVertex>()`: an [`FPoint`] must fit in `PosVertex` at `position_offset` bytes from the start.
2158
-
/// - `color_offset + size_of::<Color>() <= size_of::<ColorVertex>()`: a [`Color`][pixels::Color] must fit in `ColorVertex` at `color_offset` bytes from the start.
2159
-
/// - `tex_coord_offset + size_of::<FPoint>() <= size_of::<TexCoordVertex>()`: an [`FPoint`] must fit in `TexCoordVertex` at `tex_coord_offset` bytes from the start.
2162
+
/// - `position_offset + size_of::<FPoint>() <= size_of::<PosVertex>()`: an [`FPoint`] must fit
2163
+
/// in `PosVertex` at `position_offset` bytes from the start.
2164
+
/// - `color_offset + size_of::<Color>() <= size_of::<ColorVertex>()`: a
2165
+
/// [`Color`][pixels::Color] must fit in `ColorVertex` at `color_offset` bytes from the
2166
+
/// start.
2167
+
/// - `tex_coord_offset + size_of::<FPoint>() <= size_of::<TexCoordVertex>()`: an [`FPoint`]
2168
+
/// must fit in `TexCoordVertex` at `tex_coord_offset` bytes from the start.
0 commit comments