From edaaa588d7a5db7b93f28c985d615ea59481d434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 26 Jul 2015 09:16:36 -0700 Subject: [PATCH] Updated docs. --- include/bgfx.h | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/include/bgfx.h b/include/bgfx.h index 328ac0a5..1ee0965e 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -692,7 +692,8 @@ namespace bgfx /// default rendering backend will be selected. /// See: `bgfx::RendererType` /// - /// @param[in] _vendorId Vendor PCI id. If set to BGFX_PCI_ID_NONE it will select the first device. + /// @param[in] _vendorId Vendor PCI id. If set to `BGFX_PCI_ID_NONE` it will select the first + /// device. /// - `BGFX_PCI_ID_NONE` - autoselect. /// - `BGFX_PCI_ID_AMD` - AMD. /// - `BGFX_PCI_ID_INTEL` - Intel. @@ -1316,22 +1317,22 @@ namespace bgfx /// @param[in] _side Cubemap side, where 0 is +X, 1 is -X, 2 is +Y, 3 is /// -Y, 4 is +Z, and 5 is -Z. /// - /// +----------+ - /// |-z 2| - /// | ^ +y | - /// | | | - /// | +---->+x | - /// +----------+----------+----------+----------+ - /// |+y 1|+y 4|+y 0|+y 5| - /// | ^ -x | ^ +z | ^ +x | ^ -z | - /// | | | | | | | | | - /// | +---->+z | +---->+x | +---->-z | +---->-x | - /// +----------+----------+----------+----------+ - /// |+z 3| - /// | ^ -y | - /// | | | - /// | +---->+x | - /// +----------+ + /// +----------+ + /// |-z 2| + /// | ^ +y | + /// | | | + /// | +---->+x | + /// +----------+----------+----------+----------+ + /// |+y 1|+y 4|+y 0|+y 5| + /// | ^ -x | ^ +z | ^ +x | ^ -z | + /// | | | | | | | | | + /// | +---->+z | +---->+x | +---->-z | +---->-x | + /// +----------+----------+----------+----------+ + /// |+z 3| + /// | ^ -y | + /// | | | + /// | +---->+x | + /// +----------+ /// /// @param[in] _mip Mip level. /// @param[in] _x X offset in texture.