| void NvFlowGridExportGetDebugVisView | ( | NvFlowGridExport * | gridExport, | |
| NvFlowGridExportDebugVisView * | view | |||
| ) |
Get export debug vis data.
| [in] | gridExport | The grid export. |
| [out] | view | Destination for debug visualization view data. |
| NvFlowGridExportHandle NvFlowGridExportGetHandle | ( | NvFlowGridExport * | gridExport, | |
| NvFlowContext * | context, | |||
| NvFlowGridTextureChannel | channel | |||
| ) |
Get export handle for the specified grid texture channel.
| [in] | gridExport | The grid export. |
| [in] | context | The context used to create the grid export. |
| [in] | channel | The grid texture channel to return a handle for. |
| void NvFlowGridExportGetLayeredView | ( | NvFlowGridExportHandle | handle, | |
| NvFlowGridExportLayeredView * | layeredView | |||
| ) |
Get layeredView data for specified exportHandle.
| [in] | handle | The grid export handle. |
| [out] | layeredView | Destination for layeredView data. |
| void NvFlowGridExportGetLayerView | ( | NvFlowGridExportHandle | handle, | |
| NvFlowUint | layerIdx, | |||
| NvFlowGridExportLayerView * | layerView | |||
| ) |
Get layerView data for specified exportHandle and layer index.
| [in] | handle | The grid export handle. |
| [in] | layerIdx | The layer index to return the layerView of. |
| [out] | layerView | Destination for layerView data. |