Version: 2020.2
언어: 한국어

ShaderUtil.GetCallableShaderName

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

파라미터

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

반환

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

설명

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