| 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(); |