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