MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / SetSlots

Method SetSlots

extensions/olcPGEX_Shaders.h:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388namespace olc
389{
390 void Effect::SetSlots(const uint32_t nInput, const uint32_t nTarget)
391 {
392 m_nTargetSlots = nTarget;
393 m_nInputSlots = nInput;
394 }
395
396 const uint32_t Effect::GetTargetSlots() const
397 {

Callers 1

MakeEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected