InsertRecordingInfo

class InsertRecordingInfo(val recording: Recording, val waitSemaphores: Array<BackendSemaphore> = emptyArray(), val signalSemaphores: Array<BackendSemaphore> = emptyArray())

Information passed when inserting a Recording into a GraphiteContext.

Parameters

recording

recording to insert.

waitSemaphores

semaphores for the GPU to wait on before executing the recording.

signalSemaphores

semaphores for the GPU to signal after executing the recording.

Constructors

Link copied to clipboard
constructor(recording: Recording, waitSemaphores: Array<BackendSemaphore> = emptyArray(), signalSemaphores: Array<BackendSemaphore> = emptyArray())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard