fna-workbench

fna-workbench Commit Details


Date:2016-02-22 15:13:37 (8 years 10 months ago)
Author:Ethan Lee
Branch:master
Commit:f4806139fe6aa89aeda9cefc6d0a888a8788a056
Parents: 6d4c50ce7f6a07d8386c49a9e23a193535896ab3
Message:[MG] DVB SetData stride fix

Changes:

File differences

src/Graphics/Vertices/DynamicVertexBuffer.cs
99
1010
1111
12
1213
1314
1415
......
99100
100101
101102
102
103
103104
104105
105106
#region Using Statements
using System;
using System.Runtime.InteropServices;
#endregion
namespace Microsoft.Xna.Framework.Graphics
data,
startIndex,
elementCount,
VertexDeclaration.VertexStride,
Marshal.SizeOf(typeof(T)),
options
);
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.07547s using 13 queries.