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

Function SetCSShader

SampleFramework11/v1.01/Utility.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void SetCSShader(ID3D11DeviceContext* context, ID3D11ComputeShader* shader)
118{
119 context->CSSetShader(shader, nullptr, 0);
120}
121
122void SetCSConstants(ID3D11DeviceContext* context, ID3D11Buffer* constantBuffer, uint32 slot)
123{

Callers 1

GetTextureDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected