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