Source position: vulkanlib.pas line 22779
type TVkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG = record
sType: TVkStructureType;
pNext: PVkVoid;
relaxedLineRasterization: TVkBool32;
end;