| 848 | } |
| 849 | |
| 850 | Ref<ResourceInfo> ResourceFormatLoaderCompatTexture2D::get_resource_info(const String &p_path, Error *r_error) const { |
| 851 | return TextureLoaderCompat::get_resource_info(p_path, r_error); |
| 852 | } |
| 853 | |
| 854 | Ref<ResourceInfo> ResourceFormatLoaderCompatTexture3D::get_resource_info(const String &p_path, Error *r_error) const { |
| 855 | return TextureLoaderCompat::get_resource_info(p_path, r_error); |
no test coverage detected