File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ Texture2D<half4> _EmissiveAtlas;
209209Texture2D <half > _IESAtlas;
210210Texture2D <half > Heightmap;
211211
212+ SamplerState my_trilinear_repeat_sampler;
213+ SamplerState my_point_repeat_sampler;
212214#if defined (UseBindless) && !defined (DX11)
213- SamplerState my_trilinear_repeat_sampler;
214- SamplerState my_point_repeat_sampler;
215215 Texture2D <float4 > _BindlessTextures[2048 ] : register (t31);
216216#endif
217217
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class RayTracingMaster : MonoBehaviour
1818 {
1919 public static RayTracingMaster RayMaster ;
2020 [ HideInInspector ] public static Camera _camera ;
21- public static bool DoKernelProfiling = true ;
21+ public static bool DoKernelProfiling = false ;
2222 [ HideInInspector ] [ SerializeField ] public string LocalTTSettingsName = "TTGlobalSettings" ;
2323 private bool OverriddenResolutionIsActive = false ;
2424 public bool HDRPorURPRenderInScene = false ;
You can’t perform that action at this time.
0 commit comments