Struct ShaderInfo
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct ShaderInfo
Properties
| Improve this Doc View SourcehasErrors
Declaration
public bool hasErrors { get; }
Property Value
Type | Description |
---|---|
Boolean |
name
Declaration
public string name { get; }
Property Value
Type | Description |
---|---|
String |
supported
Declaration
public bool supported { get; }
Property Value
Type | Description |
---|---|
Boolean |