mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-17 17:57:36 +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>
|
/// <summary>
|
||||||
/// Gets the size of the type in bytes.
|
/// Gets the size of the type in bytes.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This property returns 0 for non-blittable types.
|
||||||
|
/// </remarks>
|
||||||
public static int Stride { get { return stride; } }
|
public static int Stride { get { return stride; } }
|
||||||
|
|
||||||
#region Check
|
#region Check
|
||||||
|
|
Loading…
Reference in a new issue