6 lines
No EOL
84 B
PostScript
6 lines
No EOL
84 B
PostScript
#include "common.h"
|
|
|
|
float4 main ( float4 C:COLOR0 ) : SV_Target
|
|
{
|
|
return C;
|
|
} |