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