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

Function SetCSShader

SampleFramework11/v1.02/Utility.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void SetCSShader(ID3D11DeviceContext* context, ID3D11ComputeShader* shader)
151{
152 context->CSSetShader(shader, nullptr, 0);
153}
154
155void SetCSConstants(ID3D11DeviceContext* context, ID3D11Buffer* constantBuffer, uint32 slot)
156{

Callers 2

DOFMethod · 0.85
GetTextureDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected