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
commit 019d6584ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;