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

Function ClearCSInputs

Shadows/SampleFramework11/Utility.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void ClearCSInputs(ID3D11DeviceContext* context)
111{
112 SetCSInputs(context, nullptr, nullptr, nullptr, nullptr);
113}
114
115void SetCSOutputs(ID3D11DeviceContext* context, ID3D11UnorderedAccessView* uav0, ID3D11UnorderedAccessView* uav1,
116 ID3D11UnorderedAccessView* uav2, ID3D11UnorderedAccessView* uav3, ID3D11UnorderedAccessView* uav4,

Callers 3

RenderModelDepthGPUMethod · 0.85
RenderShadowMapGPUMethod · 0.85
GetTextureDataFunction · 0.85

Calls 1

SetCSInputsFunction · 0.85

Tested by

no test coverage detected