ShaderUtil.GetMissShaderName

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

Parámetros

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

Valor de retorno

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

Descripción

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