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

Method SetPostEffectTexture

LuaSTGPlus/ResourceMgr.cpp:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void ResFX::SetPostEffectTexture(f2dTexture2D* val)LNOEXCEPT
472{
473 for (auto& p : m_pBindingPostEffectTexture)
474 p->SetTexture(val);
475}
476
477void ResFX::SetViewport(fcyRect rect)LNOEXCEPT
478{

Callers 1

PostEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected