Write StaticSampler to OS in a human-readable form.
Declared in <llvm/Frontend/HLSL/HLSLRootSignature.h>
raw_ostream&
operator<<(
raw_ostream& OS,
StaticSampler const& StaticSampler);
Reference to OS.
| Name | Description |
|---|---|
| OS | Output stream. |
| StaticSampler | Static sampler descriptor to print. |