|
Ream v0.1.0-1
C++ graphics library for Linux
|
An image acquired from an RSwapchain. More...
#include <RSwapchain.h>
Public Attributes | |
| std::shared_ptr< RImage > | image |
| The acquired image to render into. | |
| UInt32 | age |
| Buffer age. | |
| UInt32 | frame |
| Frame counter at the time this image was acquired. | |
| UInt32 | index |
| Index of this image within the swapchain. | |
An image acquired from an RSwapchain.
| std::shared_ptr<RImage> image |
The acquired image to render into.
| UInt32 age |
Buffer age.
Number of frames since this buffer was last presented (useful for damage tracking). A value of 0 indicates a freshly created buffer whose contents are undefined.
| UInt32 frame |
Frame counter at the time this image was acquired.
| UInt32 index |
Index of this image within the swapchain.