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

Method material_set_wireframe

StereoKit/Native/NativeAPI.cs:249–249  ·  view source on GitHub ↗
(IntPtr material, [MarshalAs(UnmanagedType.Bool)] bool wireframe)

Source from the content-addressed store, hash-verified

247 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_transparency(IntPtr material, Transparency mode);
248 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_cull (IntPtr material, Cull mode);
249 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_wireframe (IntPtr material, [MarshalAs(UnmanagedType.Bool)] bool wireframe);
250 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_depth_test (IntPtr material, DepthTest depth_test_mode);
251 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_depth_write (IntPtr material, [MarshalAs(UnmanagedType.Bool)] bool write_enabled);
252 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_queue_offset(IntPtr material, int offset);

Callers 1

MaterialClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected