summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/g3dvl/vl_util.h
blob: e4b72c4f87003b1fb26c1f66c60f2e02c3c72400 (plain)
1
2
3
4
5
6
7
#ifndef vl_util_h
#define vl_util_h

unsigned int vlRoundUpPOT(unsigned int x);

#endif