Method SetOverrideRenderFormat
SetOverrideRenderFormat(bool)
Allows AOVs to be rendered at the same format/precision as the user allocated buffers.
Declaration
public ref AOVRequest SetOverrideRenderFormat(bool flag)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | flag | Set to true to override the rendering buffer format |
Returns
| Type | Description |
|---|---|
| AOVRequest | A ref return to chain calls. |