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

TVkPhysicalDeviceExtendedDynamicState3FeaturesEXT

Declaration

Source position: vulkanlib.pas line 15674

type TVkPhysicalDeviceExtendedDynamicState3FeaturesEXT = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  extendedDynamicState3TessellationDomainOrigin: TVkBool32;

  

  extendedDynamicState3DepthClampEnable: TVkBool32;

  

  extendedDynamicState3PolygonMode: TVkBool32;

  

  extendedDynamicState3RasterizationSamples: TVkBool32;

  

  extendedDynamicState3SampleMask: TVkBool32;

  

  extendedDynamicState3AlphaToCoverageEnable: TVkBool32;

  

  extendedDynamicState3AlphaToOneEnable: TVkBool32;

  

  extendedDynamicState3LogicOpEnable: TVkBool32;

  

  extendedDynamicState3ColorBlendEnable: TVkBool32;

  

  extendedDynamicState3ColorBlendEquation: TVkBool32;

  

  extendedDynamicState3ColorWriteMask: TVkBool32;

  

  extendedDynamicState3RasterizationStream: TVkBool32;

  

  extendedDynamicState3ConservativeRasterizationMode: TVkBool32;

  

  extendedDynamicState3ExtraPrimitiveOverestimationSize: TVkBool32;

  

  extendedDynamicState3DepthClipEnable: TVkBool32;

  

  extendedDynamicState3SampleLocationsEnable: TVkBool32;

  

  extendedDynamicState3ColorBlendAdvanced: TVkBool32;

  

  extendedDynamicState3ProvokingVertexMode: TVkBool32;

  

  extendedDynamicState3LineRasterizationMode: TVkBool32;

  

  extendedDynamicState3LineStippleEnable: TVkBool32;

  

  extendedDynamicState3DepthClipNegativeOneToOne: TVkBool32;

  

  extendedDynamicState3ViewportWScalingEnable: TVkBool32;

  

  extendedDynamicState3ViewportSwizzle: TVkBool32;

  

  extendedDynamicState3CoverageToColorEnable: TVkBool32;

  

  extendedDynamicState3CoverageToColorLocation: TVkBool32;

  

  extendedDynamicState3CoverageModulationMode: TVkBool32;

  

  extendedDynamicState3CoverageModulationTableEnable: TVkBool32;

  

  extendedDynamicState3CoverageModulationTable: TVkBool32;

  

  extendedDynamicState3CoverageReductionMode: TVkBool32;

  

  extendedDynamicState3RepresentativeFragmentTestEnable: TVkBool32;

  

  extendedDynamicState3ShadingRateImageEnable: TVkBool32;

  

end;



CT Web help

CodeTyphon Studio