1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-01 16:38:31 +00:00

Merge pull request #41471 from Calinou/giprobe-deprecate-compress-3.2

This commit is contained in:
Rémi Verschelde
2021-04-28 12:01:55 +02:00
committed by GitHub
9 changed files with 19 additions and 34 deletions

View File

@@ -486,7 +486,6 @@ public:
GI_PROBE_ETC2
};
virtual GIProbeCompression gi_probe_get_dynamic_data_get_preferred_compression() const = 0;
virtual RID gi_probe_dynamic_data_create(int p_width, int p_height, int p_depth, GIProbeCompression p_compression) = 0;
virtual void gi_probe_dynamic_data_update(RID p_gi_probe_data, int p_depth_slice, int p_slice_count, int p_mipmap, const void *p_data) = 0;