[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; | 
| 
 | ||
| | | ||
| TObject | 
| CT Web help | 
| CodeTyphon Studio |