mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Updated README.
This commit is contained in:
parent
d8bd7419f9
commit
ac82e6d8a2
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue