Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MKXJun/DirectX11-With-Windows-SDK
/ GetModel
Method
GetModel
Common/GameObject.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
const Model* GameObject::GetModel() const
74
{
75
return m_pModel;
76
}
77
78
void GameObject::Draw(ID3D11DeviceContext * deviceContext, IEffect * effect)
79
{
Callers
8
UpdateScene
Method · 0.45
InitResource
Method · 0.45
InitResource
Method · 0.45
UpdateScene
Method · 0.45
InitResource
Method · 0.45
UpdateScene
Method · 0.45
InitResource
Method · 0.45
InitResource
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected