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

TvkObj_WriteDescriptorSet

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

Declaration

Source position: vulkanobjects.pas line 606

type TvkObj_WriteDescriptorSet = class(TvkObj_Structure)

public

  DstSet: TVkDescriptorSet;

  

  DstBinding: TVkUInt32;

  

  DstArrayElement: TVkUInt32;

  

  DescriptorType: TVkDescriptorType;

  

  function GetStructure;

  

  procedure SetStructure();

  

  procedure AfterConstruction; override;

  

  procedure BeforeDestruction; override;

  

  property ImageInfos: TvkObj_DescriptorImageInfoList; [r]

  

  property BufferInfos: TvkObj_DescriptorBufferInfoList; [r]

  

end;

Inheritance

TvkObj_WriteDescriptorSet

  

|

TvkObj_Structure

  

|

TObject



CT Web help

CodeTyphon Studio