Test shader now using vertex buffer. Fixed CMake script so that shaders are now recompiled and re-bundled without having to re-building Kraken SDK.

This commit is contained in:
2022-02-28 21:27:25 -08:00
parent b34ba9b096
commit 4cb3566906
4 changed files with 2 additions and 26 deletions

View File

@@ -8,6 +8,7 @@ SET(KRAKEN_CUBE_BUNDLE "${CMAKE_BINARY_DIR}/output/tests/kraken_cube.krbundle")
add_custom_command(
OUTPUT ${KRAKEN_CUBE_BUNDLE}
COMMAND kraken_convert -o ${KRAKEN_CUBE_BUNDLE} ${STANDARD_ASSET_BUNDLE}
MAIN_DEPENDENCY ${STANDARD_ASSET_BUNDLE}
DEPENDS kraken_convert kraken_sdk
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
COMMENT "Creating Cube Test Assets"