Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::gfx::SyncInfo< T > Struct Template Reference

A SyncInfo corresponds to an OpenGL Sync Object. More...

#include "openglobjects.h"

Inheritance diagram for ion::gfx::SyncInfo< T >:
Collaboration diagram for ion::gfx::SyncInfo< T >:

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...
 

Detailed Description

template<typename T>
struct ion::gfx::SyncInfo< T >

A SyncInfo corresponds to an OpenGL Sync Object.

Definition at line 286 of file openglobjects.h.

Constructor & Destructor Documentation

template<typename T >
ion::gfx::SyncInfo< T >::SyncInfo ( )
inline

Definition at line 287 of file openglobjects.h.

Member Data Documentation

template<typename T >
GLenum ion::gfx::SyncInfo< T >::condition

The sync object condition.

Definition at line 297 of file openglobjects.h.

template<typename T >
GLbitfield ion::gfx::SyncInfo< T >::flags

The sync object flags.

Definition at line 299 of file openglobjects.h.

template<typename T >
GLenum ion::gfx::SyncInfo< T >::status

The sync object status.

Definition at line 295 of file openglobjects.h.

template<typename T >
GLenum ion::gfx::SyncInfo< T >::type

The sync object type.

Definition at line 293 of file openglobjects.h.


The documentation for this struct was generated from the following file: