Unit 'PasVulkan.Scene3D.Renderer.SkyBox' Package
[Overview][Classes][Index] [#pl_pasvulkan]

TpvScene3DRendererSkyBox

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

Declaration

Source position: PasVulkan.Scene3D.Renderer.SkyBox.pas line 78

type TpvScene3DRendererSkyBox = class

public

type

  TPushConstants = packed record

  

  Orientation: TpvMatrix4x4;

  

  LightDirection: TpvVector4;

  

  ViewBaseIndex: TpvUInt32;

  

  CountViews: TpvUInt32;

  

  SkyBoxBrightnessFactor: TpvFloat;

  

  WidthHeight: TpvUInt32;

  

  Mode: TpvUInt32;

  

end;

  PPushConstants = ^TPushConstants;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure AllocateResources();

  

  procedure ReleaseResources;

  

  procedure Draw();

  

end;

Inheritance

TpvScene3DRendererSkyBox

  

|

TObject



CT Web help

CodeTyphon Studio