Updated bx/bgfx, added 32-particles

This commit is contained in:
Joshua Brookover
2017-03-29 21:56:54 -05:00
parent 0f18bff1a8
commit 4966244011
4 changed files with 5 additions and 3 deletions

View File

@@ -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." )

2
bgfx

Submodule bgfx updated: b0e13445db...31312f897d

2
bx

Submodule bx updated: 2b46499044...ac80145c2f

View File

@@ -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 )