6 lines
102 B
PostScript
6 lines
102 B
PostScript
#include "common.h"
|
|
|
|
half4 main ( p_flat I ) : COLOR
|
|
{
|
|
return half4 (1,1,1,0)*1.0h;
|
|
}
|