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