diff --git a/CMakeLists.txt b/CMakeLists.txt index b21bec5..0414c39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ option( BGFX_USE_OVR "Build with OVR support." OFF ) option( BX_AMALGAMATED "Amalgamate bx source files for faster compilation" ON ) if( NOT BX_DIR ) - set( BX_DIR "${CMAKE_CURRENT_SOURCE_DIR}/bx" CACHE STRING "Location of bgfx." ) + set( BX_DIR "${CMAKE_CURRENT_SOURCE_DIR}/bx" CACHE STRING "Location of bx." ) endif() if( NOT BGFX_DIR ) set( BGFX_DIR "${CMAKE_CURRENT_SOURCE_DIR}/bgfx" CACHE STRING "Location of bgfx." ) diff --git a/bgfx b/bgfx index b0e1344..31312f8 160000 --- a/bgfx +++ b/bgfx @@ -1 +1 @@ -Subproject commit b0e13445dbf7808238241c45006beed743e4a87e +Subproject commit 31312f897d5f409ace4280bec57f06b65bd64b67 diff --git a/bx b/bx index 2b46499..ac80145 160000 --- a/bx +++ b/bx @@ -1 +1 @@ -Subproject commit 2b46499044c324b9cb430394859ef5573dcec495 +Subproject commit ac80145c2f6e65d68b30880f942ad3071ba888b7 diff --git a/cmake/examples.cmake b/cmake/examples.cmake index 8816658..f36351e 100755 --- a/cmake/examples.cmake +++ b/cmake/examples.cmake @@ -145,6 +145,7 @@ add_example( ${BGFX_DIR}/examples/common/font ${BGFX_DIR}/examples/common/imgui ${BGFX_DIR}/examples/common/nanovg + ${BGFX_DIR}/examples/common/ps ) # Add examples @@ -180,3 +181,4 @@ add_example( 28-wireframe ) add_example( 29-debugdraw ) add_example( 30-picking ) add_example( 31-rsm ) +add_example( 32-particles )