mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Allow changing the anisotropic filter level at run-time per Viewport
This commit is contained in:
parent
893bbdfde8
commit
6995b6a03e
21 changed files with 173 additions and 7 deletions
|
@ -686,6 +686,7 @@ public:
|
|||
FUNC2(viewport_set_scaling_3d_scale, RID, float)
|
||||
FUNC2(viewport_set_fsr_sharpness, RID, float)
|
||||
FUNC2(viewport_set_texture_mipmap_bias, RID, float)
|
||||
FUNC2(viewport_set_anisotropic_filtering_level, RID, ViewportAnisotropicFiltering)
|
||||
|
||||
FUNC2(viewport_set_update_mode, RID, ViewportUpdateMode)
|
||||
FUNC1RC(ViewportUpdateMode, viewport_get_update_mode, RID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue