#include "common.hlsli" float4 main(p_flat I) : COLOR { return float4(1.0f, 1.0f, 1.0f, 1.0f) * 16.0f; }