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

TVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT

Declaration

Source position: vulkanlib.pas line 18549

type TVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  rasterizationOrderColorAttachmentAccess: TVkBool32;

  

  rasterizationOrderDepthAttachmentAccess: TVkBool32;

  

  rasterizationOrderStencilAttachmentAccess: TVkBool32;

  

end;



CT Web help

CodeTyphon Studio