Example #1
0
 public static extern RTPresult rtpQueryGetFinished(RTPquery query, out int isFinished);
Example #2
0
 public static extern RTPresult rtpQuerySetCudaStream(RTPquery query, IntPtr stream);
Example #3
0
 public static extern RTPresult rtpQueryExecute(RTPquery query, uint hints);
Example #4
0
 public static extern RTPresult rtpQueryFinish(RTPquery query);
Example #5
0
 public static extern RTPresult rtpQuerySetHits(RTPquery query, RTPbufferdesc hits);
Example #6
0
 public static extern RTPresult rtpQuerySetRays(RTPquery query, RTPbufferdesc rays);
Example #7
0
 public static extern RTPresult rtpQueryGetContext(RTPquery query, out RTPcontext context);
Example #8
0
 public static extern RTPresult rtpQueryCreate(RTPmodel model, RTPquerytype queryType, out RTPquery query);
Example #9
0
 public static extern RTPresult rtpQueryDestroy(RTPquery query);