diff --git a/bgfx b/bgfx index 5a987b3..cdd658b 160000 --- a/bgfx +++ b/bgfx @@ -1 +1 @@ -Subproject commit 5a987b3af82d00acbc8aff27d4def2e25b8c0f49 +Subproject commit cdd658b44c4f87d6d6d179282f3c17aab206f3f8 diff --git a/bimg b/bimg index 3cc5567..224aa80 160000 --- a/bimg +++ b/bimg @@ -1 +1 @@ -Subproject commit 3cc556778ba796bab95de27a9d82a0cc63415ccb +Subproject commit 224aa80d10ae11cd6b98e12651109ebcc979e2f1 diff --git a/bx b/bx index aeceb79..4b4b3e7 160000 --- a/bx +++ b/bx @@ -1 +1 @@ -Subproject commit aeceb79f25a2587bd99e753c33ab03c5111cad82 +Subproject commit 4b4b3e74db9281c90f5c190a7670444ad523f51b diff --git a/cmake/examples.cmake b/cmake/examples.cmake index 032778e..15e7b14 100755 --- a/cmake/examples.cmake +++ b/cmake/examples.cmake @@ -193,6 +193,9 @@ set( 31-rsm 32-particles 33-pom + 34-mvs + 35-dynamic + 36-sky ) foreach( EXAMPLE ${BGFX_EXAMPLES} ) diff --git a/readme.md b/readme.md index 1ada628..86feb78 100644 --- a/readme.md +++ b/readme.md @@ -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.