Module cirque

Source
Expand description

Ring buffers for using with frames.

Structs§

Cirque
Resource cirque. It simplifies using multiple resources when same resource cannot be used simulteneously.
DependentCirque
Resource cirque that depends on another one. It relies on trusted ready index instead of frame indices. It guarantees to always return same resource for same index.
InitialRef
Reference to new value in the Cirque. It is in initial state.
ReadyRef
Reference to value in the Cirque. It is in ready state.

Enums§

CirqueRef
Reference to one of the values in the Cirque. It can be in either initial or ready state.

Type Aliases§

CommandCirque
CommandCirqueRef
CommandInitialRef
CommandReadyRef