Class DxcCompileOptions
- Namespace
- ShadowDusk.HLSL.Dxc
- Assembly
- ShadowDusk.HLSL.dll
Fine-grained tuning for a DxcCompileRequest: whether to tolerate compiler warnings rather than fail, and whether to embed debug information in the emitted module.
public sealed class DxcCompileOptions
- Inheritance
-
DxcCompileOptions
- Inherited Members
Properties
AllowWarnings
When true, warnings do not fail the compile.
public bool AllowWarnings { get; init; }
Property Value
EmbedDebugInfo
When true, debug information is embedded in the output module.
public bool EmbedDebugInfo { get; init; }