[ < ] | [ Up ] | [ > ] | [Top] | [Contents] | [Index] | [ ? ] |
HardwareIndexBufferSharedPtr ibuf = HardwareBufferManager::getSingleton(). createIndexBuffer( HardwareIndexBuffer::IT_16BIT, // type of index numIndexes, // number of indexes HardwareBuffer::HBU_STATIC_WRITE_ONLY, // usage false); // no shadow buffer |
[ < ] | [ Up ] | [ > ] | [Top] | [Contents] | [Index] | [ ? ] |