Contents

CompositorFrameIndex

The sequential index for a frame in the compositor’s timeline.

Declaration

typealias CompositorFrameIndex = UInt64

Discussion

During the creation of your content, the compositor creates frames for you to render your content. This type stores the index the compositor assigns to that frame. The compositor presents frames sequentially based on their indexes.

See Also

Getting frame-related details