GPU Interop: Cuda Entry
Entry point for Cuda RTX Renderer Postprocessing
Installation
To use this node enable omni.graph.image.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Source Name (inputs:sourceName) |
|
Source name of the AOV |
ldrColor |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
bufferSize (outputs:bufferSize) |
|
Size of the buffer |
None |
cudaMipmappedArray (outputs:cudaMipmappedArray) |
|
Pointer to the CUDA Mipmapped Array |
None |
externalTimeOfSimFrame (outputs:externalTimeOfSimFrame) |
|
The external time on the master node, matching the simulation frame used to render this frame |
None |
format (outputs:format) |
|
Format |
None |
frameId (outputs:frameId) |
|
Frame identifier |
None |
height (outputs:height) |
|
Height |
None |
hydraTime (outputs:hydraTime) |
|
Hydra time in stage |
None |
isBuffer (outputs:isBuffer) |
|
True if the entry exposes a buffer as opposed to a texture |
None |
mipCount (outputs:mipCount) |
|
Mip Count |
None |
Rational Time Of Sim Denominator (outputs:rationalTimeOfSimDenominator) |
|
Rational time of simulation used to fetch data from Fabric |
None |
Rational Time Of Sim Numerator (outputs:rationalTimeOfSimNumerator) |
|
Rational time of simulation used to fetch data from Fabric |
None |
simTime (outputs:simTime) |
|
Simulation time |
None |
stream (outputs:stream) |
|
Pointer to the CUDA Stream |
None |
width (outputs:width) |
|
Width |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.GpuInteropCudaEntry |
Version |
3 |
Extension |
omni.graph.image.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
GPU Interop: Cuda Entry |
Generated Class Name |
OgnGpuInteropCudaEntryDatabase |
Python Module |
omni.graph.image.nodes |