mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 09:41:08 +00:00
* BlittableValueType.cs: Clarify how BlittableValueType<T>.Stride works on non-blittable types.
This commit is contained in:
parent
5991bee09f
commit
598c447b2c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue