예제 #1
0
 public static extern RTPresult rtpQueryGetContext(RTPquery query, out RTPcontext context);
예제 #2
0
 public static extern RTPresult rtpModelCreate(RTPcontext context, out RTPmodel model);
예제 #3
0
 public static extern RTPresult rtpModelGetContext(RTPmodel model, out RTPcontext context);
예제 #4
0
 public static extern RTPresult rtpBufferDescCreate(RTPcontext context, RTPbufferformat format, RTPbuffertype type, IntPtr buffer, out RTPbufferdesc desc);
예제 #5
0
 public static extern RTPresult rtpBufferDescGetContext(RTPbufferdesc desc, out RTPcontext context);
예제 #6
0
 public static extern RTPresult rtpContextGetLastErrorString(RTPcontext context, out IntPtr returnString);
예제 #7
0
 public static extern RTPresult rtpContextDestroy(RTPcontext context);
예제 #8
0
 public static extern RTPresult rtpContextSetCpuThreads(RTPcontext context, uint numThreads);
예제 #9
0
 public static extern RTPresult rtpContextSetCudaDeviceNumbers(RTPcontext context, uint deviceCount, uint deviceNumbers);
예제 #10
0
 public static extern RTPresult rtpContextGetLastErrorString(RTPcontext context, [MarshalAs(UnmanagedType.LPStr)] out string returnString);