fixed alignment related bugs in gpu/nvidia

This commit is contained in:
Marina Kolpakova
2012-04-12 10:09:51 +00:00
parent 6de2b1a0e6
commit d547d9c986
4 changed files with 82 additions and 54 deletions

View File

@@ -33,9 +33,9 @@ private:
TestRectStdDev& operator=(const TestRectStdDev&);
NCVTestSourceProvider<Ncv8u> &src;
NcvRect32u rect;
Ncv32u width;
Ncv32u height;
NcvRect32u rect;
Ncv32f scaleFactor;
NcvBool bTextureCache;