Nexus/Library/PackageCache/com.unity.render-pipelines.core@8903e8d3a298/Runtime/Sampling/SamplingResources.hlsl

12 lines
315 B
HLSL
Raw Permalink Normal View History

2026-01-06 17:23:00 +01:00
#ifndef _SAMPLING_SAMPLINGRESOURCES_HLSL_
#define _SAMPLING_SAMPLINGRESOURCES_HLSL_
Texture2D<float> _SobolScramblingTile;
Texture2D<float> _SobolRankingTile;
Texture2D<float2> _SobolOwenScrambledSequence;
StructuredBuffer<uint> _SobolMatricesBuffer;
#endif