Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void Pass::Uniform::setSlot(uint8_t var) {
40
_slot = var;
41
}
42
43
uint8_t Pass::Uniform::getSlot() const noexcept {
44
return _slot;
Callers
1
set
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected