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

Method material_copy

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

Source from the content-addressed store, hash-verified

240 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_find (string id);
241 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_create (IntPtr shader);
242 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_copy (IntPtr material);
243 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_copy_id (string id);
244 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_id (IntPtr material, string id);
245 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_get_id (IntPtr material);

Callers 1

CopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected