mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
Mote in BUILD_DX11 option that fxc.exe is required. (#446)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user