Untitled

mail@pastecode.io avatar
unknown
c_cpp
4 months ago
296 B
11
Indexable
Never
GrTexInfo tInfo;
	tInfo.aspectRatioLog2 = info.header.aspect_ratio;
	tInfo.smallLodLog2 = info.header.small_lod;
	tInfo.largeLodLog2 = info.header.large_lod;
	tInfo.format = info.header.format;
	tInfo.data = info.data;

	grTexDownloadMipMap(0, linearAddr, GR_MIPMAPLEVELMASK_BOTH, &tInfo);
Leave a Comment