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
5afe69f240
commit
56cd1e0447
1 changed files with 5 additions and 0 deletions
|
@ -108,6 +108,11 @@ Configuration is `<platform>-<debug/release><32/64>`. For example:
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Most of the examples require shader/texture/mesh data to be loaded. When running
|
||||||
|
examples your current directory should be examples/runtime.
|
||||||
|
|
||||||
|
.../examples/runtime $ ../../.build/<config>/bin/example-00-helloworldDebug
|
||||||
|
|
||||||
### 00-helloworld
|
### 00-helloworld
|
||||||
Initialization and debug text.
|
Initialization and debug text.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue