[][src]Module rendy_frame::cirque

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 Definitions

CommandCirque
CommandCirqueRef
CommandInitialRef
CommandReadyRef