Version: 2020.2
언어: 한국어

ShaderUtil.GetRayGenerationShaderName

매뉴얼로 전환
public static string GetRayGenerationShaderName (Experimental.Rendering.RayTracingShader s, int shaderIndex);

파라미터

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.

반환

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

설명

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