| 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)] |