Unit 'LabPipeline' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_vulkanlab]

TLabPipeline

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

Declaration

Source position: LabPipeline.pas line 64

type TLabPipeline = class(TLabClass)

protected

  _Device: TLabDeviceShared;

  

  _Cache: TLabPipelineCacheShared;

  

  _Handle: TVkPipeline;

  

  _BindPoint: TVkPipelineBindPoint;

  

public

  property VkHandle: TVkPipeline; [r]

  

  property BindPoint: TVkPipelineBindPoint; [r]

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TLabPipeline

  

|

TObject



CT Web help

CodeTyphon Studio