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

TLabPhysicalDevice

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

Declaration

Source position: LabPhysicalDevice.pas line 12

type TLabPhysicalDevice = class(TLabClass)

public

  constructor Create();

  

  destructor Destroy; override;

  

  property VkHandle: TVkPhysicalDevice; [r]

  

  property Properties: PVkPhysicalDeviceProperties; [r]

  

  property Features: PVkPhysicalDeviceFeatures; [r]

  

  property MemoryPropertices: PVkPhysicalDeviceMemoryProperties; [r]

  

  property QueueFamilyProperties []: PVkQueueFamilyProperties; [r]

  

  property QueueFamilyCount: Integer; [r]

  

  function GetQueueFamiliyIndex();

  

  function GetSupportedDepthFormat;

  

  function GetSupportedSampleCount();

  

  function ImageFormatProperties();

  

end;

Inheritance

TLabPhysicalDevice

  

|

TObject



CT Web help

CodeTyphon Studio