GPU Interop: Gpu To Cpu Copy
Generates a new AOV representing a CPU copy of a GPU buffer
Installation
To use this node enable omni.graph.image.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
aovGpu (inputs:aovGpu) |
|
Name of AOV to copy from GPU to CPU |
|
gpuFoundations (inputs:gpu) |
|
Pointer to shared context containing gpu foundations |
0 |
renderProduct (inputs:rp) |
|
Pointer to render product for this view |
0 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
aovCpu (outputs:aovCpu) |
|
Name of AOV representing CPU buffer of GPU resource |
|
gpuFoundations (outputs:gpu) |
|
Pointer to shared context containing gpu foundations |
None |
renderProduct (outputs:rp) |
|
Pointer to render product for this view |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.examples.cpp.GpuInteropGpuToCpuCopy |
Version |
2 |
Extension |
omni.graph.image.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
GPU Interop: Gpu To Cpu Copy |
Categories |
examples |
Generated Class Name |
OgnGpuInteropGpuToCpuCopyDatabase |
Python Module |
omni.graph.image.nodes |