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

Method render_get_multisample

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

Source from the content-addressed store, hash-verified

460 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float render_get_scaling ();
461 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_multisample(int display_tex_multisample);
462 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int render_get_multisample();
463 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_override_capture_filter([MarshalAs(UnmanagedType.Bool)] bool use_override_filter, RenderLayer layer_filter);
464 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern RenderLayer render_get_capture_filter ();
465 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

RendererClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected