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

token

Name of the renderVar

exec

execution

Trigger

renderResults

uint64

Render results pointer

Outputs#

Name

Type

Description

Default

dataPtr

uint64

Pointer to the raw data (cuda device pointer or host pointer)

0

cudaDeviceIndex

int

Index of the device where the data lives (-1 for host data)

-1

width

uint

Width (0 if the input is a buffer)

height

uint

Height (0 if the input is a buffer)

bufferSize

uint64

Size (in bytes) of the buffer (0 if the input is a texture)

format

uint64

Format

Received (exec)

execution

Executes when the event is received