Add nvassemble tool to create cubemaps, volumes, and texture arrays.

This commit is contained in:
castano
2007-11-16 11:05:17 +00:00
parent 98b2377a11
commit 854da30b8e
11 changed files with 542 additions and 99 deletions

View File

@ -24,7 +24,7 @@
#ifndef NV_IMAGE_DIRECTDRAWSURFACE_H
#define NV_IMAGE_DIRECTDRAWSURFACE_H
#include <nvcore/nvcore.h>
#include <nvimage/nvimage.h>
namespace nv
{
@ -102,10 +102,11 @@ namespace nv
bool hasDX10Header() const;
};
NVIMAGE_API Stream & operator<< (Stream & s, DDSHeader & header);
/// DirectDraw Surface. (DDS)
class DirectDrawSurface
class NVIMAGE_CLASS DirectDrawSurface
{
public:
DirectDrawSurface(const char * file);