Write Descriptor to OS in a human‐readable form.

Synopsis

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

raw_ostream&
operator<<(
    raw_ostream& OS,
    RootDescriptor const& Descriptor);

Return Value

Reference to OS.

Parameters

Name

Description

OS

Output stream.

Descriptor

Root descriptor parameter to print.

Created with MrDocs