PixelLightAPI  .
Public Types
PLRenderer::Usage Class Reference

Usage flags. More...

#include <Types.h>

List of all members.

Public Types

enum  Enum {
  Static = 0, Dynamic = 1, WriteOnly = 2, Software = 3,
  Number = 4, Unknown = 5
}

Detailed Description

Usage flags.


Member Enumeration Documentation

Enumerator:
Static 

Static memory usage

Dynamic 

Dynamic memory usage

WriteOnly 

Informs the system that the application writes only to the buffer. Using this flag enables the driver to choose the best memory location for efficient write operations and rendering.

Software 

Software memory usage (for instance temp buffers, normally no rendering possible)

Number 

Number of usage flags

Unknown 

Unknown usage


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


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:23
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported