Graphics::ReadStatus Struct Reference
Stores result of read operation. More...
#include <Buffer.h>
Collaboration diagram for Graphics::ReadStatus:
Public Attributes | |
size_t | bytesRead {0} |
On completion, set to actual length of data read. More... | |
PixelFormat | format {} |
Format of data. More... | |
bool | readComplete {false} |
Detailed Description
Stores result of read operation.
Member Data Documentation
◆ bytesRead
size_t Graphics::ReadStatus::bytesRead {0} |
On completion, set to actual length of data read.
◆ format
PixelFormat Graphics::ReadStatus::format {} |
Format of data.
◆ readComplete
bool Graphics::ReadStatus::readComplete {false} |
The documentation for this struct was generated from the following file: