Files
2026-03-03 00:39:30 +05:00

11 lines
434 B
C#

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");
}
}