We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3534ec commit f86b9e0Copy full SHA for f86b9e0
1 file changed
cmake/Modules/AXSLCC.cmake
@@ -9,7 +9,7 @@ macro(axslcc_option variable value)
9
endif()
10
endmacro()
11
12
-axslcc_option(AXSLCC_SOURCE_FILE_EXTENSIONS ".hlsl")
+axslcc_option(AXSLCC_SOURCE_FILE_EXTENSIONS ".hlsl;.fx")
13
axslcc_option(AXSLCC_OUT_DIR ${CMAKE_BINARY_DIR}/runtime/axslc)
14
axslcc_option(AXSLCC_FIND_PROG_ROOT "")
15
axslcc_option(AXSLCC_FLAGS "-S")
0 commit comments