MCPcopy 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
79Pass::~Pass() {
80 if (bgfx::isValid(_program)) {
81 bgfx::destroy(_program);
82 }
83}
84
85bool Pass::init() {
86 if (!Object::init()) return false;

Callers

nothing calls this directly

Calls 2

isValidFunction · 0.50
destroyFunction · 0.50

Tested by

no test coverage detected