Class VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG extends Struct<VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG> implements NativeResource

 struct VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG {
     VkStructureType sType;
     void * pNext;
     VkBool32 relaxedLineRasterization;
 }