Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ Resource
Method
Resource
LuaSTGPlus/ResourceMgr.h:68–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
Resource(const Resource&);
67
public:
68
Resource(ResourceType t, const char* name)
69
: m_Type(t), m_ResName(name) {}
70
};
71
72
/// @brief 纹理资源
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected