quakeforge/libs/video/renderer/vulkan/vkgen/vkfieldlabeledarray.h
Bill Currie 3498d8b2ae [vkgen] Add support for labeled array elements
This treats dictionary items as arrays ordered by key creation (ie, the
order of the key/value pairs in the dictionary is preserved). The label
is written to the specified field when parsing the struct. Both actual
arrays and single element "arrays" are supported.
2023-02-14 15:22:09 +09:00

11 lines
241 B
Objective-C

#ifndef __renderer_vulkan_vkgen_vkfieldlabeledarray_h
#define __renderer_vulkan_vkgen_vkfieldlabeledarray_h
#include "vkfieldarray.h"
@interface LabeledArrayField: ArrayField
{
}
@end
#endif//__renderer_vulkan_vkgen_vkfieldlabeledarray_h