mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
Updated libraries
This commit is contained in:
2
bgfx
2
bgfx
Submodule bgfx updated: 5a987b3af8...cdd658b44c
2
bimg
2
bimg
Submodule bimg updated: 3cc556778b...224aa80d10
2
bx
2
bx
Submodule bx updated: aeceb79f25...4b4b3e74db
@@ -193,6 +193,9 @@ set(
|
||||
31-rsm
|
||||
32-particles
|
||||
33-pom
|
||||
34-mvs
|
||||
35-dynamic
|
||||
36-sky
|
||||
)
|
||||
|
||||
foreach( EXAMPLE ${BGFX_EXAMPLES} )
|
||||
|
||||
@@ -34,6 +34,10 @@ Features
|
||||
* Compiles bgfx, tools & examples.
|
||||
* Detects shader modifications and automatically rebuilds them for all examples.
|
||||
|
||||
Does this work with latest bx/bgfx/bimg?
|
||||
-------------
|
||||
Probably! This project needs to be updated if a dependency is added or the bgfx build system changes. The bgfx repository is very active but these types of changes are rare. New examples have to be added manually as well, but not doing so will merely result in that example not showing up and won't break anything else. If pulling latest causes issues, be sure to manually reconfigure CMake as the glob patterns may need to be refreshed (the use of glob patterns in CMake is generally discouraged but in this project it helps to ensure upwards compatibilty with newer bgfx updates).
|
||||
|
||||
Todo
|
||||
-------------
|
||||
* Support Android.
|
||||
|
||||
Reference in New Issue
Block a user