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