aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/img_supp.h
blob: 8117846305c9502bb7f4e4ef5e024f542936a000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * PARSEC HEADER: img_supp.h
 */

#ifndef _IMG_SUPP_H_
#define _IMG_SUPP_H_


// external functions

dword	IMG_DetermineTexGeoAspect( dword width, dword height );
int		IMG_DetermineTexGeoAspectExt( dword width, dword height );
dword	IMG_DetermineTexGeoScale( dword maxside );

dword	IMG_CountMipmapTexels( dword texw, dword texh, dword lodlarge, dword lodsmall );


#endif // _IMG_SUPP_H_