1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Merge pull request #63003 from Geometror/msaa-2d

This commit is contained in:
Rémi Verschelde
2022-08-30 14:54:20 +02:00
committed by GitHub
26 changed files with 250 additions and 77 deletions

View File

@@ -462,6 +462,7 @@ public:
TextureSamples samples;
uint32_t usage_bits;
Vector<DataFormat> shareable_formats;
bool is_resolve_buffer = false;
TextureFormat() {
format = DATA_FORMAT_R8_UNORM;