6 lines
73 B
HLSL
6 lines
73 B
HLSL
|
#include "Header.hlsli"
|
||
|
|
||
|
Text2DIn main(Text2DIn input)
|
||
|
{
|
||
|
return input;
|
||
|
}
|