Version: 2022.3
言語: 日本語
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.