Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ ~Pass
Method
~Pass
Source/Effect/Effect.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
, _grabPass(false) { }
78
79
Pass::~Pass() {
80
if (bgfx::isValid(_program)) {
81
bgfx::destroy(_program);
82
}
83
}
84
85
bool Pass::init() {
86
if (!Object::init()) return false;
Callers
nothing calls this directly
Calls
2
isValid
Function · 0.50
destroy
Function · 0.50
Tested by
no test coverage detected