Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneViewAllowDirectTextureSharingForIntelGpu Property

When true (false by default), and when the driver for Intel GPU is reporting to support D3D11TextureKmt shared texture, then the Vulkan texture can be directly shared with WPF without using additional DirectX 11 texture. Even though driver reports that it supports D3D11TextureKmt shared texture, this may not work correctly. Because of this the default value is false.

Namespace: Ab4d.SharpEngine.Wpf
Assembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public bool AllowDirectTextureSharingForIntelGpu { get; set; }

Property Value

Boolean
See Also