nd-specs/patterns/chunks/WATERBANKS.hexpat

11 lines
120 B
Plaintext

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