Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | Public Attributes | List of all members
om::graphics::devices::DownloadRequest Class Reference

A class specifies additional parameters for downloading data from a graphics context. More...

#include <omGraphicsDownloadRequest.h>

Public Member Functions

 DownloadRequest ()
 Create a new download request with the default state. More...
 

Public Attributes

Index downloadID
 The ID of this update that uniquely identifies it. More...
 
TransferFlags flags
 A collection of flags for the request that specifiy what data should be transfered. More...
 

Detailed Description

A class specifies additional parameters for downloading data from a graphics context.

Constructor & Destructor Documentation

om::graphics::devices::DownloadRequest::DownloadRequest ( )
inline

Create a new download request with the default state.

Member Data Documentation

Index om::graphics::devices::DownloadRequest::downloadID

The ID of this update that uniquely identifies it.

The ID keeps shared objects from downloading their data more than once on the same request. Each time that data should be downloaded the download ID should be incremented by the user.

TransferFlags om::graphics::devices::DownloadRequest::flags

A collection of flags for the request that specifiy what data should be transfered.


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