# PC

> Application targets PCs.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** WSASubtarget is obsolete and has no effect. It will be removed in a subsequent Unity release.

```csharp
PC = 1
```

### Remarks

This value optimizes the application for PCs running Direct3D feature level 10.0+. It favors image quality and uses features unavailable on lower Direct3D feature levels, such as FP16 textures.
