MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setSlot

Method setSlot

Source/Effect/Effect.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void Pass::Uniform::setSlot(uint8_t var) {
40 _slot = var;
41}
42
43uint8_t Pass::Uniform::getSlot() const noexcept {
44 return _slot;

Callers 1

setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected