ShaderUtil.GetCallableShaderName

Switch to Manual
public static string GetCallableShaderName (Experimental.Rendering.RayTracingShader s, int shaderIndex);

Parameters

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

Returns

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

Description

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