Exemplo n.º 1
0
 public static extern IntPtr rtcSetNewGeometryBuffer(IntPtr geometry, RTCBufferType type, uint slot, RTCFormat format, ulong byteStride, ulong itemCount); // TODO: nuint instead of ulong
Exemplo n.º 2
0
 public static extern void rtcGetGeometryTransform(IntPtr geometry, float time, RTCFormat format, IntPtr xfm);
Exemplo n.º 3
0
 public static extern void rtcSetSharedGeometryBuffer(IntPtr geometry, RTCBufferType type, uint slot, RTCFormat format, IntPtr ptr, ulong byteOffset, ulong byteStride, ulong itemCount); // TODO: nuint instead of ulong
Exemplo n.º 4
0
 public static extern void rtcSetGeometryTransform(IntPtr geometry, uint timeStep, RTCFormat format, IntPtr xfm);