Merge pull request #92000 from clayjohn/vram-debugger

Increase coverage of VRAM debugger and add support to RD backends
This commit is contained in:
Rémi Verschelde 2024-05-16 09:32:11 +02:00
commit 5708a3a02e
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 22 additions and 1 deletions

View file

@ -119,6 +119,7 @@ void NoiseTexture2D::_set_texture_image(const Ref<Image> &p_image) {
} else {
texture = RS::get_singleton()->texture_2d_create(p_image);
}
RS::get_singleton()->texture_set_path(texture, get_path());
}
emit_changed();
}