示例#1
0
 public EmbreeDevice(EmbreeDevice embreeDevice)
 {
     mEmbreeDevice = API.iplEmbreeDeviceRetain(embreeDevice.mEmbreeDevice);
 }