Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
ResourceView::~ResourceView()
73
{
74
if (mGfxResourceView)
75
mpDevice->releaseResource(mGfxResourceView);
76
}
77
78
void ResourceView::invalidate()
79
{
Callers
nothing calls this directly
Calls
1
releaseResource
Method · 0.80
Tested by
no test coverage detected