16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 00:59:18 +02:00
Files
maszyna/betterRenderer/shaders/manul/aerial_perspective.hlsli
2025-04-15 01:32:56 +02:00

6 lines
134 B
HLSL

#ifndef AERIAL_PERSPECTIVE_HLSLI
#define AERIAL_PERSPECTIVE_HLSLI
SamplerState g_AerialPerspectiveLutSampler : register(s13);
#endif