Exemple #1
0
 public static extern IntPtr rtcSetNewGeometryBuffer(IntPtr geometry, RTCBufferType type, uint slot, RTCFormat format, ulong byteStride, ulong itemCount); // TODO: nuint instead of ulong
Exemple #2
0
 public static extern void rtcUpdateGeometryBuffer(IntPtr geometry, RTCBufferType type, uint slot);
Exemple #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
Exemple #4
0
 public static extern IntPtr rtcGetGeometryBufferData(IntPtr geometry, RTCBufferType type, uint slot);