Click or drag to resize
Ab4d.SharpEngine logo

SceneViewInitialize Method

Overload List
 NameDescription
Public methodInitialize(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.
Public methodInitialize(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.
Public methodInitialize(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).
Public methodInitialize(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.
Public methodInitialize(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.
Top
See Also