11 lines
246 B
C#
11 lines
246 B
C#
using UltimateWater.Internal;
|
|
using UnityEngine.Rendering;
|
|
|
|
namespace UltimateWater
|
|
{
|
|
public interface ILocalDiffuseRenderer : IDynamicWaterEffects
|
|
{
|
|
void RenderLocalDiffuse(CommandBuffer commandBuffer, DynamicWaterCameraData overlays);
|
|
}
|
|
}
|