Export more classes.

This commit is contained in:
castano 2008-01-17 05:34:58 +00:00
parent f76e76cbe6
commit 963b8e1541

View File

@ -32,7 +32,7 @@ namespace nv
class Stream; class Stream;
struct ColorBlock; struct ColorBlock;
struct DDSPixelFormat struct NVIMAGE_CLASS DDSPixelFormat
{ {
uint size; uint size;
uint flags; uint flags;
@ -44,7 +44,7 @@ namespace nv
uint amask; uint amask;
}; };
struct DDSCaps struct NVIMAGE_CLASS DDSCaps
{ {
uint caps1; uint caps1;
uint caps2; uint caps2;
@ -53,7 +53,7 @@ namespace nv
}; };
/// DDS file header for DX10. /// DDS file header for DX10.
struct DDSHeader10 struct NVIMAGE_CLASS DDSHeader10
{ {
uint dxgiFormat; uint dxgiFormat;
uint resourceDimension; uint resourceDimension;
@ -63,7 +63,7 @@ namespace nv
}; };
/// DDS file header. /// DDS file header.
struct DDSHeader struct NVIMAGE_CLASS DDSHeader
{ {
uint fourcc; uint fourcc;
uint size; uint size;