Updates names of probe forward shader consts to be consistent with shadergen, allowing proper data throughput

This commit is contained in:
Jeff Raab 2019-07-16 09:34:31 -05:00
parent ee01ff54d4
commit c873d534c7
8 changed files with 11 additions and 10 deletions

View file

@ -72,6 +72,7 @@ if(WIN32)
set(ALSOFT_NO_CONFIG_UTIL OFF CACHE BOOL "Disable building the alsoft-config utility" FORCE)
set(ALSOFT_HRTF_DEFS OFF CACHE BOOL "Install HRTF definition files" FORCE)
set(ALSOFT_AMBDEC_PRESETS OFF CACHE BOOL "Install AmbDec presets" FORCE)
set(ALSOFT_EMBED_HRTF_DATA OFF CACHE BOOL "Embed the HRTF data (increases library footprint)" FORCE)
add_subdirectory( ${libDir}/openal-soft ${CMAKE_CURRENT_BINARY_DIR}/openal-soft)
endif()