Skip to content

Commit f86b9e0

Browse files
committed
Add .fx support for HLSL shader inputs
1 parent a3534ec commit f86b9e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/Modules/AXSLCC.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ macro(axslcc_option variable value)
99
endif()
1010
endmacro()
1111

12-
axslcc_option(AXSLCC_SOURCE_FILE_EXTENSIONS ".hlsl")
12+
axslcc_option(AXSLCC_SOURCE_FILE_EXTENSIONS ".hlsl;.fx")
1313
axslcc_option(AXSLCC_OUT_DIR ${CMAKE_BINARY_DIR}/runtime/axslc)
1414
axslcc_option(AXSLCC_FIND_PROG_ROOT "")
1515
axslcc_option(AXSLCC_FLAGS "-S")

0 commit comments

Comments
 (0)