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

Method material_get_queue_offset

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

Source from the content-addressed store, hash-verified

259 [return: MarshalAs(UnmanagedType.Bool)]
260 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_get_depth_write (IntPtr material);
261 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int material_get_queue_offset(IntPtr material);
262 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_get_chain (IntPtr material);
263 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_float (IntPtr material, string name, float value);
264 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_color (IntPtr material, string name, Color value);

Callers 1

MaterialClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected