MCPcopy Create free account
hub / github.com/MKXJun/DirectX11-With-Windows-SDK / SetTextureDiffuse

Method SetTextureDiffuse

Project 26-30/29 OIT/BasicEffect.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void BasicEffect::SetTextureDiffuse(ID3D11ShaderResourceView* textureDiffuse)
297{
298 pImpl->m_pTextureDiffuse = textureDiffuse;
299}
300
301void BasicEffect::SetTextureDisplacement(ID3D11ShaderResourceView* textureDisplacement)
302{

Callers 3

DrawMethod · 0.45
DrawMethod · 0.45
DrawInstancedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected