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

TvkObj_DescriptorSet

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

Declaration

Source position: vulkanobjects.pas line 517

type TvkObj_DescriptorSet = class(TvkObj_Handle)

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Handle: TVkDescriptorSet; [r]

  

  property DescriptorPool: TVkDescriptorPool; [r]

  

  property DeviceFunctions: TVkDeviceFunctions; [r]

  

end;

Inheritance

TvkObj_DescriptorSet

  

|

TvkObj_Handle

  

|

TvkObj_Object

  

|

TObject



CT Web help

CodeTyphon Studio