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