| Name | Description |
---|
| Initialize(SurfaceKHR, Single, Single) |
Initializes the SceneView with the size from the specified Vulkan Surface.
Optionally it is possible to set the DPI scale because that data is not available from the surface.
|
| Initialize(VulkanSurfaceProvider, Single, Single) |
Initializes the SceneView with the size from the specified vulkanSurfaceProvider that can return a Vulkan Surface.
Optionally it is possible to set the DPI scale because that data is not available from the surface.
|
| Initialize(Int32, Int32, Single, Single) |
Initializes the SceneView with the specified size.
This method can be called only when the SceneView was created without a Surface parameter (call Initialize(SurfaceKHR, Single, Single) or Initialize(VulkanSurfaceProvider, Single, Single) when a valid Surface is provided).
|
| Initialize(VulkanDevice, VulkanSurfaceProvider, Single, Single) |
Initializes the SceneView with the size from the specified vulkanSurfaceProvider that can return a Vulkan Surface.
Optionally it is possible to set the DPI scale because that data is not available from the surface.
|
| Initialize(VulkanDevice, SurfaceKHR, Single, Single) |
Initializes the SceneView with the size from the specified Vulkan Surface.
Optionally it is possible to set the DPI scale because that data is not available from the surface.
|