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

unsigned int vlRoundUpPOT(unsigned int x);

#endif