mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
025221df2a
Add `VS_SHADER_DISABLE_OPTIMIZATIONS` and `VS_SHADER_ENABLE_DEBUG` source file properties to control these settings on `.hlsl` files in the VS generator. Fixes: #17406
7 lines
242 B
ReStructuredText
7 lines
242 B
ReStructuredText
vs-hlsl-opt-dbg
|
|
---------------
|
|
|
|
* Source file properties :prop_sf:`VS_SHADER_DISABLE_OPTIMIZATIONS` and
|
|
:prop_sf:`VS_SHADER_ENABLE_DEBUG` have been added to specify more
|
|
details of ``.hlsl`` sources with :ref:`Visual Studio Generators`.
|