GPU Interop: Render Product Entry#
Entry node for post-processing hydra render results for a single view. Gives direct access to the RenderProduct and GPU interfaces.
Installation#
To use this node enable omni.graph.image.nodes in the Extension Manager.
Outputs#
Name  | 
Type  | 
Descripton  | 
Default  | 
|---|---|---|---|
Exec (outputs:exec)  | 
  | 
Trigger for scheduling dependencies.  | 
None  | 
GPU Foundations (outputs:gpu)  | 
  | 
The shared context containing GPU foundation interfaces.  | 
None  | 
Renderer Time (outputs:hydraTime)  | 
  | 
The time difference since the last rendered frame.  | 
None  | 
Render Product (outputs:rp)  | 
  | 
The to render product for this view.  | 
None  | 
Simulation Time (outputs:simTime)  | 
  | 
The time difference since the last simulation frame. May suffer from loss of precision and cannot be used as a deterministic identifier, for example for fetching data from Fabric during the node compute.  | 
None  | 
Metadata#
Name  | 
Value  | 
|---|---|
Unique ID  | 
omni.graph.nodes.GpuInteropRenderProductEntry  | 
Version  | 
2  | 
Extension  | 
omni.graph.image.nodes  | 
Has State?  | 
False  | 
Implementation Language  | 
C++  | 
Default Memory Type  | 
cpu  | 
Generated Code Exclusions  | 
None  | 
hidden  | 
true  | 
uiName  | 
GPU Interop: Render Product Entry  | 
Categories  | 
internal,graph:postRender,rendering  | 
Generated Class Name  | 
OgnGpuInteropRenderProductEntryDatabase  | 
Python Module  | 
omni.graph.image.nodes  |