Increase coverage of VRAM debugger and add support to RD backends

This commit is contained in:
clayjohn
2024-05-15 16:30:19 -07:00
parent d4f726f3ef
commit c84616c2d2
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();
}