PixelLightAPI  .
Public Member Functions
PLGraphics::ImageLoaderDDS Class Reference

Image loader implementation for DDS file formats. More...

#include <ImageLoaderDDS.h>

Inheritance diagram for PLGraphics::ImageLoaderDDS:
Inheritance graph
[legend]

List of all members.

Public Member Functions

PLGRAPHICS_API ImageLoaderDDS ()
 Default constructor.
virtual PLGRAPHICS_API ~ImageLoaderDDS ()
 Destructor.

Detailed Description

Image loader implementation for DDS file formats.

Remarks:
This file format supports GPU texture compression formats like DXT3 and therefore makes it possible to load in compressed image data as efficient as possible by directly passing thru the compressed loaded data to the GPU without need for any further processing.
Note:

Constructor & Destructor Documentation

Default constructor.

virtual PLGRAPHICS_API PLGraphics::ImageLoaderDDS::~ImageLoaderDDS ( ) [virtual]

Destructor.


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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:31
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported