ShaderUtil.GetRayGenerationShaderName

Cambiar al Manual
public static string GetRayGenerationShaderName (Experimental.Rendering.RayTracingShader s, int shaderIndex);

Parámetros

sThe RayTracingShader instance.
shaderIndexThe 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.

Valor de retorno

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

Descripción

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