Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ IMAGE
Method
IMAGE
include/TGALoader/TGALoader.cpp:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
IMAGE::IMAGE ()
36
{
37
m_iImageWidth = 0;
38
m_iImageHeight = 0;
39
m_iBytesPerPixel = 0;
40
}
41
42
bool IMAGE::LoadTGA (const char* szFile)
43
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected