Unit 'vulkanobjects' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_vulkan]

TvkObj_PipelineRasterizationStateCreateInfo

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: vulkanobjects.pas line 1215

type TvkObj_PipelineRasterizationStateCreateInfo = class(TvkObj_Structure)

  Flags: TVkPipelineRasterizationStateCreateFlags;

  

  DepthClampEnable: Boolean;

  

  RasterizerDiscardEnable: Boolean;

  

  PolygonMode: TVkPolygonMode;

  

  CullMode: TVkCullModeFlags;

  

  FrontFace: TVkFrontFace;

  

  DepthBiasEnable: Boolean;

  

  DepthBiasConstantFactor: TVkFloat;

  

  DepthBiasClamp: TVkFloat;

  

  DepthBiasSlopeFactor: TVkFloat;

  

  LineWidth: TVkFloat;

  

  function GetStructure;

  

  procedure SetStructure();

  

end;

Inheritance

TvkObj_PipelineRasterizationStateCreateInfo

  

|

TvkObj_Structure

  

|

TObject



CT Web help

CodeTyphon Studio