llvm::hlsl::rootsig::operator<<

Write StaticSampler to OS in a human-readable form.

Synopsis

Declared in <llvm/Frontend/HLSL/HLSLRootSignature.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    StaticSampler const& StaticSampler);

Return Value

Reference to OS.

Parameters

NameDescription
OSOutput stream.
StaticSamplerStatic sampler descriptor to print.