MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / SetCSInputs

Function SetCSInputs

SampleFramework11/v1.02/Utility.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void SetCSInputs(ID3D11DeviceContext* context, ID3D11ShaderResourceView* srv0, ID3D11ShaderResourceView* srv1,
119 ID3D11ShaderResourceView* srv2, ID3D11ShaderResourceView* srv3)
120{
121 ID3D11ShaderResourceView* srvs[4] = { srv0, srv1, srv2, srv3 };
122 context->CSSetShaderResources(0, 4, srvs);
123}
124
125void ClearCSInputs(ID3D11DeviceContext* context)
126{

Callers 3

DOFMethod · 0.85
ClearCSInputsFunction · 0.85
GetTextureDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected