MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CreateFromPng

Method CreateFromPng

Source/SysPSP/Graphics/NativeTexturePSP.cpp:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551//
552//*****************************************************************************
553CRefPtr<CNativeTexture> CNativeTexture::CreateFromPng( const char * p_filename, ETextureFormat texture_format )
554{
555 return LoadPng( p_filename, texture_format );
556}
557
558//*****************************************************************************
559//

Callers

nothing calls this directly

Calls 1

LoadPngFunction · 0.70

Tested by

no test coverage detected