8 lines
103 B
HLSL
8 lines
103 B
HLSL
|
#ifndef Wave_
|
|||
|
#define Wave_
|
|||
|
|
|||
|
void GenerateWave_float(float2 InTex, out Texture2D OutTex)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
#endif
|