#pragma once struct Vec4x1F32 { float W, X, Y,Z; };