Unit 'LabTextures' Package
[Overview][Types][Classes][Index] [#pl_vulkanlab]

TLabTexture2D

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

Declaration

Source position: LabTextures.pas line 18

type TLabTexture2D = class(TLabClass)

public

  Image: TLabImageShared;

  

  View: TLabImageViewShared;

  

  Sampler: TLabSamplerShared;

  

  MipLevels: TVkUInt32;

  

  Width: TVkUInt32;

  

  Height: TVkUInt32;

  

  Format: TVkFormat;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Stage();

  

  procedure StageComplete();

  

end;

Inheritance

TLabTexture2D

  

|

TObject



CT Web help

CodeTyphon Studio