mirror of
https://github.com/reactos/CMake.git
synced 2025-02-08 12:58:46 +00:00
![Jeremiah van Oosten](/assets/img/avatar_default.png)
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`.
|