MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / ~ResourceView

Method ~ResourceView

Source/Falcor/Core/API/ResourceViews.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72ResourceView::~ResourceView()
73{
74 if (mGfxResourceView)
75 mpDevice->releaseResource(mGfxResourceView);
76}
77
78void ResourceView::invalidate()
79{

Callers

nothing calls this directly

Calls 1

releaseResourceMethod · 0.80

Tested by

no test coverage detected