We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cb0c2 commit 3d0025bCopy full SHA for 3d0025b
public/vtf/vtf.h
@@ -471,14 +471,11 @@ struct VTFFileHeaderV7_1_t : public VTFFileBaseHeader_t
471
unsigned int flags;
472
unsigned short numFrames;
473
unsigned short startFrame;
474
-#if !defined( POSIX ) && !defined( _X360 )
475
- VectorAligned reflectivity;
476
-#else
+
477
// must manually align in order to maintain pack(1) expected layout with existing binaries
478
- char pad1[4];
479
- Vector reflectivity;
480
- char pad2[4];
481
-#endif
+ char pad1[4];
+ VectorAligned reflectivity;
482
float bumpScale;
483
ImageFormat imageFormat;
484
unsigned char numMipLevels;
0 commit comments