Merge pull request #92000 from clayjohn/vram-debugger
Increase coverage of VRAM debugger and add support to RD backends
This commit is contained in:
commit
5708a3a02e
4 changed files with 22 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue