Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
471
void ResFX::SetPostEffectTexture(f2dTexture2D* val)LNOEXCEPT
472
{
473
for (auto& p : m_pBindingPostEffectTexture)
474
p->SetTexture(val);
475
}
476
477
void ResFX::SetViewport(fcyRect rect)LNOEXCEPT
478
{
Callers
1
PostEffect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected