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

TVkSampleLocationsInfoEXT

Declaration

Source position: vulkanlib.pas line 12556

type TVkSampleLocationsInfoEXT = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  sampleLocationsPerPixel: TVkSampleCountFlagBits;

  

  sampleLocationGridSize: TVkExtent2D;

  

  sampleLocationsCount: TVkUInt32;

  

  pSampleLocations: PVkSampleLocationEXT;

  

end;



CT Web help

CodeTyphon Studio