From 1c7b96fd3245b68aac2d390f55123cdd844071ed Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sun, 5 May 2013 22:58:07 -0700 Subject: [PATCH] Updated README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3621b190..01e39b6e 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Internals --------- 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 +doesn't necessarily match 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 the low-level this allows better optimization of rendering order. This sometimes