summaryrefslogtreecommitdiffstats
path: root/tools/glsl_preproc/templates/struct.c.j2
blob: 6a6a8fb40543042885a1e2892020a6466247fce3 (plain)
1
2
3
4
5
struct __attribute__((__packed__)) {
{% for var in macro.vars %}
    {{ var.ctype }} {{ var.name }};
{% endfor %}
}