14 lines
472 B
HLSL
14 lines
472 B
HLSL
// SPDX-License-Identifier: (Not available for this version, you are only allowed to use this software if you have express permission from the copyright holder and agreed to the latest NiloToonURP EULA)
|
|
// Copyright (c) 2021 Kuroneko ShaderLab Limited
|
|
|
|
#pragma once
|
|
|
|
#if NiloToonIsAnyFurPass
|
|
TEXTURE2D(_NiloFurNoiseTex);
|
|
TEXTURE2D(_NiloFurMask);
|
|
TEXTURE2D(_NiloFurLengthMask);
|
|
#if _NILOTOON_FUR_VECTORTEX
|
|
sampler2D _NiloFurVectorTex;
|
|
#endif
|
|
#endif
|