mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 12:50:58 +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)
|
||||
{
|
||||
string info;
|
||||
string info;
|
||||
GetShaderInfoLog(shader, out info);
|
||||
return info;
|
||||
return info;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
@ -949,9 +949,9 @@ namespace OpenTK.Graphics
|
|||
|
||||
public static string GetProgramInfoLog(Int32 program)
|
||||
{
|
||||
string info;
|
||||
string info;
|
||||
GetProgramInfoLog(program, out info);
|
||||
return info;
|
||||
return info;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue