From 8a7b20a2393ff593089dd160aaeafc494a5fd5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 26 Mar 2015 15:09:31 -0700 Subject: [PATCH] Updated docs. --- include/bgfx.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/bgfx.h b/include/bgfx.h index 0581e7a38..257086a54 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -520,6 +520,15 @@ namespace bgfx /// default rendering backend will be selected. /// See: `bgfx::RendererType` /// + /// @param _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. + /// - `BGFX_PCI_ID_NVIDIA` - nVidia. + /// + /// @param _deviceId Device id. If set to 0 it will select first device, or device with + /// matching id. + /// /// @param _callback Provide application specific callback interface. /// See: `bgfx::CallbackI` ///