effects11v11.29
- Updated
Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together.
- Project website: https://github.com/Microsoft/FX11
- Documentation: https://github.com/microsoft/FX11/wiki
#Usage
The Effects (FX) system for Direct3D 11 package is compatible with built-in CMake targets:
find_package(effects11 CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::Effects11)#Features
No default features.
#spectre
Build Spectre-mitigated library
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Chuck Walbourn
Billy O'Neal