MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_resource_info

Method get_resource_info

compat/texture_loader_compat.cpp:850–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850Ref<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
854Ref<ResourceInfo> ResourceFormatLoaderCompatTexture3D::get_resource_info(const String &p_path, Error *r_error) const {
855 return TextureLoaderCompat::get_resource_info(p_path, r_error);

Callers 1

recognizeMethod · 0.45

Calls 2

get_bufferMethod · 0.45
get_ver_majorMethod · 0.45

Tested by

no test coverage detected