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

TvkObj_PipelineColorBlendStateCreateInfo

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

Declaration

Source position: vulkanobjects.pas line 1280

type TvkObj_PipelineColorBlendStateCreateInfo = class(TvkObj_Structure)

public

  Flags: TVkPipelineColorBlendStateCreateFlags;

  

  LogicOpEnable: Boolean;

  

  LogicOp: TVkLogicOp;

  

  BlendConstants: array [0..3] of TVkFloat;

  

  constructor Create;

  

  destructor Destroy; override;

  

  function GetStructure;

  

  procedure SetStructure();

  

  property Attachments: TvkObj_PipelineColorBlendAttachmentStateList; [r]

  

end;

Inheritance

TvkObj_PipelineColorBlendStateCreateInfo

  

|

TvkObj_Structure

  

|

TObject



CT Web help

CodeTyphon Studio