#include #pragma once typedef struct { float4 pos [[position]]; float2 texCoord; } RasterizerData;