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

Function ClearCSOutputs

SampleFramework11/v1.01/Utility.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void ClearCSOutputs(ID3D11DeviceContext* context)
106{
107 SetCSOutputs(context, nullptr, nullptr, nullptr, nullptr);
108}
109
110void SetCSSamplers(ID3D11DeviceContext* context, ID3D11SamplerState* sampler0, ID3D11SamplerState* sampler1,
111 ID3D11SamplerState* sampler2, ID3D11SamplerState* sampler3)

Callers 1

GetTextureDataFunction · 0.85

Calls 1

SetCSOutputsFunction · 0.85

Tested by

no test coverage detected