コード例 #1
0
ファイル: GL.cs プロジェクト: msruzy/digimon-linkz-client
 private static void GLClear(bool clearDepth, bool clearColor, Color backgroundColor, float depth)
 {
     GL.GLClear_Injected(clearDepth, clearColor, ref backgroundColor, depth);
 }