ID3D11ModuleInstance

Undocumented in source.

Members

Functions

BindConstantBuffer
HRESULT BindConstantBuffer(uint uSrcSlot, uint uDstSlot, uint cbDstOffset)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindConstantBufferByName
HRESULT BindConstantBufferByName(char* pName, uint uDstSlot, uint cbDstOffset)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindResource
HRESULT BindResource(uint uSrcSlot, uint uDstSlot, uint uCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindResourceAsUnorderedAccessView
HRESULT BindResourceAsUnorderedAccessView(uint uSrcSrvSlot, uint uDstUavSlot, uint uCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindResourceAsUnorderedAccessViewByName
HRESULT BindResourceAsUnorderedAccessViewByName(char* pSrvName, uint uDstUavSlot, uint uCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindResourceByName
HRESULT BindResourceByName(char* pName, uint uDstSlot, uint uCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindSampler
HRESULT BindSampler(uint uSrcSlot, uint uDstSlot, uint uCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindSamplerByName
HRESULT BindSamplerByName(char* pName, uint uDstSlot, uint uCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindUnorderedAccessView
HRESULT BindUnorderedAccessView(uint uSrcSlot, uint uDstSlot, uint uCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindUnorderedAccessViewByName
HRESULT BindUnorderedAccessViewByName(char* pName, uint uDstSlot, uint uCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta