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

Method device_display_valid_blend

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

Source from the content-addressed store, hash-verified

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();
40 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int device_display_get_width ();
41 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int device_display_get_height ();

Callers 1

ValidBlendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected