示例#1
0
 /// <summary>
 ///     Unloads the PixelShader object.
 /// </summary>
 protected override void UnloadImpl()
 {
     if (pixelShader != null)
     {
         pixelShader.Dispose();
         pixelShader = null;
     }
 }