Fix unsupported sampler filter used for voxel GI

(cherry picked from commit 09aa1bbdb3)
This commit is contained in:
Pedro J. Estébanez 2023-04-25 14:14:01 +02:00 committed by Rémi Verschelde
parent a5779ff281
commit 908325c29e
No known key found for this signature in database
GPG key ID: C3336907360768E1
7 changed files with 34 additions and 1 deletions

View file

@ -1084,6 +1084,7 @@ public:
/*****************/
virtual RID sampler_create(const SamplerState &p_state);
virtual bool sampler_is_format_supported_for_filter(DataFormat p_format, SamplerFilter p_sampler_filter) const;
/**********************/
/**** VERTEX ARRAY ****/