Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TVkPhysicalDeviceLineRasterizationFeaturesKHR

Declaration

Source position: vulkanlib.pas line 15016

type TVkPhysicalDeviceLineRasterizationFeaturesKHR = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  rectangularLines: TVkBool32;

  

  bresenhamLines: TVkBool32;

  

  smoothLines: TVkBool32;

  

  stippledRectangularLines: TVkBool32;

  

  stippledBresenhamLines: TVkBool32;

  

  stippledSmoothLines: TVkBool32;

  

end;



CT Web help

CodeTyphon Studio