Unit 'PasVulkan.Framework' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_pasvulkan]

TpvVulkanSwapChainSimpleDirectRenderTarget

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

Declaration

Source position: PasVulkan.Framework.pas line 2278

type TpvVulkanSwapChainSimpleDirectRenderTarget = class(TpvVulkanRenderTarget)

protected

  function GetRenderPass; override;

  

  function GetFrameBuffer; override;

  

  function GetFrameBufferAtIndex();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property FrameBuffers []: TpvVulkanFrameBuffer; [r]

  

published

  property Device: TpvVulkanDevice; [r]

  

  property SwapChain: TpvVulkanSwapChain; [r]

  

  property DepthImageFormat: TVkFormat; [r]

  

end;

Inheritance

TpvVulkanSwapChainSimpleDirectRenderTarget

  

|

TpvVulkanRenderTarget

  

|

TpvVulkanObject

  

|

TpvReferenceCountedObject

  

|

TpvObject,IpvReferenceCountedObject

  

|

TObject



CT Web help

CodeTyphon Studio