Example #1
0
 void DeviceContext::Bind(const PixelShader& pixelShader)
 {
     _underlying->PSSetShader(pixelShader.GetUnderlying(), nullptr, 0);
 }