From ac82e6d8a256821201aa750213833c7946b8be32 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Mon, 22 Apr 2013 21:40:34 -0700 Subject: [PATCH] Updated README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ae895ae..f9a76f51 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,10 @@ Building Premake 4.4 beta4 [http://industriousone.com/premake/download](http://industriousone.com/premake/download) -GNU make +GNU make and CoreUtils Windows users download GNU make utility from: [http://gnuwin32.sourceforge.net/packages/make.htm](http://gnuwin32.sourceforge.net/packages/make.htm) +[http://gnuwin32.sourceforge.net/packages/coreutils.htm](http://gnuwin32.sourceforge.net/packages/coreutils.htm) ### Getting source @@ -170,7 +171,7 @@ Using multiple views and render targets. Internals --------- -bgfx is using sort-based draw call bucketing. This means that submition order +bgfx is using sort-based draw call bucketing. This means that submission order doesn't necessarily matches the rendering order, but on the low-level they will be sorted and ordered correctly. On the high level this allows more optimal way of submitting draw calls for all passes at one place, and on