Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinDurango/WinDurango
/ GetResource
Method
GetResource
projects/WinDurango.D3D11X/src/ID3D11View.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
// ID3D11View
60
//
61
template <abi_t ABI> void D3D11View<ABI>::GetResource(gfx::ID3D11Resource<ABI> **ppResource)
62
{
63
IMPLEMENT_STUB();
64
}
65
66
#undef ABI_INTERFACE
67
#define ABI_INTERFACE(ABI) D3D11View<ABI>
Callers
3
SetShaderResourceViewMinLOD
Method · 0.80
UpdateShaderResources
Method · 0.80
UpdateUnorderedAccessViews
Method · 0.80
Calls
1
GetDesc
Method · 0.45
Tested by
no test coverage detected