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

Method device_display_set_blend

StereoKit/Native/NativeAPI.cs:35–36  ·  view source on GitHub ↗
(DisplayBlend blend)

Source from the content-addressed store, hash-verified

33 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern DisplayType device_display_get_type ();
34 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern DisplayBlend device_display_get_blend ();
35 [return: MarshalAs(UnmanagedType.Bool)]
36 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool device_display_set_blend (DisplayBlend blend);
37 [return: MarshalAs(UnmanagedType.Bool)]
38 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool device_display_valid_blend (DisplayBlend blend);
39 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float device_display_get_refresh_rate();

Callers 1

DeviceClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected