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

Method material_find

StereoKit/Native/NativeAPI.cs:240–240  ·  view source on GitHub ↗
(string id)

Source from the content-addressed store, hash-verified

238 ///////////////////////////////////////////
239
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);

Callers 1

FindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected