Interface IShaderVariantSettings
Exposes settings for shader variants
Namespace: UnityEngine.Rendering
Syntax
public interface IShaderVariantSettings
Properties
exportShaderVariants
Specifies if the stripping of the shaders variants needs to be exported
Declaration
bool exportShaderVariants { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
shaderVariantLogLevel
Specifies the level of the logging for shader variants
Declaration
ShaderVariantLogLevel shaderVariantLogLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| ShaderVariantLogLevel |