MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ResTexture

Method ResTexture

LuaSTGPlus/ResourceMgr.h:82–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 bool IsRenderTarget() { return m_Texture->IsRenderTarget(); }
81 public:
82 ResTexture(const char* name, fcyRefPointer<f2dTexture2D> tex)
83 : Resource(ResourceType::Texture, name), m_Texture(tex) {}
84 };
85
86 /// @brief 图像资源

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected