Long name (short name) |
Argument types |
Properties |
-renderer(-r) |
string |
 |
|
Specifiy a renderer when using this command. By default the
current renderer is specified. |
|
-passID(-pi) |
string |
 |
|
Specify the render pass ID for query. |
|
-channels(-ch) |
int |
 |
|
Specify the number of channels for query. |
|
-supportedRenderPasses(-srp) |
|
 |
|
List render passes supported by the renderer(specified by the
flag -renderer). |
|
-supportedRenderPassNames(
-spn) |
|
 |
|
List render pass names supported by the renderer(specified by
the flag -renderer). |
|
-supportedChannelCounts(
-scc) |
|
 |
|
List channel counts supported by the renderer(specified by the
flag -renderer) and the specified pass ID. This flag must be
specified by the flag -passID firstly. |
|
-supportedDataTypes(-sdt) |
|
 |
|
List frame buffer types supported by the renderer(specified by
the flag -renderer), the specified passID and channels. This flag
must be specified by the flag -passID and -channels firstly. |
|
-passName(-pn) |
|
 |
|
Get the pass name for the passID. This flag must be specified
by the flag -passID firstly. |
|
-supportedPassSemantics(
-ps) |
|
 |
|
List pass semantics supported by the specified passID. This
flag must be specified by the flag -passId firstly. |
|
-isPassSupported(-ips) |
|
 |
|
Return whether the pass is supported by the renderer This flag
must be specified by the flag -passID firstly. The renderer whose
default value is the current renderer is specified by the flag
renderer. |
|