1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Reduce descripter sets in cubemap filter

This commit is contained in:
clayjohn
2020-02-28 09:06:22 -08:00
parent 620030b600
commit 74f6e3e1aa
3 changed files with 30 additions and 10 deletions

View File

@@ -391,6 +391,7 @@ class RasterizerEffectsRD {
RID shader_version;
RID pipelines[FILTER_MODE_MAX];
RID uniform_set;
RID image_uniform_set;
RID coefficient_buffer;
bool use_high_quality;