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