| 397 | | I_Method1(void, setMaxVBOPoolSize, IN, unsigned int, size, |
| 398 | | Properties::NON_VIRTUAL, |
| 399 | | __void__setMaxVBOPoolSize__unsigned_int, |
| 400 | | "", |
| 401 | | ""); |
| 402 | | I_Method0(unsigned int, getMaxVBOPoolSize, |
| 403 | | Properties::NON_VIRTUAL, |
| 404 | | __unsigned_int__getMaxVBOPoolSize, |
| 405 | | "", |
| 406 | | ""); |
| 407 | | I_Method1(void, setMaxFBOPoolSize, IN, unsigned int, size, |
| 408 | | Properties::NON_VIRTUAL, |
| 409 | | __void__setMaxFBOPoolSize__unsigned_int, |
| 410 | | "", |
| 411 | | ""); |
| 412 | | I_Method0(unsigned int, getMaxFBOPoolSize, |
| 413 | | Properties::NON_VIRTUAL, |
| 414 | | __unsigned_int__getMaxFBOPoolSize, |
| | 397 | I_Method1(void, setMaxBufferObjectPoolSize, IN, unsigned int, size, |
| | 398 | Properties::NON_VIRTUAL, |
| | 399 | __void__setMaxBufferObjectPoolSize__unsigned_int, |
| | 400 | "", |
| | 401 | ""); |
| | 402 | I_Method0(unsigned int, getMaxBufferObjectPoolSize, |
| | 403 | Properties::NON_VIRTUAL, |
| | 404 | __unsigned_int__getMaxBufferObjectPoolSize, |
| 444 | | I_SimpleProperty(unsigned int, MaxFBOPoolSize, |
| 445 | | __unsigned_int__getMaxFBOPoolSize, |
| 446 | | __void__setMaxFBOPoolSize__unsigned_int); |
| | 434 | I_SimpleProperty(unsigned int, MaxBufferObjectPoolSize, |
| | 435 | __unsigned_int__getMaxBufferObjectPoolSize, |
| | 436 | __void__setMaxBufferObjectPoolSize__unsigned_int); |