comparison Texture.cpp @ 1980:c1c74df0a33e

changing most of auto types to their actual types
author Grumpy7
date Wed, 30 Oct 2013 00:47:37 -0700
parents 7954c2f385b5
children 259df09dfb50
comparison
equal deleted inserted replaced
1979:92dfa0cafbe3 1980:c1c74df0a33e
1169 } 1169 }
1170 1170
1171 1171
1172 1172
1173 1173
1174 auto pOutPixels = pPixels; 1174 ushort* pOutPixels = pPixels;
1175 1175
1176 memset(pOutPixels, 0, uNumPixels * sizeof(__int16)); 1176 memset(pOutPixels, 0, uNumPixels * sizeof(__int16));
1177 1177
1178 short i=1; 1178 short i=1;
1179 while ( (1<<i) !=uWidth) 1179 while ( (1<<i) !=uWidth)