Version: 2020.2
언어: 한국어

ShaderUtil.GetMissShaderName

매뉴얼로 전환
public static string GetMissShaderName (Experimental.Rendering.RayTracingShader s, int shaderIndex);

파라미터

s The RayTracingShader instance.
shaderIndex The miss Shader index for which to retrieve the name. The miss Shaders defined in a RayTracingShader are sorted alphabetically by the Shader compiler.

반환

string The name of the miss Shader at the index passed using the "shaderIndex" argument.

설명

Returns the name of a user-defined miss Shader from within a RayTracingShader.