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

Function SetCSInputs

SampleFramework11/v1.01/Utility.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void SetCSInputs(ID3D11DeviceContext* context, ID3D11ShaderResourceView* srv0, ID3D11ShaderResourceView* srv1,
86 ID3D11ShaderResourceView* srv2, ID3D11ShaderResourceView* srv3)
87{
88 ID3D11ShaderResourceView* srvs[4] = { srv0, srv1, srv2, srv3 };
89 context->CSSetShaderResources(0, 4, srvs);
90}
91
92void ClearCSInputs(ID3D11DeviceContext* context)
93{

Callers 2

ClearCSInputsFunction · 0.85
GetTextureDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected