MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / model_create_mesh

Method model_create_mesh

StereoKit/Native/NativeAPI.cs:343–343  ·  view source on GitHub ↗
(IntPtr mesh, IntPtr material)

Source from the content-addressed store, hash-verified

341 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_copy (IntPtr model);
342 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create ();
343 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create_mesh (IntPtr mesh, IntPtr material);
344 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create_mem ([In] byte[] filename_utf8, [In] byte[] data, UIntPtr data_size, IntPtr shader);
345 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create_file ([In] byte[] filename_utf8, IntPtr shader);
346 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_id (IntPtr model, string id);

Callers 2

ModelMethod · 0.80
FromMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected