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

TvkObj_CopyDescriptorSet

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

Declaration

Source position: vulkanobjects.pas line 628

type TvkObj_CopyDescriptorSet = class(TvkObj_Structure)

public

  SrcSet: TVkDescriptorSet;

  

  SrcBinding: TVkUInt32;

  

  SrcArrayElement: TVkUInt32;

  

  DstSet: TVkDescriptorSet;

  

  DstBinding: TVkUInt32;

  

  DstArrayElement: TVkUInt32;

  

  DescriptorCount: TVkUInt32;

  

  function GetStructure;

  

  procedure SetStructure();

  

end;

Inheritance

TvkObj_CopyDescriptorSet

  

|

TvkObj_Structure

  

|

TObject



CT Web help

CodeTyphon Studio