quakeforge/libs/video/renderer/vulkan/vkgen/vkfieldlabeledsingle.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
247 B
Objective-C

#ifndef __renderer_vulkan_vkgen_vkfieldlabeledsingle_h
#define __renderer_vulkan_vkgen_vkfieldlabeledsingle_h
#include "vkfieldsingle.h"
@interface LabeledSingleField: SingleField
{
}
@end
#endif//__renderer_vulkan_vkgen_vkfieldlabeledsingle_h