#pragma once struct StructVertex { struct { float x; float y; float z; } pos; };