ShaderUtil.GetRayTracingShaderMessageCount

Switch to Manual
public static int GetRayTracingShaderMessageCount (Experimental.Rendering.RayTracingShader s);

Parameters

sThe RayTracingShader instance to check for messages.

Returns

int The number of errors and warnings generated by the Shader Compiler.

Description

Returns the number of errors and warnings generated by the Shader Compiler for the given RayTracingShader.