Open 3D Engine Atom Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
AZ_TYPE_INFO (SwapChainDimensions,"{1B1D266F-15FA-4EA6-B28C-B87467844617}") | |
Public Attributes | |
uint32_t | m_imageCount = 0 |
Number of images in the swap chain. | |
uint32_t | m_imageWidth = 0 |
Pixel width of the images in the swap chain. | |
uint32_t | m_imageHeight = 0 |
Pixel height of the images in the swap chain. | |
Format | m_imageFormat = Format::Unknown |
Pixel format of the images in the swap chain. | |