| 709 | | I_Method1(void, setMaxVBOPoolSize, IN, unsigned int, size, |
| 710 | | Properties::NON_VIRTUAL, |
| 711 | | __void__setMaxVBOPoolSize__unsigned_int, |
| 712 | | "", |
| 713 | | ""); |
| 714 | | I_Method0(unsigned int, getMaxVBOPoolSize, |
| 715 | | Properties::NON_VIRTUAL, |
| 716 | | __unsigned_int__getMaxVBOPoolSize, |
| 717 | | "", |
| 718 | | ""); |
| 719 | | I_Method1(void, setMaxFBOPoolSize, IN, unsigned int, size, |
| 720 | | Properties::NON_VIRTUAL, |
| 721 | | __void__setMaxFBOPoolSize__unsigned_int, |
| 722 | | "", |
| 723 | | ""); |
| 724 | | I_Method0(unsigned int, getMaxFBOPoolSize, |
| 725 | | Properties::NON_VIRTUAL, |
| 726 | | __unsigned_int__getMaxFBOPoolSize, |
| | 709 | I_Method1(void, setMaxBufferObjectPoolSize, IN, unsigned int, size, |
| | 710 | Properties::NON_VIRTUAL, |
| | 711 | __void__setMaxBufferObjectPoolSize__unsigned_int, |
| | 712 | "", |
| | 713 | ""); |
| | 714 | I_Method0(unsigned int, getMaxBufferObjectPoolSize, |
| | 715 | Properties::NON_VIRTUAL, |
| | 716 | __unsigned_int__getMaxBufferObjectPoolSize, |
| 883 | | I_SimpleProperty(unsigned int, MaxFBOPoolSize, |
| 884 | | __unsigned_int__getMaxFBOPoolSize, |
| 885 | | __void__setMaxFBOPoolSize__unsigned_int); |
| | 873 | I_SimpleProperty(unsigned int, MaxBufferObjectPoolSize, |
| | 874 | __unsigned_int__getMaxBufferObjectPoolSize, |
| | 875 | __void__setMaxBufferObjectPoolSize__unsigned_int); |