about summary refs log tree commit diff
path: root/generator/pamtris/limits_pamtris.h
blob: dcf1f1e628a289845a9782673ee8317c5366c91a (plain) (blame)
1
2
3
4
5
6
7
#ifndef LIMITS_H_INCLUDED
#define LIMITS_H_INCLUDED

#define MAX_NUM_ATTRIBS     20
#define MAX_Z           ((1 << 30) - 1)

#endif