| Name | Description |
---|
 | Initialize(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.
|
 | Initialize(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.
|
 | Initialize(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.
|
 | Initialize(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.
|
 | Initialize(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.
|
 | Initialize(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.
|