#pragma once #include #include #include typedef struct Vertex { float x, y, z, w; } Vertex; typedef struct { id command_queue; id pipeline_state; } SWindowData_IOS;