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

Method material_create

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

Source from the content-addressed store, hash-verified

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);
244 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_id (IntPtr material, string id);

Callers 1

MaterialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected