Files
stas-barecky/Library/PackageCache/com.unity.render-pipelines.core@ce86d16dfe9d/Runtime/Sampling/SamplingResources.hlsl
2026-01-08 20:43:08 +05:00

12 lines
315 B
HLSL

#ifndef _SAMPLING_SAMPLINGRESOURCES_HLSL_
#define _SAMPLING_SAMPLINGRESOURCES_HLSL_
Texture2D<float> _SobolScramblingTile;
Texture2D<float> _SobolRankingTile;
Texture2D<float2> _SobolOwenScrambledSequence;
StructuredBuffer<uint> _SobolMatricesBuffer;
#endif