You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Fix unsupported sampler filter used for voxel GI
This commit is contained in:
@@ -653,6 +653,7 @@ public:
|
||||
};
|
||||
|
||||
virtual RID sampler_create(const SamplerState &p_state) = 0;
|
||||
virtual bool sampler_is_format_supported_for_filter(DataFormat p_format, SamplerFilter p_sampler_filter) const = 0;
|
||||
|
||||
/**********************/
|
||||
/**** VERTEX ARRAY ****/
|
||||
|
||||
Reference in New Issue
Block a user