Write Table to OS in a human‐readable form.
Synopsis
Declared in <llvm/Frontend/HLSL/HLSLRootSignature.h>
raw_ostream&
operator<<(
raw_ostream& OS,
DescriptorTable const& Table);
Return Value
Reference to OS.
Parameters
Name |
Description |
OS |
Output stream. |
Table |
Descriptor table parameter to print. |
Created with MrDocs