|
Ion
|
A SyncInfo corresponds to an OpenGL Sync Object. More...
#include "openglobjects.h"


Public Member Functions | |
| SyncInfo () | |
Public Attributes | |
| GLenum | type |
| The sync object type. More... | |
| GLenum | status |
| The sync object status. More... | |
| GLenum | condition |
| The sync object condition. More... | |
| GLbitfield | flags |
| The sync object flags. More... | |
A SyncInfo corresponds to an OpenGL Sync Object.
Definition at line 286 of file openglobjects.h.
|
inline |
Definition at line 287 of file openglobjects.h.
| GLenum ion::gfx::SyncInfo< T >::condition |
The sync object condition.
Definition at line 297 of file openglobjects.h.
| GLbitfield ion::gfx::SyncInfo< T >::flags |
The sync object flags.
Definition at line 299 of file openglobjects.h.
| GLenum ion::gfx::SyncInfo< T >::status |
The sync object status.
Definition at line 295 of file openglobjects.h.
| GLenum ion::gfx::SyncInfo< T >::type |
The sync object type.
Definition at line 293 of file openglobjects.h.