Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ShaderUtil.GetRayGenerationShaderName

Declaration

public static string GetRayGenerationShaderName(Rendering.RayTracingShader s, int shaderIndex);

Parameters

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

Returns

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

Description

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