Container for asynchronous load results and metadata.
More...
#include <async_loader.h>
Container for asynchronous load results and metadata.
◆ channels
| int AsyncRequest::channels |
Number of color channels (e.g., 3 for RGB).
◆ float_data
| float* AsyncRequest::float_data |
◆ half_data
| uint16_t* AsyncRequest::half_data |
◆ height
◆ path
| char AsyncRequest::path[256] |
Absolute path to the source file.
◆ pbo_id
| GLuint AsyncRequest::pbo_id |
◆ pbo_mapped_ptr
| void* AsyncRequest::pbo_mapped_ptr |
◆ state
Current state (atomic/volatile for thread-safety).
◆ submission_time
| double AsyncRequest::submission_time |
Time when request was submitted.
◆ width
The documentation for this struct was generated from the following file: