Export more classes.

2.0
castano 17 years ago
parent f76e76cbe6
commit 963b8e1541

@ -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;

Loading…
Cancel
Save