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

TvkObj_AttachmentDescription

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

Declaration

Source position: vulkanobjects.pas line 1453

type TvkObj_AttachmentDescription = class(TvkObj_Structure)

public

  Flags: TVkAttachmentDescriptionFlags;

  

  Format: TVkFormat;

  

  Samples: TVkSampleCountFlagBits;

  

  LoadOp: TVkAttachmentLoadOp;

  

  StoreOp: TVkAttachmentStoreOp;

  

  StencilLoadOp: TVkAttachmentLoadOp;

  

  StencilStoreOp: TVkAttachmentStoreOp;

  

  InitialLayout: TVkImageLayout;

  

  FinalLayout: TVkImageLayout;

  

  function GetStructure;

  

  procedure SetStructure();

  

end;

Inheritance

TvkObj_AttachmentDescription

  

|

TvkObj_Structure

  

|

TObject



CT Web help

CodeTyphon Studio