Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ GetInputSlots
Method
GetInputSlots
extensions/olcPGEX_Shaders.h:401–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
const uint32_t Effect::GetInputSlots() const
402
{
403
return m_nInputSlots;
404
}
405
406
bool Effect::IsOK() const
407
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected