From abef9c772386718b59e4827e97bcdcbea102439b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 9 Aug 2015 10:01:30 -0700 Subject: [PATCH] Updated docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57098d79..f8fb4623 100644 --- a/README.md +++ b/README.md @@ -496,7 +496,7 @@ usually match submit order. bgfx provides way to enable sequential rendering for these cases (see `bgfx::setViewSeq`). Internally all low-level rendering draw calls are issued inside single function -`Context::rendererSubmit`. This function exist inside each renderer backend +`RendererContextI::submit`. This function exist inside each renderer backend implementation. More detailed description of sort-based draw call bucketing can be found at: