volatile void * CAVEAllocDisplayDataByID(int id,size_t size)
Previous  Top  Next


Equivalent to CAVEAllocDisplayData(), except that the application provides an ID number (id) for the block of data being allocated, in order to guarantee that corresponding blocks on separate nodes of a distributed CAVE are matched together correctly. id must be a positive integer.