Merge pull request #64167 from clayjohn/screen-texture-hint

Add shader uniform hints for screen textures
This commit is contained in:
Max Hilbrunner
2022-08-19 21:51:39 +02:00
committed by GitHub
14 changed files with 189 additions and 51 deletions

View File

@ -174,6 +174,7 @@ class RendererCanvasRenderRD : public RendererCanvasRender {
HashMap<StringName, HashMap<int, RID>> default_texture_params;
bool uses_screen_texture = false;
bool uses_screen_texture_mipmaps = false;
bool uses_sdf = false;
bool uses_time = false;