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

Method IsRenderTarget

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

Source from the content-addressed store, hash-verified

78 public:
79 f2dTexture2D* GetTexture() { return m_Texture; }
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) {}

Callers 2

AppFrame.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected