1deee662创建于 2025年8月1日历史提交
void main()
{
    float1 f1;
    f1.x = 0.5;

    // This is not implemented
    // f1.xx = float2(0.6, 0.7);
}