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

TvkObj_DescriptorSetLayoutBinding

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

Declaration

Source position: vulkanobjects.pas line 553

type TvkObj_DescriptorSetLayoutBinding = class(TvkObj_Structure)

public

  Binding: TVkUInt32;

  

  DescriptorType: TVkDescriptorType;

  

  DescriptorCount: TVkUInt32;

  

  StageFlags: TVkShaderStageFlags;

  

  function GetStructure;

  

  procedure SetStructure();

  

  procedure AfterConstruction; override;

  

  procedure BeforeDestruction; override;

  

  property ImmutableSamplers: TVkSamplerList; [r]

  

end;

Inheritance

TvkObj_DescriptorSetLayoutBinding

  

|

TvkObj_Structure

  

|

TObject



CT Web help

CodeTyphon Studio