Zebediah Figura (@zfigura) commented about libs/vkd3d-shader/fx.c:
uint32_t offset;
};
+struct type_entry +{
- struct list entry;
- const char *name;
- uint32_t elements_count;
- uint32_t offset;
+};
+struct type_key +{
- const char *name;
- uint32_t elements_count;
+};
This is not used anymore.