#pragma once struct RGBA { Vec3 rgb; padding[1]; float a; }; struct WaterBanks { RGBA banks[4]; };