fna-workbench

fna-workbench Commit Details


Date:2016-03-18 14:39:03 (8 years 9 months ago)
Author:Ethan Lee
Branch:master
Commit:b3d662f1bc588095e4cc02d3f91491465ac5c2f8
Parents: 0660f996e0512056252a3cf93c9257b877d7c742
Message:Give memcpy its own region

Changes:

File differences

src/Graphics/OpenGLDevice.cs
581581
582582
583583
584
585
586
587
588
589
590
591
584592
585593
586594
......
30873095
30883096
30893097
3090
3091
30923098
30933099
30943100
#endregion
#region memcpy Export
/* This is used a lot for GetData/Read calls... -flibit */
[DllImport("msvcrt.dll", CallingConvention = CallingConvention.Cdecl)]
private static extern void memcpy(IntPtr dst, IntPtr src, IntPtr len);
#endregion
#region Public Constructor
public OpenGLDevice(
}
Marshal.FreeHGlobal(temp);
}
[DllImport("msvcrt.dll", CallingConvention = CallingConvention.Cdecl)]
private static extern void memcpy(IntPtr dst, IntPtr src, IntPtr len);
/// <summary>
/// Attempts to read the texture data directly from the FBO using glReadPixels

Archive Download the corresponding diff file

Branches

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