# Procedural

> Static class representing the Procedural Virtual Texturing system. Unity does not currently support this system.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Rendering.VirtualTexturing](/engine/6000.6/script-reference/unityengine/rendering/virtualtexturing.md)
* **Assembly:** UnityEngine.VirtualTexturingModule

> **Warning:**
>
> **Deprecated.** Procedural Virtual Texturing is experimental, not ready for production use and Unity does not currently support it. The feature might be changed or removed in the future.

```csharp
public static class Procedural
```
