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

TVkPhysicalDeviceDepthStencilResolveProperties

Declaration

Source position: vulkanlib.pas line 13334

type TVkPhysicalDeviceDepthStencilResolveProperties = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  supportedDepthResolveModes: TVkResolveModeFlags;

  

  supportedStencilResolveModes: TVkResolveModeFlags;

  

  independentResolveNone: TVkBool32;

  

  independentResolve: TVkBool32;

  

end;



CT Web help

CodeTyphon Studio