mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Updated docs.
This commit is contained in:
parent
095603f6c5
commit
8a7b20a239
1 changed files with 9 additions and 0 deletions
|
@ -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`
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue