# GraphicsStateCollection

> Create a GraphicsTextureCollection populated with contents of a file, or empty.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.Experimental.Rendering](/engine/6000.0/script-reference/unityengine/experimental/rendering.md)
* **Assembly:** UnityEngine.CoreModule

## GraphicsStateCollection()

Create a GraphicsTextureCollection populated with contents of a file, or empty.

```csharp
public GraphicsStateCollection()
```

## GraphicsStateCollection(string)

Create a GraphicsTextureCollection populated with contents of a file, or empty.

```csharp
public GraphicsStateCollection(string filePath)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Path to GraphicsTextureCollection serialized file.
