SdRenderVarToRawArray
Synthetic Data action node to copy the input rendervar into an output raw array
Installation
To use this Node, you must enable omni.syntheticdata
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
renderVar |
|
Name of the renderVar |
|
exec |
|
Trigger |
|
renderResults |
|
Render results pointer |
|
cudaStream |
|
Pointer to the CUDA stream |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
data |
|
Buffer array data |
[] |
width |
|
Width (0 if the input is a buffer) |
|
height |
|
Height (0 if the input is a buffer) |
|
bufferSize |
|
Size (in bytes) of the buffer (0 if the input is a texture) |
|
format |
|
Format |
|
cudaStream |
|
Pointer to the CUDA stream |
|
Received (exec) |
|
Executes when the event is received |