mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 00:59:18 +02:00
6 lines
134 B
HLSL
6 lines
134 B
HLSL
#ifndef AERIAL_PERSPECTIVE_HLSLI
|
|
#define AERIAL_PERSPECTIVE_HLSLI
|
|
|
|
SamplerState g_AerialPerspectiveLutSampler : register(s13);
|
|
|
|
#endif |