Nexus/Library/PackageCache/com.unity.render-pipelines.core@8903e8d3a298/Runtime/UnifiedRayTracing/StringIDs.cs

11 lines
434 B
C#
Raw Permalink Normal View History

2026-01-06 17:23:00 +01:00
namespace UnityEngine.Rendering.UnifiedRayTracing
{
internal static class SID
{
public static readonly int _UnifiedRT_Stack = Shader.PropertyToID("_UnifiedRT_Stack");
public static readonly int _UnifiedRT_DispatchDims = Shader.PropertyToID("_UnifiedRT_DispatchDims");
public static readonly int _UnifiedRT_DispatchDimsInWorkgroups = Shader.PropertyToID("_UnifiedRT_DispatchDimsInWorkgroups");
}
}