fna-workbench

fna-workbench Commit Details


Date:2016-01-16 16:03:48 (9 years 7 months ago)
Author:Ethan Lee
Branch:master
Commit:b78a44d9387c9520aa939671aab63e6ab2080e4e
Parents: cf472f4586b996becd5f347daadf4f186eeca51d
Message:ARB_debug_output fix

Changes:

File differences

src/Graphics/OpenGLDevice_GL.cs
823823
824824
825825
826
827
828
829
826
827
828
829
830
831
830832
831833
832834
IntPtr userParam // const GLvoid*
) {
FNAPlatform.Log(
"{0}\n\tSource: {1}\n\tType: {2}\n\tSeverity: {3}",
Marshal.PtrToStringAnsi(message),
source.ToString(),
type.ToString(),
Marshal.PtrToStringAnsi(message) +
"\n\tSource: " +"
source.ToString() +
\n\tType: " +
type.ToString() +
"\n\tSeverity: " +
severity.ToString()
);
if (type == GLenum.GL_DEBUG_TYPE_ERROR_ARB)

Archive Download the corresponding diff file

Branches

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