* BlittableValueType.cs: Clarify how BlittableValueType<T>.Stride works on non-blittable types.

This commit is contained in:
the_fiddler 2009-11-11 18:23:52 +00:00
parent 5991bee09f
commit 598c447b2c

View file

@ -72,6 +72,9 @@ namespace OpenTK
/// <summary>
/// Gets the size of the type in bytes.
/// </summary>
/// <remarks>
/// This property returns 0 for non-blittable types.
/// </remarks>
public static int Stride { get { return stride; } }
#region Check