mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-09 14:30:05 +00:00
Mote in BUILD_DX11 option that fxc.exe is required. (#446)
This commit is contained in:
parent
9aa857e160
commit
154bb7c3bb
@ -17,10 +17,10 @@ project (DirectXTex
|
||||
|
||||
option(BUILD_TOOLS "Build tex command-line tools" ON)
|
||||
|
||||
option(BUILD_SAMPLE "Build DDSView sample" ON)
|
||||
option(BUILD_SAMPLE "Build DDSView sample (requires fxc.exe)" ON)
|
||||
|
||||
# Includes the functions for Direct3D 11 resources and DirectCompute compression
|
||||
option(BUILD_DX11 "Build with DirectX11 Runtime support" ON)
|
||||
option(BUILD_DX11 "Build with DirectX11 Runtime support (requires fxc.exe)" ON)
|
||||
|
||||
# Includes the functions for creating Direct3D 12 resources at runtime
|
||||
option(BUILD_DX12 "Build with DirectX12 Runtime support" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user