[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: PasVulkan.Scene3D.Renderer.SkyBox.pas line 80
type TpvScene3DRendererSkyBox = class |
||
public |
||
type |
||
TPushConstants = packed record |
|
|
CurrentOrientation: TpvVector4; |
|
|
PreviousOrientation: TpvVector4; |
|
|
LightDirection: TpvVector4; |
|
|
ViewBaseIndex: TpvUInt32; |
|
|
CountViews: TpvUInt32; |
|
|
SkyBoxBrightnessFactor: TpvFloat; |
|
|
WidthHeight: TpvUInt32; |
|
|
Mode: TpvUInt32; |
|
|
CountAllViews: TpvUInt32; |
|
|
FrameIndex: TpvUInt32; |
|
|
SkyBoxIntensityFactor: TpvFloat; |
|
|
end; |
||
PPushConstants = ^TPushConstants; |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure AllocateResources(); |
|
|
procedure ReleaseResources; |
|
|
procedure ClearHistoryImageAndPrepareLayouts(); |
|
|
procedure Draw(); |
|
|
property Cached: Boolean; [r] |
|
|
property UseRGB9E5: Boolean; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |