# Sandbox.TextureBuilder.WithDynamicUsage

```csharp
TextureBuilder WithDynamicUsage()
```

Provides a hint to the GPU that this texture will be updated regularly. (almost every frame)

### Returns

`TextureBuilder`

Declared in [Sandbox.TextureBuilder](/api/Sandbox.TextureBuilder).
Assembly: `Sandbox.Engine`.
