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

Function ClearCSOutputs

Shadows/SampleFramework11/Utility.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void ClearCSOutputs(ID3D11DeviceContext* context)
124{
125 SetCSOutputs(context, nullptr, nullptr, nullptr, nullptr);
126}
127
128void SetCSSamplers(ID3D11DeviceContext* context, ID3D11SamplerState* sampler0, ID3D11SamplerState* sampler1,
129 ID3D11SamplerState* sampler2, ID3D11SamplerState* sampler3)

Callers 3

RenderModelDepthGPUMethod · 0.85
RenderShadowMapGPUMethod · 0.85
GetTextureDataFunction · 0.85

Calls 1

SetCSOutputsFunction · 0.85

Tested by

no test coverage detected