| | 387 | I_Method1(void, setMaxTexturePoolSize, IN, unsigned int, size, |
| | 388 | Properties::NON_VIRTUAL, |
| | 389 | __void__setMaxTexturePoolSize__unsigned_int, |
| | 390 | "", |
| | 391 | ""); |
| | 392 | I_Method0(unsigned int, getMaxTexturePoolSize, |
| | 393 | Properties::NON_VIRTUAL, |
| | 394 | __unsigned_int__getMaxTexturePoolSize, |
| | 395 | "", |
| | 396 | ""); |
| | 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, |
| | 415 | "", |
| | 416 | ""); |
| | 450 | I_SimpleProperty(unsigned int, MaxTexturePoolSize, |
| | 451 | __unsigned_int__getMaxTexturePoolSize, |
| | 452 | __void__setMaxTexturePoolSize__unsigned_int); |
| | 453 | I_SimpleProperty(unsigned int, MaxVBOPoolSize, |
| | 454 | __unsigned_int__getMaxVBOPoolSize, |
| | 455 | __void__setMaxVBOPoolSize__unsigned_int); |