コード例 #1
0
ファイル: DeviceContext.cpp プロジェクト: ldh9451/XLE
 void DeviceContext::Bind(const PixelShader& pixelShader)
 {
     _underlying->PSSetShader(pixelShader.GetUnderlying(), nullptr, 0);
 }