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

TvkObj_SubpassDescription

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

Declaration

Source position: vulkanobjects.pas line 1480

type TvkObj_SubpassDescription = class(TvkObj_Structure)

public

  Flags: TVkSubpassDescriptionFlags;

  

  PipelineBindPoint: TVkPipelineBindPoint;

  

  function GetStructure;

  

  procedure SetStructure();

  

  procedure AfterConstruction; override;

  

  procedure BeforeDestruction; override;

  

  property InputAttachments: TvkObj_AttachmentReferenceList; [r]

  

  property ColorAttachments: TvkObj_AttachmentReferenceList; [r]

  

  property ResolveAttachments: TvkObj_AttachmentReferenceList; [r]

  

  property DepthStencilAttachments: TvkObj_AttachmentReferenceList; [r]

  

  property PreserveAttachments: TvkInt32List; [r]

  

end;

Inheritance

TvkObj_SubpassDescription

  

|

TvkObj_Structure

  

|

TObject



CT Web help

CodeTyphon Studio