# ShaderData.ConstantBufferInfo

> Provides resource layout information about a shader constant buffer.

## Definition

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

```csharp
public struct ShaderData.ConstantBufferInfo
```

## Properties

| Property                                                                                      | Description                                              |
| --------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Fields](/engine/6000.7/script-reference/unityeditor/shaderdata/constantbufferinfo/fields.md) | The fields in this constant buffer (Read Only).          |
| [Name](/engine/6000.7/script-reference/unityeditor/shaderdata/constantbufferinfo/name.md)     | The name of this constant buffer (Read Only).            |
| [Size](/engine/6000.7/script-reference/unityeditor/shaderdata/constantbufferinfo/size.md)     | The size (in bytes) of this constant buffer (Read Only). |
