Class SwapchainInfo

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Class Documentation

class SwapchainInfo : public gpa::playback::ResourceInfo

Graphics API agnostic information for a swapchain object.

Public Functions

virtual TypeId GetTypeId() const final override

Gets this SwapchainInfo object's TypeId.

Returns

This SwapchainInfo object's TypeId

Public Members

size_t textureInfoCount = {0}

This SwapchainInfo info's TextureInfo count.

TextureInfo const *const *ppTextureInfos = {nullptr}

An array of pointers to the TextureInfo objects backing this SwapchainInfo.