コード例 #1
0
 public static void Draw(uint a_indices = 4)
 {
     InternalObject.Draw(a_indices);
 }
コード例 #2
0
ファイル: Graphics.cs プロジェクト: Suki214/LearnOOP
 public void Draw(IGraphicsCommand command)
 {
     command.Draw();
     commands.Push(command);
 }