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

Method render_set_scaling

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

Source from the content-addressed store, hash-verified

457 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern RenderLayer render_get_filter ();
458 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_filter (RenderLayer layer_filter);
459 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_scaling (float display_tex_scale);
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();

Callers 1

RendererClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected