# Sandbox.Rendering.CommandList.GlobalAttributes

```csharp
AttributeAccess GlobalAttributes { get; set; }
```

> **Obsolete.** Global/frame attributes are deprecated. Use a local Attributes set or pipeline texture slots instead.

These are the attributes for the current view. Setting a variable here will let you pass it down to
other places in the render pipeline.

Declared in [Sandbox.Rendering.CommandList](/api/Sandbox.Rendering.CommandList).
Assembly: `Sandbox.Engine`.
