1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Draw sky as a fullscreen triangle

This commit is contained in:
Matias N. Goldberg
2023-08-05 17:55:43 -03:00
parent 6e7d87fb25
commit 79c9edab3b
3 changed files with 2 additions and 26 deletions

View File

@@ -70,9 +70,6 @@ public:
private:
RD::DataFormat texture_format = RD::DATA_FORMAT_R16G16B16A16_SFLOAT;
RID index_buffer;
RID index_array;
enum SkyTextureSetVersion {
SKY_TEXTURE_SET_BACKGROUND,
SKY_TEXTURE_SET_HALF_RES,