Version: 2022.3

ShaderCompilerData

struct in UnityEditor.Rendering

切换到手册

描述

用于生成着色器变体的数据集合,包括目标平台数据和表示特定着色器变体的关键字集。

变量

buildTargetThe build target to compile the shader variant for. (Read Only)
graphicsTierA GraphicsTier classifies low, medium and high performance hardware. You can only set a Graphics Tier in the Built-in Render Pipeline.
platformKeywordSet用于表示特定平台着色器变体的 ShaderKeyword 集合。
shaderCompilerPlatform用于生成播放器数据着色器变体的着色器编译器。
shaderKeywordSet用于表示特定着色器变体的 ShaderKeyword 集合。
shaderRequirementsShader features required by a specific shader.