Skip to content

Commit 6b244c8

Browse files
committed
Merge branch 'Dev'
2 parents bab025b + c23361c commit 6b244c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TrueTrace.unitypackage

-2.62 KB
Binary file not shown.

TrueTrace/Resources/MainCompute/CommonData.cginc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ Texture2D<half4> _EmissiveAtlas;
209209
Texture2D<half> _IESAtlas;
210210
Texture2D<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

TrueTrace/Resources/RayTracingMaster.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)