mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-06 07:00:41 +00:00
* GLHelper.cs: Replaced tabs with spaces.
This commit is contained in:
parent
cc90efe8c5
commit
e3252ee5d6
|
@ -917,9 +917,9 @@ namespace OpenTK.Graphics
|
||||||
|
|
||||||
public static string GetShaderInfoLog(Int32 shader)
|
public static string GetShaderInfoLog(Int32 shader)
|
||||||
{
|
{
|
||||||
string info;
|
string info;
|
||||||
GetShaderInfoLog(shader, out info);
|
GetShaderInfoLog(shader, out info);
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
@ -949,9 +949,9 @@ namespace OpenTK.Graphics
|
||||||
|
|
||||||
public static string GetProgramInfoLog(Int32 program)
|
public static string GetProgramInfoLog(Int32 program)
|
||||||
{
|
{
|
||||||
string info;
|
string info;
|
||||||
GetProgramInfoLog(program, out info);
|
GetProgramInfoLog(program, out info);
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue