Click or drag to resize
Ab4d.SharpEngine logo

SceneViewInitialize Method

Overload List
 NameDescription
Public methodInitialize(Int32, Int32, Single, Single, Int32, Single) Initializes the SceneView with the specified size. This method can be called only when the SceneView was created without a Surface parameter.
Public methodInitialize(SurfaceKHR, Single, Single, Int32, Single, Int32, Int32) Initializes the SceneView with the size from the specified Vulkan Surface. If the surface does not provide size information (for example, when using Silk.NET under Wayland on Linux), the optionally-provided fallback width and height are used as fallback dimensions. These fallback values should be obtained (by the caller) from the presentation/windowing framework. If the surface provides size information, fallback dimensions are ignored. Optionally it is possible to set the DPI scale because that data is not available from the surface.
Public methodInitialize(VulkanDevice, Int32, Int32, Single, Single, Int32, Single) Initializes the SceneView with the specified size and GpuDevice. This method can be called only when the SceneView was created without a Surface parameter.
Public methodInitialize(VulkanSurfaceProvider, Single, Single, Int32, Single, Int32, Int32) Initializes the SceneView with the size from the specified vulkanSurfaceProvider that can return a Vulkan Surface. If the surface does not provide size information (for example, when using Silk.NET under Wayland on Linux), the optionally-provided fallback width and height are used as fallback dimensions. These fallback values should be obtained (by the caller) from the presentation/windowing framework. If the surface provides size information, fallback dimensions are ignored. Optionally it is possible to set the DPI scale because that data is not available from the surface.
Public methodInitialize(VulkanDevice, VulkanSurfaceProvider, Single, Single, Int32, Single, Int32, Int32) Initializes the SceneView with the size from the specified vulkanSurfaceProvider that can return a Vulkan Surface. If the surface does not provide size information (for example, when using Silk.NET under Wayland on Linux), the optionally-provided fallback width and height are used as fallback dimensions. These fallback values should be obtained (by the caller) from the presentation/windowing framework. If the surface provides size information, fallback dimensions are ignored. Optionally it is possible to set the DPI scale because that data is not available from the surface.
Public methodInitialize(VulkanDevice, SurfaceKHR, Single, Single, Int32, Single, Int32, Int32) Initializes the SceneView with the size from the specified Vulkan Surface. If the surface does not provide size information (for example, when using Silk.NET under Wayland on Linux), the optionally-provided fallback width and height are used as fallback dimensions. These fallback values should be obtained (by the caller) from the presentation/windowing framework. If the surface provides size information, fallback dimensions are ignored. Optionally it is possible to set the DPI scale because that data is not available from the surface.
Top
See Also