Read image format from ktx instead of hard coding it
This commit is contained in:
parent
5d89216db5
commit
7aaf42fcb6
2 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,8 @@ set(KTX_SOURCES
|
|||
${KTX_DIR}/lib/checkheader.c
|
||||
${KTX_DIR}/lib/swap.c
|
||||
${KTX_DIR}/lib/memstream.c
|
||||
${KTX_DIR}/lib/filestream.c)
|
||||
${KTX_DIR}/lib/filestream.c
|
||||
${KTX_DIR}/lib/vkloader.c)
|
||||
|
||||
add_library(base STATIC ${BASE_SRC} ${KTX_SOURCES})
|
||||
if(WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue