SdRenderVarPtr
Synthetic Data node exposing the raw pointer data of a rendervar.
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 |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
dataPtr |
|
Pointer to the raw data (cuda device pointer or host pointer) |
0 |
cudaDeviceIndex |
|
Index of the device where the data lives (-1 for host data) |
-1 |
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 |
|
Received (exec) |
|
Executes when the event is received |