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

Function ClearCSOutputs

SampleFramework11/v1.02/Utility.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void ClearCSOutputs(ID3D11DeviceContext* context)
139{
140 SetCSOutputs(context, nullptr, nullptr, nullptr, nullptr);
141}
142
143void SetCSSamplers(ID3D11DeviceContext* context, ID3D11SamplerState* sampler0, ID3D11SamplerState* sampler1,
144 ID3D11SamplerState* sampler2, ID3D11SamplerState* sampler3)

Callers 2

DOFMethod · 0.85
GetTextureDataFunction · 0.85

Calls 1

SetCSOutputsFunction · 0.85

Tested by

no test coverage detected