MCPcopy Create free account
hub / github.com/carbonengine/trinity / QueryInterface

Method QueryInterface

trinityal/dx11/Tr2RenderContextDx11.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89struct NullContext : ID3D11DeviceContext
90{
91 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
92 REFIID riid,
93 __RPC__deref_out void __RPC_FAR* __RPC_FAR* ppvObject )
94 {
95 return E_FAIL;
96 }
97 virtual ULONG STDMETHODCALLTYPE AddRef( void )
98 {
99 return S_OK;

Callers 15

HandleRenderTickMethod · 0.80
CopyTriVectorToVector3Function · 0.80
DetermineCopyFuncMethod · 0.80
WeakRefNotifyMethod · 0.80
OnListModifiedMethod · 0.80
OnListModifiedMethod · 0.80
GetInstanceDataObjectMethod · 0.80
SetTargetableMethod · 0.80
SetControllerVariableMethod · 0.80
HandleControllerEventMethod · 0.80
StartControllersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected