mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updated README.
This commit is contained in:
parent
db0934f419
commit
8ffa655050
1 changed files with 7 additions and 0 deletions
|
@ -432,6 +432,13 @@ Configuration is `<platform>-<debug/release>[32/64]`. For example:
|
|||
linux-release32, nacl-debug64, nacl-arm-debug, pnacl-release,
|
||||
android-release, etc.
|
||||
|
||||
Amalgamated build
|
||||
-----------------
|
||||
|
||||
For ease of integration to other build system bgfx library can be built with
|
||||
single .cpp file. It's only necessary to build [src/amalgamated.cpp](https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.cpp)
|
||||
inside different build system.
|
||||
|
||||
OculusVR integration
|
||||
--------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue