![]() | |
Scene |
The SceneComponent type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckIfInitialized | CheckIfInitialized |
![]() | InitializeDeviceResources | Initializes this component with the GpuDevice that is set to the Scene object. This method calls a virtual OnInitializeDeviceResources(VulkanDevice) that can be used by a derived class to create the resources. |
![]() | OnInitializeDeviceResources | Initializes resources with the specified GpuDevice. This method can be override and is called from InitializeDeviceResources method. |
![]() | OnResourcesInitialized | OnResourcesInitialized |