public static void Draw(uint a_indices = 4) { InternalObject.Draw(a_indices); }
public void Draw(IGraphicsCommand command) { command.Draw(); commands.Push(command); }