Struct ShaderCompilerData
Assembly: UnityEditor.dll
Syntax
public struct ShaderCompilerData
Fields
|
Improve this Doc
View Source
Declaration
public PlatformKeywordSet platformKeywordSet
Field Value
|
Improve this Doc
View Source
shaderKeywordSet
Declaration
public ShaderKeywordSet shaderKeywordSet
Field Value
Properties
|
Improve this Doc
View Source
graphicsTier
Declaration
public GraphicsTier graphicsTier { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public ShaderCompilerPlatform shaderCompilerPlatform { get; }
Property Value
|
Improve this Doc
View Source
shaderRequirements
Declaration
public ShaderRequirements shaderRequirements { get; }
Property Value
Extension Methods