GPU Interop: Render Postprocess
RTX Renderer Postprocess Example (Exposure Adjustment)
Installation
To use this node enable omni.graph.image.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
cudaMipmappedArray (inputs:cudaMipmappedArray) |
|
Pointer to the CUDA Mipmapped Array |
0 |
exposure (inputs:exposure) |
|
Exposure value (in stops) |
0.0 |
format (inputs:format) |
|
Format |
0 |
height (inputs:height) |
|
Height |
0 |
hydraTime (inputs:hydraTime) |
|
Hydra time in stage |
0.0 |
mipCount (inputs:mipCount) |
|
Mip Count |
0 |
simTime (inputs:simTime) |
|
Simulation time |
0.0 |
stream (inputs:stream) |
|
Pointer to the CUDA Stream |
0 |
width (inputs:width) |
|
Width |
0 |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.examples.cpp.GpuInteropAdjustExposure |
Version |
2 |
Extension |
omni.graph.image.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
GPU Interop: Render Postprocess |
Categories |
examples |
Generated Class Name |
OgnGpuInteropAdjustExposureDatabase |
Python Module |
omni.graph.image.nodes |